/*********************************************************
   CSS Reset
 *********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
}

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
	text-align: left;
	background:#EAF2F5;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	color: #555;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #4c6267;
}

h1 {
  padding-bottom: 0.2em;
  font:1.6em arial, sans-serif;
  border-bottom: 12px solid #ddd;
}

h2 {
	font-size: 1.2em;
}

h3{
  font-size: 1.0em;
}
h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

p{
padding-bottom:10px;
}

a {
  border-bottom:1px dotted #990000;
  text-decoration:none;
  color: #990000;
}

a:hover {
	text-decoration:none;
	border:0;
}

a img {
  border: 0;
}

ul li {
  margin: 0;
  padding: 1px 5px 1px 20px;
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
}

#container { 
	width: 850px;
	padding-left: 10px;
	padding-right: 10px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #FFFFFF;
	background-image:url(images/containerbg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background:url(images/headerbg.jpg) repeat-x;
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEFDFC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 30px 10px;
}



#sidebar1 ul{
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 0px solid #AAD3DB;
}

#sidebar1 ul li{
  margin: 0;
 /* padding: 10px 5px 10px 0px;*/
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
  display:block;
}

#sidebar1 ul li a{
  height: 20px;
  border:0;
  width:100%;
  display:block;
  padding: 10px 5px 10px 0px;
}
#sidebar1 ul li a:hover{
  text-decoration:none;
}
#sidebar1 ul li:hover {
  color: #426F85;
  background:#CAF7F2 url(images/layout/bullet.gif) 5px 8px no-repeat;
}





#sidebar1 ul ul{
  margin: 0;
  padding: 0 0 0px 0;
  border-bottom: 0px solid #AAD3DB;
}

#sidebar1 ul ul li{
  margin: 0;
  padding: 5px 5px 5px 20px;
  list-style: none;
  background:url(images/layout/bullet.gif) 5px 8px no-repeat ;
  display:block;
}

#sidebar1 ul ul li a{
  padding: 0px 0px 0px 15px;
  height: 20px;
  
  border:0;
}
#sidebar1 ul ul li a:hover{
  text-decoration:underline;
}
#sidebar1 ul ul li:hover {
  color: #426F85;
  background:#CAF7F2 url(images/layout/bullet.gif) 5px 8px no-repeat;
}









#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:Verdana,sans-serif;
	color:#555;
} 



.fade { 
    float: right;
	min-height: 335px;  
    width: 630px;  
    padding: 0;  
/*    margin:  0 0 0 230px; 
*/	text-decoration: none;
	list-style: none; 
	top: 0; 
    left: 0;
	z-index:0;
	clear:left;
} 
 
.fade img { 
	float: right; 
    padding: 0px;  
    border: 0px solid #ccc;  
    background-color:;  
    width:  630px; 
    min-height: 335px; 
    top: 0; 
    left: 0;
	clear:left;

}

















#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0F5E56; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





















/*----------------------------------------------------------------bottom structure ------------------------------------*/



#bottom{
	width:848px;
	height:240px;
	padding:0;
	margin:0 1px 0 1px;
	clear:both;
	background-color:#FFFFFF;
}


#bottommiddle{
	float:right;
	width:254px;
	height:240px;
	margin:0;
	padding:0;
	border-left:1px solid #FFFFFF;
	background-color:#F3F1EB;
}


.bottommiddleheader{
	background-color:#A65700;
	height:30px;
	padding:5px 5px 5px 15px;
	width:234px;
	margin:0;
	overflow:hidden;

}

#bottommiddlecontent{
	width:254px;
	height:190px;
	margin:0;
	padding:0;
	background-color:#F3F1EB;
	overflow:hidden;

}

#bottommiddlecontent p{
	padding:0px 0px 0px 10px;
	margin:0;

}


#bottomright{
	float:right;
	width:255px;
	height:240px;
	background-color:#F3F1EB;
	border-left:1px solid #FFFFFF;
	margin:0 0 0 0;
	padding:0;
	border-right:1px solid #CCCCCC;
}

.bottomrightheader{
	background-color:#A65700;
	height:30px;
	padding:5px 5px 5px 15px;
	width:235px;
	margin:0;
	overflow:hidden;
}


#bottomrightcontent{
	width:230px;
	height:195px;
	padding:0 5px 0 20px;
	margin:0;
	background-color:#F3F1EB;
	overflow:hidden;
}


#bottomleft{
	float:left;
	background-color:#F3F1EB;
	width:333px;
	height:240px;
	margin:0 0 0 0;
	border-left:1px solid #CCCCCC;
}

.bottomleftheader{
	background-color:#A65700;
	height:30px;
	width:315px;
	padding:5px 5px 5px 15px;
	margin:0;
	overflow:hidden;
}



#bottomleftcontent{
	width:329px;
	height:190px;
	padding:3px;
	margin:0;
	background-color:#F3F1EB;
	overflow:auto;
}



#bottomleftcontent p{
	line-height:16px;
	padding:4px 0;
	margin:0;

}

/*********************************Light Box CSS***********************************/
#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(image/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/previous.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }



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

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