body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #f2f7fa url('/images/back.jpg') repeat-x 0 0;
	padding: 0px;
	margin: 0;
	color: #0C3352;
}
html
{
	width: 100%;
	height: 100%;
}

/* SET UP SOME DEFAULTS */
form, div, h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
}
a 
{
	color: #0C3352;
}

h1
{
	font-size: 140%;
	color: #CC0809;
}
h2 
{
	font-size: 130%;
	color: #CC0809;
}
h3
{
	font-size: 110%;
	color: #CC0809;
}
img
{
	border: none;
}
#wrapper
{
	margin: 10px auto;
	width: 960px;
	border: 1px solid #AAA;
	background: #FFF;
	font-size: 90%;
}
#header 
{
	height:131px;
	background: white url('/images/bg_nav.gif') repeat-x 0 0;
	position: relative;
}
#header img 
{
	padding: 5px;
}
#header #subnav 
{
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center;
	width: 175px;
}

#header #subnav a
{
	font-size: 90%;
	padding: 0 5px;
}

#header #subnav h4
{
	margin: 10px 0;
}

#header #subnav p
{
	margin: 0px;
	font-size: 140%;
	text-align: center;
}

#header #phone 
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 140%;
	text-align: center;
}
#page-images 
{
	margin: 20px 0 10px 0;
}
#page-images img 
{
	padding: 0 0 0 5px;
	vertical-align: middle;
}
h2.subheading
{
	color: #7b7b7b; 
	padding: 0 5px;
	font-style: italic;
}
#maintabs 
{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 1px;
	left: 25px;
	font-size: 125%;
}

#maintabs li {
	background: url('/images/nav_off.gif') no-repeat top left;
	display:block;
	float:left;
	height:39px;
	padding-left: 20px;
}
#maintabs li span {
	background: url('/images/nav_off.gif') no-repeat top right;
	display:block;
	float:left;
	height:21px;
	padding:8px 20px 10px 0;
	font-weight: bold;
}

#maintabs li a {
	text-align: center;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#maintabs li.current_page_item a {
	color: #FFF;
	text-decoration: none;
}

#maintabs li.current_page_item a:hover {
	color: #FFF;
	text-decoration: none;
}

#maintabs li.current_page_item {
	background: url('/images/nav_on.gif') no-repeat top left;
}

#maintabs li.current_page_item span{
	background: url('/images/nav_on.gif') no-repeat top right;
}

#maintabs li a:hover {
	color: #CC0000;
	text-decoration: none;
}

#main-content 
{
	margin: 20px 5px 20px 5px;
	padding: 0px;
	width: 64%;
	float: left;
	border: 1px solid #C5BEBC;
	background: #F9F6ED;
}
#main-content span
{
	color: #CC0809;
}
#main-content ul li
{
	margin: 15px 0px;
}

#right-content
{
	margin: 20px 5px 20px 5px;
	padding: 0px;
	width: 33%;
	float: right;
	border: 1px solid #C5BEBC;

}
.benefits-box
{
	background: #EEEEEE;

}
.benefits-box h3 
{
	color: #DA7C18;
	font-weight:lighter;
}
.benefits-box h4 
{
	background: url(/images/plus.jpg) no-repeat top left;
	height: 51px;
	font-size: 90%;
	margin: 0 0 10px 10px;
}
.benefits-box h4 p
{
	margin: 0px;
	padding-left: 60px;
}
.inner-pad
{
	padding: 5px 10px;
}
#footer-content 
{
	padding: 40px 0 0 0;
	clear: both;
	height: 117px;
	background: #FFF url('/images/bg_footer.gif') repeat-x top right;
	text-align: center;
}