body{
	background-color: #e1e1e1;
	font-family: Helvetica,Arial,Verdana,sans-serif;
    color: #666;
}

div, ul, li, table {
	margin: 0;
	padding: 0;
}

img {  
	border-style: none;
}

a {
    text-decoration: none;
}

a:link {color:#2475A0;}
a:active {color: #666;}
a:hover { color: #095881; text-decoration: underline;}

#container {
	background-color: #e1e1e1;
	width: 960px;
	margin: auto;
	position: relative;
    background-image: url(img/container_bg.gif);
    padding: 0 3px;
}

#main-logo {
	height: 83px;
	border-bottom: 6px solid #a6a6a6;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#main-logo img {
	padding-top: 10px;
}

div#main-logo img#tagline {
    position: absolute;
    right: 0;
    bottom: 5px;
}

div#main-logo div#top-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

div#main-logo div#top-nav a {
    padding-right: 8px;
    color: #8a8a8a;
}

div#main-logo div#top-nav a:hover {
    color: #0a5881;
}

 #nav {
    background-color: #f1f1f1;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #fff;
    width: 960px;
    height: 33px;
}

#nav img {
    border: none;
}

#nav ul{
    color: #0a5881;
    display: inline;
    height: 33px;
    position: relative;
}

#nav ul li {
    color: #666666;
    border-right: 1px solid #c8c8c8;
    list-style: none;
    display: inline;
    height: 33px;
    float: left;
    width: auto;
}

#nav ul li .sub-brand {
    color: #0a5881;
}

#nav ul li.last {
    border-right: none;
}

#nav ul li.tollfree {
    border-right: none;
    padding: 3px 0 0 30px;
}

#nav ul li a{
    height: 33px;
    display: block;
    color: #666666;
}

#content-container {
	background-color: #fff;
	padding: 12px;
    border-top: 1px solid #eee;
    width: 936px; /*take into account padding*/
}

#mantel-container {
	background-color: #fff;
	width: 940px;
	height: 320px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

#mantel-left {
	width: 148px;
	height: 320px;
	float: left;
	background: #eee;
	position: absolute;
	z-index: 2;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;	
}

#mantel-left ul li {
	list-style: none;
	height: 64px;
	text-align: right;
	color: #999;		
	background: url(img/mantel-border.gif) left bottom no-repeat;
    font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
    overflow: visible;
	position: relative;
    cursor: pointer;
}

#mantel-left ul li div.promotion-link {
    padding-top: 18px;
}

#mantel-left ul li.last {
	background: none;
}

#mantel-left li.mantel-arrow {
	background: url(img/arrow.png) no-repeat !important;
	width: 128px;
	height: 64px;
	z-index: 3;
	padding-right: 46px;
	text-align: right;
    margin: 0;
}

#mantel-right {
	width: 783px;
	height: 320px;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 148px;
	z-index: 0;
	border: 1px solid #e1e1e1;
}

#mantel-right div.mantel {
	width: 788px;
    display: none;
	height: 320px;
	text-align: center;
}

#mantel-right div.mantel div.package1 {
    padding-left: 40px;
}

#bottom-container {
	background-color: #fff;
	width: 940px;    
    height:270px;
}

#bottom-left {
	border-top: 1px solid #dedede;
	width: 620px;
	margin: 0 5px 0 0;
	float: left;
	height: 250px;
}

#bottom-right {
	border: 1px solid #dedede;
	float: right;
	width: 300px;
	height: 250px;
    margin-right: 6px;
}

.sub-content {
	margin: 5px 0;
	padding: 0 2px;
	width: 200px;
	float: left;
	border-right: 1px solid #dedede;
}

#bottom-left div.last {
	border: none;
}

.sub-content img {
    padding: 0;
    text-align: center;
}

.sub-content div.icon-holder {
    text-align: center;
}

.sub-content div.learn-more {
    padding-top: 10px;
    padding-right: 5px;
    text-align: right;
    font-size: 11px;
}

.sub-content div.learn-more a {
    color: #2475a0;    
}

.sub-content div.learn-more a:hover {
    color: #666;    
}

.sub-content div.learn-more img {
    padding: 0 2px 0 0;
    margin: 0;
}

#bottom-links {
    text-align:center;
    margin: 25px 0 0 0;
    padding-top: 10px;
    clear: both;
    border-top:1px solid #CCCCCC;
}

#bottom-links ul li{
    list-style: none;
    display: inline;
    font-size:11px;
    padding: 3px 6px;
}

#bottom-links ul li a {
    color: #a0a0a0;
}

#bottom-links ul li a:hover {
    color: #666;
}

#copyright {
    background: url("img/bottom-border.gif") no-repeat 0 0;
    font-size: 10px;
    padding-top: 10px;
    color: #929292;
    width: 960px;
    margin: 0 auto;
}

div.copyright-body {
    padding-left: 5px;
}

/* Sub Pages - landing and Sub-Sub pages */

#sub-page #sub-title {
    background: #f2f2f2;
    padding: 5px 5px 5px 15px;
}

#sub-page {
    margin: 5px;
    font-size: 12px;
}

#sub-page #sub-title h1{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

#sub-page #sub-title-arrow {
    height: 10px;
    background: #fff url(img/sub_title_arrow.gif) no-repeat 25px top;
    margin-bottom: 40px;
}

table#topItem {
    border-bottom: 1px solid #dedede;
    margin-left: 20px;
}

td.top_logo {
    vertical-align: top;
}

td.top_content {
    padding-left: 50px;
    vertical-align: top;
    width: 476px;
    line-height:18px;
}

td.top_content h3 {
    color: #095881;
    font-size: 20px;
}

table#subItems {
    margin-left: 20px;
}

td.logo {
    width: 230px;
    vertical-align: top;
}

td.content {
    padding: 5px 10px;
    line-height: 18px;
    vertical-align: top;
    width: 450px;
}

td.content h3 {
    color: #ce3436;
    font-size: 16px;
}

td.content h3.blue {
    color: #095881;
    font-size: 20px;
}

.bottom_border {
    border-bottom: 1px solid #b9b9b9;
}

td#listings {
    width: 467px;
}

td#listings select {
    border: 1px solid #2475a0;
    font-size: 16px;
    margin-bottom: 10px;
    color: #2475a0;
}

td.link {
    width: 200px;
    vertical-align: top;
    padding-top: 50px;
}

td.link a {
    float: right;
}

td.content ul {
    padding-left: 25px;
}

td.content ul.speeds {
    list-style: none;    
}

span.subtext {
    font-size: 10px;
    color: #2475a0;
}

p.smalltext {
    padding-left: 15px;
    font-size: 10px;
}

div#notavailable {
    font-size: 14px;
}

/* location specific page/popup */
table.locations {
    width: 100%;
}

table.locations td {
    padding: 0px 10px;
    vertical-align: top;
    width: 225px;
}

table.locations td h4 {
    font-size: 14px;
    margin-top: 0;
}

table.locations ul {
    padding-bottom: 10px;
}

table.locations ul li {
    list-style:none;
}

table.locations li.city {
    font-weight: bold;
    color: #005884;
}

table.locations td.borderRight {
    border-right: 1px solid #b9b9b9;
}

/* Styles for 'more info' buttons */
span.moreInfoBtn1, span.moreInfoBtn2 {
    line-height: 29px;
    height: 29px;
    padding:0;
    margin: 0;
    width: auto;
    display: inline-block;
}

span.moreInfoBtn1 {
    background: url(img/button_bkg.gif) no-repeat 0 0;
}

span.moreInfoBtn2 {
    background: url(img/button_bkg_end.gif) no-repeat top right;
}

span.moreInfoBtn2 a {
    font-size: 13px;
    line-height:29px;
    padding-left: 20px;
    padding-right: 30px;
    color: #2475a0;
}

span.moreInfoBtn2 a:hover {
    color: #095881;
}

a#player {
    display:block;
    width:520px;
    height:330px;
}

div#advertLocation {
    padding: 10px 0;
}

span#adLinks {
    margin-left: 10px;
}