html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}
/*:link, :visited {text-decoration: none;}*/

.LeadFormTable {
	border: 1px solid #000000;
}
.LeadFormTable .HeadingCell {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #E5E1E2;
}
.LeadFormTable td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.LeadFormMainHeader {
	font-size: 14px;
	font-weight: bold;
	color: #960035;
}
.LeadFormTable .AlternateSelection {
	background-color: #F4F4F4;
}

p{
	margin-bottom: 10px;
}
a {
	color: #940134;
	text-decoration: underline;
}

/* Setup the page and fonts */
body {
	background-color: #480513;
}
body,td {
	font-family: Arial, Helvetica, sans-serif, Georgia;
	font-size: 12px;
}

/* The overall wrapper for the content */
#Wrapper {
	background-color: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ShadowWrapper {
		background-image: url(../images/ShadowBg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}
/* Header */
#Header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 78px;
}
#Header h1 {
	display: none;
}
#HeaderSubNav {
	background-image: url(../images/top_logo_nav_bg.gif);
	height: 43px;
}
#HeaderSubNav li {
	float: right;
	background-color: #666666;
	margin-right: 2px;
	margin-left: 2px;
	padding: 3px;
}
#HeaderSubNav a {
	color: #CCCCCC;
	text-decoration: none;
}
#TopNav li span{
	display: none;
}
#TopNav .Services {
	background-image: url(../images/top_nav_services.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 152px;
}
#TopNav .Services a{
	display: block;
	height: 40px;
	width: 152px;
}
#TopNavBottom {
	background-image: url(../images/top_nav_bottom.gif);
	height: 15px;
	clear: both;
	width: 770px;
	background-repeat: no-repeat;
}

.ClearBoth {
	clear: both;
}
#TopNav .Support {
	background-image: url(../images/top_nav_support.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 153px;
}
#TopNav .Support a{
	display: block;
	height: 40px;
	width: 153px;
}
#TopNav .Clients {
	background-image: url(../images/top_nav_clients.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 152px;
}
#TopNav .Clients a {
	display: block;
	height: 40px;
	width: 152px;
}
#TopNav .BillPay {
	background-image: url(../images/top_nav_billpay.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 164px;
}
#TopNav .BillPay a {
	display: block;
	height: 40px;
	width: 164px;
}
#TopNav .Home {
	background-image: url(../images/top_nav_home.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 149px;
}
#TopNav .Home a{
	display:block;
	height: 40px;
	width: 149px;
}


/* Float Items */
#LeftNav,#Content {
	float: left;
}
#RightNav {
	float: right;
}

/*Left Nav */
#LeftNav {
	width: 200px;
}
#LeftNav #TalkToRep {
	background-image: url(../images/talk_to_sales_rep_bg.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 200px;
	color: #999999;
}
#LeftNavLinks li {
	color: #cccccc;
	font-size: 11px;
}
#LeftNav #LeftNavLinks ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#LeftNavLinks h2 {
	
}
#LeftNav #LeftNavLinks .Container {
	padding-top: 5px;
}
#LeftNav #LeftNavLinks h2 {
	font-size: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	background-color: #480513;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight: bold;
	padding-left: 10px;
}

/* Talk To A Rep */
#LeftNav #TalkToRep input {
	width: 90%;
}
#LeftNav #TalkToRep .submit {
	width: auto;
}
#LeftNav #TalkToRep h2 {
	color: #eda831;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
}
#LeftNav #LeftNavLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Set the BG Image and color of the content */
#MainWrapper {
	background-image: url(../images/content_bg.gif);
	background-color: #FFFFFF;
}

#Content {
	width: 569px;
}
#RightNav {
	width: 164px;
	border: 1px solid #9f9f9f;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #FFF;

}
/*#RightNav h2 {
	height: 25px;
	width: 164px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #480513;
}*/
#RightNav h2 {
	font-size: 13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	background-color: #480513;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-weight: bold;
	padding-left: 10px;
	color:#ffffff;
}

#RightNav h2 span {
	display: block;
	font-size: 13px;
}
#RightNav .Content {
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

#ServicesNav,#SupportNav {
	position: absolute;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	z-index: 1;
	display: none;
}
#ServicesNav li ,#SupportNav li {

}
#ServicesNav li a,#SupportNav li a{
	display: block;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	
}
#ServicesNav li a:hover,#SupportNav li a:hover{
	background-color: #CCCCCC;
	
}
#ServicesNav {
	width: 150px;
	margin-left: 149px;
}
#SupportNav {
	width: 151px;
	margin-left: 301px;
}
#RightNav .Content a {
	color: #000000;
	text-decoration: none;
}
#LeftNavLinks #Extras {
	background-image: url(../images/left_nav_extras.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 200px;
}
#LeftNavLinks #Extras a {
	display: block;
	height: 33px;
	width: 200px;
}
#LeftNavLinks #Extras span {
	display: none
}
#Content .Container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*hr {
	height: 1px;
	width: 100%;
	background-color: #000000;
}*/
#Content .Container hr {
	background-color: #480513;
	height: 2px;
}
#Footer {
	background-color: #480513;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9f9f9f;
	border-right-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	border-left-color: #9f9f9f;
	color: #999999;
}
#Footer .Container {
	text-align: center;
	padding: 5px;
}
#Footer .Container a {
	color: #CCC;
	font-size: 11px;
}
#ContactTable tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9f9f9f;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ClientTable {
}
#ClientTable img {
	border: 1px solid #000000;
	margin-right: 5px;
}
#ClientTable tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9f9f9f;
	padding-top: 5px;
	padding-bottom: 5px;
}#Content .Container ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom:10px;
}
#Content .Container h3 {
	color: #480513;
	background-color: #E0E0E0;
	border: 1px solid #000000;
	margin-bottom:10px;
	margin-top:10px;
	width:375px;
}
#Content .Container h3 a{
	color: #480513;
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
}
#TopNav {
	background-color: #575757;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
}
#PhoneIssue {
	margin: 5px;
	padding: 5px;
	border: 1px solid #480513;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E8E8;
}
#PhoneIssueHome {
	width:360px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #480513;
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E8E8;
}



.serp_header td { font-weight: bold; }
.serp_table td { font-size: 11px; }
.serp_table .odd td { background-color: #F0F0F0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }