body {
	background-color:#669966;
	background-image: none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 600px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(PageImages/header_796.jpg);
	width:600px;
	height:212px;
	position:relative;
}
#header ul{
	background-color: #669967;
	border: 0.3em solid #FFFFFF;
	display: block;
	top: 180px;
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 3em;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#header li{
	display:inline;
	width: 10em;
}
#header ul li {
	position: relative;
	vertical-align: middle;
	}
	
#header ul li img {
    vertical-align: middle;
}

	/* Styles for Menu Items */
#header li ul li a {
	background-color: #669967; 
	background-image: none;
	border: 0.3em solid #FFFFFF;
	display:block;
	width:13em;
	height:2em;
	text-decoration: none;
	border-bottom: 0.3em solid #FFFFFF;
	margin-left: 0em; 
	text-align:center;
	padding:7px 0px 0px 0px;
	}


#header li ul {
	position: absolute;
	left: -9999px;
	top: 9px;
	width:0;
	height:0;
	border: none;
	}
	
#header li:hover ul {
	left: 0em;
}


/* Sub Menu Styles */
/*
#header ul li ul li a { 
background-color:#669967;
display:block;
padding: 2px 0px; 
} 
*/

#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 5px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}

#header li:hover ul {
	display: block; 
}

#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#669966;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	color:#000000;
	top:44px;
	left:94px;
}
#header_text {
	top:70px;
	left:500px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#FFFFFF;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image: url(PageImages/content_bg_796.gif);
	width: 600px;
}
#content li{
	margin-left:20px;
}
#content li ul li{
	margin-left:27px;
}

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#000000;
	font-size:12px;
	margin: 10px 0px 10px 10px;
}
h3{	
color:#000000;
font-size:12px;
margin: 20px 0px 20px 0px;
}	

h4{
color:#669967;
font-size:12px;
text-align:center;
width:200px;
margin: 10px 0px 15px 0px;
}

#left {
	float:left;
	width:428px;
	margin-top:10px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#left li{
margin-left: -15px
}
#left li ul li{
margin-left: -15px
}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	text-align:center;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#669967;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(PageImages/footer_bg_796.gif);
font-size:1px;
height:10px;
}
#footer {
	width:600px;
	text-align:center;
	padding: 20px 0px;
}
/******** image viewer codes ************/

#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(./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; 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
