/* -------------- reset styles -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{border: 0pt none;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0pt;padding: 0pt;}
caption, th, td{font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}



/* -------------- custom fonts -------------- */
@font-face {
	font-family: 'ArialNarrow';
	src: url('/includes/arialn-webfont.eot');
	src: local("ArialNarrow"), local("ArialNarrow"),
	url('/includes/arialn-webfont.woff') format('woff'), url('/includes/arialn-webfont.ttf') format('truetype'), url('/includes/arialn-webfont.svg#webfontelekhZ5X') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ArialNarrowBold';
	src: url('/includes/arialnb-webfont.eot');
	src: local("Arial Narrow Bold"), local("ArialNarrow-Bold"),
	url('/includes/arialnb-webfont.woff') format('woff'), url('/includes/arialnb-webfont.ttf') format('truetype'), url('/includes/arialnb-webfont.svg#webfontVa1ikWIH') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* -------------- typography/general styles -------------- */
html,body{
	margin: 0;
	padding: 0;
}
body, p, li, h1, h2, h3, h4, h5, h6, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #515151;
}
body.fend{background: #eee url(/fend/images/bg.png) repeat-x top;}
body.mceContentBody{background: #fff;}
p{
	margin: 10px 0;
	line-height: 1.5em;
}
ul{
	list-style-image: url(/images/template/bullet_bluearrow.gif);
	margin: 10px 0;
}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha}
ol ol ol  li{list-style-type:upper-roman;}
li{margin: 5px 0 5px 25px;}
b, strong{font-weight: bold;}
i, em{font-style: italic;}
small{font-size: .75em;}
big{font-size: 1.25em;}
sub{vertical-align: sub;}
.clear{clear: both;}
.hide{
	position: absolute;
	top: -10000px;
	left: -10000px;
}
h1, h2, h3, h4, h5, h3white{font-family: 'ArialNarrowBold', Arial;}
h1{color: #006486;}
h1, h1 a{
	font-size: 28px;
	font-weight: normal;
}
h2{color: #006486;}
h2, h2 a{
	font-size: 24px;
	font-weight: normal;
}
h3{color: #006486;}
h3, h3 a{
	font-size: 18px;
	font-weight: normal;
}
h4{color: #999;}
h4, h4 a{
	font-size: 16px;
	font-weight: normal;
}
h5{color: #aaa;}
h5, h5 a{
	font-size: 14px;
	font-weight: normal;
}
h6{color: #006486;}
h6, h6 a{
	font-size: 12px;
	font-weight: bold;
}
a:link, a:visited, a:active{ 
	color: #006486;
	text-decoration: none;
}
a:hover{
    color: #0096ff;
    text-decoration: underline;
}
h3white{color:#FFFFFF;}
h3white, h3white a{
	font-size: 18px;
	font-weight: normal;
}


/* -------------- layout styles -------------- */
div#container{
	margin: 0 auto;
	width: 780px;
	position: relative;
}
	div#header{
		padding: 25px 0 20px 0;
		height: 75px;
	}
		div#header h1 a{
			float: left;
			display: block;
			width: 180px;
			height: 75px;
			background: url(/images/template/logo.png);
		}
		div#topBar{
			float: right;
			width: 565px;
			height: 65px;
			text-align: right;
			background: url(/images/template/backer-stripes.png) repeat left top;
		}
			div#topLinks{
				padding: 10px 10px 5px 0;
				height: 25px;
				line-height: 20px;
			}
				div#topLinks, div#topLinks a, div#mainLinks, div#mainLinks a{
					font-family: 'ArialNarrowBold';
					text-transform: uppercase;
				}
				div#topLinks, div#topLinks a{color: #4c771e;}
				div#searchContainer{
					float: right;
					padding-left: 10px;
					width: 260px;
					height: 20px;
				}
				input#q{
					float: left;
					width: 215px;
					font-size: 9px;
				}
				input#btn_go{
					float: right;
				}
			div#mainLinks{
				padding-top: 3px;
				clear: both;
				text-align: center;
			}
				div#mainLinks, div#mainLinks a{
					font-size: 12px;
					color: #006486;
				}
				div#mainLinks a{
					display: inline-block;
					padding: 0 15px;
				}
	div#wrapper{}
		div#banner{
			height: 200px;
		}
		div#column{
			display: inline; /* for IE6 double float */
			float: left;
			padding-top: 10px;
			width: 185px;
		}
			a#btn-customerService, a#btn-webmail{
				margin-top: 15px;
				display: block;
				width: 185px;
			}
			a#btn-customerService{
				height: 88px;
				background: url(/images/template/btn-customerService.png);
			}
			a#btn-webmail{
				height: 45px;
				background: url(/images/template/btn-webmail.png);
			}
		div#content{
			display: inline; /* for IE6 double float */
			float: right;
			padding-top: 10px;
			width: 565px;
		}
			h2#pageTitle{
				margin-bottom: 5px;
				padding: 5px 10px;
				font-size: 18px;
				font-family: arial;
				text-transform: uppercase;
				background: #d8e1ce;
			}
			
			h3.linkTitle{
				margin-bottom: 5px;
				padding: 5px 10px;
				font-size: 15px;
				background: #4c771e;
			}
			h3.linkTitle a{
				display: block;
				color: #fff;
				font-size: 15px;
				background: url(/images/template/arrow-white.png) no-repeat right center;
			}
			div#threeAds div{
				float: left;
				width: 175px;
			}
			div.adCenter{margin: 0 20px;}
			div#ads_bottom{
				clear: both;
				padding-top: 20px;
			}
				div#ads_bottom a{
					display: inline-block;
					padding: 0 5px;
				}
			div.callToAction{
				margin-top: 20px;
				padding-bottom: 10px;
				background: url(/images/template/backer-stripes.png) repeat left top;
			}
				div.callToAction h4{
					padding: 0 10px;
					line-height: 30px;
					color: #006486;
					background: #cce0e7;
					border-bottom: 5px solid #fff;
				}
					div.callToAction h4 a{
						float: right;
						padding-right: 15px;
						font-size: 11px;
						background: url(/images/template/arrow-blue.png) no-repeat right center;
					}
				div.callToAction p{
					padding: 0 10px;
				}
	div#footer{
		padding-top: 30px;
		clear: both;
	}
		div#footerLinks{
			height: 28px;
			line-height: 28px;
			text-align: center;
			background: #4c771e; 
		}
			div#footerLinks a{
				display: inline-block;
				padding: 0 20px;
				font-family: 'ArialNarrow';
				font-size: 12px;
				color: #fff;
			}
		div#copyright, div#yellowPages{
			padding: 5px 0;
			text-align: right;
		}
			div#copyright, div#copyright a{font-size: 10px;}



/* -------------- misc content styles -------------- */
.caps{text-transform: uppercase;}
a.btn{
	display: inline-block;
	margin: 0 3px;
	padding: 4px 10px 4px 25px;
	color: #006486;
	background: #cce0e7 url(/images/template/arrow-blue.png) no-repeat 10px center;
}
a.btn2{
	display: inline-block;
	padding: 4px 10px 4px 10px;
	color: #006486;
	background: #cce0e7 url(/images/template/arrow-blue.png) no-repeat 10px center;
}
div.line{
	margin: 10px 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #cce0e7;
	background: #cce0e7;
}
.redtext{color: #F00;}
.blue{color: #085A98;}
.small{font-size: 10px;}
.indent{padding-left: 20px;}
.image-right{
	display: inline; /* for IE6 double float */
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
.image-left{
	padding-bottom: 10px;
	padding-right: 20px;
	float: left;
}
.image-left2{
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
.box{
	margin: 10px 0;
	padding: 10px;
	background: url(/images/template/backer-stripes.png);
}
ul.linkList{
	list-style-image: url(/images/template/arrow-blue.png);
	margin: 10px 0;
}
table.chart{width: 100%;}
	table.chart th{
		padding: 5px 10px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		font-family: 'ArialNarrowBold';
		font-size: 12px;
		background: #4c771e;
	}
		table.chart th a{
			color: #fff;
			text-decoration: underline;
		}
	table.chart td{
		padding: 5px 10px;
		vertical-align: middle;
		border-bottom: 1px solid #cce0e7;
	}
	table.chart tr.altRow td{background: #f4f9fb;}
	table.chart .chartSide{
		background: #cce0e7!important;
	}
	table.chart .chartBlank{
		background: #fff!important;
		border-bottom: 1px solid #fff;
	}
	.chartHead3{font-weight: bold;
	
}
table.chart2{width: 50%;}
	table.chart2 th{
		padding: 5px 10px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		font-family: 'ArialNarrowBold';
		font-size: 12px;
		background: #4c771e;
	}
		table.chart2 th a{
			color: #fff;
			text-decoration: underline;
		}
	table.chart2 td{
		padding: 5px 10px;
		vertical-align: middle;
		border-bottom: 1px solid #cce0e7;
	}
	table.chart2 tr.altRow td{background: #f4f9fb;}
	table.chart2 .chartSide{
		background: #cce0e7!important;
	}
	table.chart2 .chartBlank{
		background: #fff!important;
		border-bottom: 1px solid #fff;
	}
	.chartHead3{font-weight: bold;

}
table.chart5{width: 100%;}
	table.chart5 th{
		padding: 5px 10px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		font-family: 'ArialNarrowBold';
		font-size: 14px;
		font-weight:bold;
		background: #4c771e;
	}
		table.chart5 th a{
			color: #fff;
			font-family: 'ArialNarrowBold';
		    font-size: 16px;
			font-weight:bold
		}
	table.chart5 td{
		padding: 5px 10px;
		vertical-align: middle;
		border-bottom: 1px solid #cce0e7;
	}
	table.chart5 tr.altRow td{background: #f4f9fb;}
	table.chart5 .chartSide{
		background: #cce0e7!important;
	}
	table.chart5 .chartBlank{
		background: #fff!important;
		border-bottom: 1px solid #fff;
	}
	.chartHead3{font-weight: bold;}



/* -------------- home styles -------------- */
ul.homeList{
	list-style: none;
	list-style-image: none;
	padding: 5px 0;
	height: 125px;
	background: url(/images/template/backer-stripes.png);
}
	ul.homeList a{
		font-size: 12px;
	}
div#homeBox1, div#homeBox2, div#homeBox3, div#homeBox4{
	display: inline;
	margin-bottom: 20px;
	float: left;
	height: 235px;
}
div#homeBox2, div#homeBox3{width: 187px;}
div#homeBox1, div#homeBox4{width: 188px;}
div#homeBox1, div#homeBox2, div#homeBox3{margin-right: 10px;}
div#today{
	margin-bottom: 10px;
	height: 55px;
	line-height: 55px;
	font-family: 'ArialNarrowBold';
	color: #4c771e;
	text-align: center;
	border: 1px solid #e3e3e3;
}
div#weather{
	margin-bottom: 10px;
	height: 112px;
	padding: 12px 0 0 0;
	text-align: center;
	border: 1px solid #e3e3e3;
}
div#myaccount a{
	margin-bottom: 10px;
	display: block;
	height: 43px;
	background: url(/images/homepage/btn-myaccount.png);
}
div#webmail a{
	display: block;
	height: 46px;
	background: url(/images/homepage/btn-webmail.png);
}
div#search{
	margin-bottom: 10px;
	padding: 15px 0 15px 20px;
	height: 147px;
	border: 1px solid #e3e3e3;
}
div#facebook a{
	display: block;
	height: 46px;
	background: url(/images/homepage/btn-facebook.png);
}
div#emailfraud a{
    margin-top: 10px;
	display: block;
	height: 46px;
	background: url(/images/homepage/btn-emailfraud.jpg);
}
div#hspa a{
    margin-top: 10px;
	display: block;
	height: 46px;
	background: url(/images/homepage/btn-4ghspa.jpg);
}
div#homeLinks{
	clear: both;
	border: 0px solid #d0d0d0;
}
	div#homeLinks h3{
		padding: 5px 10px;
		border-bottom: 1px solid #d0d0d0;
	}
		div#homeLinks ul li a{
			font-family: 'ArialNarrow';
		}



/* -------------- bundle calculator styles -------------- */
table#services{
	float: left;
	width: 500px;
}
		table#services h4{
			padding: 0 10px;
			line-height: 30px;
			border: 1px solid #ddd;
			border-right: none;
		}
			td.service{
				vertical-align: top;
			}
			td.serviceimage{
				vertical-align: middle;
				text-align: center;
				border: 1px solid #ddd;
				border-bottom: none;
			}
		table#services ul{
			margin: 5px 0;
			padding: 0;
			width: 320px;
			list-style: none;
			list-style-image: none;
		}
			table#services ul li{
				margin: 0;
				padding: 0 10px;
				height: 20px;
				line-height: 20px;
				list-style-image: none;
				font-size: 13px;
			}
			table#services ul li input, table#services ul li label{float: left;}
			table#services ul li span{font-size: 14px;}
			span.service-cost{float: right;}
div#total{
	float: right;
	padding: 20px;
	width: 220px;
	background: url(/images/template/backer-stripes.png);
}
