/* ---------------------- Colors -------------------------
#536980  -  Grayish Blue in Logo
#8B713E  -  Brown in Logo
#F6B638  -  Orange in Logo
------------------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #8E9E6F;
	text-align: center;
	font: 12px/1.5em Arial, sans-serif;
}
#wrap{
	background: url(images/wrapbg.gif) repeat-y #fff;
	width: 779px;
	margin: auto;
	border: 1px solid #6A6756;
	border-width: 0px 1px 1px 1px;
}
#header{
	display: block;
	width: 100%;
	height: 174px;
	background: url(images/headerdark.gif) no-repeat #0B3F5D;
	position: relative;
}
#header h1{
	text-indent: -9999px;
}
#header h2{
	text-indent: -9999px;
}
#header #flash{
	position: absolute;
	right: 0px;
	top: -1px;
	width: 249px;
}
#navigation{
	display: block;
	width: 100%;
	height: 26px;
	background: url(images/navigationnew.gif) no-repeat #F6B638;
}
#navigation ul{
	list-style-type: none;
	padding-left: 135px;
}
#navigation li{
	float: left;
	height: 26px;
}
#navigation a{
	display: block;
	text-indent: -9999px;
	height: 26px;
}
#navigation li.home a{
	background: url(images/navigationnew.gif) -154px 0px no-repeat;
	width: 112px;
}
#navigation li.home a:hover{
	background: url(images/navovernew.gif) -154px 0px no-repeat;
	width: 112px;
}
#navigation li.about a{
	background: url(images/navigationnew.gif) -266px 0px no-repeat;
	width: 131px;
}
#navigation li.about a:hover{
	background: url(images/navovernew.gif) -266px 0px no-repeat;
	width: 131px;
}
#navigation li.faqs a{
	background: url(images/navigationnew.gif) -397px 0px no-repeat;
	width: 122px;
}
#navigation li.faqs a:hover{
	background: url(images/navovernew.gif) -397px 0px no-repeat;
	width: 122px;
}
#navigation li.services a{
	background: url(images/navigationnew.gif) -519px 0px no-repeat;
	width: 139px;
}
#navigation li.services a:hover{
	background: url(images/navovernew.gif) -519px 0px no-repeat;
	width: 139px;
}
#navigation li.contact a{
	background: url(images/navigationnew.gif) -658px 0px no-repeat;
	width: 137px;
}
#navigation li.contact a:hover{
	background: url(images/navovernew.gif) -658px 0px no-repeat;
	width: 137px;
}
#leftcontent{
	text-align: left;
	padding-left: 4px;
	padding-right: 234px;
	padding-top: 8px;
}
#leftcontent h1{
	font-size: 13px;
	margin-bottom: 10px;
	width: 520px;
}
#leftcontent h2{
	font-size: 12px;
	padding-bottom: 6px;
	text-decoration: underline;
}
#leftcontent p{
	padding-bottom: 1.5em;
}
#leftcontent img{
	float: right;
	border: 1px solid #e0cfa6;
	margin: 4px;
	margin-right: 10px;
}
#leftcontent img.special{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#leftcontent div.locations{
	text-align: center;
}
#leftcontent div.locations p{	
	float: left;
	width: 47%;
	text-align: left;
}
#rightcontent{
	float: right;
	width: 230px;
	text-align: left;
}
#rightcontent h2{
	font-size: 12px;
	padding-bottom: 6px;
	text-decoration: underline;
	text-align: center;
}
#rightcontent img{
	float: none;
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #E4CF9E;
	margin-top: 5px;
}
#rightcontent p{	
	padding-right: 3px;
}
#rightcontent p.title{
	font-weight: bold;
	text-align: center;
}
#rightcontent p.testimonial{
	padding-top: 40px;
	font-size: 11px;
	font-style: italic;
}
#rightcontent div.locations{
	padding-bottom: 20px;
}
#rightcontent ul{
	margin-left: 10px;
	padding-left: 5px;
	font: 12px/1.3em Arial, sans-serif;
}
#footer{
	clear: both;
	background-color: #0B3F5D;
	color: #fff;
	text-align: center;
	border-top: 1px solid #3C4C64;
	font: 11px/1.3em Arial, sans-serif;
	padding-top: 4px;
}
#footer ul{
	list-style-type: none;
}
#footer li{
	float: left;
	text-align: center;
	width: 19%;
}
#footer a{
	color: #fff;
}
#footer p{
	clear: both;
	padding-top: 5px;
	padding-bottom: 2px;
}
form#contact{
	width: 95%;
}
table.contactform td.buttons{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.contactform td input{
	display: block;
}
table.contactform td.buttons input{
	margin-left: 6px;
	display: inline;
}
label.errorMessage{
	font-weight: 600;
	color: #0b3f5d;
}
input.errorMessage, select.errorMessage{
	border: 2px solid #0b3f5d;
}