/* Define HTML tags */
body {
padding:24px;
margin:0;
background-color:#897675;
}

h1, h2, .head {
font-family: "trebuchet ms", Arial, Helvetica;
font-size: 18px;
font-weight:normal;
color:#FFFFFF;
margin:0px;
padding:0 0 10px 0;
}

input, textarea, select {
font-family: "trebuchet ms", Arial, Helvetica;
font-size: 11px;
color:#000000;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
margin-bottom:6px;
padding:2px;
}

.ipt {
font-family: "trebuchet ms", Arial, Helvetica;
font-size:11px;
font-style:normal;
color:#FFFFFF;
background-color:#9f8d8d;
border-style:outset;
border-width:1px;
border-color:#3b353f;
}

.img {
border-style:solid;
border-width:1px;
border-color:#5e5a64;
margin-bottom:2px;
padding:0px
}

.line {border-bottom-width:1px;border-bottom-color:#CCCCCC;border-bottom-style:dashed;width:auto;margin:24px 0px 16px 0px}

/* Define div containers */

#container {
font-family: "trebuchet ms", Arial, Helvetica;
width:900px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
color:#4f6f58;
background-color:#3b353f;
}

#banner {
width:199px;
float:left;
}

#image-container {
float:left;
width:701px;
height:384px;
background-color:#dedcda;
}

#image-panel {
width:513px;
margin:52px 0px 0px 94px;
}

#imagepanel {
width:160px;
}

#menu {
float:left;
width:199px;
height:268px;
padding:0px;
background-color:#3b353f;
}

#content {
float:left;
width:625px;
height:206px;
padding:35px 38px;
color:#FFFFFF;
margin:0px;
font-size:11px;
line-height:16px;
background-color:#4d404d;
overflow:auto;
scrollbar-face-color: #3b353f;
scrollbar-shadow-color: #4d404d;
scrollbar-highlight-color: #4d404d;
scrollbar-3dlight-color: #4d404d;
scrollbar-darkshadow-color:#4d404d;
scrollbar-track-color: #4d404d;
scrollbar-arrow-color: #FFFFFF;
}

#content a {
color:#64a8d4;
text-decoration:none;
}

#content a:hover {
text-decoration:underline;
}

#content ul {
margin:0px;
padding:10px 0px 10px 20px;
}

#content li{
padding-bottom:2px;
list-style-type:square;
}

#footer {
font-family: "trebuchet ms", Arial, Helvetica;
font-size: 11px;
width:860px;
height:27px;
color:#FFFFFF;
background-color:#3b353f;
padding: 10px 20px 0px 20px;
}

#footer a {
color:#64a8d4;
text-decoration:none;
}

#footer a:hover {
color:#FFFFFF;
}


/* Some formatting for the menu system */
#chromemenu{
width: 199px;
height: 267px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
padding:0px;
margin:0px;
float: left;
}

#chromemenu ul li{
display: inline;
font-family: "trebuchet ms", Arial, Helvetica;
font-size: 14px;
color:#FFFFFF;
}

#chromemenu ul li a{
float: left;
font-weight:normal;
margin-bottom:8px;
padding:10px 0px 0px 20px;
width:179px;
height:28px;
text-decoration: none;
color:#FFFFFF;
background-color:#5e5a64;
/* background: url(../../app/site/menu_div.gif) center left no-repeat; Theme Change here */
}

#chromemenu ul li a:hover{
color: #FFFFFF;
background-color:#64a8d4;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
position:absolute;
top:0;
margin:0px 0px 0px 200px;
font:normal 14px "trebuchet ms", Arial, Helvetica;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width:199px;
height:28px;
display: block;
text-indent: 12px;
text-decoration: none;
border: none; /*Theme Change here*/
font-weight: normal;
background-color: #9f8d8d;
color:#FFFFFF;
margin-bottom:8px;
padding-top:10px;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #64a8d4;
color:#FFFFFF;
}

/* Define CSS for lightbox javascript */
#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(../../application/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(../../application/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../application/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 */
	}	
