/* Start of CMSMS style sheet 'Standard Content' */
body,div, table, td, tr, span, img, h1, h2, h3
{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}


.clear
{
	clear: both;
}

body
{
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	background-color: #00338E;
}

/* *************************************************************** */


/* core templates use triple wrapper method below */
#outer_wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url('/images/back_gradient.jpg');
	background-color: #6D6E72;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;

}


#wrapperOuter
{
	height: 100%;
	width: 100%;
	display: table;
}

#wrapperMiddle
{
	text-align: center;
	position: relative;
	display: table-cell;
}

#wrapperInner
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url('/images/back_gradient.jpg');
	background-color: #6D6E72;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}



#page_wrapper
{
	width: 747px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

/* *************************************************************** */
/* HEADER */
#header
{
	margin: 0;
	padding: 0;
}

#top_strip
{
	padding: 5px 0 5px 0;
	display: block;
	height: 30px;
}

#top_strip1
{
	padding: 5px 0 5px 410px;
	float: left;
}

#top_strip1 .contactText
{
}

/* use for second line of text */
#top_strip1_bottom
{
}

#top_strip2 form
{
	padding: 5px 0 0 0;
	float: right;
}

#top_strip2 input
{
	margin: 0 0 0 20px;
	float: right;
}

#top_strip1_bottom a,a:link,a:visited,a:active
{
	font-size: inherit;
	color: #FFD300;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
}

#top_strip1_bottom a:hover
{
	font-size: inherit;
	color: #FFFFFF;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
}



#header_big_phone
{
	font-size: 12pt;
	font-weight: bold;
}



#logo_strip
{
	margin: 0;
	padding: 0;
	height: 60px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#logo_strip1
{
	padding: 13px 0 0 410px;
	float: left;
}
#logo_strip2
{
	padding: 13px 0 0 0;
	float: left;
}

#logo_strip a,a:link,a:visited,a:active
{
	font-size: inherit;
	color: #FFD300;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

#logo_strip a:hover
{
	font-size: inherit;
	color: #FFFFFF;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

.logo_strip_detail
{
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 200%;
}

/* *************************************************************** */
/* TOP MENU */
#home_button
{
	display: inline;
	width: 65px;
	height: 40px;
	background: url("/images/home_button.gif") no-repeat 0 0;
	float: left;
}

#home_button:hover
{
	background-position: 0 -40px;
}

#home_button span
{
	display: none;
}

#contact_us_button
{
	display: inline;
	width: 99px;
	height: 40px;
	background: url("/images/contact_us_button.gif") no-repeat 0 0;
	float: left;
}

#contact_us_button:hover
{
	background-position: 0 -40px;
}

#contact_us_button span
{
	display: none;
}

#products_button
{
	display: inline;
	width: 89px;
	height: 40px;
	background: url("/images/products_button.gif") no-repeat 0 0;
	float: left;
}

#products_button:hover
{
	background-position: 0 -40px;
}

#products_button span
{
	display: none;
}

#community_button
{
	display: inline;
	width: 187px;
	height: 40px;
	background: url("/images/community_button.gif") no-repeat 0 0;
	float: left;
}

#community_button:hover
{
	background-position: 0 -40px;
}

#community_button span
{
	display: none;
}

#residential_button
{
	display: inline;
	width: 100px;
	height: 40px;
	background: url("/images/residential_button.gif") no-repeat 0 0;
	float: left;
}

#residential_button:hover
{
	background-position: 0 -40px;
}

#residential_button span
{
	display: none;
}

#pay_your_bill_button
{
	display: inline;
	width: 104px;
	height: 40px;
	background: url("/images/pay_your_bill_button.gif") no-repeat 0 0;
	float: left;
}

#pay_your_bill_button:hover
{
	background-position: 0 -40px;
}

#pay_your_bill_button span
{
	display: none;
}

#commercial_button
{
	display: inline;
	width: 102px;
	height: 40px;
	background: url("/images/commercial_button.gif") no-repeat 0 0;
	float: left;
}

#commercial_button:hover
{
	background-position: 0 -40px;
}

#commercial_button span
{
	display: none;
}

/* *************************************************************** */
/* CONTENT */
#content, #content_form
{
	background-color: #FFF;
	color: #000000;
	width: 696px;
	margin: 0 0 0 0;
	padding: 30px 25px 30px 25px;
	min-height: 520px;
	overflow: hidden;

	line-height: 150%;
	text-align: left;
}


#content a,a:link,a:visited,a:active
{
	font-size: inherit;
	color: #27559a;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	font-size: inherit;
	color: #e8c000;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}


#content-left
{
	width: 460px;
	padding: 0 20px 0 0;
	float: left;
}


#content-left ul
{
	margin: 5px 0 0 0;
	padding: 5px 0 0 15px;
}

#content-left li
{
	list-style-type: disc;
	list-style-position: outside;
	font-size: inherit;
	color: #000000;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
#content-right
{
	width: 215px;
	float: left;
}

#content-right img
{
	width: 215px;

}

/* *************************************************************** */

#bottom_menu
{
	width: 739px;
	color: #FFF;
	text-align: center;
	padding: 10px 5px 5px 5px;
	margin-bottom: 15px;
}


#bottom_menu a,a:link,a:visited,a:active
{
	font-size: inherit;
	color: #FFFFFF;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

#bottom_menu a:hover
{
	font-size: inherit;
	color: #e8c000;
	line-height: inherit;
	font-weight: bold;
	text-decoration: none;
}

/*Google dynamic code added after BODY*/
iframe
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0;
}

/* FORMS/PAYMENTS - COMMON (See individual CSS stylesheets for non-standard elements */

.form_table td
{
	padding: 3px;
	color: #000;
	font-size: 9pt
}

.required
{
	font-weight: bold;
	color: #FF0000;
}

#content form
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000000;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

#content label
{
	color: #000000;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

/* FOOTER *************************************************************** */
#footer
{
	color: #FFF;
	font-size: 7pt;
}

#footer_left
{
	width: 360px;
	float: left;
}

#footer_right
{
	width: 360px;
	float: right;
	text-align: right;
}

#big_footer_text
{
	font-size: 10pt;
}

/* TEXT *************************************************************** */

h1
{
	margin-bottom: 10px;
	border-bottom: 2px #808080 solid;
	width: 460px;

	font-size: 24px;
	color: #27559a;
	line-height: 110%;
	font-weight: bold;
	font-style: normal;

}


h3
{
	margin: 15px 0 10px 0;

	font-size: 14px;
	color: #000000;
	line-height: 110%;
	font-weight: bold;
	font-style: normal;

}


.BlueLarge
{
	font-size: 16px;
	color: #27559a;
	line-height: 110%;
	font-weight: bold;
	font-style: normal;

}

p.Quote
{
	font-size: 11px;
	color: #000000;
	line-height: 150%;
	font-weight: normal;
	font-style: italic;

}

p.Detail
{
	font-size: 11px;
	color: #333333;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;

}



/* IMAGE *************************************************************** */

img
{
	display: inline;
}


#imageGrid a:hover
{
	opacity: 0.5;
	width: 100%;/*needed for safari*/
	height: 100%;/*needed for safari*/
}

img.mainThumb
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* End of 'Standard Content' */

