@charset "UTF-8";
/* CSS Document */
body {
	background-color: #e7ad51;
	height: 100%;
}
#mainArea {
	width: 752px;
	height: 100%;
	position: relative;
}
#header {
	width: 752px;
	height: 126px;
	position: relative;
	background-image: url(images/header_clean.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 20px;
	float: left;
}

#banner {
	width: 752px;
	height: 197px;
	position: relative;
	float: left;
	background-image: url(images/mid_repeat.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#bodyArea {
	width: 752px;
	background-image: url(images/mid_repeat.jpg);
	background-position: top;
	background-repeat: repeat-y;
	position: relative;
	float: left;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 25px;
}

#columnOne {
	position: relative;
	float: left;
	width: 460px;
	padding-left: 43px;
	padding-top: 15px;
	text-align: left;
}
#columnTwo {
	position: relative;
	float: left;
	width: 187px;
	padding-left: 19px;
	padding-top: 15px;
	text-align: left;
}
#navigation {
	width: 709px;
	height: auto;
	position: relative;
	padding-right: 43px;
	padding-top: 65px;
}
#logo {
	width: 203px;
	height: 68px;
	position: absolute;
	margin-top: 31px;
	margin-left: 39px;
	float: left;
	z-index: 1;
}

#footer {
	width: 752px;
	height: 125px;
	position: relative;
	background-image: url(images/footer.jpg);
	background-position:top;
	background-repeat: no-repeat;
	float: left;
	
}
#footerNavigation {
	width: 752px;
	position: relative;
	padding-top: 53px;
	float: left;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.headlineText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f7a11a;
	font-size: 36px;
	line-height: 46px;
	text-align: left;
	padding-left: 43px;
}
.subHeadlineText {
	font-family: Arial, Helvetica, sans-serif;
	color: #f7a11a;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.rightColumnLabelText {
	font-family: Arial, Helvetica, sans-serif;
	color: #b0997a;
	font-size: 9px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	color: #e99717;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
}
.navText a:link {  
	text-decoration: none; 
	color: #e99717;
	}
	
.navText a:visited { 
	text-decoration: none; 
	color: #e99717;
	}
	
.navText a:hover, a:active { 
	text-decoration: underline; 
	color: #b0997a;
	}
	
.footernavText {
	font-family: Arial, Helvetica, sans-serif;
	color: #b0997a;
	font-size: 9px;
}
.footernavText a:link {  
	text-decoration: none; 
	color: #b0997a;
	}
	
.footernavText a:visited { 
	text-decoration: none; 
	color: #b0997a;
	}
	
.footernavText a:hover, a:active { 
	text-decoration: underline; 
	color: #ddd2c3;
	}
a:link {  
	text-decoration: none; 
	color: #b0997a;
	}
	
a:visited { 
	text-decoration: none; 
	color: #b0997a;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #b0997a;
	}
hr {
	color: #ddd2c3;
	background-color: #ddd2c3;
	height: 1px;
	border:none;
	float: left;
	width: 666px;
}
.photo{
	padding:5px;
	background:#ddd2c3;
}
img {
	border: none;
}