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

body {
	margin:0;
	font:14px Helvetica, Calibri, Arial, sans-serif;
	min-width:954px;
	position:relative;
	background-color: #fff;
	background-image: url(../img/bg-body.png);
	background-repeat: repeat-x;
}
.page{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.header {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 28px;
	line-height: 46px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	letter-spacing: 2px;
	float: left;
	height: 46px;
	width: 960px;
}
.nav {
	float: left;
	height: 41px;
	width: 960px;
}
.banner {
	float: left;
	height: 342px;
	width: 960px;
}
.footer-holder{
	width:100%;
	background-color:#D2981C;
	background-image: url(../img/bg-footer.png);
	background-repeat: repeat-x;
	height: 60px;
}
.footer{
	width:954px;
	overflow:hidden;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #35220A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	padding-top: 10px;
}
.content {
	float: left;
	width: 960px;
}
/* MENU */
#menu{
	float:left;
	background:0;
	padding:0;
	list-style:none;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: 959px;
}
#menu li{
	float:left;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	height: 41px;
	line-height: 41px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menu li a{
	color: #FFF;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 22px;
	display: block;
}
#menu li a:hover {
	color: #FFF;
	background-color: #C58B1B;
}
#menu li.active{
	
	
	background-repeat: repeat-x;
	background-image: url(../img/navselected.png);
}
#menu li.active a {
	padding-left: 22px;
	color: #FFF;
	text-decoration: none;
	padding-right: 22px;
}
#menu ul li{
	display: block;
}
#menu li.active a:hover {
	color: #E8F2F8;
}
.leftcontent {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	width: 596px;
	margin-top: 20px;
	margin-right: 46px;
	margin-left: 46px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	color: #3C3C3C;
	margin-bottom: 60px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #006699;
}
.rightcontent {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	float: left;
	width: 252px;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 50px;
}
.rightcontent h2 {
	font-size: 20px;
	line-height: 28px;
	color: #006699;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 7px;
}
.rightcontent p {
	padding-right: 5px;
	padding-left: 7px;
}
.rightcontent p.small {
	font-size: 12px;
	line-height: 18px;
}
.disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #6B6B6B;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #0B5E9B;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #062E4C;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	color: #061F35;
}
a.active {
	color: #B67E1D;
}
