@charset "utf-8";

* {margin: 0; padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(../images/bg.gif) 0 146px repeat-x;
	color: #666666
}

#top {
	width: 980px;
	height: 146px;
	margin: 0 auto;
	}
	
#nav {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	}
	
#nav ul {
	float: left;
	list-style-type: none;
	padding-top: 6px;
	}

#nav ul li {
	float: left;
	border-right: 1px solid #fff;
	}
#nav ul li:last-child {border: 0;}
	
#nav ul li a {
	display: block;
	padding: 4px 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;	
	}
	
#nav ul li a:hover {color:#a0cf67 }


#content {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	min-height: 380px;
	}
* html #content {height:380px;}

#content p {
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	


#sidebar {
	float: left;
	width: 230px;
	padding: 16px;
	min-height: 348px;
	}
* html #sidebar, *+html #sidebar { height: 348px; }
	
#sidebar h1 {
	color: #FFF;
	font-size: 30px;
	margin-bottom: 16px;
	font-weight: normal;
	}
	
#bodycopy, #image {
	float: right;
	width: 737px;
	min-height: 380px;
	background: #FFF;
	}
	
#image { background: transparent}
	
#bodycopy a {color: #79b332; text-decoration: none;}
#bodycopy a:hover { text-decoration: underline;}
	
#bodycopy h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 16px;
	}
	
#bodycopy td {padding: 24px;}

#bodycopy ul, #bodycopy ol {
	margin: 0 0 24px 24px;
	}
#bodycopy li { line-height: 1.5em;}
	
#bodycopy form {
	float: left;
	width: 356px;
	margin: 32px;
	}
	
#bodycopy form p {
	margin-bottom: 6px;
	}
	
#bodycopy fieldset {
	width: 320px;
	padding: 16px;
	margin-bottom: 8px;
	background: #c6ccca;
	border: none;
	}

#bodycopy label { color: #666; line-height: 1.7em;}

#bodycopy input, #bodycopy textarea {
	width: 320px;
	}
	
#bodycopy button {
	float: right;
	background:#c6ccca;
	border: none;
	padding: 4px 24px;
	margin: 0 4px 24px 0;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer
	 }
	 
* html #bodycopy button {margin: 0 0 24px 0;}
	 
#contactDetail {
	float: left;
	margin-top: 32px;
	}
	
#contactDetail span {
	clear: left;
	float: left;
	display: block;
	width: 48px;}
	
#wrapFooter {
	clear: both;
	height: 36px;
	background: #dedfe1;
	}

#footer {
	width: 1000px;
	margin: 0 auto;
	/*padding-top: 8px;*/
	text-align: right;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #5e6f89;
	}
	
	