@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	background-image: url(images/bg-pattern.gif);
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-color: #D6DFF7;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
#wrap {
	background: url(images/bg.gif) repeat-y;
	margin: 0 auto;
	width: 818px;
}
#logo {
	width: 728px;
}
#nav {
	width: 728px;
}
#container {
	margin: 0 auto;
	width: 728px;
}
#footer {
	width: 818px;
	height: 59px;
	background-image: url(images/bg-footer.gif);
}
#footer-content {
	width: 728px;
	height: 51px;
	margin: 0 auto;
	text-align: center;
	padding-top: 4px;
}
.footer {
	font-size: 9px;
}
#thanks {
	width: 309px;
	margin: 0 auto;
	text-align: center;
}
.clear{
clear:both;
margin:0;
}
.content{
	padding: 10px;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #AB1F34;
}
.form {
	font-size: 12px;
	font-weight: bold;
}
.required {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #C0C6D9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00C;
}
a.flink:link {
	color: #0D3692;
	text-decoration: none;
	font-size: 11px;
}
a.flink:hover {
	color: #5580E1;
	text-decoration: none;
	font-size: 11px;
}
a.flink:active {
	color: #0D3692;
	text-decoration: none;
	font-size: 11px;
}
a.flink:visited {
	color: #0D3692;
	text-decoration: none;
	font-size: 11px;
}
input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
	