/*\*/ @import "/css/ie_win.css"; /**/
/*\*//*/ @import "/css/ie_mac.css"; /**/
@import "/css/currentlink_styles.css";

/*****************************************
		GLOBAL DEFINITIONS 
*****************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	}
	
.clearboth{
	clear: both;
	}
	
img.right_align{
	float: right;
	padding: 0 0 15px 15px;
	}
	
img.left_align{
	float: left;
	padding: 0 15px 15px 0;
	}
	
img.block{
	display: block;
	margin: 1.2em 0;
	}
	
img.center{
	display: block;
	text-align: center;
	margin: 1.2em auto;
	}
	
p.center{
	text-align: center;
	}
.a2:link {
	color: #008000;
	text-decoration: none;
	}
.a2:visited { 
	color: #008000;
	text-decoration: none;
	}
.a2:hover {
	color: #008000;
	text-decoration: none;
	}
.a2:active { 
	color: #008000;
	text-decoration: none;
	
	}
.a3:link {
	color: #0000EE;
	text-decoration: underline;
	font-size: 12px;
	}
.a3:visited { 
	color: #0000EE;
	text-decoration: underline;
	font-size: 12px;
	}
.a3:hover {
	color: #0000EE;
	text-decoration: underline;
	font-size: 12px;
	}
.a3:active { 
	color: #0000EE;
	text-decoration: underline;
	font-size: 12px;
	
	}
/*****************************************
		OUTER CONTAINER
*****************************************/	
#container{
	width: 740px;
	background: #EBEBEB;
	margin: 0 auto; /*  Centered layout */
	}
#container2{
	width: 740px;
	background: #FFFFFF;
	margin: 0 auto; /*  Centered layout */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
	}

/*****************************************
		BANNER/HEADER
*****************************************/	
#banner{
	width: 740px;
	background: #FFF;
	position:relative;
	}

/*	
.slogan{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 90px; See ie_win.css
	left: 320px;
	}
	
.search{
	width: 190px;
	position: absolute;
	top: 62px; See ie_win.css
	left: 560px;
	}
*/

.slogan{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	left: 300px;
	top: 70px;
	}
	
.search{
	width: 170px;
	position: absolute;
	left: 560px;
	top: 42px;
	}

.search form{
	padding: 0;
	margin: 0;
	}
	
.search .search_hdr{
	color: #19376C;
	display: block;
	font-size: 14px;
	font-weight: bold;
	}
	
.search input.query{
	border: solid 1px #000;
	padding: 2px;
	font-size: 11px;
	width: 150px;
	}
	
.search input.submit{
	position: relative;
	top: 5px; /* See ie_win.css */
	left: 4px;
	padding: 0;
	margin: 0;
	}
	
#bannernavigation{
	clear: both;
	background: url(/images/banner-nav-bg.gif) repeat-x;
	font-size: 10.5px;
	height: 33px;
	}
	
#bannernavigation ol{
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#bannernavigation li{
	float: left;
	background: url(/images/banner-nav-divider.gif) no-repeat;
	padding: 0 7px;
	padding-top: 10px;
	}
	
#bannernavigation a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#bannernavigation a:hover{
	text-decoration: underline;
	}


/*****************************************
		MAIN INNER CONTAINER (ADS AND CONTENT)
		#main(#main_content(#ads))
*****************************************/		
#main{
	float: right;
	clear:right;
	width: 540px;
	background: #FFF;
	}
	
#main h1{
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #002257;
	padding-bottom: 15px;
	margin-bottom: 5px;
	background: url(/images/main-break-bg.gif) bottom repeat-x;
	}
	
#main p#description{
	padding: 0;
	margin: 0;
	}
	
#main h2{
	font-size: 1.3em;
	color: #002257;
	}
	
#main h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #002257;
	margin: 1.1em 0;
	}
	
#main h3.nomargin{
	margin: 0;
	}
	
#main p.description{
	padding: 0;
	margin: 0 0 2em 0;
	}

#main .top a, #main .top{
	color: #747475;
	font-weight: bold;
	text-decoration: underline;
	}
	
#main table.specs{
	border-collapse: collapse;
	font-size: 0.75em;
	}

#main table.specs td{
	border: solid 1px #000;
	padding: 3px;
	}
	
#main table.specs th{
	background: #9C9C9C;
	border: solid 1px #000;
	padding: 3px;
	}
	
/*  Description on homepage  */	
#main p.introduction{
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: url(/images/main-break-bg.gif) bottom repeat-x;	
	}
	
#main #banner_ads{
	padding: 10px 0;
	text-align: center;
	background: #EBEBEB;
	display: none;
	}


/*****************************************
		MAIN CONTENT CONTAINER (INSIDE MAIN INNER CONTAINER)
*****************************************/		
#main #main_content{
	padding: 20px 10px 50px 20px;
	font-size: 0.8em;
	}
	
.latest_articles_hdr{
	padding: 10px;	
	background: #032155;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	}

.latest_articles_hdr a{
	color: #FFF;
	}
	
#main #main_content .latest_articles{
	padding: 10px;
	margin: 0;
	border: solid 1px #032155;
	border-width: 0 1px 1px 1px;
	}
	
#main #main_content .latest_articles p{
	padding: 0;
	margin: 0;
	display: block;
	}
	
#main #main_content .latest_articles p.description{
	margin-bottom: 10px;
	}
	
#main #main_content #spacer{
	clear: left;
	float: left;
	width: 0px;
	height: 740px;
	}


/*****************************************
		ADS CONTAINER (RIGHT MARGIN, INSIDE MAIN CONTENT)
*****************************************/		
#ads{
	background: #FFF;
	width: 185px;
	float: right;
	clear: right;
	font-size: 12px;
	padding: 0 0 15px 20px;
	z-index: 100;
	}
	
#service_locator{
	width: 198px;
	height: 156px;
	background: url(/images/new-finder-background.jpg) no-repeat;
	margin-bottom: 5px;
	
	}
	
#service_locator2{
	width: 176px;
	height: 125px;
	background: url(/images/service-locator2.jpg) no-repeat;
	padding: 0px 0 0 6px;
	}
	
#service_locator3{
	width: 170px;
	height: 200px;
	background: url(/images/service-locator3.jpg) no-repeat;
	margin-bottom: 10px;
	padding: 25px 0 0 10px;
	}
	
#service_locator form{
	padding: 0;
	margin: 0 0 0 5px;
	}
	
#service_locator .locator_hdr{
	color: #FFF;
	font-size: 10px;
	display: block;
	}

#service_locator2 .locator_hdr{
	color: #FFF;
	font-size: 10px;
	}
	
#service_locator input.zip{
	padding: 2px;
	border: 1px solid #000;
	clear: both;
	display: block;
	margin: 0;
	width: 95px;
	}
	
#service_locator input.submit{
	background: #EBEBEB;
	border: solid 1px #000;
	font-size: 11px;
	}
	
#ads p{
	margin: 0;
	padding: 0 0 20px 0;
	}


/*****************************************
		LEFT NAVIGATION CONTAINER
*****************************************/		
#left{
	float: left;
	width: 180px;
	padding: 9px 10px 50px 10px;
	font-size: 11px;
	}
	
#left h2, #left h2 a{
	background: url(/images/left_hdr_bg.gif) no-repeat;
	height: 17px;
	padding: 3px 0 0 5px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	margin: 1px 0 0 0;
	}
	
#left h2 a:hover{
	text-decoration: underline;
	}
	
#left .left_links{
	padding: 10px;
	border: solid 1px #9C9C9C;
	background: #FFF;
	}
	
#left .left_links a{
	color: #0000FF;
	}
	
#left .left_links a:hover{
	/*text-decoration: none;*/
	color: #003399;
	}
	
#left .left_links ul{
	padding: 0;
	margin: 0 0 0 2px;
	}
	
#left .left_links li{
	list-style-type:none;
	background: url(/images/arrow-right-blue.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
	}


/*****************************************
		FOOTER CONTAINER
*****************************************/		
#footer{
	clear: both;
	width: 700px;
	text-align: center;
	background: #EBEBEB;
	border-top: solid 1px #FFF;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 20px;
	}
	
	
/*****************************************
		MISC
*****************************************/		
.speedtest_hdr{
	width: 180px;
	background: url(/images/left_hdr_bg.gif) no-repeat;
	height: 17px;
	padding: 3px 0 0 5px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	margin: 1px 0 0 0;
	font-weight: bold;
	}
	
.speedtest_hdr a{
	color: #FFF;
	text-decoration: none;
	}
	
.speedtest_hdr a:hover{
	text-decoration: underline;
	}
	
.speedtest_content{
	width: 270px;
	padding: 10px;
	border: solid 1px #9C9C9C;
	background: #EBEBEB;
	margin-bottom: 1.5em;
	}
	
.speedtest_content a.go:hover{
	background: #636262;
	color: #FFF;
	}
	
form#Offers #submit{
	margin-left: 3px;
	}
	
form#Offers #zip{
	border: solid 1px #000;
	padding: 2px;
	width: 75px;
	}
	
.display_none{
	display: none;
	}
	
.feeditem{
	display: block;
	}
	
a.arrow{
	background: url(/images/arrow-right-blue.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
	color: #0000FF;
	}
	
#contactform input.text{
	width: 150px;
	border: solid 1px #000;
	padding: 1px;
	}
	
#contactform textarea{
	border: solid 1px #000;
	padding: 1px;
	}
	
#contactform td{
	padding-bottom: 5px;
	}
	
.td2{
	background: #003466;
	}
	
.td3{
	background: #F2F2F2;
	border: solid 1px #000066;
	}
	
.td4{
	background: #FFFFFF;
	border: solid 2px #FFFFFF;

	}
	
.text9{
color: #FFF;}

#forum{
	
	background: #FFF;
	}
	
	#content_outer{ text-align:left;
	}

.crumbs
	{ font-size:11px;
	padding-bottom:16px;
	}
#newnew
	{
	color:#FAA31A;}
	
	.speedTableTLCell{
		border-bottom: 2px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
	}
	
	.speedTableTMCell{
		border-bottom: 2px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
	}

	.speedTableTRCell{
		border-bottom: 2px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		background-color: #000000;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
	}	
	
	.speedTableLCell {
		border-right: 1px solid #FFFFFF;
		background-color: #cecece;
		font-size: 11px;
	}

	.speedTableMCell {
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		background-color: #cecece;
		font-size: 11px;
	}

	.speedTableRCell {
		border-left: 1px solid #FFFFFF;
		background-color: #cecece;
		font-size: 11px;
	}	
	
	.redBoldLCell {
		font-weight: bold;
		color: #8a0303;
	}
	
	.st_small_gray {
		font-size: 12px;
	}
	
	.newRightAds {
		margin: 0px;
		margin-bottom: 8px;
		padding-left: 15px;
	}
