body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:150%;}
img { border:none; }

.thebody{ width:900px; text-align:center; }

.top_content { text-align:left;}
.top_content a{ color:#666666; padding-right:18px; padding-left:0px; text-decoration:none; }
.top_content a:hover{ color:#666666; text-decoration:underline;}
.top_content a:visited{color:#666666;}
.top_content img{ margin:0; padding:0 240px 0 0 }
.copy_right { font-size:10px; color:#999999;}

.main { float:right; width:680px; text-align:left; }
.main img { margin-left:7px; margin-top:5px;}
.main a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:150%; text-decoration:underline;}
.main a:hover { color:#999999; }
.main a:visited{ font-size:12px; color:#666666; line-height:150%; text-decoration:underline;}

.bottom_content{ width:900px; }

.title_text {
	font-size:15px;
	letter-spacing:1px;
	color:#4B535D;
	font-weight: bold;
}
.section{ color:#dddddd; font-weight:lighter;}


/*navigation*/
.arrowlistmenu{ float:left; text-align:left;
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font:  12px Arial;
	line-height:18px;
	background: #f3f3f5;
	border-bottom: 1px solid #dadada;
	margin: 5px 0 0 0; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding:3px 10px 1px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #f3f3f5;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #6C777F;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada; 

	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #6C777F;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #6C777F;
background-color: #F3F3F3;
}





/*light box*/


#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 70% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 70% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: auto	; }

#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; }

