@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #8a8a8a;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial, Verdana, Univers;
	background-color: #8C7742;
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
}

h1 { color: #cc0e0e; font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 { color: #ffffff; font-size: 14px; font-weight: normal; margin: 0px 0px 15px 0px; }

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: black; }
.clear_both { clear:both; font-size:1px; line-height:1px; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

/* LEFT NAVIGATION */
.leftnavigation {
	width: 175px;
	margin: 0;
	padding-top: 22px;
	padding-left: 30px;
	float: left;
}
.mainNav {
	float: left;
}

.leftnavigation a {
	margin-left: 0px;
	color: #0360b0;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.leftnavigation a:visited{
	color: #0360b0;
}

.leftnavigation a:hover{
	color: #000000;
}

.followUs {
	width: 175px;
	margin: 0;
	padding-top: 22px;
	float: left;
}
.followUs a {
	display: block;
	border: none;
	text-decoration: none;
	padding-bottom: 20px;
}

/* BANNER AREA */
.bannerArea {
	width: 980px;
	height: 142px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/headerbg.gif) top left repeat-x;
}
.bannerNav {
	width: 700px;
	margin: 0px 0px 30px 15px;
	#margin-bottom: 10px; /* for IE */
	color: #0360b0;
	font-size: 14px;
	font-weight: bold;	
	background-color: #dddddd;
}
.bannerNav ul{
	margin: 0px;
	display: block;
}
.bannerNav li{
	display: block;
	list-style-type: none;
	float:left;
	padding: 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;
}

.bannersubnav {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
	color: #3e75a6;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica , sans-serif;
	background-color: #dddddd;
}

.bannersubnav a { color: #3e75a6; text-decoration: none; padding-left: 5px; padding-right: 5px; }
.bannersubnav a:visited { color: #3e75a6; }
.bannersubnav a:hover { color: #000000; text-decoration: none; }

.toplogo {
	width: 980px;
	height: 142px;
	/*margin-left: 15px;*/
	padding-top: 0px;
	background: url(../images/banner_logo.jpg) bottom left no-repeat;
}

.navigationArea {
	margin-left: 205px;
	width: 775px;
	border-bottom: 1px solid #8a8a8a;
	border-left: 1px solid #ac0c0c;
}

.acontent a { color: #ffffff; }

/* CONTENT AREA */

.contentArea {
	width: 980px;
	padding: 0px;
}

.imageCenter {
	width: 775px;
	text-align: center;
	margin-left: 205px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contentCenter {
	width: 715px;
	float: left;
	margin-left: 235px;
}
.contentleft {
	width: 350px;
	padding-right: 30px;
	float: left;
	margin-left: 225px;
}

.contentleft a:hover h1, .contentright a:hover h1 { text-decoration: underline; }

.contentright {
	width: 320px;
	padding-right: 30px;
	float: right;
}

.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: 980px;
	height: 50px;
	border-top: 2px dotted #8a8a8a;
}

.copyright {
	margin-left: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;
	float: left;
}

.designer {
	margin-right: 30px;
	padding-top: 12px;
	color: #a08950;
	font-size: 12px;
	text-align: right;
}

a.facebook {
	border: none;
	background: url(../images/facebook-button.gif) top left no-repeat;
	height: 50px;
	padding-bottom: 10px;
}
a.twitter {
	border: none;
	background: url(../images/twitter-button.gif) top left no-repeat;
	height: 50px;
	padding-bottom: 10px;
}