@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #554123;
	font-size: 22px;
	font-family: Arial, Verdana, Univers;
	background-color: #806c51;
	width: 1050px;
}

p {
	margin: 4px 0px 7px 3px;
}
h1 { color: #000000; font-size: 32px; font-weight: bold; margin: 5px 0px 3px 0px; }
h2 { color: #000000; font-size: 26px; font-weight: normal; margin: 4px 0px 2px 0px; }

a          { color: #a80606; }
a:visited  { color: #a80606; }
a:hover    { color: black; }


.topBanner {
	background-repeat: repeat-x;
	width: 100%;
	height: 274px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	background-color: #ede0d0;
	height: 100%;
	width: 100%;
}

/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 70px;
	background-image: url(images/shadow_bar.jpg);
	background-repeat: repeat-x;
}

.upleft {
    position: absolute;
    top: 0px;
    left: 0px;
}

.bannerNav {
	margin-left: 25px;
	margin-top: 15px;
	color: #806c51;
	font-size: 24px;
	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;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #806c51;
}

.bannerNav a:hover{
	color: #000000;
}

.toplogo {
	margin-left: 0px;
	padding-top: 4px;
	float:left;
}

.navigationArea {
	width: 100%;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
content {
	height: 100%;
}


.contentleft {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	width: 100%;
}

.contentright {
	width: 10%;
	padding-top: 2px;
	float: left;	
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	margin-right: 80px;
}
.imageleft {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
}
.footernav {
	padding-top: 10px;
	padding-right: 32px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	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;
	
	font-size: 22px;
}
