@import url("calc.css");
body {
	/*background-image: url(../../images/site/bg-body.png);*/
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #BCCB98;
}
.clr {
	clear: both;
}
a {
	color:#F2F2F2;
}
a:hover {
	text-decoration:none;
}
.main_wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../../images/site/bg-head-nav.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 75px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:#5A693A;
	font-variant: small-caps;
}
.header ul {
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.header ul li {
	display: inline;
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 18px;
}
.header ul li a {
	color:#333333;
}
.cta-home {
	background-image: url(../../images/site/bg-home-top.jpg);
	background-repeat: no-repeat;
	height: 270px;
}
.cta-home h2 {
	margin: 0px;
	color: #0099FF;
	font-size: 24px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 26px;
}
.cta-home h2 span {
	color: #FF9933;
}

.cta-home-content {
	padding-right: 400px;
	padding-left: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.cta-home-content li {
	float: left;
	width: 45%;
	height: 200px;
	list-style-type: none;
	padding-right: 2%;
	padding-left: 2%;
}


.home-boxes {
	clear: both;
}
.home-boxes ul {
	margin: 0px;
	background-image: url(../../images/site/bg-home-container.jpg);
	background-repeat: repeat-x;
	height: 105px;
	display: block;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home-boxes ul li {
	list-style-type: none;
	float: left;
	width: 205px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
}
.home-boxes dt {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.home-boxes dd {
	font-size: 11px;
	line-height: 20px;
}
.home-boxes dd a {
	color: #333333;
	text-decoration: underline;
}
.home-boxes dd a:hover {
	text-decoration: none;
}
.content-wrapper {
	clear: both;
	background-color: #5A693A;
	padding: 10px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #333333;
}
.content-float-home {
	float: left;
	width: 288px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	height: 900px;
	font-size: 12px;
	overflow: auto;
}
.content-float {
	float: left;
	width: 288px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	height: 760px;
	font-size: 12px;
	overflow: auto;
}
.content-float h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.content-float ol {
	margin: 0px;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content-float ol li {
	padding-bottom: 12px;
}
.content-float-home ol {
	margin: 0px;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content-float-home ol li {
	padding-bottom: 12px;
}
.float-right-ad {
	float:right;
	margin-left:6px;
}


.footer {
	background-image: url(../../images/site/bg-footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	padding-top: 45px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

