@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/bg_tile.gif) repeat #9bc1e8 fixed;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#phoneWrap {
	height:54px;
	background:url(../images/bg_phone_tile.png) repeat-x;
	behavior:url(templ/css/iepngfix.htc);
}
#phone {
	margin:0 auto;
	width:955px;
	height:48px;
	background:url(../images/phone.gif) no-repeat;
}
#wrapper {
	margin:0 auto;
	width:955px;
}
#header {
	position:relative;
	width:955px;
	height:138px;
	border-bottom:10px solid #294a9f;
	background:url(../images/bg_header.png) center top no-repeat;
	behavior:url(templ/css/iepngfix.htc);
}
#header #mrBlinky {
	position:absolute;
	top:10px;
	right:10px;
	width:129px;
	height:118px;
	background:url(../images/mr_blinky.gif) no-repeat;
}
a#residential {
	display:block;
	position:absolute;
	width:179px;
	height:52px;
	top:313px;
	left:150px;
}
a#commercial {
	display:block;
	position:absolute;
	width:179px;
	height:52px;
	top:313px;
	right:149px;
}
#contentWrap {
	width:955px;
}
#contentWrapInner {
	width:955px;
	background:url(../images/bg_content_tile.gif) right repeat-y;
}
#leftSidebar {
	float:left;
	width:200px;
}
#leftSidebarInner {
	padding:15px 0 0 0;
	background:#335dc7;
}
#sidebarBottom {
	font-size:0px;
	height:10px;
	background:url(../images/bg_sidebar_bottom.gif) bottom no-repeat #9bc1e8;
}

/** JAVASCRIPT STYLES FOR MENU **/
#menu li.submenu1 a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:95% 50%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a {
	background-image:url(../images/menu_arrow2.gif); 
	background-position:95% 50%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li a,
#menu li.submenu1 ul li.submenu2 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li a,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 ul li a {
	background-image:none;
}
/** END JAVASCRIPT STYLES FOR MENU **/

/** BEGIN MENU **/
#menuWrap {
	margin:0;
	width:200px;
	border-top:1px dotted #ffffff; /* DARK */
	/*border-bottom:1px dotted #ffffff; /* LIGHT */
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#menu ul {
	border-bottom:1px dotted #ffffff;
}
#menu li {
	width:200px;
}
#menu ul li {
	margin:0;
}
#menu ul li ul {
	margin-top:0;
	border:none;
	width:200px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:6px 25px 6px 10px;
	width:165px;
	height:auto;
	display:block;
	outline:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	/*border-top:1px dotted #ffffff; /* LIGHT */
	border-bottom:1px dotted #ffffff; /* DARK */
	background-color:none; /* Changes all link BG colors */
}
#menu a:hover {
	color:#ffffff;
	background-color:#2E54B2;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding-left:10px;
	width:165px;
	height:auto;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	background-color:#24418a; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#ffffff;
	background-color:#192E61;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding-left:20px;
	width:155px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding-left:30px;
	width:145px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding-left:40px;
	width:135px;
}
/** END MENU **/

/** UNDER MENU ITEMS **/
#underMenuItems {
	margin:0;
	padding:15px 0 0 0;
	text-align:center;
}
#underMenuItems img {
	margin:0 0 10px 0;
	border:none;
}

/** CREDIT CARDS **/
#creditCards {
	margin:0;
	padding:0 0 10px 0;
}
#creditCards .space {
	margin:0 0 4px 0;
}
#creditCards a {
	margin:0 auto;
	/*width:104px; /* 2 or 4 cards */
	width:156px; /* 3 cards */
	display:block;
	white-space:nowrap;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	/*border:1px solid #0000FF; /* test centering */
}
#creditCards a:hover {
	color:#ffffff;
}
#creditCards img {
	margin:1px;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}

/** CONTENT **/
#mainWrap {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:755px;
}
#headerImage {
	margin:0 0 10px 0;
	width:755px;
	height:225px;
	border-bottom:10px solid #294a9f;
	background:url(../images/bg_header_img.jpg) no-repeat;
}
#content {
	float:left;
	padding:0 15px 0 15px;
	width:530px;
}
#contentBottom {
	font-size:0px;
	height:10px;
	background:url(../images/bg_content_bottom.gif) right top no-repeat;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	padding:0;
	width:180px;
	text-align:center;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footerWrap {
	margin:0 auto;
	width:955px;
}
#footer {
	margin:0;
	padding:10px 25px 0 225px;
}
#copyright {
	font-size:11px;
	text-align:center;
	color:#294a9f;
}
#credits {
	font-size:11px;
	text-align:center;
	color:#294a9f;
}
#credits a {
	color:#294a9f;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:underline;
}

/** SERVICE AREAS **/
#serviceAreas {
	margin:0;
	padding:15px;
	text-align:left;
	font-size:10px;
	color:#294a9f;
}