/* CSS Document */

body	{
	background-image: url(images/hi_rez_bg.jpg);
	background-repeat: repeat-x;
	background-color: #294e5b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #606265;
}

.container	{
	width:800px;
	border: #2a4f5b solid .05em;
}

.footerContainer	{
	width:800px;
}

.indent	{
	padding: 20px;
}

#topHeading	{
	background-color: #f9fbfe;
	width: 100%;
}

#mainTable	{
	width: 100%;
}

.rightAlign	{
	text-align: right;
	padding: 10px;
}

.rightcol	{
  background-color: #f9fbfe;
  text-align: center;
}

a:link	{
	color: #57688a;
}

a:visited	{
	color: #57688a;
}

a:hover	{
	color: #6280bd;
}

.footer a:link	{
	color: #c4d3d8;
}

.footer a:visited	{
	color: #c4d3d8;
}

.footer a:hover	{
	color: #ffffff;
}

.home a:link	{
	color: #e7c3ae;
}

.home a:visited	{
	color: #e7c3ae;
}

.home a:hover	{
	color: #ffffff;
}

h1	{
	font-size: 13px;
	font-weight: bold;
}



td	{
	vertical-align: top;
	text-align: left;
}

/* Spec Tables */

.titleRow	{
	background-color: #d0d6df;
	font-weight: bold;
}

.row1	{
	background-color: #f9fbfe;
}
.row2	{
    background-color: #e6ebf2;
}

.whitebox {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 105px;
	height: 105px;
}

.callout {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 10px;
}

.main	{
	padding: 0px 40px 0 20px;
	background-color: #eceef2;
	/*border: #000000 solid thin;*/
	width: 580px;
}

.blue	{
	background-color: #2a4f5b;
}

.home_text	{
	background-color: #f9fbfe;
	padding: 20px;
	
}

.main_text	{
	background-color: #f9fbfe;
	padding: 20px;
	border-left: #a8bbc2 solid .05em;
	border-top: #a8bbc2 solid .05em;
}

.floatright	{
	float : right;
	display: block;
	width: 180px;
	background-color: #caced9;
	padding: 10px;
}

.logo	{
	height: 130px;
	position: absolute;
	z-index: 1;
}



.home_address	{
	color: #1684d1;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 18px;
}

.sub_address	{
	color: #1684d1;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
	line-height: 15px;
}


/* Featured boxes */
.border {
	border: #a19161 solid .1em;
	
}

.featured	{
	background-color: #ffff33;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 0; 
	}

.highlight	{
	color: #000000; 
	
}
	

.white	{
	color: #ffffff;
}

.footer	{
	font-size: 9px;
	text-align: right;
	color: #c4d3d8;
}



.subhead	{
	font-weight: bold;
	color: #2a4f5b;
}

.home_nav	{
	text-align: right;
	background-color: #f9fbfe;
	width: 110px;
	min-height:600px;
	height: 600px;
}

/* Nav List Styles 
--------------------------------------------------------------*/

li.leftnav	{
	font-size: 11px;
	font-weight: 700;
	/*letter-spacing: .03em;*/
	border: #15252a solid .05em;
	height: 22px;
}

#navlist {
width: 145px;
background-color: #f9fbfe;
}


#navlist ul  {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;
}

#navlist li {
margin: 0;
line-height: 22px;
}

#navlist a {
display: block;
padding: 0px 10px 0px 5px;
background-color: #f9fbfe; 
background-image:  url(images/nav_off.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
height: 22px;
}

#navlist a:link, #navlist a:visited {
color: #2a4e5b;
text-decoration: none;
}

#navlist a:hover {
color: #f9fbfe;
background-image:  url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}

/* Subpage Nav List Styles 
--------------------------------------------------------------*/

li.leftnav_sub	{
	font-size: 9px;
	font-weight:100;
	border-left: #15252a solid .05em;
	border-right: #15252a solid .05em;
	border-bottom: #a9dbea solid .05em;
}

#navlist_sub {
width: 145px;
background-color: #f9fbfe;
}


#navlist_sub ul  {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}

#navlist_sub li {
margin: 0;
}

#navlist_sub a {
display: block;
padding: 0px 10px 0px 5px;
background-color: #f9fbfe; 
background-image:  url(images/nav_off.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
height: 22px;
}

#navlist_sub a:link, #navlist_sub a:visited {
color: #2a4e5b;
text-decoration: none;
}

#navlist_sub a:hover {
color: #f9fbfe;
background-image:  url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}
	
.strike	{
	text-decoration:line-through;
}		


/* Lightbox Styles
----------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	