@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #FFF;
}


h1 { font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { font-size: 13px; font-weight: normal; margin: 0px 0px 0px 0px; }

a          {
	color: #FFF;
}
a:visited  {
	color: #FFF;
}
a:hover    {
	color: #FFF;
}


.topBanner {
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	background-image: url(images/top_image.jpg)

}

.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}


/* BANNER AREA */
.bannerArea {
	width: 908px;
	height: 140px;
	;
	background-repeat: repeat-x;
}


.bannerNav {
	margin-left: 25px;
	margin-top: 35px;
	color: #806c51;
	font-size: 12px;
	font-weight: bold;
	float: right;
		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #806c51;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #F00;
}

.bannerNav a:hover{
	color: #000000;
}



.toplogo {
	margin-left: 0px;
	padding-top: 10px;
	float:left;
}

.navigationArea {
	width: 908px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 908px;
	padding-top: 0px;
	padding-bottom: 20px;
}


.contentleft {
	width: 550px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

.contentright {
	width: 270px;
	float: left;	
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 908px;height: 88px;

	
}
.footernav {
	padding-top: 10px;
	padding-right: 32px;
	float: right;
	color: #806c51;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	color: #806c51;
	text-decoration: none;
}
.footernav a:hover {
	color: #000000;
	text-decoration: none;
}




.copyright {
	border-top: solid;
	border-color: #75570b;
	border-width: 1px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #806c51;
	font-size: 12px;

}
