@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;
}

/* BEGIN MENU */
#menuWrap .bar {
	width:100%;
	height:5px;
	font-size:0px;
	background:#9a0e26;
	border-bottom:1px solid #540815;
}
#menuWrap {
	width:100%;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:240px;
}
#menu ul {
	display:none;
	border-top:1px solid #540815;
}
#menu li {
	width:240px;
	border-bottom:1px solid #540815;
}
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:240px;
	border-bottom:none;
}
/** MENU LEVEL 1 **/
#menu a {
	padding:0 0 0 15px;
	width:225px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:14px;
	font-weight:normal;
	color:#fff000;
	background:url(../images/btn-bg.gif) no-repeat;
}
#menu a:hover {
	color:#ffffff;
}
/** SUB MENU LEVEL 2 **/
#menu ul a {
	padding:0 0 0 15px;
	width:225px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:12px;
	font-weight:normal;
	color:#fff000;
	background:#990F26;
}
#menu ul a:hover {
	color:#ffffff;
	background:none;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 30px;
	width:210px;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 45px;
	width:195px;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 60px;
	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;
}	


























