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

body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/tile-bg.jpg) repeat #eeeeee;
}
.clear {
	clear:both;
}
#outerWrap {
	margin:0 auto;
	padding:25px 0;
	width:972px;
}
#innerWrap {
	padding:7px;
	width:958px;
	background:#e3e3e3;
}
#wrapper {
	margin:0 auto;
	width:956px;
	background:#ffffff;
	border:1px solid #cccccc;
}
#header {
	width:956px;
	height:321px;
	background:url(../images/header.jpg) top left no-repeat;
}
#contentWrap {
	text-align:left;
	width:926px;
	padding:15px 15px 35px 15px;
	border-top:1px solid #ffffff;
	background:url(../images/top-gradient.jpg) top repeat-x #ffffff;
}
#leftSidebar {
	float:left;
	width:225px;
}

/* MENU LEVEL 1 */
#menuWrap {
	width:100%;
	text-align:left;
}
#menu,
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	width:225px;
}
#menu ul {
	border-top:1px solid #eeeeee;
}
#menu li {
	width:225px;
	border-bottom:1px solid #eeeeee;
}
#menu a {
	padding:0 0 0 0;
	width:225px;
	height:35px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:35px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#005e48;
}
#menu a:hover {
	color:#1b9f80;
}
/** SUB MENU LEVEL 2 **/
#menu ul li ul {
	border-top:none;
}
#menu ul li {
	width:225px;
	border-bottom:none;
}
#menu ul a {
	padding:0 0 0 15px;
	width:210px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	text-transform:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#1C9F80;
	background:#f8f8f8;
}
#menu ul a:hover {
	color:#1C9F80;
	background:none;
}
/** SUB SUB MENU LEVEL 3 **/
#menu ul li ul a {
	padding:0 0 0 30px;
	width:194px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#1C9F80;
	background:#f8f8f8;
}
#menu ul li ul a:hover {
	color:#48bfa3;
	background:none;
}
/** SUB SUB SUB MENU LEVEL 4 **/
#menu ul li ul li ul a {
	padding:0 0 0 45px;
	width:179px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#1C9F80;
	background:#f8f8f8;
}
#menu ul li ul li ul a:hover {
	color:#48bfa3;
	background:none;
}
/** SUB SUB SUB SUB MENU LEVEL 5 **/
#menu ul li ul li ul li ul a {
	padding:0 0 0 60px;
	width:164px;
	height:30px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	color:#1C9F80;
	background:#f8f8f8;
}
#menu ul li ul li ul li ul a:hover {
	color:#1C9F80;
	background:none;
}

#payment {
	text-align:center;
	font-size:10px;
	width:225px;
	height:110px;
	padding:15px 0 0 0;
	background:url(../images/contentBG-bottomLeft.jpg) right no-repeat;
}
#payment a {
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:11px;
	width:203px;
	color:#005e48;
}
#payment a:hover {
	padding:10px;
	border:solid 1px #eeeeee;
	background:#f8f8f8;
}
#content {
	float:left;
	width:481px;
	padding:0 15px;
}

/** RIGHT SIDEBAR **/
#rightSidebar {
	float:left;
	width:190px;
}
* html #rightSidebar {
	margin:0 -3px 0 0;
}
#memberLogos {
	text-align:center;
	padding:15px 0 0 0;
}
#memberLogos img {
	margin:0 0 10px 0;
}

/** FOOTER **/
#footer {
	margin:0 auto;
	padding:10px 0;
	width:926px;
	height:75px;
	position:relative;
	border-top:1px dotted #ccc;
}
#footerLogo {
	position:absolute;
	margin:0 0 0 -28px;
	left:50%;
	width:56px;
	height:47px;
	top:-24px;
	background:url(../images/footer-logo.jpg) top left no-repeat;
}
#copyright {
	float:left;
	text-align:left;
	width:463px;
	color:#cccccc;
}
#poweredBy {
	float:left;
	text-align:right;
	width:463px;
	color:#ccc;
}
#poweredBy a {
	font-size:19px;
	font-weight:bold;
	color:#005e48;
	text-decoration:none;
}
#poweredBy a:hover {
	color:#1b9f80;
}
#siteDesign {
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	font-size:11px;
	color:#ccc;
}
#siteDesign a {
	font-size:12px;
	font-weight:bold;
	color:#1b9f80;
	text-decoration:none;
}
#siteDesign a:hover {
	color:#33cc99;
}	


























