H2 {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	margin:0;
	padding-top:5px;
	padding-bottom:0;
	padding-left:80;
	padding-right:0;
	font-style:italic;
}
H1 {
	font-family: Arial;
	font-size: 16px;
	color: #CE6B10;
	margin:0;
	padding:0;
	font-style:italic;
}
/*logo & menu */
.logo-bg{
width: 100%;
height: 168px;
background-image: url(images/topline.jpg);
background-repeat: repeat-x;
}
.logo{
	padding-top:5px;
}

.top-email A:link {
    color: #fff;
	text-decoration: none;}
.top-email A:visited {
	color: #fff;
	text-decoration: none;}
.top-email A:active {
	color: #fff;
	text-decoration: none;}
.top-email A:hover {	
	color: #fff;
	text-decoration: none;}
.top-email{	
	font-weight: bold;
	color: #fff;}
.menu A:link {
    color: #fff;
	text-decoration: none;}
.menu A:visited {
	color: #fff;
	text-decoration: none;}
.menu A:active {
	color: #fff;
	text-decoration: none;}
.menu A:hover {	
	color: #fff;
	text-decoration: underline;}
.content-box{
height: 340px;
}
/*search */
.search-box{
width: 320px;
height: 300px;
background-image: url(images/search-bg.jpg);
margin-left:10px;
margin-top:18px;
text-align:left;
}
.title-underline {
	font-family: Arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CE6B10;
	margin-left:5px;
	margin-bottom:10px;
}
.search-text {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.search-button {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: 0;
	height: 35px;
	width: 155px;
	margin-right:15px;
	background-image: url(images/search-button.jpg);
}
/*content */

.flash-box{
width: 550px;
height: 300px;
margin-top:18px;
margin-right:10px;
}
.contact {
	font-family: Arial;
	font-size: 18px;
	color:#fff;
	font-weight: bold;		
}
.left-nav-box {
width: 320px;
margin-top:18px;
margin-left:20px;	
}
.right-content-box {
width: 600px;
margin-top:18px;
text-align:left;
}
/* footer */
.footer {
	padding-top: 10px;
	width: 1000px;
	font-family: Arial;
	font-size: 11px;
	color:ffffff;
}
.font12px {
font-family: Arial;
font-size: 12px;
text-align: justify;
}
.font11px {
font-family: Arial;
font-size: 12px;
padding-top:10px;
padding-right:2px;
}
.font11px A:link {text-decoration: none; color:#FF9900;}
.font11px A:visited {text-decoration: none;color:#FF9900;}
.font11px A:active {text-decoration: none;color:#FF9900;}
.font11px A:hover {text-decoration: none;color:#FF9900;}

.font14px {
font-family: Arial;
font-size: 14px;
text-align: justify;
}
.font13px {
font-family: Arial;
font-size: 12px;
padding-top:10px;
padding-right:2px;
color:#FFFFFF;
}

.font13px A:link {text-decoration: none; color:#FF9900;}
.font13px A:visited {text-decoration: none; color:#FF9900;}
.font13px A:active {text-decoration: none; color:#FF9900;}
.font13px A:hover {text-decoration: none; color: white;}

.font15px {
font-family: Arial;
font-size: 12px;
text-align: left;
}
.font15px A:link {text-decoration: none; color:#7F2C0C; font-weight:bold;}
.font15px A:visited {text-decoration: none; color:#7F2C0C;font-weight:bold;}
.font15px A:active {text-decoration: none; color:#7F2C0C;font-weight:bold;}
.font15px A:hover {text-decoration: underline; color: #7F2C0C;font-weight:bold;}


.font16px {
font-family: Arial;
font-size: 12px;
text-align: left;
font-weight:bold;
}
.font16px A:link {text-decoration: none; color:#000000; font-weight:bold;}
.font16px A:visited {text-decoration: none; color:#000000;font-weight:bold;}
.font16px A:active {text-decoration: none; color:#000000;font-weight:bold;}
.font16px A:hover {text-decoration: underline; color: #000000;font-weight:bold;}

.topmargin5px {
margin-top: 5px;
}
/* 
	Lightbox v2.0 Project page styles	
*/




/* layout
----------------------------------------------- */

#topborder{	
	position: fixed;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }

#content{ margin: 23px 10% 5em 315px; }


/* typography
----------------------------------------------- */



dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}
#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{ color: inherit; }

#nav{ list-style: none; margin: 2.0em 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


#title_desc A:link {text-decoration: none; color: white;}
#title_desc A:visited {text-decoration: none; color: white;}
#title_desc A:active {text-decoration: none; color: white;}
#title_desc A:hover {text-decoration: none; color: white;}