@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #ad865a;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-variant: small-caps;
	margin-top: 3px;
	text-transform: uppercase;
}
.left h2 {
	background-image: url(../images/h_divider_585.gif);

}
.right h2 {
	background-image: url(../images/h_divider_266.gif);
}
h3 {
	font-weight: bold;
	color: #D71616;
	font-size: 9pt;
}
h3.large {
	font-size: 10pt;
	margin-bottom: 10px;
}
a {
	color: #A57333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label {
	font-weight: bold;
}
.img {
	border: none;
}
p, ul, ol {
	margin-bottom: 15px;
	line-height: 12pt;
}
hr {
	color: #AD865A;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-color: #AD865A;
}

#container {
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	height: 35px;
	margin-top: 28px;
}
#logo {
	height: 34px;
	width: 288px;
	margin-left: 13px;
	float: left;
}
#logo h1 {
	display: none;
}
 #callnow {
	float: right;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #D51E1E;
	padding-right: 10px;
}
#nav {
	height: 38px;
	width: 955px;
}
#nav ul {
	list-style-type: none;
	display: block;
}
#nav li {
	float: left;
	display: block;
	height: 23px;
	background-image: url(../images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	text-align: center;
}
#nav a {
	color: #C6A67B;
	text-decoration: none;
}
#nav li.first {
	background-image: none;
}
#nav a:hover, #container #nav a.current {
	color: #D60909;
}
#content {
	background-image: url(../images/bg_curved_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	margin-top: -8px;
}
#content ul, #content ol {
	padding-left: 15px;
}

.left {
	float: left;
	width: 622px;
	margin-right: 4px;
}
.right {
	float: right;
	width: 296px;
}

#footer {
	font-size: 8pt;
	color: #787878;
	text-align: center;
	background-image: url(../images/footer_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}

#footer a {
	color: #787878;
	text-decoration: underline;
}
#footer p {
	margin-bottom: 4px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.required {
	color: #DB302C;
}
.redbullet {
	color: #D71616;
}
.brown {
	color: #AD865A;
}
.normal {
	color: #333333;
}

