body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFF url('/images/back.gif') repeat-x 0 0;
	padding: 0px;
	margin: 0px;
	color: #000;
}
html {
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #d90804;
}

.red {
	color:#f80000;
}

h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
}

.error-box{
	border: 1px solid #d12229;
	padding: 5px;
	margin: 0 0px 10px 0;
	background: #fab3b5;
}
ul {
	margin: 0px;
	padding: 0px 0 0 25px;
}

#wrapper {
	margin: 10px auto;
	width: 960px;
	border: 1px solid #AAA;
	background: #FFF;
	font-size: 90%;
}

#header 
{
	height:150px;
	background: #96bbe0 url('/images/bg_nav.gif') repeat-x bottom left;
	position: relative;
}
#header img 
{
	padding: 5px;
}
#header #subnav 
{
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	width: 550px;
	color: #333436;
}

#header #subnav a
{
	font-size: 110%;
	padding: 0 5px;
	color: #333436;
	
}
#header #subnav span
{
	font-size: 140%;
	font-weight: bold;
	color: #CC0809;

}
#header #subnav span.logout
{
	font-size: 80%;
	font-weight: normal;
	color: #333436;

}
#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;
}

#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;
}

#page-images 
{
	margin: 20px 0 10px 0;
}
#page-images img 
{
	padding: 0 0 0 8px;
	vertical-align: middle;
	
}
.subheading
{
	background: url('/images/sub_head.gif') no-repeat top left;
	color: #000;
	height: 58px;
	text-align: center;
	line-height: 58px;
	margin: 0 auto;
	width: 900px;
}
.subheading h2{
	height: 58px;
	font-size: 1.7em;
	text-shadow: #AAA 1px 1px 2px;

}
.subheading h2 span{
	text-decoration: underline;
	font-size: 120%;
	
}
#main-content 
{
	margin: 20px 30px 20px 30px;
	padding: 0px;
}
#main-content h1{
	font-size: 160%;
	color: #d2232a;
}
#main-content h2{
	font-size: 120%;
	margin: 10px 0;
}

.intro-box{
	border: 1px solid #f7f5e0;
	margin: 20px 0;
	background: #fefef6;
	padding: 10px;
}

.intro-box h3{
	text-transform: uppercase;
	color: #d90804;
	
}
.benefit {
	

	margin: 10px 0;

}
.benefit img {
	float: left;
	padding: 0px 10px 20px 10px;
}

.benefit h2 {
	font-size: 120%;
}


table.steps {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
table.steps, table.steps td {
	border-color: #AAA;
    border-style: solid;
}
table.steps td
{
    margin: 0;
	padding: 5px 15px 5px 15px;
    border-width: 1px 1px 0 0;
}

table.steps td.current {
	background: #d20c14;
	color: #FFF;
	font-weight: bold;
}

.compare{
	margin: 20px 0;
}

.compare table, .compare td, .compare th
{
    border-color: #d9e5f1;
    border-style: solid;
}

.compare table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.compare td
{
    margin: 0;
	padding: 5px 15px 5px 15px;
    border-width: 1px 1px 0 0;
    background-color: #fafafa;
}
.compare td.check
{
	padding: 5px 0 5px 0px;
	text-align: center;
}

.compare th
{
    margin: 0;
    padding: 10px 15px 10px 15px;
    border-width: 1px 1px 0 0;
    background-color: #f0f7fd;
	text-align: left;
	white-space:nowrap;
	
}
.left-column{
	width: 45%;
	float: left;
}
.right-column{
	width: 45%;
	float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Footer*/
#footer {
	padding: 20px;
	background: #FFF url('/images/bg_foot.gif') repeat-x top right;
	text-align: center;
}

#footer p{
	font-size: 90%;
}
#footernav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}

#footernav a {
	color: #000;
}

#footernav li {
	padding: 0px;
	display: inline;
	padding: 0 10px 0 7px;
	border-right: 1px solid #000;
	height: 12px;
}

#footernav li.last {
	border-right: none;
}

#lists{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;	
}

#lists li{
	margin: 5px 0px 0px 0px;
	font-weight:normal;	
}

#lists i{
	font-size: 12px;
	
}

#GSCBold {
	font-weight: bold;
}
