/*********************************************************/
body {
	background:#f1eed9 url(images/body-background.jpg) repeat-x;;
	margin:0;
}
#main {
	background:url(images/spacer.jpg) repeat-y;
	width:835px;
	margin:0 auto 0;
}
/*********************************************************/
#head {
	width:815px;
	height:165px;
	background:url(images/header.jpg);
}
#head h1 {
	font:normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#head #people {
	float:left;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
	position:relative;
	top:10px;
	left:30px;
}
#head #contact {
	float:right;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
	position:relative;
	top:0px;
	right:20px;
}
/*********************************************************/
#nav {
	float:left;
	background:url(images/nav-background.jpg);
	width:835px;;
	height:45px;
	position:relative;	
	overflow:hidden;
}
#navmenu {
	width:815px;
	height:45px;
	position:relative;
	top:0;
	left:80px;
}
#navmenu a {
	padding-top:16px;
	text-decoration:none;
	width:108px;
	height:45px;
	float:left;
	color:#f1eed9;
	/*background:url(images/navitem_off.jpg);*/
	text-align:center;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
#navmenu a:hover {
	text-decoration:none;
	width:106px;
	height:45px;
	float:left;
	color:#f1eed9;
	/*background:url(images/navitem_on.jpg);*/
	border-left:1px solid #f1eed9;
	border-right:1px solid #f1eed9;
	text-align:center;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
#navmenu a.active {
	text-decoration:none;
	width:108px;
	height:45px;
	float:left;
	color:#f1eed9;
	/*background:url(images/navitem_off.jpg);*/
	text-align:center;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
#navmenu a:hover.active {
	text-decoration:none;
	width:106px;
	height:45px;
	float:left;
	color:#f1eed9;
	/*background:url(images/navitem_on.jpg);*/
	border-left:1px solid #f1eed9;
	border-right:1px solid #f1eed9;
	text-align:center;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
#navmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navmenu li {
	float:left;
	padding:0;
}
/*********************************************************/
#content {
	clear:both;
	float:left;
	background:url(images/content-background.jpg) no-repeat;
	width:835px;
	height:100%;
}
#content img {
	border:2px solid #a5896a; 
	padding:0;
	margin:0;
}
#content .left {
	width:330px;
	float:left;
	position:relative;
	top:45px;
	left:60px;
}
#content .left p {
	clear:left;
	padding:0 0 0 10px;
}
#content .right {
	width:440px;
	min-height:300px;
	float:left;
	position:relative;
	top:20px;
	left:0px;
	padding:0;
	margin:0;
}
#content .full {
	width:720px;
	float:left;
	position:relative;
	top:35px;
	left:55px;
	margin-bottom:20px;
	
}
#content .boxed {
	padding:10px;
	_margin:10px;
	border:2px solid #a5896a; 
}
#content h1 {
	font:bold italic 16px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
}
#content h2 {
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	color:#607839;
}
#content p {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#6a5743;
}
#content p.bottom {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#6a5743;
	margin-top:20px;
}
#content .green {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
}	
#content a {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#6a5743;
}
#content li {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color:#6a5743;
	margin-left:20px;
}
#content ul.gallery {
	list-style-type:none;
	padding:5px 0 0 5px;
	margin:0;
	border:2px solid #a5896a; 
	float:left;
	width:440px;
}
#content ul.gallery li {
	float:left;
	margin:0 5px 5px 0;
}
#content .leftlist {
	height:440px;
	float:left;
	padding-right:4px;
}

#content .rightlist {
	height:440px;
	float:right;
	margin-left:-8px;
}
/*********************************************************/
#footer {
	clear:both;
	margin-top:10px;
	height:78px;
	background:#f1eed9 url("images/footer.jpg") no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	text-align:center;
}
#footer a {
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}
#footer p {
	margin:0;
	padding-top:60px;
}
/*************************CONTACT*************************/
.fieldset {
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
	width:396px;
	border:solid 1px #203c1b;
}
.fieldset label {
	text-align:right;
	width:85px;
	float:left;
}
.fieldset .nobr {
	display:none;
}  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:220px;
	border:solid 1px #203c1b;
	background:none;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
}
.fieldset .textarea {
	margin:3px;
	height:120px;
	width:220px;
	border:solid 1px #203c1b;
	background:none;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
}
.fieldset .submit {
	margin:3px;
	height:20px;
	width:80px;
	border:solid 1px #203c1b;
	background:none;
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color:#203c1b;
	margin-left:70px;
}
#formError {
	color:#203c1b;
}
#formError ul {
	color:#203c1b;
}
#notice {
	color:#203c1b;
}