@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #75570b;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #8C7742;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
}

h1 {
	color: #75570b;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #685508;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
}

a          {
	color: #724504;
	font-style: normal;
}

a:visited  { color: #724504; }

a:hover    {
	color: black;
	font-weight: bold;
	}

a:link     {
	color: #704303;
}



.container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}


/* BANNER AREA */
.bannerArea {
	width: 1020px;
}

.bannerNav {
	width: 1010px;
	margin: 0px 0px 30px 15px;


	#margin-bottom: 10px; /* for IE */
	color: #0360b0;
	font-size: 18px;
	font-weight: bold;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 20px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	color: #0360b0;
	text-decoration: none;
}
.bannerNav a:visited{
	color: #0360b0;
	
}

.bannerNav a:hover{
	color: #000000;
	border-bottom: solid;
	border-top: solid;
	border-color: #75570b;
	border-width: 1px;
}



.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #3e75a6;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
}

.bannersubnav a { color: #3e75a6; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #3e75a6; }
.bannersubnav a:hover { color: #000000; border-bottom:dotted; text-decoration: none; }

.toplogo {
	margin-left: 0px;
	padding-top: 0px;
}

.facelogo {
	float:right;
	margin-top: 5px;
		margin-right: 10px;
	width: 45px; 
	height: 45px; 
	background: url(images/facebook_logo.png) no-repeat; 
	
}

.facelogo:hover {
	width: 45px; 
	height: 45px; 
	background: url(images/facebook_nocat.png) no-repeat;
	
}

.navigationArea {
	width: 1020px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 1020px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.contentleft {
	width: 450px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.contentright {
	width: 450px;
	font-size: 14px;
	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: 1020px;
	height: 50px;
}

.copyright {
	border-top: dotted;
	border-color: #75570b;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;
}
