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

body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center no-repeat #f9e335;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
#wrapper {
	margin:0 auto;
	width:956px;
	background:url(../images/content-bg.gif) repeat-y;
}
#headerTop {
	width:956px;
	height:237px;
	background:url(../images/header-top.jpg) top left no-repeat;
}
#headerBottom {
	width:716px;
	height:230px;
	background:url(../images/header-bottom.jpg) top left no-repeat;
}
#contentWrap {
	text-align:left;
	width:956px;
}
#leftSidebar {
	float:left;
	width:240px;
	background:#6c0b1b;
}
#leftSidebarBottom {
	width:240px;
	height:25px;
	font-size:0px;
	background:url(../images/menu-bottom.gif) 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% 100%; 
	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_arrow.gif); 
	background-position:-5px 50%;
	background-repeat:no-repeat;
}
#menu li.submenu1 ul li.submenu2 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 a:hover,
#menu li.submenu1 ul li.submenu2 ul li.submenu3 ul li.submenu4 a:hover {
	background-image:url(../images/menu_arrow.gif); 
	background-position:-250px 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 .bar {
	width:100%;
	height:5px;
	font-size:0px;
	background:#9a0e26;
	border-bottom:1px solid #540815;
}
#menuWrap {
	width:100%;
	text-align:left;
	/*border-top:1px solid #00a6d7; /* DARK */
	/*border-bottom:1px solid #b9e4f3; /* LIGHT */
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:240px;
}
#menu ul {
	display:none;
}
#menu li {
	width:240px;
}
/** MENU LEVEL 1 **/
#menu a {
	padding-left:10px;
	width:230px;
	height:36px;
	line-height:36px;
	display:block;
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#fff000;
	/*border-top:1px solid #b9e4f3; /* LIGHT */
	/*border-bottom:1px solid #00a6d7; /* DARK */
	background:url(../images/bg_menuLink.gif) 0% 0% no-repeat #FF0000;
}
#menu a:hover {
	color:#ffffff;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:8px 20px 8px 10px;
	width:210px;
	height:auto;
	line-height:normal;
	display:block;
	white-space:normal;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#fff000;
	border:none;
	background-color:#990F26; /* Changes all submenu link BG colors - can be done for each level */
}
#menu ul a.active,
#menu ul a:hover {
	color:#ffffff;
	background:none;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:8px 20px 8px 20px;
	width:200px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:8px 20px 8px 30px;
	width:190px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:8px 20px 8px 40px;
	width:180px;
}
/** END MENU **/

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

/** SEARCH FORM **/
#search form {
	margin:0;
	padding:10px 0 15px 0;
}
#search {
	text-align:left;
	padding:5px 10px;
	white-space:nowrap;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
#search input.search {
	width:74%;
}

/* CREDIT CARDS */
#creditCards {
	margin: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;
}

/* MAIN CONTENT */
#rightTwoColumns {
	float:left;
	width:716px;
	background-color:#ffffff;
}
#content {
	float:left;
	width:500px;
	padding:15px 13px 25px 13px;
}
#contentBottom {
	width:956px;
	height:25px;
	background:url(../images/content-bottom.gif) top right no-repeat;
}

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

/** FOOTER **/
#footer {
	float:right;
	margin:0;
	padding:10px 30px;
	width:656px;
	height:59px;
	background:url(../images/footer-bg.gif) top center no-repeat #f9e335;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:328px;
	color:#fff000;
}
#poweredBy {
	float:left;
	font-size:11px;
	text-align:right;
	width:328px;
	color:#fff000;
}
#poweredBy a {
	font-size:16px;
	font-weight:bold;
	color:#fff000;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#ffffff;
}
#siteDesign {
	clear:both;
	float:left;
	font-size:11px;
	width:100%;
	text-align:right;
	color:#fff000;
}
#siteDesign a {
	font-size:13px;
	font-weight:bold;
	color:#fff000;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#ffffff;
}

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



























