@import url(/main.css);

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #CC0000;
	display: block;
}

#SubHeader {
	margin-top: -14px;
	font-size: 12px;
	color: #000000;
	margin-bottom: 20px;
}
h1.UtilityName {
}
.Hidden {
	display: none;
}
#LeftSide img#Logo {
	padding-bottom: 4px;
}

h2 {
        font-size: 20px;
	font-weight: normal;
}
h2.ActionBoxHeading {
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
h2.ActionBoxHeadingSmall {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
}
.Services h2 {
	font-size: 1.3em;
	font-weight: bold;
}

#DirectoryWelcome {
	line-height: 1.3em;
	width: 280px;
	float: left;
}

#LeftSide {
	float: left;
	width: 480px;
}
#RightSide {
	float: right;
	width: 400px;
}

#RightSide.Services {
	width: 200px;
}

#ActionBox, h2.ActionBoxHeading {
}

table.LeadBox, table.LeadBox2, table.LeadBox3 {
	background-color: #ffe7cb;
	width: 100%;
	border-collapse: collapse;
	border: #FF9900 1px solid;
	font-size: 12px;
}
table.LeadBox select {
	width: 73px;
}
table.LeadBox th, table.LeadBox td { 
	padding: 10px 5px 2px 5px;
}
table.LeadBox td.SubmitButton {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 20px;
}
table.LeadBox th, table.LeadBox3 th {
	text-align: left;
	color: #666;
}
table.LeadBox3 th {
	padding: 10px 4px;
}

table.LeadBox .TextBox {
	width: 150px;
}

table.LeadBox2 th, table.LeadBox2 td { 
	text-align: left;
	padding: 4px 5px 4px 20px;
}
table.LeadBox2 td.SubmitButton {
	text-align: center;
	padding-bottom: 10px;
}
table.LeadBox2 th {
	color: #666;
}

.Optional {
	color: #666;
	font-size: 10px;
}

.LeadBox2 input.ZipCode, .LeadBox3 input.ZipCode {
	width: 5em;
}
.LeadBox2 input.Email {
	width: 15em;
}
.clear {
	clear: both;
}

ul.UtilityList {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.UtilityList li {
        display: inline;
}
html>body ul.UtilityList li {
        display: -moz-inline-box;
        display: inline-block;
}

/*** WF Addition ***/
.centerLogin {
	padding: 0px 0px 0px 20px;
}
/*** End WF Addition ***/

#StateDirectory table td {
	vertical-align: top;
}

#MarketList {
	font-size: 11px;
	color: #A1A1A1;
}
#MarketList li {
	width: 175px;
}
#About {
	color: #666;
	margin-top: 10px;
	font-size: 11px;
}
#About h5 {
	font-size: 13px;
	margin-bottom: 0px;
}

/*** Utility Page ***/
#Summary {
	margin-top: 8px;
}
#Summary p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*** Listing Pages ***/
#FirstLetters {
        list-style: none;
        padding: 0px;
        margin: 0px;
	text-align: center;
}       
        
#FirstLetters li {
	font-size: 14px;
        display: inline;
	padding: 0px 4px;
	margin: 0px;
}
#FirstLetters a:link,
#FirstLetters a:visited,
#FirstLetters a:active,
#FirstLetters a:hover { 
	color: #0000FF; 
};


/*** Service Page ***/
#ServicePage h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#ServicePage form {
	display: inline;
}
#ServicePage .hidden {
	display: none;
}
#ServicePage #CheckAvailability {
	float: right;
	width: 260px;
}
#ServicePage #UtilityName {
	padding: 10px 0px;
	font-size: 24px;
}
#ServicePage #UtilityName a {
	color: #000;
}
#ServicePage #UtilityLink {
	font-size: 10px;
}
#ServicePage #PlanDetails {
	font-size: 11px;
}
#ServicePage #PlanDescription p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#ServicePage #PlanDescription {
	line-height: 1.3em;
}
#ServicePage #PlanSummary {
	clear: both;
}
#ServicePage .Details {
	margin-bottom: 20px;
	width: 100%;
}
#ServicePage .Details th, #ServicePage .Details td {
	font-size: 11px;
	color: #666666;
}
#ServicePage .Details .SubHeader {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: solid 1px #ffb95f;
	font-weight: bold;
}
#ServicePage .Details th, #ServicePage .Details td {
	padding: 5px 0px;
}
#ServicePage .Details th {
	text-align: left;
	width: 210px;
	vertical-align: top;
	padding-left: 10px;
}

/*** End Service Page ***/

/*** Tilt Updates ***/

#NewDirectoryWelcome {
	line-height: 1.5em;
	width: 280px;
	float: left;
	padding-right: 10px;
}
.DirectoryHeader {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #A1A1A1;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
	text-transform: uppercase;
}
#StateList a:link, .UtilityList a:link {
	color: #A1A1A1;
}
#StateList a:visited, .UtilityList a:visited {
	color: #A1A1A1;
}
#StateList a:active, .UtilityList a:active {
	color: #A1A1A1;
}
#StateList a:hover, .UtilityList a:hover {
	color: #A1A1A1;
}
.orangedivider {
	background-color: #FBC004;
	height: 13px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 3px;
}
.greydivider {
	background-color: #E3E3E3;
	height: 13px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
#NewCompanyDirectory {
	margin-top: 10px;
}
ul#NewCompanyDirectory {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul#NewCompanyDirectory li {
	width: 45%;
	padding: 0px 0px 0px 30px;
	float: left;
}

#NewCompanyDirectory td {
	vertical-align: top;
	padding-right: 15px;
	width: 33%;
	font-size: 11px;
	line-height: 16px;
}
#NewCompanyDirectory a:link, .Directory a:link {
	color: #A1A1A1;
}
#NewCompanyDirectory a:visited, .Directory a:visited {
	color: #A1A1A1;
}
#NewCompanyDirectory a:active, .Directory a:active {
	color: #A1A1A1;
}
#NewCompanyDirectory a:hover, .Directory a:hover {
	color: #A1A1A1;
}
#NewCompanyContainer {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#CompanyBug {
	background-color: #FBF6E2;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #868787;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
.Heading3 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}
#NewLeadBox {
	background-image: url(/images/directory/actionbox_bg.gif);
	width: 415px;
}
#UtilityLeadBox {
	background-image: url(/images/directory/actionbox2_headlinebg.gif);
	width: 253px;
	background-repeat: no-repeat;
	background-color: #FBF7E3;
}
.LeadBoxFields {
	font-size: 12px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;

}
#NewRightSide {
	float: right;
	margin-top: 15px;
}
.newSubmitbutton {
	background-color: #FFFFFF;
	background-image: url(/images/directory/actionbox_bcap.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
/*	height: 23px; */
}
#ActionBoxNum1 {
	z-index: 2;
	left: -12px;
	position: relative;
	width: 25px;
}
#ActionBoxNum2 {
	z-index: 2;
	left: -12px;
	position: relative;
	width: 25px;
}
#ActionBoxNum3 {
	z-index: 2;
	left: -12px;
	position: relative;
	width: 25px;
}
.actionbox_num {
	width: 20px;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
#CompanyHeader {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #A1A1A1;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#UtilityRightSide {
	float: right;
	width: 253px;
	margin-top: 5px;
	margin-left: 15px;
}
#NewUtilityWelcome {
	line-height: 1.5em;
	width: 400px;
	float: left;
	padding-right: 10px;
}
.UtilitySubmitbutton {
	background-color: #FFFFFF;
	background-image: url(/images/directory/actionbox2_bcap.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
}
.UtilityActionSpacer {
	padding-top: 90px;
	padding-bottom: 10px;
}
#UtilityPackageList {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#UtilityPackageList td{
	width: 50%;
	vertical-align: top;
	padding-right: 15px;
}
.UtililtyPackageLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 11px;
}
.UtilityAboutCU {
	padding-left: 15px;
	color: #84a56a;
	line-height: 1.3em;
}
.UtilityAboutCU h3 {
	margin-bottom: 10px;
}
.UtilityAboutCU p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** End Tilt Updates ***/

/*** Details Page Links ***/
#DetailsPageLinks .TypeHeader {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
	margin-bottom: 5px;
}
#DetailsPageLinks .LinksTable {
	border-collapse: collapse;
	width: 100%;
}
#DetailsPageLinks .LinksTable td {
	font-size: 9px;
	color: #ff0000;
        width: 50%;
}
/*** End Details Page Links ***/


/*** WF Additions ***/
p.required {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 5px 0px 0px 20px;
}
p.required.utility {
	margin-left: 0px;
}

div.apt, div.street, div.zip {
	font-size:12px;
	font-weight:bold;
}
input.apt, input.street, input.zip {
	font-size:10px;
	margin: 3px 0px 5px 0px;
}


