/* CSS Document */


body {margin:0px; padding:0; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:#a2cef3; 
background-image:url(../images/backgroundblue.jpg);
background-repeat: repeat-x;
}
* {margin:0; padding:0; }

div#mainwrap {width:850px;
margin-left:auto; 
margin-right:auto;   
text-align:left; 
background-color:#FFF;
border-top: 0px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 0px solid #cccccc;
border-left: 0px solid #cccccc;
}

div#header182 {
	width:850px;
	height:182px;
	background-color:#007cc2;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}

div#header {
	width:850px;
	height:142px;
	background-color:#007cc2;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}
div#tabarea {
	width:850px;
	height:31px;
	background-color:#007cc2;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}

div#tabarea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 12px 0 0 16px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

div#contentarea {
	width:850px;
	background-color:#FFFFFF;
	/*background-image:url(../landingpageimages/mainback_08.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
		}
	
div#mainarea {width:849px; padding: 0 0 0 0;}
div#mainarea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 15px 0px;
	background-image:none;
	line-height: 16px;
}

div#footer {
	margin-left:auto; 
	margin-right:auto;  
	width:850px;
	height:60px;
	text-align:center;
	background-image:url(../landingpageimages/footer850_06.jpg);
	border: 0px solid #000000;
}



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


.leftHd
{
	border-top: 0px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 0px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;
	background-color:#ffffff;
	text-align: left;
	font-family: Verdana;
	font-weight:normal;
	font-size: 10px;
	color:#000000;
	padding: 10px 20px 10px 20px;
	line-height: 18px;
}

.midHd
{	
border-top: 0px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;
border-bottom: 0px dotted #CCCCCC;
border-left: 0px dotted #CCCCCC;
background-color:#ffffff;
background-position:bottom;
background-repeat:no-repeat;
text-align: left;
font-family: Verdana;
font-weight:normal;
font-size: 12px;
color:#000000;
padding: 10px 15px 10px 0px;}

.leadsHd
{	
border-top: 0px dotted #CCCCCC;
border-right: 0px dotted #CCCCCC;
border-bottom: 0px dotted #CCCCCC;
border-left: 0px dotted #CCCCCC;
background-color:#ffffff;
background-position:bottom;
background-repeat:no-repeat;
text-align: left;
font-family: Verdana;
font-weight:normal;
font-size: 12px;
color:#000000;
padding: 10px 15px 10px 0px;}

.rightHd
{	
border-top: 0px dotted #CCCCCC;
border-right: 0px dotted #CCCCCC;
border-bottom: 0px dotted #CCCCCC;
border-left: 0px dotted #CCCCCC;
background-color:#ffffff;
background-position:top right;
background-repeat:no-repeat;
background-image:url(../landingpageimages/orangearrowback_05.jpg);
text-align: left;
font-family: Verdana;
font-weight:normal;
font-size: 12px;
color:#000000;
padding: 10px 10px 10px 10px;}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#007cc2;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 20px 0px;
}

.extralargeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#007cc2;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 20px 0px;
}

.formheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#007cc2;
	font-style: normal;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
}

.rightHd p
{	
text-align: left;
font-family: Verdana;
font-weight:normal;
font-size: 12px;
color:#000000;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.links:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	font-style: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}
a.links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	font-style: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.list ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 11pt;
	padding: 0px 0px 20px 0px;
		}

.list li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 11pt;
	padding-left: 3em;
	text-indent: -1.5em;
	list-style-type: disc;
	list-style-position: inside;
	}

.formtext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:13px;
	text-align:left;
	padding: 14px 0px 1px 20px;
	}
	
.formtextleft {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:13px;
	text-align:left;
	padding: 7px 0px 1px 0px;
	}
	
.formtextcenter {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:13px;
	text-align:center;
	padding: 14px 0px 1px 0px;
	}	
	
blockquote {
	border-top: 1px dotted #CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:13px;
	text-align:left;
	padding: 10px 0px 1px 0px;
	}
	
blockquote2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:13px;
	text-align:right;
	padding: 0px 0px 1px 0px;
	}

/*lightbox ----------------------------*/
#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: #000; }

/*lightbox ----------------------------*/
