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

body {
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	/*font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
	color:#666;*/
	background:url(../images/bg.jpg) top repeat-x #ffffff;
}
a {
	outline:none;
}
/*
p {
	padding-left:15px;
	padding-right:15px;
}
*/
img {
	border:none;
}
.clear {
	clear:both;
	background:none;
	border:none;
}
/*
h1,h2,h3 {
	margin:0 auto;
	padding:0 0 0 15px;
	width:481px;
	font-size:18px;
	height:42px;
	line-height:42px;
	color:#00007e;
}
*/
#wrapper {
	margin:0 auto;
	width:956px;
}
#header {
	width:956px;
	height:250px;
	background:url(../images/header.jpg) top left no-repeat;
}
#contentOuterWrap {
	padding:40px 0 0 0;
	width:956px;
	height:auto !important;
	height:410px;
	min-height:410px;
	background:url(../images/content-bg.jpg) top center no-repeat;
}
#contentInnerWrap {
	padding:0 0 40px 0;
	width:956px;
	height:auto !important;
	height:380px;
	min-height:380px;
	background:url(../images/contentBottom-bg.jpg) bottom no-repeat;
}
#leftSidebar {
	float:left;
	width:225px;
	padding-left:15px;
}

/* MENU */
#menuWrap {
	width:215px;
	font-size:small;
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
	text-align:left;
	margin:0;
	padding-left:10px;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:215px;
}
#menu ul {
	border-top:1px solid #97bed3;
}
#menu li {
	width:215px;
	border-bottom:1px solid #97bed3;
}
#menu a {
	padding:0 0 0 0;
	width:215px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#00007e;
}
#menu a:hover {
	color:#97bed3;
}
/** SUB MENU **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:215px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 10px;
	width:205px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#336699;
	background:#f8fcff;
}
#menu ul a:hover {
	color:#336699;
	background:none;
}
/** SUB SUB MENU **/
#menu ul li ul a {
	padding:0 0 0 20px;
	width:195px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#336699;
	background:#f8fcff;
}
#menu ul li ul a:hover {
	color:#336699;
	background:none;
}
/** SUB SUB SUB MENU **/
#menu ul li ul li ul a {
	padding:0 0 0 30px;
	width:185px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#336699;
	background:#f8fcff;
}
#menu ul li ul a:hover {
	color:#336699;
	background:none;
}

#payment {
	/*text-align:center;*/
	font-size:small;
	width:215px;
	padding:50px 0 0 10px;
}
#payment a {
	text-align:center;
	text-decoration:none;
	display:block;
	padding:10px 0 10px 0;
	width:213px;
	border:solid 1px #fff;
	color:#000066;
}
#payment a:hover {
	text-align:center;
	width:213px;
	color:#003366;
	border:solid 1px #97bed3;
	background:#f8fcff;
}
#content {
	float:left;
	width:505px;
	text-align:left;
	padding:0 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:180px;
	padding-right:2px;
	text-align: center;
}
#iHouse {
	text-align:center;
}
#iHouse img {
	padding:10px 0 10px 0;
}
#iHouse span {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00007e;
}
#iHouse span:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00007e;
}
#iHouse a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:10px 0;
	color:#00007e;
}
#iHouse a:hover {
	color:#336699;
}
#memberLogos {
	text-align:center;
	padding:15px 0 0 0;
}
#memberLogos img {
	padding:0 0 10px 0;
}
#bbb {
	text-align:center;
	padding:50px 0 0 0;
}

/** FOOTER **/
#footer {
	width:956px;
	padding:10px 0;
}
#copyright {
	float:left;
	font-size:small;
	text-align:left;
	width:463px;
	padding-left:15px;
	color:#ccc;
}
#poweredBy {
	float:left;
	text-align:right;
	width:463px;
	padding-right:15px;
	color:#ccc;
}
#poweredBy a {
	font-size:19px;
	font-weight:bold;
	color:#97bed3;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#00007e;
}
#siteDesign {
	clear:both;
	margin:0 auto;
	width:926px;
	text-align:right;
	font-size:11px;
	color:#ccc;
}
#siteDesign a {
	font-size:12px;
	font-weight:bold;
	color:#97bed3;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#00007e;
}	

#serviceAreas {
	margin:0;
	padding:15px 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
}