@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	color: #333;	
}

img {
	border: 0px;
}
 
h1 { 
	font-size: 36px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 20px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #53738d;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px #999 solid;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	
}
h4 {
	font-size: 16px;
	color: #53738d;	
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
}

a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	color: #C00;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: none;
}

a:active {
	color: #C00;
	text-decoration: none;
	outline: none;
}
#container {
	width: 980px;
	display:block;
	margin:auto;
}
#header {
	width: 980px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#header .logo{
	float:left;

}

div#nav {
	width: 980px;
	padding: 0px;
	margin: 0px;
	height: 50px;
}
div#nav ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
div#nav ul li{
	float: left;
	height: 50px;
}
div#nav ul li a#home {
	display:block;
	height:50px;
	text-indent:-9999px;
	width:245px;
	background: url(images/nav_home.gif) no-repeat 0 -50px;
	outline: none;	
}
div#nav ul li a#features {
	display:block;
	height:50px;
	text-indent:-9999px;
	width:245px;
	background: url(images/nav_features.gif) no-repeat 0 -50px;
	outline: none;	
}
div#nav ul li a#subscription {
	display:block;
	height:50px;
	text-indent:-9999px;
	width:245px;
	background: url(images/nav_subscriptionlevels.gif) no-repeat 0 -50px;
	outline: none;
}
div#nav ul li a#signup {
	display:block;
	height:50px;
	text-indent:-9999px;	
	width:245px;
	background: url(images/nav_signup.gif) no-repeat 0 -50px;
	outline: none;
}

div#nav ul li a#home:hover,
div#nav ul li a#features:hover,
div#nav ul li a#subscription:hover, 
div#nav ul li a#signup:hover, 
div#nav ul li a.selected {
	background-position:0 0 !important;
}

#billboard {
	height: 184px;
	width: 386px;
	background-image: url(images/billboard_home.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 170px 558px 20px 36px;
	margin-bottom: 10px;
}
#billboardsubscription {
	height: 317px;
	width: 350px;
	background-image: url(images/billboard_subscriptions.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 37px 594px 20px 36px;
	margin-bottom: 10px;
}

#billboardsubscription h2 {
	border-bottom: none;
}
#homecontentleft {
	float: left;
	width: 576px;
}
#subscriptioncontentleft {
	float: left;
	width: 710px;
	margin-top: 8px;
}
.homeboxlong {
	clear: left;
	width: 533px;
	background-image: url(images/home_box_large_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 0px 17px 0px 17px;
	margin: 0px 0px 0px 9px;
}
.homeboxlong img.pic {
	float: right;
	margin-left: 15px;
}
.homeboxlongbtm {
	clear: left;	
	background-image: url(images/home_box_large_btm.gif);
	background-repeat:no-repeat;
	font-size: 6px;
	width: 567px;
	height: 18px;
	margin: 0px 0px 20px 9px;
}

#homecontentright {
	float: right;
	width: 385px;
	padding-top: 8px;
}
.homeboxsmall {
	clear: right;
	width: 351px;
	background-image: url(images/home_box_small_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 10px 17px 0px 17px;
	margin: 0px 0px 0px 0px;
}
.homeboxsmall img.pic {
	float: right;
	margin-left: 15px;
}
.homeboxsmallbtm {
	clear: right;	
	background-image: url(images/home_box_small_btm.gif);
	background-repeat:no-repeat;
	font-size: 6px;
	width: 385px;
	height: 18px;
	margin: 0px 0px 20px 0px;
}

.btn_signup {
	display:block;
	height:30px;
	text-indent:-9999px;	
	width:139px;
	background: url(images/button_signup.gif) no-repeat 0 -30px;
}

a.btn_signup:hover {
	background-position:0 0 !important;
}

.btn_learnmore {
	display:block;
	height:30px;
	text-indent:-9999px;	
	width:139px;
	background: url(images/button_learnmore.gif) no-repeat 0 -30px;
}

a.btn_learnmore:hover {
	background-position:0 0 !important;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #ccc;
	height: 50px;
	width:980px;
	margin-bottom: 25px;
}

#footer .copyright {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

#footer .share {
	float: right;
	margin-right: 10px;
}

#footer a:link, #footer a:visited  {
	color: #CCC;
	text-decoration: underline;
}
#footer a:hover, #footer  a:active  {
	color: #CCC;
	text-decoration: none;
	outline: none;	
}

.homeboxsmall ul, .homeboxlong ul, .subboxlong ul, .subboxsmall ul, .left ul, .featurealt ul, #subscriptioncontentleft ul, #subcontentright ul {
	padding:0;
	margin: 5px 0 17px 0px;
}

.homeboxsmall ul li, .homeboxlong ul li, .subboxlong ul li, .subboxsmall ul li, .left ul li,  .featurealt ul li, #subscriptioncontentleft ul li, #subcontentright ul li {
	padding:0;
	margin:0 0 5px 16px;
}

.featurealt ul ul {
	margin-bottom: 5px;
}

#subcontent {
	width: 980px;
	background-image: url(images/bg_subnav.gif);
	background-repeat: repeat-y;
	margin: 20px 0 0 0;
	padding: 0;
}

#subnav {
	float: left;
	width: 239px;
	background-image: url(images/bg_subnav.gif);
	margin: 0;
	padding: 0;
}

#subnav .bottom {
	height: 1px;
	width: 239px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-color: #f3f3f3;
}

#subright {
	float: right;
	width: 741px;
}


#subright .left {
	float: left;
	width: 449px;
	margin-left: 19px;
}

#subright .right, #subcontentright {
	float: right;
	width: 250px;
	margin-top: 8px;
	margin-bottom: 12px;
}

#subright  .billboard {
	width: 319px;
	height: 200px;
	background-image: url(images/billboard_sub.jpg);
	background-repeat: no-repeat;
	font-size: 14px;	
	padding: 120px 400px 35px 22px;
	margin: 0px;
}

#subright  .feature {
	width: 719px;
	height: 345px;
	background-image: url(images/billboard_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;	
	padding: 0px 0px 10px 22px;
	margin: 0px;
}

#subright .featurealt {
	width: 681px;
	background-image: url(images/bg_sub_alt.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	padding: 5px 20px 35px 40px;
	margin: 0px;
}

#subright .featurealt h1 {
	padding-top: 20px;
}

#subright  .featurealt .right {
	margin-left: 15px;
	height: 500px;
}


div#subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
div#subnav ul li{
	margin: 0;
	padding: 0;	
}

div#subnav ul li a {
	display: block;
	height: 35px;
	width: 239px;
	padding: 0;
	margin: 0;
	background: url(images/bg_subnav.jpg) no-repeat 0 -35px;
	color: #333;
	text-decoration: none;
}

div#subnav ul li a:hover,
div#subnav ul li a.selected {
	background-position:0 0 !important;
	color: #CC0000;
	text-decoration: none;
	cursor: pointer;
}

div#subnav ul li a img {
	float: left;
	padding: 0;
	margin: 0;
	height: 35px;
	width: 44px;
}

div#subnav ul li a .text {
	float: left;
	height: 27px;
	padding: 8px 22px 0px 0px;
}

.subboxlong {
	clear: left;
	width: 408px;
	background-image: url(images/sub_box_large_bg.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 0px 17px 0px 17px;
	margin: 0px 0px 0px 7px;
}
.subboxlong img.pic {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.subboxlongbtm {
	clear: left;	
	background-image: url(images/sub_box_large_btm.gif);
	background-repeat:no-repeat;
	font-size: 6px;
	width: 442px;
	height: 18px;
	margin: 0px 0px 20px 7px;
}
.subboxsmall {
	clear: right;
	width: 216px;
	background-image: url(images/sub_box_small_bg.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding: 10px 17px 0px 17px;
	margin: 0px 0px 0px 0px;
}
.subboxsmall img.pic {
	float: right;
	margin-left: 15px;
}
.subboxsmallbtm {
	clear: right;	
	background-image: url(images/sub_box_small_btm.gif);
	background-repeat:no-repeat;
	font-size: 6px;
	width: 250px;
	height: 18px;
	margin: 0px 0px 20px 0px;
}
.feature img {
	float: right;
	margin: 0px 0px 20px 40px;
	padding: 0;
}

.notes {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

.highlght {
	color: #53738d;
}

table.chart {
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	width: 700px;
}


table.chart td {
	border-right: 1px #666 solid;
		border-bottom: 1px #666 solid;
}

:focus
{
  -moz-outline-style: none;
}

