/* CSS Document */

/* Copyright 2008.
------------------------------------------------*/

body {
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin:20px 0;
	padding:0;
	color:#0a1e47;
}

/* Base styles
---------------------------------------------- */
p, div, table, input, select, textarea, label, form, fieldset, legend, h1, h2, h3, a {
	font-family: inherit;
}

h1, h2, h3 {
	color:#183672;
}

h1 {
	font-size: 1.5em;
	margin:0 0 35px 65px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

p, input, select, textarea, label, form {
	font-size: 1em;
}

.small {
	font-size: .85em;
}

.medium {
	font-size: 1em;
}

.large {
	font-size: 1.2 em;
}

a img {
	border:none;
}

p a, a:link {
	color:#0a1e47;
	text-decoration:underline;
}

a:hover, a:active, a:visited  {
	color:#293C5F;
	text-decoration:underline;
}

.nav {
	font-family: 'Helvetica57Condensed', Arial, Helvetica, Sans Serif;
	font-size: 15px;
}

#nav-top a {
	text-decoration:none;
}

img {
	border: none;
}

.right {text-align:right;}

.left {text-align:left;}

.center {text-align:center;}

#header {
	font-size:1.1em;
}

hr {
	border:1px #eee solid;
	margin:0 30px;
}

#footer p.small {
	color:#47627f;
	font-size:.8em;
}

#header a {
	border:none;
}

#nav-top a {
	border:none;
}

#coverage-seal a {
	border:none;
}

p.backtotop {
	text-align:right;
	padding:10px 0 20px 0;
	font-size:.8em;
}



/* Layout
---------------------------------------------- */
div.left {
	float:left;
}

div.right {
	float:right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	width:876px;
	margin:0px auto;
	background:#a4becf url(../images/bg-wrapper.gif) repeat-x top left;
	border:1px solid #3c6eb8;
	border-top:none;
	padding-bottom:30px;
}

#logo {
	background:#8bb5db url(../images/bg-logo.jpg) top left no-repeat;
	width:596px;
	height:80px;
	margin:0;
	padding:0;
}

#taglines {
	margin:14px 0 0 0;
	padding:0;
	background:#8bb5db url(../images/bg-taglines.jpg) top right no-repeat;
	height:101px; 
}

img.logo {
	margin:10px 0 0 22px;
}

#coverage-seal {
	position:relative;
	top:-26px;
	width:105px;
	height:101px;
}

#main {
	margin:-110px 25px 0 24px;
	background:#fff url(../images/bg-shadow-top.gif) top left repeat-x;
	padding:3px 0 0 0;
}

#content {
	background:url(../images/bg-shadow-left.png) top left repeat-y;
	margin-left:0;
	padding:0 0 20px 0;
	border-right:1px solid #97bbe4;
	border-bottom:1px solid #97bbe4;
}


#body {
	margin:25px 0 0 3px;
	border-left:1px solid #97bbe4;
	padding:0 0 0 15px;
	width:500px;
}

#side {
	width:301px;
}


.module-wrapper {
	width:301px;
	background:url(../images/bg-module-bottom.gif) bottom left no-repeat;
	min-height:150px;
	padding-bottom:8px;
	margin:0;
	text-align:center;
}

.module {
	float:right;
	background:#cbe0ed url(../images/bg-module-left.gif) top left repeat-y;	
	border-right:1px solid #97bbe4;
	margin:0px;
	padding:0 0px 0px 7px;
	width:292px;
	min-height:100px;
}

.module-content {
	padding:10px 5px 0 5px;
	border-top:1px solid #97bbe4;
}

.call {margin:10px 0;}

.from { vertical-align:top; }

#sidebox #coverage-seal {
	position:relative;
	top:60px;
	left:-120px;
	z-index:10;
}

#sidebox .rating-logo {
	margin:2px auto 0 auto;
	text-align:center;
	vertical-align:top;
}

.glossary .module {
	background-color:#fff;
}

#glossary h3 {
	margin-top:15px;
}

#glossary .module-content{
	text-align:left;
	padding:5px 10px;
}


#footer {
	margin:20px auto 0 auto;
	padding:15px 10px 10px 10px;
	width:95%;
}

#copyright {
	margin:0px auto;
	text-align:center;
}

#nav-bottom {
	text-align:center;
}

.button {
	margin:20px auto 0 auto;
}

p.indent {
	text-indent:65px;
}

table#compare-plans {
	background:#e4ecf1;
}

table#compare-plans th {
	background:#cbe0ed;
	vertical-align:top;
	padding:5px 10px;
}

table#compare-plans td {
	padding:10px;
	vertical-align:top;
	background:#e4ecf1;
}



/* Navigation
---------------------------------------------- */

.nav ul {
	margin:0;
	padding:0;
	display:inline;
}

.nav li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#nav-top {
	margin:0 auto;
	background: url(../images/bg-nav.gif) repeat-x;
	height:50px;
	font-size:1px;
	width:100%;
	text-align:left;
	padding:0;
}

#nav-top li{
		padding:0;
		margin:0;
}

#nav-top a {
	padding:0;
	margin:0;
}

#nav-top li a img{ 
	padding:0;
	margin:1px 13px;
}

#nav-bottom li{
	padding:0 12px;
	border-right:1px dotted #0a1e47;
}

#nav-bottom li.last {
	border:none;
}