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

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
	background-color: #f3f7d5;
	font-family: Calibri, Arial;
	line-height: 130%;
	color: #333;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 2px solid #300;
}

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #300;
}

#menu {
}

#content {
	padding-top: 3em;
	padding-bottom: 1em;
	min-height: 300px;
}

#content_cont {
	height: 240px;
}

#srvc {
	width: 300px;
	margin-right: 13px;
	float: left;
}

#contact {
	float: right;
	width: 400px;
	border: 2px solid #300;
	background-color: #F3F7D5;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

#contact p {
	font-size: 15px;
	line-height: 100%;
}

#footer {
	background-color: #330;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #CCC;
	margin-top: 3em;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #b1c226;
	color: #300;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #b1c226;
	color: #300;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #f3f7d5;
	color: #300;
}

.floatleftimage {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 1em;
	margin-bottom: .5em;
}
.floatrightimage {
	margin-bottom: .5em;
	margin-left: 1em;
	border: 1px solid #666666;
	float: right;
}
.floatleftimgnoborder {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.floatrightimgnoborder {
	float: right;
	margin-bottom: .5em;
	margin-left: 1em;
}
.floatleftimgnoborderhs {
	float: left;
	margin-right: 1em;
}
.heading {
	font-style: normal;
	font-weight: bold;
	color: #693;
	font-size: 18px;
}
.srvc_heading {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333300;
	background-color: #F3F7D5;
	font-weight: bold;
	font-size: 18px;
	padding-left: 3px;
}
.highlight {
	font-weight: bold;
	color: #330;
}
.test {
	padding-left: 5px;
	padding-top: 6px;
}
#index #h, #about #a, #services #s, #policies #f, #res #r, #faq #q, #loc #c {
	background-color: #333300;
	color: #FFF;
}

#cleft {
	width: 470px;
	float: left;
}

#cleft h2 {
	color: #360;
	margin-bottom: 0.5em;
}

#cright {
	width: 470px;
	float: left;
}
.myform{
	width: 372px;
	padding: 14px;
	margin-bottom: 0;
	float: right;
	margin-right: 1em;
	margin-left: 1em;
}
#stylized{
	border: 2px solid #330000;
	background-color: #F3F7D5;
}
#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:8px;
}
#stylized h2{
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-family: Calibri, Arial;
	font-weight: normal;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1C226;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #B1C226;
	width: 212px;
	margin: 2px 0 20px 10px;
}
#stylized #quest{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #B1C226;
	width: 212px;
	height: 250px;
	margin: 2px 0 20px 10px;
}
#stylized button{
	margin-left: 150px;
	width: 125px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	clear: both;
}
