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

body {
	margin:0;
	padding:0;
	background-color: #86D9FF;
}
#menu,
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
.iepngfix {
	behavior:url(templ/iepngfix/iepngfix.htc);
}
#wrapper {
	margin:0 auto;
	width:1000px;
}
#header {
	width:1000px;
	height:190px;
	position:relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #86D9FF;
}
#header #homeLink {
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:188px;
	background-image: url(../images/Gilmore4.gif);
}
#header #flash {
	padding:66px 0 0 502px;
	width:498px;
	height:124px;
}

/****************************************************************
BEGIN MENU
****************************************************************/
#menuWrap,
#menuWrapIn,
#menu {
	width:950px;
	height:30px;
}
#menuWrap {
	position:absolute;
	top:189px;
	left:25px;
	background-image: url(../images/BGmenuRT.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
}
#menu { /* main menu */
	visibility:hidden;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	display:inline;
	list-style:none;
	border-right-style: solid;
}
#menu li a {
	display:block;
	white-space:nowrap;
	color:#ffffff;
	margin:0;
	width:auto;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height: 12px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
#menu li.sub a {
	padding-right:18px;
} /* make room for submenu arrows */
#menu li a:hover {
	color:#000;
	background-color:#EDC21E;
}
#menu ul { /* submenus */
	margin:0;
	padding:0;
	visibility:hidden;
	position:absolute;
	clear:both;
	z-index:100;
	background:#000;
	border:1px solid #00381A;
}
#menu ul li {
	float:none;
	border:none;
	font-size: 14px;
}
#menu ul li a {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:7px 5px;
}
#menu ul li a:hover {
	color:#000;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #006B32;
	border-bottom:1px solid #00381A;
	background-color:#E7B91B;
}

/* adjust individual submenus top-margin spacing if needed */
#menu ul { margin-top:2px; 
}
#menu ul ul { margin-top:0; 
}

/** NO ADJUSTMENT NEEDED BELOW FOR MENU **/
#menu li.sub a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}
#menu li.sub ul li.hassub a {
	background-image:url(../images/menu_arrow2.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}
#menu li.sub ul li.nosub a {
	background-image:none;
}
/* slightly enhanced, universal clearfix hack */
#menu.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#menu.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html #menu.clearfix { height: 1%; }
#menu.clearfix { display: block; }
/* close commented backslash hack */
/****************************************************************
END MENU
****************************************************************/

#contentWrap {
	margin:32px auto 0 auto;
	padding:0;
	width:950px;
	border-top:2px solid #000000;
	background-image:url(../images/BGcontentWrap.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#leftSidebar {
	float:left;
	width:200px;
	margin:10px 0 0 0;
	padding:0 0 15px 0;
}

/** UNDER MENU ITEMS **/
#underMenuItems {
	margin:0;
	padding:0;
	width:200px;
	height: 432px;
	text-align:center;
	background-image: url(../images/BGleftsidebar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#underMenuItems img {
	margin:8px 0 0 0;
	border:none;
}
#creditCards {
	margin:17px 0 10px 0;
	width: 200px;
}
#creditCards .space {
	margin:0 0 5px 0;
}
#creditCards a {
	margin:0 auto;
	width:200px;
	display:block;
	font-size:10px;
	color:#3A1767;
	text-align:center;
	text-decoration:none;
}
#creditCards a:hover {
	color:#F00;
}
#creditCards img {
	margin:0;
	border:none;
}
#creditCards img.lock {
	border:none;
	margin:0 0 -3px 0;
}

/** MAIN WRAP **/
#mainWrap {
	float:left;
	margin:10px 0 0 0;
	width:750px;
}

/* QUICK LINKS */
#quickLinks {
	width:750px;
	height:212px;
	background:url(../images/BGquicklinks.jpg) no-repeat;
}
#quickLinks ul {
	margin:0 0 0 10px;
	padding:0;
	width:725px;
}
#quickLinks ul li {
	float:left;
	display:inline;
	margin-right:2px;
	width:143px;
	height:212px;
}
#quickLinks ul li a {
	display:block;
	padding-top:100px;
	width:143px;
	height:109px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	background-position:50% 8px;
	background-repeat:no-repeat;
}
#quickLinks ul li#ql1 a {
	background-image:url(../images/tools.png);
}
#quickLinks ul li#ql1 a:hover {
	background-image:url(../images/tools-O.png);
}

#quickLinks ul li#ql2 a {
	background-image:url(../images/estimate.png);
}
#quickLinks ul li#ql2 a:hover {
	background-image:url(../images/estimate-O.png);
}

#quickLinks ul li#ql3 a {
	background-image:url(../images/solar.png);
}
#quickLinks ul li#ql3 a:hover {
	background-image:url(../images/solar-O.png);
}

#quickLinks ul li#ql4 a {
	background-image:url(../images/club.png);
}
#quickLinks ul li#ql4 a:hover {
	background-image:url(../images/club-O.png);
}

#quickLinks ul li#ql5 a {
	background-image:url(../images/coupon.png);
}
#quickLinks ul li#ql5 a:hover {
	background-image:url(../images/coupon-O.png);
}

/** CONTENT **/
#content {
	float:left;
	padding:10px;
	width:550px;
	background-color #FFF;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	margin:8px 0 4px 0;
	width:172px;
	height:278px;
	background-image:url(../images/BGrightSB.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#rightSidebar img {
	margin:0 0 10px 0;
	border:0;
}

/** FOOTER **/
#footerWrap {
	width:1000px;
}
#footer {
	margin:0 auto;
	padding:10px 15px 0 15px;
	width:920px;
	height:45px;
	border-bottom:2px solid #000000;
	background-image: url(../images/BGcontentWrap.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#poweredBy {
	width:100%;
	text-align:right;
	font-size:11px;
	color:#CCC;
}
#poweredBy a {
	font-size:16px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#ff0000;
}
#copyright {
	float:left;
	width:50%;
	font-size:11px;
	color:#000;
}
#siteDesign {
	float:left;
	width:50%;
	text-align:right;
	font-size:11px;
	color:#CCC;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#ff0000;
}	

/* SERVICE AREAS */
#serviceAreas {
	margin:0 auto;
	padding:15px 25px;
	width:950px;
	font-size:10px;
	color:#000;
}