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

body {
	margin: 0px;
	color: #836946; 
	font-size: .7em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #806c51;
    background-image: url(images/matpattern.jpg);
	background-repeat: repeat;
}


h1 { color: #000000; font-size: 24px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { color: #836946; font-size: 2.0em; line-height: 1.1em; font-weight: normal; margin: 0px 0px 0px 0px; }
h3 { color: #836946; font-size: 1.5em; line-height: 1.3em; font-weight: normal; margin: 0px 0px 0px 0px; }
h4 { color: #836946; font-size: 0.9em; line-height: 1.3em; font-weight: normal; margin: 0px 0px 0px 0px; }



a          { color: #a80606; }
a:visited  { color: #a80606; }
a:hover    { color: black; }


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

}

.container {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

}


/* BANNER AREA */
.bannerArea {
	width: 1010px;
	height: 95px;
	background-image: url(images/);
	background-repeat: repeat-x;
}


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

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 0px 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: #806c51;
}

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



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

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

/* CONTENT AREA */

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


.contentleft {
	width: 650px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

.contentright {
	width: 270px;
	padding-top: 30px;
	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: 1010px;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;

}
