html, body {height: 100%;}
html {background: #fff url(../images/bg-html.gif) repeat-x;}
body {
	margin: 0;
	color: #000;
	min-width: 970px;
	background: url(../images/bg-body.gif) repeat-x;
	font: 14px/22px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#wrapper {
	width: 970px;
	margin: 0 auto;
}
.inner #wrapper {min-height: 100%;}
* html .inner #wrapper {height: 100%;}
#header {
	width: 100%;
	overflow: hidden;
	height: 156px;
	margin: 0 0 7px;
}
#main {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.logo{
	width: 550px;
	height: 113px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 7px 0 0 -6px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: hand;
	cursor: pointer;
}
.logo strong {display: none;}
p.slogan {
	margin: 84px 0 0 37px;
	float: left;
}
p.slogan span {display: none;}
.form-login {
	float: right;
	width: 155px;
	display: inline;
	margin: 22px 7px 0 0;
}
.form-login div.txt{
	width: 154px;
	height: 24px;
	margin: 0 0 6px;
	float: left;
	overflow: hidden;
	background: url(../images/bg-input-login.gif) no-repeat;
}
.form-login input.txt{
	width: 140px;
	float: left;
	margin: 0;
	line-height: 12px;
	border: 0;
	padding: 0 7px;
	font-size: 18px;
	color: #636363;
	background: none;
	line-height: 21px;
}

.order-form div.txt{
	width: 154px;
	height: 24px;
	
	float: left;
	overflow: hidden;
	background: url(../images/bg-input-login.gif) no-repeat;
}
.order-form {
	float: left;
	width: 155px;
	display: inline;
	
}
.order-form input.txt{
	width: 140px;
	float: left;
	margin: 0;
	line-height: 12px;
	border: 0;	
	font-size: 18px;
	color: #636363;
	background: none;
	line-height: 21px;
}
.btn-login{
	width: 67px;
	height: 18px;
	overflow: hidden;
	float: right;
	padding: 3px 0 0;
}
.btn-forgetpassword{
		width: 100px;
		height: 20px;
		overflow: hidden;
		float: right;
		padding: 3px 0 0;
}
.wrap-nav {
	padding: 7px 0 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#nav {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	float: right;
}
#nav li {
	float: right;
}
#nav li a {
	float: left;
	display: inline;
	width: 134px;
	height: 30px;
	text-align: center;
	margin: 0 -15px 0 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}
#nav li a strong {
	background: url(../images/bg-nav.png) no-repeat;
	width: 100%;
	height: 100%;
	float: left;
}
#nav li img {
	vertical-align: top;
}
#nav li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-indent: -9999px;
	background: url(../images/trasoarent.gif);
}
#nav li a:hover {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#nav li a:hover strong {background: url(../images/bg-nav-hover.png) no-repeat;}
.holder-box {
	width: 970px;
}
#nav li a span.navTxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-indent: -9999px;
	background: url(../images/trasoarent.gif);
	_display:none;
}
#residentialpopup, #businesspopup {
	left:-100%;
}

.holder-box-t {
	width: 970px;
	height: 13px;
	overflow: hidden;
	background: url(../images/bg-holder-box-t.png) no-repeat;
}
.holder-box-b {
	overflow: hidden;
	background: url(../images/bg-holder-box-b.png) no-repeat;
	width: 970px;
	height: 13px;
}
.holder-box-c {
	background: url(../images/bg-holder-box-c.png) repeat-y;
	width: 970px;
}
.holder-box-c:after {
	content: "";
	display: block;
	clear: both;
}
.holder-box .content {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	margin-bottom: 0;
}
.promo .holder-box-c {
	width: 949px;
	padding: 0 12px 0 7px;
}
.promo .content {
	top: -10px;
	margin-bottom: -9px;
}
.wrap-form-check-located {
	position: absolute;
	top: 8px;
	right: -2px;
	width: 253px;
	height: 273px;
	z-index: 20;
}
* html .wrap-form-check-located {right: -1px;}
.form-check-located {
	background: url(../images/bg-form-check-located.png) no-repeat;
	width: 253px;
	height: 257px;
	padding: 16px 0 0;
	text-align: center;
}
.form-check-located img {vertical-align: top;}
.form-check-located strong {
	display: block;
	padding: 0 0 11px;
}
.form-check-located strong span {display: none;}
.form-check-located label {
	display: block;
	padding: 0 0 9px;
}
.form-check-located label span {display: none;}
.form-check-located input.txt{
	width: 191px;
	display: block;
	line-height: 12px;
	border: 0;
	padding: 3px 9px;
	font-size: 18px;
	color: #acacac;
	background: #fff;
	line-height: 21px;
	margin: 0 auto 12px;
}
.form-check-located p {
	margin: 0;
	padding: 10px 0 0;
	overflow: hidden;
	height: 11px;
}
.form-check-located p span {display: none;}
.form-check-located .btn {height: 37px;}


/*Style for larger popup for residential and business link*/
.form-check-locatedPopUp {
	background: url(../images/bg-form-check-located1.png) no-repeat;
	width: 435px;
	height: 257px;
	padding: 16px 0 0;
	text-align: center;
	position:absolute;
	top:0px;
	left:230px;
	
	
}
.mandatorySymbol{
color:#FF0000;
}

.form-check-locatedPopUp img {vertical-align: top;}
.form-check-located strong {
	display: block;
	padding: 0 0 11px;
}
.form-check-locatedPopUp strong span {display: none;}
.form-check-located label {
	display: block;
	padding: 0 0 9px;
}
.form-check-locatedPopUp label span {display: none;}
.form-check-located1 input.txt{
	width: 191px;
	display: block;
	line-height: 12px;
	border: 0;
	padding: 3px 9px;
	font-size: 18px;
	color: #acacac;
	background: #fff;
	line-height: 21px;
	margin: 0 auto 12px;
}
.form-check-locatedPopUp p {
	margin: 0;
	padding: 10px 0 0;
	overflow: hidden;
	height: 11px;
}
.form-check-locatedPopUp p span {display: none;}
.form-check-locatedPopUp .btn {height: 37px;}


.index .extra {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	width: 263px;
	height: 442px;
}
.index #content h2,
.inner #content h2,
.index #content h3 {margin: 0;}
.index #content h2 span,
.inner #content h2 span,
.index #content h3 span {
	display: none;
}
#content {
	height: 1%;
	overflow: hidden;
	padding: 0 57px;
}
#content img {vertical-align: top;}
.index #content h2 {
	margin: 16px 0 11px;
}
.index #content h3 {
	padding: 0 0 23px;
}
#content .txt-box-holder {
	width: 636px;
	padding: 12px 0 0;
	margin: 0 -66px 0 -5px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg-dot.gif) repeat-y 283px 0;
}
#content .txt-box {
	float: left;
	width: 258px;
	padding: 0 60px 0 0;
	
}
#content .txt-box-holder p {
	margin: 0 0 21px;
	font-size: 16px;
	line-height: 21px;
}
#content .txt-box-holder a.more {
	width: 29px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg-more.gif) no-repeat;
	float: right;
	margin: 4px 55px 0 0;
}
#content span.easy {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #1b75bb;
	font-size: 17px;
	line-height: 30px;
}
#footer {
	margin: -57px 0 0;
	width: 100%;
	height: 123px;
	overflow: hidden;
	color: #fff;
	font: 13px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/bg-footer.gif) no-repeat 50% 0;
}
.inner #footer {margin-top: -37px;}
#footer .holder {
	width: 970px;
	margin: 0 auto;
	padding: 60px 0 0;
}
#footer ul.nav {
	margin: 0 0 0 -6px;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
#footer ul.nav li {
	display: inline;
	background: url(../images/separator-footer.gif) no-repeat 0 5px;
	margin: 0 1px 0 -1px;
	padding: 0 15px 0 16px;
}
#footer ul.nav li a {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
}
#footer ul.nav li a:hover {text-decoration: underline;}
p.copyright {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}
ul.contact-list {
	margin: 0 0 0 -10px;
	padding: 12px 0 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
ul.contact-list li {
	float: left;
	line-height: 12px;
	padding: 0 14px 0 24px;
	margin: 0 12px 0 -12px;
	overflow: hidden;
	background: url(../images/separator-contacts.png) no-repeat;
}
ul.contact-list a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-indent: -9999px;
	background: url(../images/transparent.gif);
}
ul.contact-list a img {
	display: block;
}
ul.contact-list a {
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.inner #content {
	padding: 27px 69px;
}
.inner #content h2 {
	margin: 0 0 28px -5px;
}
.inner #content .item {padding: 0 0 21px;}
.inner #content .item h3 {
	margin: 0 0 10px;
	color: #1b75bb;
	font-size: 16px;
	line-height: 18px;
}
.inner #content .item p {
	margin: 0 0 20px;
}
.inner #content .item h3 em {font-weight: normal;}
#sidebar {
	width: 214px;
	float: right;
	display: inline;
	margin: 84px 33px 0 0;
	background: url(../images/bg-sidebar-c.gif) repeat-y;
}
#sidebar .holder {background: url(../images/bg-sidebar-t.gif) no-repeat;}
#sidebar .frame {
	background: url(../images/bg-sidebar-b.gif) no-repeat 0 100%;
	min-height: 395px;
	overflow: hidden;
	padding: 18px 33px 20px 27px;
}
* html #sidebar .frame {height: 395px;}
#sidebar ul.side-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul.side-list li {
	padding: 0 0 18px;
}
#sidebar ul.side-list a {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#sidebar ul.side-list a:hover {
	color: #1b75bb;
}

