@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#eceded;
	font: 12px Arial, Helvetica, sans-serif;
	color:#58585a;
}
html, body {
	height: 100%;
}
a:link { color: #009975;  text-decoration: underline;}
a:visited {	color: #009975;  text-decoration: underline;}
a:hover { color: #009975; text-decoration: none; }
a:active { color: #4b4a4d;  text-decoration: none;}

hr {
	background-image:url(../images/body-divider.jpg);
	background-repeat:no-repeat;
	height:12px;
	border:0;
	padding:6px 0 6px 0;
}
h1 {font-family: Helvetica, Arial, sans-serif;font-size: 18px; font-style: normal; font-weight: bold; letter-spacing: 0; color:#58585a; text-transform:uppercase; text-shadow:1px 1px 5px #B5B5B5; margin-bottom:0; }
h1 strong { color:#019a76; }
h3 { font-size:14px; color:#58585a; }
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width:1000px;
	height:189px;
}
#header .top {
	height:55px;
	background-image:url(../images/header-top.jpg);
	background-repeat:no-repeat;
}

#header .top a:link { color: #005648;  text-decoration: none;}
#header .top a:visited {	color: #4b4a4d;  text-decoration: none;}
#header .top a:hover { color: #009975; text-decoration: none; }
#header .top a:active { color: #4b4a4d;  text-decoration: none;}

#header .top .phone {
	float:left;
	overflow:hidden;
	width:150px;
	padding:20px 0 0 0;
}
#header .top .headerNav {
	float:right;
	overflow:hidden;
	width:700px;
	text-align:right;
	padding:20px 0 0 0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
#header .top .headerNav a {
	margin:0 20px 0 0;
}
#header .btm {
	height:134px;
	background-image:url(../images/header-logo.jpg);
	background-repeat:no-repeat;
}
#body {
	width:1000px;
	background-color:#eceded;
}
#body .left {
	float:left;
	width:212px;
	overflow:hidden;
}
#body .right {
	float:right;
	width:787px;
	overflow:hidden;
	background-image:url(../images/l2glow.jpg);
	background-repeat:no-repeat;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eceded');
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eceded)); 
	background: -moz-linear-gradient(top,  #ccc,  #eceded);
*/
}
#body .right2 {
	float:right;
	width:787px;
	overflow:hidden;
}

#body .content {
	padding:10px 20px 10px 28px;
	line-height:24px;
}
#body .content img {
	border:0;
	text-decoration:none;
}
#body .content ul li {
	margin:0 0 0 28thpx;
}

#body .content p {
	margin:8px 0 18px 0;
}
#body .homeBlock {
	height:211px;
	background-image:url(../images/home-block.jpg);
	background-repeat:no-repeat;
	font-family:Helvetica, Arial;
	font-size:14px;
	color:#58585a;
	font-weight:bold;
}
#body .homeBlock .content {
	padding:32px 20px 10px 28px;
	line-height:20px;
}
#leftNav {
	width:212px;
	min-height:700px;
	background-image:url(../images/leftNav-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#eceded;
}
#topNav {
	width:774px;
	height:40px;
	background-image:url(../images/topNav-bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 14px;
}

.clearFix {
	clear:both;
}
.footer, .push {
	height: 195px; /* .push must be the same height as .footer */
}
.footer {
	background-image:url(../images/footer-rp.gif);
	background-repeat:repeat-x;
	color:#5c5b5b;
	margin:20px 0 0 0;
}
.footer .top {
	background-image:url(../images/footerbg-top.jpg);
	background-repeat:no-repeat;
	padding:20px 36px 0 36px;
	height:116px;
}
.footer .btm {padding:22px 0 0 36px;}
.footer .btm a:link { color: #b0b0b0; text-decoration: none;}
.footer .btm a:visited { color: #b0b0b0; text-decoration: none;}
.footer .btm a:hover { color: #FFFFFF; text-decoration: underline; }
.footer .btm a:active { color: #b0b0b0; text-decoration: none;}
.footer .btm a {padding:0 10px 0 0;}
.copyright {float:right; padding:0 40px 0 0; color:#b0b0b0}
.recommend  {
	clear:both;
	padding:10px 0 10px 0;
	margin:0 0 0 22px;
	width:170px;
	display:block;
	border-top:1px solid #d6d7d7;
	border-bottom:1px solid #d6d7d7;
	font-size:11px;
}

