@charset "UTF-8";
/* CSS Document */

/* =Imports
============================================================================== */

	@import url("resets.css");


body{
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	text-decoration: none;
	line-height: 16px;
	color:#385959;	
	background-color:#dfddac
}

a{
text-decoration: none;
color:#273e3e;
}

a:hover{
	color:#b1af34;
}

a img{
border: 0px;
text-decoration: none;

}

ul {
	color:#385959;
}

h2 {
	font-size:13px;
	line-height: 18px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#b1af34;
}
	


#container{
	margin:auto;
	width:1000px;
	height:725px;
	background: url(graphics/bg_img.gif) no-repeat top left;
	
}

#leftColumn{
	clear:both; 
	width:240px; 
	float:left; 
	padding-top:5px;
}

.leftColumn-theme{
	border-top: 3px solid #B1AF34; 
	padding-top:5px;
	padding-bottom:20px
}

.leftColumn-theme p{
	padding-top:5px;
	padding-left:15px;
}


#htmlElement {
	padding: 10px;
	background-color: #000;
}

#head {
font-family: verdana;
font-size:11px;
font-weight:bold;
float:none;
}


#head_logo {
float:left;
}

#contentArea {
	width:685px;  
	margin:0px 0px 0px 30px;
	float:left; 
	padding-top:5px
}

#nav {
	margin: 0;
	float:left;
	position: relative;
	left: 35px;
	padding-top:34px;
	
}

#navSelect {
padding: 0px 0px 6px 20px;	
}

/*

Styles for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/
#nav-move {
	width: 130px;
	list-style: none;
}

#nav-move li {
	width: 130px;
}
			
#nav-move a, #nav-move a:visited, #nav-move a:hover {
	width: 130px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(graphics/navImagesB.png) no-repeat;
	display: block;
}
			

/* Nav Labels*/
		
#nav-move li.interactive a {
	background-position: 0px -1px;
}
			
#nav-move li.photo a {
	background-position: -132px 0px;
}
			
#nav-move li.print a {
	background-position: -264px -3px;
}
			
#nav-move li.button-color-4 a {
	background-position: -402px -3px;
}

#nav-move li.interactive a:hover {
	background-position: 0px -27px;
}
			
#nav-move li.photo a:hover {
	background-position: -132px -26px;
}
			
#nav-move li.print a:hover {
	background-position: -264px -29px;
}
			
#nav-move li.button-color-4 a:hover {
	background-position: -402px -29px;
}

#nav-move li.photo {
	background-position: -132px -26px;
}