@charset "utf-8";
/*Designed by Mary Mederos for Continental Nationwide, Inc.*/
/*www.emaudesign.com*/
* {
	margin: 0;
	padding: 0;
}
body{
	background: #f2f2ec	url(../images/bkg_index.jpg) top left repeat;
	color: #353d43;
	font: normal 11px "Trebuchet MC", Trebuchet, Tahoma, sans-serif;
	text-align: center;
}
a {
	color: #b2010c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1 {
	display: none;
}
h2 {
	font-size: 24pt;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	padding: 25px 0 0 40px;
	font-weight: normal;
}
h3 {
	font-size: 20pt;
	color: #353d43;
	font-variant: small-caps;
	font-weight: lighter;
	margin-bottom: 15px;
}
h4 {
	font-size: 17pt;
	font-variant: small-caps;
	font-weight: lighter;
}
h5 {
	font-size: 14pt;
}
h6 {
	font-size: 12.5pt;
	font-weight: normal;
	color: #c4e58d;
}
p {
	display: block;
	padding: 0 15px 0 0;
	text-align: justify;
}
hr {
	width: 100%;
	color: #353d43;
	border: 0.5px dotted;
	height: 1px;
	margin-top: 3px;  
}
.clear {
	clear: both;
	font-size: 0;
}
.red {
	color: #b2010c;
}
/*-----Content------*/
#outerwrapper {
	width: 1016px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkg_outerwrapper.gif) top left repeat-y;
}
#wrapper {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#content {
	margin: 0;
	width: 950px;
	background: #f2f2ec url(../images/bkg_content.gif) top left repeat-x;
	padding: 30px 0;
	border-bottom: #fff 1px solid;
}
.main_left {
	margin-right: 30px;
	width: 663px;
	display: inline;
	float: left;
}
.main_right {
	width: 235px;
	display: inline;
	float: left;
	padding-left: 30px;
}
.subleft {
	display: inline;
	float: left;
	padding-left: 49px;
}
.subright {
	display: inline;
	float: left;
}
/*-----Header-------*/
#header {
	width: 916px;
	height: 101px;
	padding-left: 34px;
	padding-top: 13px;
	background: #ac0610 url(../images/bkg_header.gif) bottom left repeat-x;
}
.logo {
	background: url(../images/logo_continental_nationwide.png) top left no-repeat;
	height: 92px;
	width: 485px;
	display: inline;
	float: left;
}
.nav_icons {
	width: 190px;
	margin-left: 220px;
	display: inline;
	float: left;
}
.nav_icons ul {
	list-style: none;
	margin-top: 37px;
}
.nav_icons ul li {
	display: inline;
}
/*-----Banner------*/
.banner {
	background: url(../images/banner_boxes.png) top left no-repeat;
	height: 325px;
	width: 950px;
}
.banner ul {
	margin-left: 55px;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 21px;
}
.banner ul li {
	padding-bottom: 8px;
}
/*-----Horizontal Nav-----*/
.nav {
	background: url(../images/bkg_nav_left.gif) top left no-repeat;
	padding-left: 2px;
	width: 948px;
	height: 53px;
}
.nav_bkg{
	background: url(../images/bkg_nav_right.gif) top right no-repeat;
	padding-right: 2px;
	height: 53px;
}
.border {
	background: url(../images/bkg_nav_border.gif) top left repeat-x;
}
.nav ul li {
	display: inline;
	float: left;
	padding: 20px 40px 0 40px;
	height: 33px;
	background: url(../images/bkg_nav_fill.gif) top left repeat-x;
	font-size: 14px;
}
.nav ul li a {
	text-decoration: none;
	color: #fff;
}
/*------Content------*/
#button { 
	margin: 0 auto;
}

/*------Footer------*/
#footer {
	padding: 20px 0 50px 25px;
	clear: both;
	color: #cdcdbe;
	margin: 0 auto;
	width: 925px;
	background: url(../images/bkg_content_bottom.gif) top left repeat-x;
}
#footer ul {
	display: inline;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;

}
#footer ul li {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 9pt;
}
#footer a {
	font-weight: normal;
	color: #da0916;
}