/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	height:100%;
	line-height:18px;
}
a:link {
	color: #336600;
}
a:hover {
	color:#669933;
}
a:visited {
	color: #336600;
}
a:active {
	color: #336600;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;
}

h2 {
font-size:16pt;
color:#336600;
padding-bottom:1px solid #CCC;
line-height:24px;
font-style:italic;
}

h3 {
font-size:12pt;
color:#333;
font-style:italic;
}

h4 {
font-size:12pt;
color:#666666;
font-style:italic;
font-weight:bolder;
margin-bottom:0px;
padding-bottom:0px;
}

h5 {
}
hr{
	border:0;
	border-bottom:1px solid silver;
}
table td{ vertical-align:top; padding:2px 0; }
.hidden {
	display: none;
}

#center{
	margin:auto;
	text-align:center;
	width:760px;
	background-color:#FFFFFF;
}

#splash-column{
	width:300px;
	float:left;
	clear:none;
	text-align:left;
	padding:15px;
}

#splash-fall-rates{
border-collapse:collapse;
background:#EEE;
padding:20px;
border:2px solid #DDD;
}
#splash-fall-rates td{
	vertical-align:top;
	padding:3px 0 3px 10px;
}
#splash-fall-rates th{
vertical-align:top;
	text-align:left;
	font-weight:bold;
	padding:3px 0 3px 10px;
}

#page-background {
	background:url(../images/bg.jpg) repeat-x;
	width: 100%;
	margin: auto;
	height:100%;
}

#page-container {
	background:url(../images/bg.jpg) repeat-x;
	background:#FFFFFF;
	width: 760px; /* 14 to account for drop shadow stuff */
	margin: auto;
	border:1px solid silver;
}
#header {
	height: 290px;
}
#blurb{
	text-align:center;
	padding:20px 50px 18px;
	font-size:14px;
	font-weight:bold;
	background:#DDD;
	border-bottom:1px solid #CCC;
}
#home-left{
	float:left;
	width:375px;
	line-height: 18px;

}
#home-left .padding{
	padding:15px;
}

#home-left p {
	margin: 0;
	padding: 0px;
	padding-bottom: 15px;	
}

#home-right {
	border-left:1px solid silver;
	line-height: 18px;
	width:375px;
	float:left;
}

#home-right .padding{
	padding:15px;
}
#home-right p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;	
}

#full {
	width:760px;
	float:left;
}
#full .padding{

	padding:20px;
}

.banner{
height:300px;
}
.image:hover{
border:4px solid #666666;
}

.clear{
clear:left;
}

.left{
padding:5px;
margin:10px 10px 5px 0;
float:left;
}
.image-no-border{
	border:none;
	float:left;
	padding-right:30px;
}

.no-padding{
padding:0px;
float:left;
}

.image{
	padding:1px;
	display:inline;
	color:#303030;
	border:4px solid #999999;
}

.left-image-border{
	margin:10px 10px 5px 0;
	float:left;
	padding:1px;
	display:inline;
	color:#303030;
	border:4px solid #999999;
}
.left-image{
	margin:10px 10px 5px 0;
	float:left;
	padding:1px;
	display:inline;
	color:#303030;
	border:4px solid #999999;
}

.left-image:hover{
	margin:10px 10px 5px 0;
	float:left;
	padding:1px;
	display:inline;
	color:#303030;
	border:4px solid #666666;
}


#affiliate{
	height:75px;
	border-top:1px solid silver;
	clear:both;
}

#footer {
	margin:auto;
	width: 760px;
	clear: both;
	/*height: 50px;*/
	font-size: 10px;
	color:#999;
	border-top: 1px solid #efefef;
	/*padding: 13px 25px;*/
	line-height: 12px;
	text-align:center;
	padding-bottom:30px;
}
#footer #left{
padding:10px 0 0 0;
text-align:left;
}
#footer #emagine{
	width: 300px;
	float: right;
	text-align: right;
	padding:10px;
}
#footer #emagine img{
	border:none;
}
#footer a {
	color:#336600;
	text-decoration: none;
}
#footer a:hover {
	color:#666666 ;
}


/***********************************************************
				LIGHT BOX
************************************************************/

#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, Arial, 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 */
	}	
	
