@charset "utf-8";
*,html {
	margin:0;
	padding:0;
}
body {
	background-color: #430E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #40311C;
}
h1,h2,h3,h4,h5 {
	color: #500200;
	margin-bottom: 4px;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	background-color: #990000;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}
.successmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	background-color: #006600;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-bottom-color: #009900;
}

h1 {
	padding-left: 28px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	background-image: url(images/h3icon.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	color: #500200;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h5 {
	border:none;
}
#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 42px;
}

#nav {
	padding-top: 8px;
	height: 25px;
	width: 644px;
	float: right;
	text-align: right;
}
#nav div {
	padding-top:134px;
	padding-right: 48px;
}
#nav a, #nav a:visited {
	color: #EAE7E2;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	
}
#nav a.current {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
p {
	margin:8px 0 8px 0;
}
#wrapper {
	margin: auto;
	width: 1060px;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-y;
}
#page {
	background-image: url(images/pagebkgd.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 206px;
}
#content {
	float: left;
	width: 770px;
	padding-bottom: 36px;
	margin-left: 48px;
	margin-top: 16px;
}
#content div.inner {
	background-color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #796D55;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#content p {
	margin-top:12px;
	margin-bottom:12px;
}
#contentall {
	padding-bottom: 36px;
	margin-left: 48px;
	margin-top: 16px;
	margin-right: 48px;
}
#contentall div.inner {
	background-color: #FFFFFF;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #796D55;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}


#logo {
	margin-left: 56px;
	float: left;
}

#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 245px;
}

#footer div.inner {
	padding-top: 16px;
	padding-bottom: 12px;
	font-size: 10pt;
	color: #CCC7BD;
	width: 988px;
	margin: 0 auto;
	padding-right: 36px;
	padding-left: 36px;
	text-align: center;
}
#footer div.inner a, #footer div.inner a:visited {
	color: #EAE7E2;
}
#right ul {
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#footer div.inner a:hover {
	color: #FFFFFF;
}

#right {
	width: 190px;
	float: right;
	font-size: 10pt;
	margin-top: 16px;
	margin-right: 48px;
}
#right div.module {
	margin-bottom: 20px;
}

#right div.wrapper {
	background-color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #796D55;
	padding-bottom: 12px;
}
#right div.inner {
	padding: 12px;
	font-size: 11px;
}
#right h3 {
	background-image: url(images/h3icon.gif);
	background-repeat: no-repeat;
	padding-top:2px;
	padding-left: 28px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	color: #0066CC;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#right ol {
	margin-left:16px;
}
.clearboth {
	clear:both;
}
.imageright {
	padding: 4px;
	margin-left: 24px;
	border: 1px solid #CCCCCC;	
	float:right;
}
.justify {
	text-align:justify;
	line-height:120%;
}
.justify130 {
	text-align:justify;
	line-height:20px;
}
#commtable td {
	padding:3px;
}
#commtable tr.commheader td {
	background-color: #D6CAA0;
	color: #3D2F16;
	font-family: Arial, Helvetica, sans-serif;
}
#commtable tr.odd {
	background-color: #EAE7E2;
}
.lblAddress {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
div.planimage {
	width:370px;
	float:left;
}
.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	display:block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom:12px;
	background-image: url(images/breadbkgd.jpg);
	background-repeat: repeat-x;
}

div.planimage img  {
	border: 1px solid #CCCCCC;
	padding:4px;
	margin-top:4px;
	
}
table.plandetail {
	background-color:#CCCCCC;
}
table.plandetail td {
	padding:4px;
	background-color:#FFFFFF;
}
span.planname {
	font-size:14px;
	font-weight:bold;
}
table.hometable {
	background-color:#E1E1E1;
}
table.hometable tr.header {
	height:24px; 
	background-image:url(images/tblhdrbkgd.gif); 
	background-repeat:repeat-x; 
	color:#FFFFFF;	
	text-align:left;
}
table.hometable tr.header td {
	font-size:14px;
}
table.hometable tr.evenrow  {
	background-color:#FFFFFF;
}
table.hometable tr.oddrow {
	background-color:#F0ECDD;
}
table.hometable td {
	padding:3px;
}
.price {
	font-size:14px;
	font-weight:bold;
}
#contactform input, #contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.salesname {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8;
	padding-left: 0px;
	margin-bottom:8px;
}