@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	height: auto;
	width: 963px;
	margin-right: auto;
	margin-left: auto;
}


.header {
	margin: 0px;
	padding: 0px;
}

.logo {
	margin: 0px;
	padding: 0px;
	float:left;
}

.header-links{
	margin-top: 64px;
	padding: 8px 0px 0px 4px;
	float:right;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/top-links.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 164px;
	font-size:14px;
}

.header-links a{
	color: #FFF;
	text-decoration:none;
	padding-left:14px;
}

.header-links a:hover{
	color: #73ac35;
	text-decoration:none;
}

.main-links {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0px;
}

.main-links ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.main-links li{
	padding:0px;
	margin:0px;
	float:left;
}

.main-links li a{
	padding:5px 15px;
	margin:0px;
	float:left;
	color:#FFF;
	text-decoration:none;
}

.main-links .menu ul li ul li{
	float:none !important;
}

.main-links li a:hover{
	text-decoration:none;
	background-color:#000;
}

.header-image {
	background-repeat: no-repeat;
	text-align:center;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
}


.clear {clear:both;}


.content-area {
	line-height: 22px;
	color: #333;
	padding-left:20px;
	padding-right:20px;
	font-size: 14px;
}

.content-area h1{
	font-size:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content-area a{
	line-height: 22px;
	color: #0069b0;
	text-decoration:none;
}

.content-area a:hover{
	line-height: 22px;
	color: #0069b0;
	text-decoration:underline;
}

.footer {
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
	padding-top:40px
}

.footer .content{
	width:940px;
	font-size: 12px;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
}

.footer .content a{
	color:#000;
	text-decoration:none;
	float:left;
	padding:0px 10px;
}

.footer .content a:hover{
	text-decoration:underline;
}
.footer .content .copyright{
	font-size:11px;
	text-align:center;
	float:right;

}.form-txt-boxes {
	width: 250px;
}

#respond {display:none;}