@media all
{
	html, body, .ms-authoringcontrols
	{
		margin:0px;
		padding:0px;
		background-color:#fff;
		font-family:Arial, Tahoma, Verdana, Sans-Serif;
		font-size:0.9em;
		color:#464646;
	}
	
	img
	{
		border:0px;
	}
	
	a
	{
		color:#0072bc;
		text-decoration:none;
	}

	a:hover
	{
		text-decoration:underline;
	}

	form
	{
		margin:0px;
	}
	
	input, select, textarea
	{
		font-family:Arial, Tahoma, Verdana, Sans-Serif;
		font-size:1em;
	}
	
	.clear_float
	{
		clear:both;
		height:1px;
		overflow:hidden;
	}
	#content { background-color:#FFFFFF; }
	#footer
	{
		clear:both;
		border-top:1px solid #bddbee;
	}
	
	#footer_inner
	{
	font-size:0.9em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	/***** HOME PAGE *****/
	
	.home_panel
	{
	font-size:0.9em;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

	.home_panel h2
	{
		margin:0px;
		color:#0072bc;
		background-repeat:no-repeat;
		padding-bottom:5px;
		border-bottom:1px solid #82c0cb;
	}

	.home_panel_inner
	{
		padding:11px;
	}

	.home_panel p
	{
		margin:2px 0px 0px 0px;
		font-weight:bold;
		line-height:1.5em;
	}

	#carousel,
	#carousel img
	{
		display:block;
		position:relative;
		overflow:hidden;
		width:208px;
		height:157px;
		background-repeat:no-repeat;
	}
	
	
	/***** LANDING PAGES *****/

	#landing_intro
	{
		margin:0px 0px 19px 0px;
		font-weight:bold;
		font-size:1.1em;
	}
	
	#landing_lists ul
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	#landing_lists li
	{
		line-height:1.4em;
		margin:0px;
		padding:0px 0px 18px 0px;
	}
	
	#landing_lists h3
	{
		font-size:1.1em;
		margin:0px 0px 4px 0px;
		border-bottom:1px solid #82c0cb;
		padding-bottom:4px;
	}
	
	/***** CONTENT PAGE *****/

	#main_column
	{
		line-height:1.4em;
	}
	
	#breadcrumbs
	{
		margin:0px 0px 19px 0px;
		color:#2b840f;
		font-size:1.25em;
		font-weight:bold;
	}
	
	#main_column h1
	{
		margin:0px 0px 20px 0px;
		line-height:1.17em;
		font-size:1.7em;
		color:#0072bc;
	}

	#main_column h2
	{
		margin:0px 0px 12px 0px;
		border-bottom:1px solid #82c0cb;
		padding-bottom:4px;
		line-height:1.2em;
		font-size:1.25em;
		color:#0072bc;
	}
	
	#main_column h3
	{
		margin:0px 0px 9px 0px;
		line-height:1.2em;
		font-size:1.1em;
	}
	
	#main_column h4
	{
		margin:0px 0px 1px 0px;
		line-height:1.2em;
		font-size:1em;
	}
	
	#main_column p
	{
		margin:0px 0px 21px 0px;
	}

	#main_column a
	{
		color:#068198;
		text-decoration:underline;
	}
	
	#main_column p#content_intro
	{
		margin:42px 0px 17px 0px;
		font-size:1.1em;
		font-weight:bold;
		line-height:1.35em;
	}

	#main_column ul,
	#main_column ol,
	#main_column dl
	{
		margin-top:0px;
		margin-bottom:21px;
	}

	#main_column li
	{
		margin:0px 0px 10px 0px;
	}
	
	#main_column ul.links
	{
		margin:0px 0px 27px 0px;
		padding:0px;
		list-style-type:none;
	}
	
	#main_column ul.links li
	{
		padding:0px;
		margin-bottom:9px;
	}
	
	#main_column table.tablecontent
	{
		margin:0px 0px 21px 0px;
		width:100%;
	}
	
	#main_column table.tablecontent caption
	{
		padding:10px 12px 10px 12px;
		text-align:left;
		font-size:1.1em;
		font-weight:bold;
	}

	#main_column table.tablecontent thead th,
	#main_column table.tablecontent tbody td
	{
		text-align:left;
		vertical-align:top;
		border-bottom:1px solid #82c0cb;
		padding:11px 13px 12px 13px;
	}
	
	#main_column table.tablecontent thead th
	{
		background-color:#e5f1f8;
	}
	.hiddenfromview { display:none; }
	.important { color:#FF0000; }
}

@media screen
{
	.wrapper
	{
		background-image:url(../img/bg.gif);
		background-repeat:repeat-x;
		background-position:left 107px;
		position:relative;   /* this in conjunction with the relative position on the #content causes drag n drop of web parts to fail */
	}
	#home
	{
		background-image:url(../img/bg_ome.gif);
	}

	.hidden
	{
		position:absolute;
		left:-10000px;
		text-decoration:none !important;
		font-size:1px !important;
	}

	#header
	{
		position:relative;
		z-index:2;
		margin:0px auto;
		width:950px;
		min-height:197px;
	}

	#logo
	{
		position:absolute;
		left:6px;
		top:18px;
	}
	
	#meta_nav
	{
	position:absolute;
	right:45px;
	top:20px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width: 244px;
	height: 43px;
	}
	
	#meta_nav li
	{
		float:left;
		margin:0px 0px 0px 24px;
		padding:0px;
		font-size:1.1em;
	}
	
	#meta_nav a
	{
		color:#464646;
	}
	
	.search_area
	{
		background-image:url(../img/search_bg.gif);
		background-repeat:no-repeat;
		height:23px;
		float:left;
		position:relative;
		top:-4px;
		padding-left:23px;
	}
	
	#search_text
	{
		float:left;
		border:0px;
		background-color:Transparent;
		width:95px;
		margin:3px 15px 0px 0px;
		color:#7d7d7d;
		font-size:0.9em;
	}

	#search_go
	{
		float:left;
		width:37px;
		height:23px;
	}
	
	#main_nav
	{
	position:absolute;
	z-index:100;
	right:0px;
	top:88px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width: 534px;
	}

	#main_nav li
	{
		float:left;
		margin:0px;
		padding:0px;
	}

	#main_nav a
	{
		float:left;
		height:28px;
		overflow:hidden;
		background-image:url(../img/main_nav_bg.png);
		background-repeat:repeat-x;
		padding:9px 22px 0px 22px;
		font-size:15px;
		font-weight:bold;
		color:#fff;
	}
	
	#main_nav li.last a
	{
		background-position:right top;
		padding-right:32px;
	}

	#main_nav a:hover,
	#main_nav a.current
	{
		text-decoration:none;
		background-position:left -37px;
	}

	#main_nav li.last a:hover,
	#main_nav li.last a.current
	{
		background-position:right -37px;
	}

	#content
	{
		width:950px;
		margin:0px auto;
		position:relative;   /* this in conjunction with the relative position on the .wrapper causes drag n drop of web parts to fail */
		padding-bottom:59px;
	}

	#section_header
	{
		position:relative;
		left:13px;
		top:-46px;
		margin:0px;
		width:937px;
		height:26px;
		background-repeat:no-repeat;
	}
	#content_nav { width:200px; float:left;}
	#content_nav .menu
	{
		float:left;
		margin:-6px 0px 0px 11px;
		width:200px;
		padding:0px;
		font-size:0.9em;
		font-weight:bold;
		list-style-type:none;
		line-height:1.3em;
	}
	
	#content_nav li
	{
		margin-top:12px;
		background-image:url(../img/list_bullet.gif);
		background-repeat:no-repeat;
		background-position:left 0.5em;
		padding-left:14px;
	}
	
	#content_nav li.current a
	{
		color:#2b840f;
	}
	
	#content_nav li ul
	{
		float:none;
		margin:0px 0px 0px 1px;
		padding:0px;
		width:auto;
		font-weight:normal;
		list-style-type:none;
	}
	
	#content_nav li ul li
	{
		margin:12px 0px 0px 0px;
		padding:0px 0px 0px 12px;
		background-image:url(../img/list_bullet_sub.gif);
	}
	
	#content_nav li ul li a
	{
		color:#464646 !important;
	}
	
	#content_nav li ul li.current a
	{
		color:#2b840f !important;
	}

	#custome_content
	{
	clear:both;
	padding-top:2px;
	width: 920px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1.5em;
	padding-bottom: 10px;
	}
	
	#footer_inner
	{
		width:938px;
		margin:0px auto;
	}
	
	#footer_nav
	{
		margin:0px;
		padding:12px 0px 0px 0px;
		list-style-type:none;
	}
	
	#footer_nav li
	{
		float:left;
		margin:0px;
		background-image:url(../img/footer_nav_bullet.gif);
		background-repeat:no-repeat;
		background-position:left 0.5em;
		padding:0px 7px 0px 10px;
	}
	
	#footer_nav li.first
	{
		background-image:none;
		padding-left:0px;
	}
	
	#footer_meta
	{
		clear:both;
		padding-top:13px;
	}
	
	#footer_meta div
	{
	margin-top:4px;
	font-size:0.85em;
	text-align: right;
	}
	
	/***** HOME PAGE *****/

	div#home #hero
	{
	position:absolute;
	z-index:1;
	left:0px;
	top:107px;
	height:252px;
	width:100%;
	min-width:950px;
	background-image:url(../img/home_hero.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
	div#home #hero h1
	{
		display:none;
	}
	
	div#home #header
	{
		min-height:359px;
	}

	div#home #content
	{
	background-image:none;
	padding-bottom:5px;
	}
	
	.home_panel
	{
		float:left;
		width:230px;
	}

	.home_panel.first
	{
		clear:left;
		margin-left:0px;
	}
	
	.home_panel h2
	{
		height:37px;
		padding:0px;
		border:0px;
	}

	.home_panel ul
	{
		margin:2px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
	
	.home_panel li
	{
		background-image:url(../img/list_bullet.gif);
		background-repeat:no-repeat;
		background-position:left 16px;
		padding:12px 0px 0px 14px;
	}

	#home_panel_residential h2
	{
		background-image:url(../img/home_panel_header_residential.png);
	}
	
	#home_panel_business h2
	{
		background-image:url(../img/home_panel_header_business.png);
	}
	
	#home_panel_products_services
	{
		background-color:#e5f1f8;
	}

	#home_panel_products_services h2
	{
		background-image:url(../img/home_panel_header_products_services.png);
	}
	
	#home_panel_products_services .home_panel_inner
	{
		padding-bottom:13px;
	}
	
	#home_panel_quick_links h2
	{
		background-image:url(../img/home_panel_header_quick_links.png);
	}
	
	#home_panel_quick_links .home_panel_inner
	{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	
	#home_panel_quick_links img
	{
		display:block;
	}
	
	#quick_links_report_burst_main
	{
		display:block;
		width:228px;
		height:78px;
		background-image:url(../img/report_burst_water_main.gif);
		background-repeat:no-repeat;
	}

	#quick_links_report_burst_main:hover
	{
		background-position:left -78px;
	}
	
	
	#home_panel_quick_links ul
	{
		margin:10px 0px 0px 0px;
		padding:0px;
	}

	#home_panel_quick_links li
	{
		margin:7px 0px 0px 0px;
		padding:0px;
		background-image:none;
	}
	
	#home_panel_quick_links li a
	{
		display:block;
		width:228px;
		height:28px;
		background-repeat:no-repeat;
		background-position:left top;
	}

	#home_panel_quick_links li a:hover
	{
		background-position:left -28px;
	}
	
	#quick_links_pay_bill a
	{
		background-image:url(../img/quick_links_pay_bill.gif);
	}

	#quick_links_account a
	{
		background-image:url(../img/quick_links_account.gif);
	}

	#quick_links_moving_home a
	{
		background-image:url(../img/quick_links_moving_home.gif);
	}
	#quick_links_moving_edi a
	{
		background-image:url(../img/quick_links_pay_edi.gif);
	}
	#home_panel_property h2
	{
		background-image:url(../img/home_panel_header_property.png);
	}
	
	#home_panel_community h2
	{
		background-image:url(../img/home_panel_header_community.png);
	}
	
	#home_panel_news_events
	{
	width:460px;
	background-color:#FFF;
	}
	
	#home_panel_news_events h2
	{
		background-image:url(../img/home_panel_header_news_events.jpg);
	}
	
	#home_panel_news_events h3
	{
		font-size:1em;
		margin:9px 0px 8px 0px;
	}
	
	#home_panel_news_events p
	{
		font-weight:normal;
		line-height:1.6em;
		margin-bottom:10px;
	}
	
	#carousel_pagers
	{
		text-align:center;
		padding-top:8px;
	}

	#carousel_pagers img
	{
		display:inline-block;
		cursor:pointer;
		width:7px;
		height:7px;
		background-image:url(../img/carousel_pager.gif);
		background-repeat:no-repeat;
		background-position:left -7px;
		margin:3px;
	}
	
	#carousel_pagers img.active
	{
		background-position:left 0px;
	}
	
	/***** LANDING PAGES *****/

	#landing_content_body
	{
		float:right;
		margin:9px 6px 0px 0px;
		width:693px;
	}
	
	#landing_content_body .ms-WPBody, #landing_content_body .AspNet-WebPart { margin: 0 0 19px; } /* for web parts */
	
	#landing_banner
	{
		margin:0px 0px 46px 0px;
		width:693px;
		height:126px;
	}
	
	#landing_lists, #landing-bottomzone
	{
		position:relative;
		width:720px;
		margin-left:-26px;
	}
	
	#landing_lists ul, #landing-bottomzone .wpzone
	{
		margin:0px 0px 0px 26px;
		width:334px;
		float:left;
	}
	
	#residential #section_header
	{
		background-image:url(../img/hdr_residential.gif);
	}

	#residential #landing_banner
	{
		background-image:url(../img/section_banner_residential.jpg);
	}

	#business #section_header
	{
		background-image:url(../img/hdr_business.gif);
	}

	#business #landing_banner
	{
		background-image:url(../img/section_banner_business.jpg);
	}

	#property #section_header
	{
		background-image:url(../img/hdr_property.gif);
	}

	#property #landing_banner
	{
		background-image:url(../img/section_banner_property.jpg);
	}

	#community #section_header
	{
		background-image:url(../img/hdr_community.gif);
	}

	#community #landing_banner
	{
		background-image:url(../img/section_banner_community.jpg);
	}

	#site_map #section_header
	{
		background-image:url(../img/hdr_site_map.gif);
	}

	#search_results #section_header
	{
		background-image:url(../img/hdr_search_results.gif);
	}

	#terms_of_use #section_header
	{
		background-image:url(../img/hdr_terms_of_use.gif);
	}
	
	#privacy_policy #section_header
	{
		background-image:url(../img/hdr_privacy_policy.gif);
	}
	
	#complaints #section_header
	{
		background-image:url(../img/hdr_complaints.gif);
	}
	
	#about_us #section_header
	{
		background-image:url(../img/hdr_about_us.gif);
	}
	
	#careers #section_header
	{
		background-image:url(../img/hdr_careers.gif);
	}
	
	#contact_us #section_header
	{
		background-image:url(../img/hdr_contact_us.gif);
	}
	
	#my_account #section_header
	{
		background-image:url(../img/hdr_my_account.gif);
	}
	
	/***** CONTENT PAGE *****/
	
	#content_body
	{
		float:right;
		margin:5px 0px 0px 0px;
		width:698px;
	}

	#main_column
	{
		float:left;
		width:446px;
		overflow:hidden;
	}

	#main_column ul.links li
	{
		padding:0px 0px 0px 26px;
		background-image:url(../img/link_icon.gif);
		background-repeat:no-repeat;
		background-position:6px 1px;
	}
	
	#secondary_column
	{
		float:right;
		margin-top:5px;
		width:230px;
		overflow:hidden;
		line-height:1.2em;
	}
	
	#main_column table caption
	{
		background-color:#00bbde;
		background-image:url(../img/content_table_caption_bg.jpg);
		background-repeat:no-repeat;
		background-position:right bottom;
		color:#fff;
	}

	.content_image
	{
		margin:0px 0px 21px 0px;
	}
	
	.content_image img
	{
		display:block;
	}
	
	.content_panel
	{
		float:left;
		width:230px;
		margin:0px 0px 19px 0px;
		background-color:#e5f1f8;
		font-size:0.9em;
	}

	.content_panel h2
	{
		height:37px;
		margin:0px;
		background-repeat:no-repeat;
	}

	.content_panel_inner
	{
		padding:0px 12px 20px 12px;
	}

	.content_panel p
	{
		margin:12px 0px 0px 0px;
		font-weight:bold;
		line-height:1.5em;
	}
	
	.content_panel ul
	{
		margin:2px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
	
	.content_panel li
	{
		background-image:url(../img/list_bullet.gif);
		background-repeat:no-repeat;
		background-position:left 16px;
		padding:12px 0px 0px 14px;
	}

	#content_panel_related_information h2
	{
		background-image:url(../img/content_panel_header_related_information.png);
	}

	#content_panel_documents h2
	{
		background-image:url(../img/content_panel_header_documents.png);
	}

	/***** SITE MAP *****/
	#site_map h2
	{
		margin:0px;
		height:37px;
		background-repeat:no-repeat;
	}
	
	#navigator, #quick_tip
	{
		margin-top:10px;
		min-height:109px;
		background-color:#e5f1f8;
	}
	
	#navigator
	{
		width:630px;
		float:left;
	}
	
	#navigator h2
	{
		background-image:url(../img/site_map_panel_header_navigator.png);
	}
	
	#navigator ul
	{
		margin:0px;
		padding:14px 0px 0px 0px;
		list-style-type:none;
		float:left;
	}
	
	#navigator ul li
	{
		float:left;
		width:183px;
		padding:0px 0px 12px 27px;
		background-image:url(../img/list_bullet.gif);
		background-repeat:no-repeat;
		background-position:12px 0.45em;
		font-weight:bold;
		font-size:0.95em;
	}

	#quick_tip
	{
		width:310px;
		float:right;
	}
	
	#quick_tip h2
	{
		background-image:url(../img/site_map_panel_header_quick_tip.png);
	}
	
	#quick_tip_inner
	{
		padding:7px 25px 11px 12px;
		font-style:italic;
		line-height:1.4em;
	}
	
	#site_map_columns
	{
		padding-top:7px;
		width:960px;
		overflow:hidden;
	}
	
	.site_map_column
	{
		width:310px;
		float:left;
		margin-right:10px;
		font-size:0.95em;
		line-height:1.45em;
	}
	
	.site_map_column h2
	{
		margin:27px 0px 8px 0px !important;
		height:37px;
		background-repeat:no-repeat;
	}
	
	.site_map_column h2 a
	{
		display:block;
		height:37px;
	}
	
	#residential_map h2
	{
		background-image:url(../img/site_map_panel_header_residential.png);
	}

	#business_map h2
	{
		background-image:url(../img/site_map_panel_header_business.png);
	}

	#property_map h2
	{
		background-image:url(../img/site_map_panel_header_property.png);
	}

	#community_map h2
	{
		background-image:url(../img/site_map_panel_header_community.png);
	}

	#my_account_map h2
	{
		background-image:url(../img/site_map_panel_header_my_account.png);
	}

    #careers_map h2
	{
		background-image:url(../img/site_map_panel_header_my_account.png);
	}
	
	#about_us_map h2
	{
		background-image:url(../img/site_map_panel_header_about_us.png);
	}

	.site_map_column h3
	{
		margin:10px 0px 0px 0px;
		padding:5px 11px 5px 11px;
		font-size:1.1em;
	}
	
	.site_map_column ul
	{
		margin:0px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
	
	.site_map_column ul li
	{
		margin:0px;
		padding:5px 0px 5px 25px;
		background-image:url(../img/list_bullet.gif);
		background-repeat:no-repeat;
		background-position:11px 0.95em;
	}

	.site_map_column ul li a
	{
		font-weight:bold;
	}
	
	.site_map_column ul li ul
	{
		margin:5px 0px -5px 0px;
	}
	
	.site_map_column ul li ul li
	{
		padding-left:13px;
		background-image:url(../img/list_bullet_sub.gif);
		background-position:1px 0.95em;
	}

	.site_map_column ul li ul a
	{
		font-weight:normal;
		color:#464646;
	}
	
	/* SEARCH PAGE */
	.srch-stats { font-size:100%;  color:#7d7d7d; padding-top:5px; padding-bottom:5px; background-color: Transparent !important; font-family:Arial, Tahoma, Verdana, Sans-Serif !important;}
	.srch-Page { background-color:#e5f1f8 !important; color:#464646 !important; }
	#search_content_body .srch-Page a:link, #search_content_body .srch-Page a:visited { color:#0072bc !important; text-decoration:none; font-family:Arial, Tahoma, Verdana, Sans-Serif !important; }
	#search_content_body .srch-Page a:hover { text-decoration:underline; }
	#search_content_body .srch-Title, .srch-Title { color:#0072bc !important; font-size:1.2em !important; font-family:Arial, Tahoma, Verdana, Sans-Serif !important; }
	#search_content_body .srch-Title a:link, #search_content_body .srch-Title a:visited { color:#0072bc !important; font-weight:bold; font-family:Arial, Tahoma, Verdana, Sans-Serif !important; }
	#search_content_body .srch-Title a:hover { color:#0072bc !important; text-decoration:underline; }
	#search_content_body .srch-Description { color:#464646 !important; font-family:Arial, Tahoma, Verdana, Sans-Serif;}
	p.srch-Metadata { color:#7d7d7d; margin-bottom:0px !important; font-family:Arial, Tahoma, Verdana, Sans-Serif;}
	#search_content_body .srch-Metadata a, #search_content_body .srch-URL a:link { color:#2b840f !important; text-decoration:none; font-family:Arial, Tahoma, Verdana, Sans-Serif !important;}
	#search_content_body .srch-Metadata { margin-bottom:15px !important; }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#search_text
	{
		margin-top:4px;
	}
}	

@media print
{
	body
	{
		padding:10px;
	}
	
	#hero,
	#meta_nav,
	#main_nav,
	#content_nav,
	#footer_nav,
	#landing_banner,
	#secondary_column
	{
		display:none;
	}

	#footer
	{
		padding-top:10px;
	}

}
