@charset "UTF-8";
/* CSS Document */
body {
	background: #DFDBA4;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
p {
	line-height: 16px;
}
a {
	font-weight: bold;
}
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #cc6600;
	font-size:32px;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	width: 85%;
	padding-left: 10px;
}
div#nav a, div#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
div#nav a:hover, div#footer a:hover {
	color: #ff9900;
}
div#nav a:visited, div#footer a:visited {
	color: #FFFFFF;
}
#wrapper {
	background: #cc6600;
	border: 2px solid #333300;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	width: 850px;
}
#branding {
}
#content {
	background-color:#FFFFFF;
	margin: 25px 50px 25px 50px;
	padding-left:5px;
}
#main {
	width: 60%;
}
div#main p {
	margin-left: 5px;
}
#sub {
	float: right;
	margin-top: 50px;
	width: 37%;
	height: 100%;
}
.border {
	border-right-style: solid;
	border-right: 1px solid #999999;
	padding-right: 45px;
}
div#sub img{
	margin: 0px 0px 0px 40px;
}
#nav {
	background-image:url(images/nav_bg.gif);
	background-color: #333300;
	text-align: center;
	height: 30px;
	margin-top: 0px
	padding-top;
}
div#nav p {
	text-align: center;
	word-spacing: 1px;
	font-size: 14px;
}
#footer {
	background-color: #333300;
	font-size: 10px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	clear: both;
	line-height: 1.3em;
}
div#footer p{
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	float: left;
	margin: 5px;
}
.sig {
	font-size:13px;
	font-weight:bold;
	color:#660000;
	padding-bottom: 20px;
	padding-left: 10px;
}
.quote {
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color:#660000;
	margin: 20px 0px 0px 35px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-style: italic;
	width: 165px;
}
.content {
	padding-left: 10px;
}
.center {
	margin: 0px 0px 0px 50px;
} 
.insurance {
	background-color: #7d7e00;
	font-size: 10px;
	color:#FFFFFF;
	padding-top: 5px;
	margin-left: 40px;
	width: 165px;
	height: 130px;
}

.insurance p{
	margin: 30px 20px 35px 20px;
}
