@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	background-image: url(images/bg1.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
.background {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 895px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 65px 10px 0px 250px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 60px;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 65px 10px 15px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 265px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	text-align: right;
	color: #999999;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#floatingbox {
	width: 168px;
	padding: 8px 15px 15px 15px;
	background-image: url(images/tab.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 8px 8px 8px;
}
.mainheader {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 15pt;
	padding: 10px 0px 8px 0px;
	color: #073C5B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainheader2 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 12pt;
	padding: 10px 0px 8px 0px;
	color: #073C5B;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #cfcfcf;
}
.mainheaderright {
	padding-bottom: 8px;
	font-weight: bold;
	border-bottom: 2px dotted #cfcfcf;
	float: right;
	width: 284px;
	margin-bottom: 15px;
}
.bold {
	color: #073C5B;
	font-weight: bold;
}
.category {
	margin-bottom: 25px;
	background-image: url(images/large-tab.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 10px 10px 10px;
}
a.weblink:link {
	text-decoration: None;
	color: #073C5B;
	font-weight: bold;
}
a.weblink:visited {
	text-decoration: None;
	color: #073C5B;
}
a.weblink:hover {
	text-decoration: None;
	color: #333333;
	}
a.web:link {
	text-decoration: None;
	color: #666666;
	font-weight: bold;
	font-size: 8pt;
}
a.web:visited {
	text-decoration: None;
	color: #666666;
	font-size: 8pt;
}
a.web:hover {
	text-decoration: None;
	color: #0000FF;
	font-size: 8pt;
	}
a.other:link {
	text-decoration: None;
	color: #073C5B;
	font-weight: bold;
}
a.other:visited {
	text-decoration: None;
	color: #073C5B;
}
a.other:hover {
	text-decoration: None;
	color: #073C5B;
	}
a.nav:link {
	text-decoration: None;
	color: #073C5B;
	border-bottom: 10px solid #073C5B;
	padding: 0px 10px 9px 10px;
}
a.nav:visited {
	text-decoration: None;
	color: #073C5B;
	border-bottom: 10px solid ;
	padding: 0px 10px 9px 10px;
}
a.nav:hover {
	text-decoration: None;
	color: #CCCCCC;
	border-bottom: 10px solid #ffffff;
	padding: 0px 10px 9px 10px;
	}

.borderclear {
	padding: 0px;
	border: 0px;
	border-bottom: 0px;
}
link_active {}
.linkbox {}
.link {
	float: right;
	height: 36px;
	text-decoration: none;
	color: #073C5B;
	padding: 0px 0px 0px 0px;
}
* {margin:0; padding:0}
.sm {
	list-style:none;
	width:550px;
	height:300px;
	display:block;
	overflow:hidden
}
.sm li {
	float:left; 
	display:inline; 
	overflow:hidden}
.menubox {
	padding: 5px 5px 5px 5px;
	width: 57px;
	margin: 0px 0xp 0px 15px;
}
.smalltext {
	color: #666666;
	font-size: 8pt;
}
.tabheader {
	padding: 6px 0px 8px 0px;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 8px;
	color: #073C5B;
	text-align: center;
}

.smalltext {
	font-size: 9pt;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.contact_text {
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
}
.sampleheader {
	font-size: 12pt;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cfcfcf;
	font-weight: bold;
	color: #073C5B;
}
.tasklist {
	width: 400px;
	float: right;
	padding-top: 8px;
}






#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #666666;
}

