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

html,body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/bg.jpg) top repeat-x #b5902c;
}
#leftSidebar,
#rightSidebar,
#footer,
#serviceAreas {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
.clear {
	clear:both;
	background:none;
	font-size:0px;
}
#outerWrap {
	margin:0 auto;
	padding:25px 0;
	width:956px;
}
#innerWrap {
	width:956px;
}
#wrapper {
	margin:0 auto;
	width:956px;
}
#headerTop {
	width:956px;
	height:33px;
	behavior:url(templ/css/iepngfix.htc);
	background:url(../images/top.png) top left no-repeat;
}
#header {
	position:relative;
	width:956px;
	height:356px;
	background:url(../images/header.jpg) top left no-repeat;
}
#leftShadow {
	position:absolute;
	top:0;
	left:-19px;
	width:19px;
	height:744px;
	behavior:url(templ/css/iepngfix.htc);
	background:url(../images/left-shadow.png) top right no-repeat;
}
#rightShadow {
	position:absolute;
	top:5px;
	right:-19px;
	width:19px;
	height:744px;
	behavior:url(templ/css/iepngfix.htc);
	background:url(../images/right-shadow.png) top left no-repeat;
}
#contentWrap {
	text-align:left;
	width:941px;
	padding:0 15px 0 0;
	background: url(../images/content-bg.gif) left repeat-y #ffffff;
}
#leftSidebar {
	float:left;
	width:240px;
	background:#33d75e;
}

/* MENU LEVEL 1 */
#menuWrap .bar {
	width:100%;
	height:6px;
	font-size:0px;
	background:#24b34b;
}
#menuWrap .barBottom {
	width:100%;
	height:6px;
	font-size:0px;
	border-top:1px solid #33d75e;
	background:#24b34b;
}
#menuWrap {
	width:100%;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:240px;
}
#menu ul {
	border-top:1px solid #24b34b;
}
#menu li {
	width:240px;
	border-bottom:1px solid #24b34b;
}
#menu a {
	padding:0 0 0 30px;
	width:210px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:14px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#ffffff;
	background:url(../images/btn-bg.gif) no-repeat;
}
#menu a:hover {
	color:#135d27;
}
/** SUB MENU LEVEL 2 **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:240px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 30px;
	width:210px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#24b34b;
	background:#C9F3D5;
}
#menu ul a:hover {
	color:#ffffff;
	background:none;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 45px;
	width:195px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#24b34b;
	background:#C9F3D5;
}
#menu ul li ul a:hover {
	color:#ffffff;
	background:none;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 60px;
	width:180px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#24b34b;
	background:#C9F3D5;
}
#menu ul li ul li ul a:hover {
	color:#ffffff;
	background:none;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 75px;
	width:165px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#24b34b;
	background:#C9F3D5;
}
#menu ul li ul li ul li ul a:hover {
	color:#ffffff;
	background:none;
}

/** CREDIT CARDS **/
#creditCards {
	margin:0;
	padding:15px 0 10px 0;
}
#creditCards span {
	display:block;
	margin:0 0 4px 0;
}
#creditCards a {
	margin:0 auto;
	width:106px; /* 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;
}

#whyClientsCount {
	margin:15px 7px 15px 7px;
	padding:5px;
	border:1px solid #ffffff;
	background:#24b34b;
}
#whyClientsCount ul {
	line-height:20px;
	margin:10px 0 0 15px;
	padding:0;
	font-size:12px;
	color:#ffffff;
}
#whyClientsCountHeader {
	padding:0 0 3px 0;
	font-size:15px;
	font-weight:bold;
	color:#FFFF00;
	border-bottom:1px solid #ffffff;
}
#content {
	float:left;
	width:481px;
	padding:10px 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:190px;
}
* html #rightSidebar {
	margin:0 -3px 0 0;
}
#iHouse {
	margin:0 0 0 0;
	text-align:center;
}
#iHouse img {
	padding:10px 0 10px 0;
}
#iHouse span {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#25b54c;
}
#iHouse a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:10px 0;
	color:#25b54c;
}
#iHouse a:hover {
	color:#2ACB55;
}
.memberLogos {
	text-align:center;
}
.memberLogos img {
	margin:10px auto;
	border:none;
}

/** FOOTER **/
#footer {
	margin:0 auto;
	padding:10px 0;
	width:926px;
	/*height:75px;*/
	position:relative;
}
#copyright {
	float:left;
	font-size:11px;
	text-align:left;
	width:463px;
	color:#F3E9CE;
}
#poweredBy {
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	width:463px;
	color:#F3E9CE;
}
#poweredBy a {
	font-size:18px;
	font-weight:bold;
	color:#DBBD6B;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#F3E9CE;
}
#siteDesign {
	clear:both;
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#F3E9CE;
}
#siteDesign a {
	font-size:14px;
	font-weight:bold;
	color:#E0C680;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#F3E9CE;
}	
#serviceAreas {
	padding:10px 0;
	text-align:left;
	font-size:11px;
	color:#F3E9CE;
}