*{
	margin:0;
	padding:0;
}
html{
	min-width:760px;
    height: 100%; 
	margin-bottom: 1px; 
}
body{
	background:#fff url(../images/back.jpg) repeat-x top;
	text-align:center;
	font: small/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	voice-family: inherit;
}
#logo {
	width: 760px;
	height: 115px;
	}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	font-size: 93%;
	background: url(../images/bg.jpg) #dae0d2 repeat-x 50% bottom;
	float: left;
	width: 760px;
	line-height: normal;
}
/*-----------------Navigation---------------------------*/
#header ul {
	padding: 10px 0px 0 10px; 
	margin: 0px; 
	list-style-type: none;
}
#header LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 9px; 
	BACKGROUND: url(../images/left.gif) no-repeat left top; 
	FLOAT: right; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}
#header A {
	PADDING-RIGHT: 15px; 
	DISPLAY: block; 
	PADDING-LEFT: 6px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(../images/right.gif) no-repeat right top; 
	FLOAT: left; 
	PADDING-BOTTOM: 4px; 
	COLOR: #74743A; 
	PADDING-TOP: 5px; 
	TEXT-DECORATION: none
}
#header A {
	FLOAT: none
}
#header A:hover {
	COLOR: #AAAA55
}
#header #current {
	BACKGROUND-IMAGE: url(../images/left_on.gif);
	color: #AAAA55;
}
#header #current A {
	BACKGROUND-IMAGE: url(../images/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #AAAA55
}
/*-------------------End of Navigation----------------------*/
#left {
	float:left;
	width: 345px;
	margin: 15px 0 0 0;
	padding:0;
	background: url(../images/leftBack.png) no-repeat;
	}
#left a{
	color: #818A26;
	border-bottom: 1px dashed #818A26;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat  0 50%;
	padding-left: 18px;
}

#text {
	color: #666666!important;
	margin: 15px 15px 0 15px;
	padding: 0;
	}
#right {
	float: right;
	width: 400px;
	margin: 15px 0 0 0;
	padding: 0;
	}
#rightPics {
	float: right;
	width: 725px;
	margin: 0;
	padding: 20px 0 0;
	}
#rightPics ul {
    margin: 0;
	padding: 0;
	list-style: none;
	}
#rightPics li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}
#rightPics img {
	margin: 0 0 10px 13px;
	padding: 0;
	}
#rightPics p {
	font-size: 80%;
	color: #999999;	
	margin: 0 0 10px 13px;
	}
#rightPics img{
	padding:2px;
	border:1px solid #E6E6E6;
}
#clear {
 clear:both;
 height: 0px;
 }
h1 {
	font: bold 100% Verdana;
	color: #818A26;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #FFFFFF;
}
h2 {
	font: bold 100% Verdana;
	color: #818A26;
	margin-bottom: 0.8em;
	margin-top: 0.8px;
}
p{
	margin:0.3em 0 0.6em 0;
}
.container {
	padding:0;
	width: 398px;
	border-right: 1px dashed #818A26;
	border-left: 1px dashed #818A26;
	font-size: 90%;
}
.container h2{
	color: #818A26;
	margin-top: 0.8em;
	margin-bottom: 0.1em;
	border-bottom: 1px dashed ##818A26;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.container p{
	margin:0.1em 0 0.1em 0;
	font-size: 95%;
}
.container ul{
	margin:1em 0 0 0;
	padding: 0;
}
.container li{
	margin:0em 0em 0em 1em;
	list-style: none;
	background: url(../images/add.gif) no-repeat 0 4px;
	padding-left: 18px;
	font-size: 95%;
}
#text2, #text3 {
	color: #666666!important;
	margin: 0 18px 18px 18px;
	padding: 0;
	}
#text ul{
	margin:0;
	padding: 0;
}
#text li{
	margin:0em 0em 0em 0.5em;
	list-style: none;
	background: url(../images/add.gif) no-repeat 0 4px;
	padding-left: 18px;
	font-size: 95%;
}
#foot {
	width:760px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background: url(../images/bottom4.png) no-repeat;
	height:105px;
	padding: 10px 0 0;
}
#foot p {
	font-size: 80%;
	color:#999;
	margin-left: 15px;
	}
#foot a{
	font-size: 90%;
	color:#999999;
	margin:0;
	padding:0;
	text-decoration: none;
}
#foot a:hover{
	font-size: 90%;
	color:#999999;
	margin:0;
	padding:0;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	}
#footContainer{
	width:100%;
	background: url(../images/bottBack.png) repeat-x top;
	clear:both;
	}
#line {
    line-height: 0.5em;
	}
	/*-------------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: #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, 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: normal;
	font-size: 100%;
	color: #666666;
}
#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: #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}
	

.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 */
	}	
	.stretcher {
	BACKGROUND: #fff
}
H3 {
	FONT-SIZE: 0.99em; MARGIN: 5px 0px 0px; WIDTH: 400px; CURSOR: pointer; HEIGHT: 20px
}
H3 A:link {
	PADDING-RIGHT: 8px; DISPLAY: block; PADDING-LEFT: 8px; BACKGROUND: url(img/title.gif) #8fc80d no-repeat; PADDING-BOTTOM: 0px; WIDTH: 400px; COLOR: #fff; PADDING-TOP: 4px; HEIGHT: 16px; TEXT-DECORATION: none; text-shadow: 2px 2px 1px #8fc80d; moz-outline-style: none
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #DAEDD6;
}
legend {
font-weight: bold;
}
label {
display: block
}
.input {
width: 200px;
}
form {
margin: 0;
padding: 0;
}