body {
font-family:Arial, Helvetica, sans-serif;
background-color:#453220;
margin: 0;
}
a:link,a:visited,a:active {
color:#0033CC;
text-decoration:none;
}
a.footer_link:link,a.footer_link:visited,a.footer_link:active {
text-decoration:none;
color:#FFFFFF;
}
a:hover {
color:#CCCCCC;
}
{
font-family: Arial, Helvetica, sans-serif;
}

td {
font-family: Arial, Helvetica, sans-serif;
}

th {
font-family: Arial, Helvetica, sans-serif;
}
p {
font-family:Arial, Helvetica, sans-serif;
}
li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
/*           Divs           */

#Header {
background-image:url(../images/header.gif);
width:760px;
height:158px;
margin: 0 auto;
}
#Shell {
background-image:url(../images/shell_bg.gif);
width:760px;
margin: 0 auto;
}
#Top_Menu {
width:443px;
margin: 0 auto;
}
#Left_Menu {
width:150px;
float:left;
}
#Main_Content {
width:460px;
float:left;
}
#Right_Info {
width:150px;
float:left;
}
#Footer {
background-color:#453220;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
width:760px;
height:50px;
margin: 0 auto;
}

/*           Styles           */

.footer,a.footer_link {
color:#FFFFFF;
font-size:11px;
text-align:center;
}
p.rightside_header {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-align:left;
padding-left:3px;
margin: 0 0 0 0;
}
p.rightside_text {
color:#FFFFFF;
font-size:12px;
text-align:left;
padding-left:3px;
margin: 0 0 0 0;
}
h1,h2,h3,h4,h5,h6 {
font-family:"Palatino Linotype",Times New Roman;
color:#005C9E;
font-style:italic;
padding-left:20px;
}
.image_spacing {
padding-left:10px;
padding-bottom:10px;
}
.image_padding {
margin:4px 4px 4px 4px;
}
p.body_text {
font-size:12px;
color:#000000;
padding-left:10px;
padding-right:10px;
text-align:left;
margin: 0 0 0 0;
}
.body_text_red {
font-size:12px;
color:#FF0000;
font-weight:bold;
text-align:left;
margin: 0 0 0 0;
}
.body_text_all {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-left:10px;
padding-right:10px;
text-align:left;
margin: 0 0 0 0;
}
p.body_text_italic {
font-size:12px;
color:#000000;
padding-left:10px;
padding-right:10px;
text-align:left;
font-style:italic;
margin: 0 0 0 0;
}
p.body_text_bold {
font-size:12px;
color:#000000;
font-weight:bold;
padding-left:10px;
text-align:left;
margin: 0 0 0 0;
}
.body_text_bold {
font-size:12px;
color:#000000;
font-weight:bold;
padding-left:10px;
text-align:left;
margin: 0 0 0 0;
}
p.services_center {
font-size:12px;
color:#0033CC;
text-align:center;
margin: 0 0 0 0;
}
p.services_left {
font-size:12px;
color:#0033CC;
text-align:left;
padding-left: 10px;
margin: 0 0 0 0;
}
p.body_text_form {
font-size:14px;
color:#000000;
font-weight:bold;
padding-right:20px;
text-align:right;
margin: 0 0 0 0;
}
img.image_padding {
padding: 10px 10px 10px 10px;
}

/*               Lightbox     */

#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: #FFFFFF;
	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; background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat; }
#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;
	color:#000000;
	background-color: #FFFFFF;
	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:#453220;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
	

.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 */
}