@charset "UTF-8";
@import url("zeroing.css");

body  {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/bg.gif);
	margin: 0; 
	padding: 10px 0 10px 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 998px;  
	background: #afc3bc;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	background: url(../images/header-bg.jpg) repeat-x;  
	min-height: 110px; 
} 
#header img {
	padding: 10px 0 0 38px; 
}
#header ul {
	list-style-type: none;
	display: inline;
	padding: 20px 50px 0 0;
	margin: 15px 0 0 0;
	float: right;
	}
#header ul .last {
	display: inline;
	padding: 10px;
	border-right: 0px #5d5341 solid;
	}
#header ul li {
	display: inline;
	padding: 10px;
	border-right: 1px #efb47c solid;
	}
#header ul li a {
	color: #efb47c;
	text-decoration: none;
	font-size: 16px;
	}
#slideshow {
	border: 1px solid black;
	width: 579px;
	height: 351px;
	}
#highlight {
	background: #e0d0ab;
	padding: 16px 50px;
	}
#highlight hr {
	color: #b5660c;
	background: #b5660c;
	height: 1px;
	}
#highlight .detail {
	width: 265px;
	float: right;
	}
#highlight .detail h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 115%;
	padding: 0 0 5px 0;
	line-height: 1.25em;
	}
#highlight .detail p {
	font-size: 100%;
	padding: 5px 0 0 0;
	line-height: 1.5em;
	}
#highlight .detail .small {
	font-size: 80%;
	padding: 5px 0 0 0;
	line-height: 1.2em;
	}
#highlight img {
	padding: 0;
	}
.two #sidebar1 {
	float: left; 
	width: 365px; 
	padding: 30px 0 15px 50px; 
	background: #afc3bc url(../images/browngreen-bg.jpg) 0 0 repeat-x;
}
#sidebar1 {
	float: left; 
	width: 265px; 
	padding: 30px 0 15px 50px; 
	background: #afc3bc url(../images/browngreen-bg.jpg) 0 0 repeat-x;
}
#sidebar2 {
	float: right; 
	width: 265px; 
	padding: 30px 50px 15px 0; 
	background: #afc3bc url(../images/browngreen-bg.jpg) 0 0 repeat-x;
}
.two #mainContent { 
	margin: 0 0 0 415px; 
	padding: 30px 50px 0 45px; 
	background: #afc3bc url(../images/browngreen-bg.jpg) 0 0 repeat-x;
}
#mainContent { 
	margin: 0 315px; 
	padding: 30px 45px 0 45px; 
	background: #afc3bc url(../images/browngreen-bg.jpg) 0 0 repeat-x;
}
#mainContent .small {
	font-size: 80%;
	}
#sidebar1 p, #sidebar2 p, #mainContent p { 
	line-height: 1.25em;
}
#sidebar1 .fltlft, #sidebar2 .fltlft, #mainContent .fltlft  { 
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
} 
#footer { 
	padding: 30px 0 20px 0; 
	background: url(../images/greenpurple-bg.jpg) 0 0 repeat-x;
	min-height: 265px;
} 
#footer h2 {
	color: #d07e2f;
	padding: 0 0 5px 0;
	margin: 0;
	}
#footer p {
	color: #eeb47b;
	font-style: normal;
	line-height:1.5em;
	padding: 0 0 10px 0;
}
#footer p a:link, #footer p a:visited {
	color: #eeb47b;
	text-decoration:none;
}
#footer p a:hover {
	color: #eeb47b;
	text-decoration:underline;
}
#footerbar1 {
	float: left; 
	width: 265px; 
	padding: 10px 0 15px 50px; 
}
#footerbar1 address {
	color: #eeb47b;
	font-style: normal;
	line-height:1.5em;
	padding: 0;
	margin: 0;
	}
#footerbar2 {
	float: right; 
	width: 265px; 
	padding: 10px 50px 15px 0; 
}#footerContent { 
	margin: 0 315px; 
	padding: 10px 50px 0 50px; 
} 
.imgHeading {
	padding: 0 0 0 48px;
	}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-----------------------CONTACT FORM-----------------------*/

#mainContent fieldset {
	border: 0;
	margin: 48px 0 0 0;
	height: 180px;
}
fieldset {
	border: 0;
	margin: 0;
	height: 180px;
}
fieldset .comment_name_input, fieldset .comment_email_input, fieldset .comment_web_input {
	width:210px;
	border: solid 1px #666;
	padding: 0;
	font-size: 20px;
	margin: 0 20px 0 0;
	color:#333;
}
fieldset select {
	width:220px;
	background: #e2e2c4;
	border: solid 1px #40662d;
	padding: 0 0 0 15px;
	font-size: 16px;
	margin: 0 20px 20px 20px;
	color:#333;
}
fieldset p {
	color: #333;
	font-size: 120%;
	margin: 0 0 10px 0;
}
fieldset .textbox label {
	color: red;
	font-size: 80%;
	margin: 0 0 0 7px;
}
.required {
	color: red;
}
fieldset #dropdown p {
	color: #333;
	font-size: 90%;
	margin: 0 0 0 7px;
	padding: 5px 0 2px 12px;
}
fieldset input.button {
	width: 150px;
	height: 26px;
	margin-top: 7px;
	font-size: 14px;
	color:#333;
}
fieldset label {
	font-size: 18px;
	color:#333;
}
fieldset legend {
	padding: 0 0 10px 0;
	color: #333;
	}
fieldset textarea {
	width: 475px;
	height: 91px;
	border: 1px solid #666;
	}