/* page structure */

html{
	background: #AABD8D;
	margin: 0;
	padding:0;
}

body {
	margin: 20px 20px 0 20px;
	padding:0;
	font: 13px  "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	background: #F6F6EC url(images/footer-bg.gif) 0 0 repeat-y;
	border: 1px solid #A4B688;
	}

#header{
	background: #ECEDDE url(images/header-bg.jpg) top right no-repeat;
	padding:0;
	margin:0;
	height: 200px;
	}

#menu{
	clear:both;
	padding:0;
	margin: 0;
	background: #E6E7D7;
	border-top: 1px solid #F6F6F0;
	border-bottom: 1px solid #A0A15C;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	}

#main{
	background: #F6F6EC;
	padding:20px;
	clear:both;
}

#footer{
	clear:both;
	padding: 10px;
	background: #F6F6EC;
	}

/*generic styles */

h1, h2, h3, h4, h5, p{
	 margin: 0 0 1em 0;
	 padding:0;
}

h1, h2, h3, h4, h5{
color: #105F18;
}

form{
	margin: 0;
	padding:0;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 15px;
}

h3{
	font-size:13px;
}

h4{
	font-size:13px;
}

p{
	color: #000;
}

a{
	color: #105F18;
	text-decoration: none;
}

a:hover{
	color:#1FB530;
	text-decoration: underline;
}

/*header styles */

#header h1{
	font-size: 13px;
	float: left;
	height: 200px;
	width:290px;
	margin: 0;
	padding:0;
	background : url(images/logo.gif) 0 0 no-repeat;
	line-height : 999em;
	overflow : hidden;
}

#header form{
	position:absolute;
	top: 50px;
	right: 40px;
	border: 1px solid #C7C7A6;
	background: #F6F6EC;
	margin: 0;
	padding: 10px;
	width: 19em;
}

#header label{
	font-size: 11px;
	color: #01390E;
}

#header input{
	border: 1px solid #B9B991;
	background-color: #fff;
	color: #B9B991;
	font-size: 11px;
	padding: 3px;
	width: 9em;
}

#header  input.button{
	background: #ABAB88 url(images/btn-bg.gif) 0 0 repeat-x;
	color: #fff;
	width: 4em;
	padding: 2px;
}

#header h2#tag{
	background: url(images/header-tag.gif) 0 0 no-repeat;
	width: 350px;
	height: 50px;
	padding:0;
	margin: 120px 0 0 20px;
	line-height: 999em;
	overflow : hidden;
	float: left;
	}

/*menu styles */

#menu ul{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	overflow:hidden;
	background: #E6E7D7;
}


#menu li{
	margin: 0;
	padding:0;
	float:left;
}

#menu li li{
	border: none;
	float: none;
}

#menu li ul{
	padding: 7px 0 0 0;
	border : none;
}

#menu a{
	padding: 10px ;
	margin: 0;
	display: block;
	width: 200px;
	text-decoration: none;
	color: #105F18;
}

#menu li a{
	font-weight: bold;
	background: #E6E7D7;
	border-right: 1px solid #B4BA8B;
}

#menu li li a{
	font-weight: normal;
	border: none;
	margin: 0;
	background: #D6D7C5;
}

#menu a:hover{
	background : #929958;
	color: #DFE0CD;
}

/* main styles */


/* footer styles */

#footer p{
	border: 1px solid #C2C29E;
	text-align : center;
	padding: 10px;
	margin:0;
	font-size: 13px;
}

#footer strong{
color: #105F18;
}

/* contact form */

form#contactform{
 width: 400px;
}

form#contactform input.txt{
	width: 180px;
}

form#contactform select{
width: 183px;
}

form#contactform textarea{
width: 180px;
}

form#contactform label{
	font-weight: bold;
	display: block;
	margin : 0;
	padding: 5px 10px 5px 170px;
	border-top : 1px solid #BFBF77;
	background: #fff;
}

form#contactform label span{
	position: relative; left: -160px; float: left; margin-right: -160px; 
}

#main form#contactform p{
	border-top: 1px solid #BFBF77;
	padding-top: 5px;
	text-align: center;
}

#etoNotice{
	display:block;
	text-align : center;
	font-size : 9px;
	background: #F6F6EC;
	
}

/* suckerfish specific styles */

#menu li ul { /* second-level lists */
	position: absolute;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	margin:0;
}

* html body #menu li ul{
	margin:0;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}