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

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background-attachment:fixed;
	background-image: url(../../templ/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#outerWrap {
	margin:0 auto;
	padding:10px 0;
	width:954px;
}
#innerWrap {
	width:954px;
	background-repeat: repeat-y;
}
#wrapper {
	margin:0 auto;
	width:954px;
}
#header {
	position:relative;
	width:954px;
	height:302px;
	background-color: #ffffff;
	background-image: url(../../templ/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#logo {
	position:absolute;
	top:24px;
	left:199px;
	width:74px;
	height:75px;
	background-image: url(../../templ/images/OneHourclock.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#contentWrap {
	text-align:left;
	width:954px;
	background-color: #ffffff;
	background-image: url(../../templ/images/BG_innerWrap.gif);
}
#leftSidebar {
	float:left;
	width:225px;
	padding-left:0px;
	background-color: #157eae;
}
#leftSidebarTop {
	width:225px;
	height:20px;
	background-color: #157eae;
	background-repeat: no-repeat;
}
#leftSidebarBottom {
	float:left;
	width:225px;
	text-align: center;
	padding-top: 0px;
	background-color: #157eae;
	background-image: url(../../templ/images/leftSidebarBottom.png);
	height: 110px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	position: relative;
}

#menuWrap .bar {
	width:100%;
	height:7px;
	font-size:0px;
	background:url(../../templ/images/bg-bar.gif) no-repeat #bcc4c2;
}

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

/** BEGIN MENU **/
#menuWrap {
	margin:0;
	width:225px;
	text-align:left;
	border-top:1px solid #105C7F; /* DARK */
	border-bottom:1px solid #188DC3; /* LIGHT */
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu li {
	width:225px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding-left:25px;
	width:200px;
	height:35px;
	line-height:35px;
	display:block;
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	border-top:1px solid #188DC3; /* LIGHT */
	border-bottom:1px solid #105C7F; /* DARK */
	background:url(../images/bg_menu_no_arrow.gif) 0% 0% no-repeat;
}
#menu a:hover {
	color:#ffffff;
	background:url(../images/bg_menu_no_arrow.gif) 0% 100% no-repeat;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:6px 20px 6px 25px;
	width:180px;
	height:auto;
	line-height:normal;
	display:block;
	white-space:normal;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#247fac;
	background-color:#e5f8ff; /* Changes all submenu link BG colors - can be done for each level */
	border:none;
}
#menu ul a:hover {
	color:#1892c5;
	background-color:#CCF1FF;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:6px 20px 6px 30px;
	width:175px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:6px 20px 6px 40px;
	width:165px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:6px 20px 6px 50px;
	width:155px;
}
/** END MENU **/


#payment {
	text-align:center;
	width:225px;
	height:125px;
	padding:15px 0 0 0;
	background-color: #157eae;
	background-repeat: no-repeat;
	background-position: top;
}
#payment img {

}
#payment a {
	margin:0 auto;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:11px;
	width:183px;
	color:#CCC;
}
#payment a:hover {
	padding:10px;
	color:#FFF;
	border:1px inset #ced4d2;
	background-color: #1789BF;
}
#undermenu {
	text-align:center;
	width:225px;
}
#undermenu img {
	margin-bottom:15px;
	border:none;
}

#content {
	float:left;
	width:520px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	padding:15px 0 0 0;
	float:left;
	width:175px;
	text-align:center;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}
#iHouse {
	margin:0 0 10px 0;
}
#footerTop {
	width:954px;
	height:105px;
	background-image: url(../../templ/images/footerTop.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	vertical-align: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0;
}
#footerTopcontent {
	float:none;
	text-align:left;
	font-size:11px;
	width:710px;
	color:#666;
	margin-top: 0px;
	margin-left: 245px;
	vertical-align: bottom;
	text-indent: 10px;
	margin-right: 20px;
}



/** FOOTER **/
#footer {
	width:954px;
	height:182px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../../templ/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:50%;
	color:#FFF;
	margin-top: 125px;
}
#poweredBy {
	float:left;
	text-align:right;
	font-size:11px;
	width:50%;
	color:#F1F3F3;
	margin-top: 125px;
}
#poweredBy a {
	font-size:17px;
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#FFF;
}
#siteDesign {
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#F1F3F3;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#FFF;
}	
#serviceAreas {
	margin:0;
	text-align:left;
	font-size:10px;
	color:#999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 250px;
	width: 660px;
	height: 100px;
	vertical-align: bottom;
}

