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

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background-attachment:fixed;
	background-color: #0089D1;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bg.jpg);
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#bgImage {
	float:left;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) top center no-repeat;
	background-attachment:fixed;
}
#wrapper {
	margin:0 auto;
	padding:0 0 20px 0;
	width:960px;
}
#header {
	width:960px;
	height:189px;
	padding:127px 0 0 0;
	background:url(../images/bg_header_top.jpg) top center no-repeat;
}
#headerMiddle {
	width:960px;
	height:124px;
	background:url(../images/bg_header_middle.jpg) top center no-repeat;
}
#headerBottom {
	width:960px;
	height:65px;
	background:url(../images/bg_header_bottom.jpg) top center no-repeat;
	padding: 0 0 0 0;
}

/** BEGIN CONTENT **/
#contentWrap {
	text-align:left;
	width:960px;
	padding:0;
	background-image: url(../images/bg_content_white.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#mainWrapOutside {
	float:left;
	width:720px;
}
#mainWrap {
	padding:15px 0;
	width:720px;
	background-color:#ffffff;
}
#content {
	float:left;
	width:485px;
	padding:0 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/** BEGIN LEFTSIDEBAR **/
#leftSidebarWrap {
	margin:0;
	float:left;
	width:235px;
}
#leftSidebar {
	margin:0;
	width:235px;
	background-color: #003D7C;
}
#underMenuItems {
	text-align:center;
	width:235px;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/bg_menu.jpg);
}
#underMenuItems a,
#underMenuItems img {
	border:0;
}
#payment {
	text-align:center;
	width:215px;
	padding:10px 10px 10px 10px;
}
#payment img {
	border:none;
}
#payment a {
	margin:0 auto;
	padding:0;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	display:block;
	width:215px;
	color:#0256a3;
	font-weight: bold;
}
#payment a:hover {
	color:#FF0000;
	text-decoration:blink;
}
#leftSidebarBottom {
	width:235px;
	height:34px;
	background:url(../images/bg_leftSidebar_bottom.jpg) no-repeat;
}

/* JAVASCRIPT STYLES FOR MENU */
#menu li.submenu1 a {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% 0%; 
	background-repeat:no-repeat;
}
#menu li.submenu1 a:hover {
	background-image:url(../images/bg_menuLinkArrow.gif);
	background-position:0% -35px; 
	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:220px 14px;
	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 */

/* MENU LEVEL 1 */
#menuWrap {
	width:235px;
	text-align:left;
	background-image: url(../images/bg_menu.jpg);
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:235px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/bg_menu.jpg);
}
#menu ul {
	width:235px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#menu li {
	width:235px;
	border-bottom:1px solid #FFFFFF;
}
#menu a {
	padding:0 0 0 15px;
	width:220px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0256a3;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-image: url(../images/bg_menu.jpg);
}
#menu a:hover {
	color:#fff000;
	background-color: #0060BF;
	background-repeat: no-repeat;
	background-position: 0% -35px;
}
/** SUB MENU LEVEL 2 **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:220px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 15px;
	width:220px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:normal;
	color:#0256a3; /* Changes all submenu link colors - can be done for each level if needed otherwise leave if all same color */
}
#menu ul a:hover {
	color:#fff000;
	background-color:#0060BF;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 30px;
	width:205px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
}
#menu ul li ul a:hover {
	/*color:#FFFFFF;*/
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 45px;
	width:190px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
}
#menu ul li ul li ul a:hover {
	/*color:#FFFFFF;*/
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 60px;
	width:175px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
}
#menu ul li ul li ul li ul a:hover {
	/*color:#FFFFFF;*/
}
/** End Menu **/

/** BEGIN RIGHT SIDEBAR **/
#rightSidebar {
	margin:0;
	float:left;
	width:190px;
	background:url(../images/links.gif) top center no-repeat #ffffff;
	text-align:center;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}
#iHouse {
	margin:0 0 10px 0;
}

/** BEGIN FOOTER **/
#footer {
	float:right;
	width:725px;
	height:55px;
	padding:25px 0 0 0;
	background:url(../images/bg_footer.png) bottom center no-repeat;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:350px;
	padding-left:15px;
	color:#FFFFFF;
	padding-top: 5px;
}
#poweredBy {
	float:left;
	text-align:right;
	font-size:11px;
	width:340px;
	padding-right:5px;
	color:#FFFFFF;
	padding-top: 2px;
}
#poweredBy a {
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#FFFFFF;
}
#siteDesign {
	clear:both;
	float:left;
	width:702px;
	padding-right:10px;
	text-align:right;
	font-size:11px;
	color:#FFFFFF;
	padding-top: 3px;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#FFFFFF;
}
#serviceAreas {
	margin:0;
	padding:15px 0;
	text-align:left;
	font-size:10px;
	color:#ffffff;
}
