@charset "utf-8";
/* CSS Document */

/*
tan: 		#c4bc96
lt green: 	#099444
dk green: 	#036838
dk blue: 	#77b1dd
lt blue:	#8bc9f7
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	background: #c4bc96;
}
h1 {
	color: #036838;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#wrapper {
	width: 841px;
  	margin-left: auto;
  	margin-right: auto;
}
#logo1 {
	float: left;
	width: 466px;
	height: 70px;
	margin: 20px 0;
}
#logo1 img {
	border: none;
}
#logo2 {
	float: right;
	width: 145px;
	height: 109px;
	margin: 10px 0;
}
#logo2 img {
	border: none;
}
#header-image {
	float: left;
	width: 840px;
	height: 276px;
	margin: 0;
	background: url(../images/header-photo.png) top left no-repeat;
	border: 3px solid #036838;
}
#content {
	float: left;
	width: 847px;
	height: auto;
	padding: 0;
	margin: 15px 0;
}
#content ul {
	padding: 0px 15px 0px 15px;
	list-style: url(../images/ul-bullet.gif);
}
#content .area1 {
	float: left;
	width: 275px;
	padding: 20px;
	margin: 0;
	border: 2px solid #036838;
	background: #8bc9f7 url(../images/box-bkgd.png) bottom left no-repeat;
}
#content .area1 ul li {
	margin: 0 0 15px 0;
	font-weight: bold;
}
#content .area2 {
	float: left;
	width: 467px;
	min-height: 185px;
	padding: 20px;
	margin: 0 0 0 15px;
	border: 2px solid #036838;
	background: #8bc9f7 url(../images/box-bkgd.png) bottom left no-repeat;
	font-weight: bold;
}
#content #request-button {
	float: left;
	margin: 15px 0 0 22px;
	border: none;
}

#content .area3 ul {
	margin-top: 0;
}
#content .highlight {
	font-weight: bold;
	color: #ebf9ce;
}
#content .content-footer {
	float: left;
	margin: 12px 0 0 0;
	width: 811px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	font-size: 13px;
}
#content .content-footer a {
	color: #666666;
	text-decoration: none;
}
#content .content-footer a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
	width: 841px;
	text-align: center;
	color: #dfdddd;
	font-size: 13px;
}

#footnote {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #cccccc;
	padding-bottom: 20px;
}
#footnote a {
	color: #999999;
	text-decoration: none;
}
#footnote a:hover {
	text-decoration: underline;
}


#email_confirm,#message{display:none;}
#form-container {
	width: 800px;
	float: left;
	margin: 20px auto 10px 0px;
	padding: 20px;
	font-size: 13px;
	background: #dad3af;
	border: 2px solid #a69d73;
}
#form-container .header {
	width: 500px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #036838;
	margin: 0 0 20px 0;
}
#form-container .header-link {
	width: 100px;
	float: right;
	font-size: 14px;
	color: #036838;
	margin: 3px 0 10px 0;
}
#form-container .header-link a {
	color: #036838;
	text-decoration: none;
}
#form-container .header-link a:hover {
	color: #099444;
	text-decoration: underline;
}
#form-container .column {
	width: 380px;
	float: left;
	margin: 0 0 0 70px;
	padding: 0;
}
#form-container .column2 {
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
}
#form-container label {
	font-weight:bold;
	float: left;
	width: 100%;
	margin: 0 0 2px 0;
}
#form-container .req {
	font-weight:bold;
	color: #FF0000;
}
#form-container .input-row {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
#form-container .input-row .text-field {
	width: 250px;
	color:#666666;
	border: 1px solid #666;
	padding: 2px;
}
#form-container .input-row .text-field-error {
	width: 250px;
	color:#666666;
	border: 1px solid #FF0000;
	padding: 2px;
}
#form-container .input-row .text-area {
	width: 250px;
	height: 64px;
	color:#666666;
	border: 1px solid #666;
	padding: 2px;
}
#form-container .input-row .text-area-error {
	width: 250px;
	height: 64px;
	color:#666666;
	border: 1px solid #FF0000;
	padding: 2px;
}
#form-container .submit-button{
	background:url(../images/get-quote-button.png) no-repeat;
	width:250px;
	height:50px;
	border:0px solid #999;
	color: #ffffff;
	font-weight: bold;
	padding-bottom:5px;
	margin: 8px 0 0 0;
	cursor: pointer;
}
.msg {
	width: 843px;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background: #099444;
	padding: 3px 0 3px 0;
	border: 1px solid #036838;
}




