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

body {
	background-color: #b2975a;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #f0eeed;
}

a {
	color: #662405;
	text-decoration: underline;
}
a:hover {
	color: #796C60;
	text-decoration: none;
}

#container {
	border: solid 5px #511e05;
	width: 840px;
	background-color: #fff;
	padding: 30px;
	margin: 45px auto;
}
 
 #head {
 	height: 200px;
 }

.contentarea {
	padding: 15px 30px 30px;
	width: 780px;
	border-top: 1px solid #dddad7;;
	font-size: 12px;
	line-height: 18px;
	color: #373231;
	background-color: #F1F0EF;
}

#applycontent {
	color: #373231;
}

.flashbanner {
	width: 225px;
	height: 340px;
	float: right;
	margin-left: 20px;
}

.footerimage {
	margin: 0px -60px -60px;
	background-image: url(../Images/bottom_bg3.gif);
	width: 900px;
	height: 250px;
}

.address {
	text-align: right;
	float: right;
	padding: 150px 70px 30px 0px;
}

.servicebody {
	background-color: #fff;
	color: #373231;
	padding: 20px;
	font-size: 12px;
	width: 860px;
	margin: 0px auto;
	text-align: center;
}

.navarea {
	margin: 0px auto;
	width: 840px;
}

.txtRed {
	color: #662405;
}

#nav {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

#nav li {
	float: left;
	font-weight: bold;
	color: #dddad7;
	height: 35px;
	padding: 0px 2px;
}

#nav li a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 8px;
	text-decoration: none;
}

#nav li a:hover {
	color: #796C60;
}

#nav li a.current {
	background-color: #796C60;
	color: #fff;
}

.flashlinkDownload {
	background: #dfddd9;
	width: 225px;
	display: block;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
}
.flashlinkDownload:hover {
	background: #6b3612;
	color: #FFF;
}

.linkDownload {
	background: #dfddd9;
	width: 190px;
	display: block;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	margin-top: 35px;
}

.linkDownload:hover {
	background: #6b3612;
	color: #FFF;
}

.residentbtns {
	width: 225px;
	margin: 20px 50px;
}

/* Remove once content is live */
.residentbtns a {
	margin-top: 5px;
}
/* Remove once content is live */

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat {
	clear: both;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.ml20 {
	margin-left: 20px;
}

.mt5 {
	margin-top: 5px;
}