body{
	margin:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#797979;
	background:url(../images/body-bg.gif) repeat-x;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
	display:block;
}
#main{
	margin:0 auto;
	position:relative;
	width:974px;
	padding:128px 0 0 0;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#header-bg{
	width:974px;
	height:134px;
	position:absolute;
	top:0;
	left:0;
	z-index:90;
}
#header{
	width:974px;
	padding:30px 0 0 0;
	height:104px;
	background:url(../images/navigation-bg.png) repeat-x 0 100%;
}
#interior #header {
	background-image: url(../images/navigation-bg-no-shad.png);
}
.logo{
	margin:0;
	position:absolute;
	top:21px;
	left:7px;
	z-index:100;
}
.logo a{
	width:247px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	background:url(../images/logo-bg.gif) no-repeat;
}
.slogan{
	width:400px;
	margin:0 0 0 274px;
	font:22px Arial, Helvetica, sans-serif;
	color:#898989;
	overflow:hidden;
	display:inline;
	float:left;
	line-height:22px;
}
.slogan span{
	font-size:18px;
	color:#9da0a1;
}
.slogan .blue{
	color:#0168a3;
	font-size:22px;
}
.rate-card{
	float:right;
	overflow:hidden;
	background:url(../images/rate-card.gif) no-repeat;
	font:14px Arial, Helvetica, sans-serif;
	color:#0167a2;
	cursor:pointer;
	position:absolute;
	top:72px;
	right:106px;
}
.rate-card span{
	float:left;
	background:url(../images/rate-card-span.gif) no-repeat 100% 0;
	padding:4px 20px;
}
.client-login{
	float:right;
	overflow:hidden;
	background:url(../images/client-login.gif) no-repeat;
	color:#23700e;
	font:14px Arial, Helvetica, sans-serif;
	cursor:pointer;
	position:absolute;
	top:72px;
	right:1px;
}
.client-login span{
	float:left;
	background:url(../images/client-login-span.gif) no-repeat 100% 0;
	padding:4px 14px;
}
.navigation{
	margin:28px 0 0 0;
	padding:0;
	list-style:none;
	clear:both;
	width:100%;
	height:32px;
	font-weight:bold;
	float:left;
	position:relative;
	z-index:150;
}
.navigation li{
	float:left;
}
.navigation li a{
	color:#d7edfa;
	float:left;
	cursor:pointer;
}
.navigation li a span{
	padding:6px 15px 7px 15px;
	float:left;
}
.navigation li a:hover,
.navigation li a.active{
	color:#fefefe;
	text-decoration:none;
	background:url(../images/nav-a-hover.gif) no-repeat;
}
.navigation li a:hover span,
.navigation li a.active span{
	background:url(../images/nav-a-hover-span.gif) no-repeat 100% 0;
}
.navigation li.hover{
	position: relative;
}
.navigation li.hover .dropdown{
	left: 0;
}
.dropdown{
	width:220px;
	position:absolute;
	top:26px;
	left:-9999px;
}
.drop-down-top{
	position:relative;
	z-index: 100;
	height: 1%;
	background:#2a688c;
	margin:0 5px 0 0;
}
.drop-top {
	width: 100%; 
	overflow: hidden;
	position:relative;
}
.dropdown .shade{
	width:6px;
	height:1px;
	background:url(../images/shade-bg.png) repeat-y;
	position:absolute;
	top:0;
	right: -1px;
	display:block;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.drop-down-top .shade-top{
	height:5px;
	overflow: hidden;
	display:block;
	background:url(../images/shade-top.png) repeat-x;
}
.drop-down-left{
	width:100%;
	overflow:hidden;
	background:url(../images/drop-down-left.gif) repeat-y;
}
.drop-down-right{
	width:100%;
	overflow:hidden;
	background:url(../images/drop-down-right.gif) repeat-y 100% 0;
}
.drop-down-bottom{
	height:17px;
	padding:0 16px 0 11px;
	overflow: hidden;
}
.drop-down-bottom .shade-repeat{
	height:17px;
	overflow:hidden;
	float: left;
	width: 100%;
	background:url(../images/shade-repeat.png) repeat-x;
}
.drop-down-bottom .shade-left{
	float: left;
	width:11px;
	position: relative;
	margin: 0 0 0 -11px;
	display: inline;
	height:17px;
	overflow: hidden;
	background:url(../images/shade-left.png) no-repeat;
}
.drop-down-bottom .shade-right{
	position: relative;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 0 -16px 0 0;
	width:16px;
	height:17px;
	background:url(../images/shade-right.png) no-repeat;
}
.dropdown ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	overflow:hidden;
	width:100%;
	font-size:12px;
	float:left;
	font-weight:normal;
}
.dropdown ul li{
	line-height:14px;
	margin:-10px 0 0 0;
	clear:both;
	white-space:nowrap;
}
.dropdown ul li a{
	color:#d7edfa;
	float:none;
	height: 1%;
	display:block;
}
.dropdown ul li a span{
	padding: 10px 15px 12px 15px;
	float:none;
	display:block;
}
.dropdown ul li a:hover,
.dropdown ul li a.active{
	color: #d7edfa;
	background:url(../images/drop-a-hover.gif) no-repeat;
}
.dropdown ul li a:hover span,
.dropdown ul li a.active span{
	background:url(../images/drop-a-span-hover.gif) no-repeat 100% 0;
}

.dropdown .subdrop {
	position: relative;
	display: none;
}
.dropdown .sub-drop .dropdown{
	width:220px;
	position:absolute;
	z-index: 300;
	top: 0px;
	left: 20;
	margin-left: 80%;
	display: none;
}
.dropdown ul li:hover .sub-drop .dropdown {
	display: block;
}

#content{
	width:974px;
	overflow:hidden;
	/*background:#fff;*/
}
.content-top{
	width:968px;
	overflow:hidden;
	padding:0 0 5px 6px;
	background:url(../images/content-top.gif) no-repeat;
	position:relative;
}
.content-top .right{
	width:410px;
	overflow:hidden;
	padding:143px 20px 0 0;
	position:absolute;
	top:0;
	right:0;
}
.content-top .right .divider{
	width:378px;
	overflow:hidden;
	background:url(../images/divider-bg.png);
	padding:23px 0 0 32px;
	margin:0 0 13px 0;
	min-height:88px;
}
* html .content-top .right .divider{
	height:88px;
}
.content-top .right .divider h2.green{
	color:#297315;
}
.content-top .right .divider h2.blue{
	color:#0167a2;
}
.content-top .right .divider h2{
	font:28px "Times New Roman", Times, serif;
	color:#515151;
	margin:0;
	padding:0 0 6px 0;
}

.content-bottom{
	width:974px;
	/*overflow-x:hidden;*/
	min-height:180px; 
	height:auto;
	}
/* for Internet Explorer */
	/*\*/
* html .content-bottom {
	height: 180px;
	}
.container{
	width:347px;
	float:left;
	overflow:hidden;
	background:#fff url(../images/container-bg.gif) no-repeat;
	margin:5px 13px 0 0;
}
.container-bottom{
	width:333px;
	padding:25px 0 0 14px;
	overflow:hidden;
	background:url(../images/container-bottom-g.gif) no-repeat 0 100%;
	min-height:148px;
	height: auto;
	clear: both;
	line-height:18px;
}
* html .container-bottom{
	height:148px;
}
.container-bottom img{
	float:left;
	margin:0 11px 0 0;
}
.content-bottom h2.green{
	color:#297315;
}
.content-bottom h2{
	margin:0;
	font:20px/24px Arial, Helvetica, sans-serif;
	color:#0166a1;
	padding:0 0 8px 0;
}
.content-bottom p{
	margin:0;
	line-height:18px;
}
.content-bottom h6 {
	font-size: 15px;
	color: #6F9F63;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-style: italic;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 50px;
}
#interior .content-bottom img {
	border: 2px solid #6F9F63;
	padding: 2px;
}
#interior .content-bottom img.no-border {
	border: none;
}
.content-bottom .content-area-left {
	width: 708px;
	background: url(../images/content-left-bottom.png) bottom no-repeat;
	float: left;
	}
.content-bottom .content-area-left-top {
	background: url(../images/content-left-top.png) top no-repeat;
	padding: 30px 20px;
	min-height: 240px;
	}
.content-bottom .content-area-left p {
	margin: auto;
	padding: auto;
	}
.content-bottom .content-area-right {
	width: 240px;
	margin-top: 16px;
	float: right;
	border-left: 5px solid #e3e3e3;
	}
.content-bottom .content-area-right .content-area-right-text {
	padding: 10px 10px 15px 30px;
	}
.content-bottom .content-area-right .content-area-right-text h2 {
	margin-bottom: 12px;
	}
.content-bottom .green{
	color:#297315;
}
.content-bottom .right-box{
	width:214px;
	padding:13px 0 5px 24px;
	margin:17px 0 0 0;
	overflow:hidden;
	float:right;
	border-left:5px solid #e3e3e3;
}
.nav-right{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding-top: 10px;
}
.nav-right li{
	background:url(../images/nav-right-li-bg.gif) no-repeat 0 2px;
	padding:0 0 15px 18px;
	line-height:13px;
}
.nav-right li a{
	color:#1188ce;
	text-decoration:underline;
}
.nav-right li a:hover{
	text-decoration:none;
}
#footer{
	width:974px;
	padding:40px 0;
	overflow:hidden;
	background:url(../images/footer-bg.gif) no-repeat;
}
#footer p{
	margin:0;
	line-height:15px;
	color:#a1a1a1;
	float:right;
}
.footer-nav{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:auto;
	float:left;
}
.footer-nav li{
	background:url(../images/footer-nav-li-bg.gif) no-repeat 0 5px;
	padding:0 24px 0 14px;
	line-height:13px;
	margin:0 0 0 -14px;
	float:left;
}
.footer-nav li a{
	color:#1188ce;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*********** Breadcrumbs ********************/
.breadcrumbs {
	padding: 8px;
	padding-bottom: 0px;
}
.breadcrumbs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs ul li {
	display: inline;
}
.breadcrumbs ul li a{
	margin-right: 4px;
	margin-left: 4px;
	/*text-decoration: none;*/
	color: #888;
}
.breadcrumbs ul li.last a {
	font-weight: normal;
	color: #1188ce;
}
hr {
	border: none;
	border-top: 3px solid #E3E3E3;
}

#copyright {
	text-align: right;
}
#copyright a{
	color: inherit;
}
#interior .content-top {
	display: none;
}

h3 {
	font-size: 13px;
}

.clear {
	clear:both;
	height:0px;
	overflow: hidden;
	}
