@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.jpg);
	background-repeat: repeat;
}

h1 { color: brown; /* #a08950; */ font-size: 18px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { color: brown; font-size: 16px; font-weight: normal; margin: 0px 0px 15px 0px; }

h1 a { color: brown; text-decoration: none; }
h1 a:visited { color: brown; }
h1 a:hover { color: #a08950; text-decoration: none; }

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

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


/* BANNER AREA */
.bannerArea {
	width: 908px;
    padding-bottom: 5px;
	/* background-color: #ccffcc; */

}

.bannerNav {
	width: 800px;
	margin: 0px 0px 30px 15px;
	#margin-bottom: 10px; /* for IE */
	color: #a08950; /* #0360b0; */
	font-size: 14px;
	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: #a08950; /* #0360b0; */
	text-decoration: none;
}
.bannerNav a:visited{
	color: #a08950; /* #0360b0; */
}

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

.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	/* color: #000000; /* #a08950; #3e75a6; */
	color: #a08950; /* #0360b0; */
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
}

.bannersubnav a { color: #a08950; text-decoration: none; padding-left: 5px; padding-right: 5px; }
/* .bannersubnav a:visited { color: #000000; } */
.bannersubnav a:visited { color: #a08950; }
.bannersubnav a:hover { color: brown; text-decoration: none; }

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

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

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

.navright {
	width: 280px;
	float: left;
}


/* CONTENT AREA */

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

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

.contentcenter {
	width: 300px;
	padding-right: 40px;
	float: left;
}

.contentright {
	padding-top: 35px;
	width: 120px;
	float: left;
}

.imagetitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: -40px;
	float: right;	
}


.imagefpright {
	margin-top: 55px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imagecenter {
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 10px;
	float: center;	
}

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

/* CONTENT for secondary Pages */
.sContentArea {
	width: 908px;
	padding-top: 30px;
	padding-bottom: 20px;
    background-image: url(images/content_bkgd.jpg);
	background-repeat: repeat; /* no-repeat; */

}

.sContentcenter {
	width: 635px;
	padding-left: 30px;
	padding-right: 40px;
	float: right;
}

/* LEFT NAVIGATION */


.leftnavigation {
	width: 192px;
	margin: 20px 0px 0px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/nav_down.jpg);
}



/* FOOTER AREA */
.footerArea {
	width: 908px;
	color: #a08950; /* #0360b0; */
	height: 100px;
}

.copyright {
	border-top: dotted;
	border-color: #75570b;
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;
}

a.linkopacity img {
     filter:alpha(opacity=100);
     -moz-opacity: 1.0; 
     opacity: 1.0;
     -khtml-opacity: 1.0;
}
 
a.linkopacity:hover img {
     filter:alpha(opacity=80);   
     -moz-opacity: 0.85;   
     opacity: 0.85;
     -khtml-opacity: 0.85; 
}
