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

html,body {
	margin:0;
	padding:0;
	border:0;
	height:100%; /* needed for wrapper min-height */
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
	font-size:small;
	color:#666;
	background:url(../images/bg.jpg) top repeat-x #fff;
}
h1 {
	font-size:20px;
	color:#99cc33;
}
a {
	outline:none;
}
.clear {
	clear:both;
	background:none;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:956px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	border-left:solid 1px #8fb9d0;
	border-right:solid 1px #8fb9d0;
	background:#c9eafa;
}								

/* MENU */
#menuWrap {
	width:100%;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu li {
	width:225px;
	border-bottom:1px dashed #ccc;
	background:url(../images/btn-bg.jpg) top left no-repeat;
}
#menu a.submenu {
	background:url(../images/plus.gif) 40px 10px no-repeat;
}
#menu a:hover.submenu {
	background:url(../images/plus-over.gif) 40px 10px no-repeat;
}
#menu a {
	padding:0 0 0 49px;
	width:176px;
	height:49px;
	display:block;
	white-space:nowrap;
	outline-style:none;
	text-decoration:none;
	line-height:49px;
	font-size:1.2em;
	font-weight:bold;
	color:#0099CC;
	background:none;
}
#menu a:hover {
	color:#0066CC;
	background:url(../images/btn-bg-over.jpg) top left no-repeat #f6f6f6;
}
#menu ul li {
	width:225px;
	border-bottom:none;
	background:none;
}
#menu ul a {
	padding:0 0 0 59px;
	width:166px;
	height:30px;
	display:block;
	white-space:nowrap;
	outline-style:none;
	text-decoration:none;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#666666;
	background:none;
}
#menu ul a:hover {
	color:#0066CC;
	background:none;
}
#menu ul li ul a {
	padding:0 0 0 69px;
	width:156px;
	height:30px;
	display:block;
	white-space:nowrap;
	outline-style:none;
	text-decoration:none;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#999999;
	background:none;
}
#menu ul li ul a:hover {
	color:#0066CC;
	background:none;
}

/* HEADER */
#header {
	width:100%;
	height:266px;
	background:url(../images/header.jpg) top center no-repeat;
}

/* CONTENT */
#contentWrap {
	/*padding:0 15px 155px 15px; /* bottom padding for footer */
	padding:0 15px 25px 15px;
	background:#fff;
}
#content {
	float:left;
	width:481px;
	padding:0 15px 0 15px;
	
}
#leftSidebar {
	float:left;
	width:225px;
}
#payment {
	text-align:center;
	width:225px;
	padding:50px 0 0 0;
}
#payment a {
	text-align:center;
	text-decoration:none;
	display:block;
	padding:10px 0 10px 0;
	width:225px;
	border:solid 1px #fff;
	color:#99cc33;
}
#payment a:hover {
	text-align:center;
	width:225px;
	color:#999900;
	border:solid 1px #d0d0d0;
	background:#f6f6f6;
}
#rightSidebar {
	float:left;
	width:190px;
}
* html #rightSidebar {
	margin:0 -3px 0 0;
}
#iHouse {
	text-align:center;
}
#iHouse img {
	padding:5px 0 10px 0;
}
#iHouse span {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#99cc33;
}
#iHouse a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:0;
	color:#99cc33;
}
#iHouse a:hover {
	color:#999900;
}
#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 {
	/*position:absolute;*/
	width:926px;
	height:115px;
	/*height:auto;*/
	padding:15px 15px 0 15px;
	/*bottom:0; /* stick to bottom*/
	background:url(../images/tile-footer.jpg) top repeat-x;
}
#copyright {
	float:left;
	width:463px;
	color:#8fb9d0;
}
#poweredBy {
	float:left;
	text-align:right;
	width:463px;
	color:#ccc;
}
#poweredBy a {
	font-size:19px;
	font-weight:bold;
	color:#8fb9d0;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#0099cc;
}
#siteDesign {
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#ccc;
}
#siteDesign a {
	font-size:12px;
	font-weight:bold;
	color:#8fb9d0;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#0099cc;
}




