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

body {
	margin: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #C7D2C4;
}

h1 {
	color: #666666;
	font-size: 21px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
}
h3 {
	color: #666666;
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a          {
	color: #006633;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover    {
	color: #CC9900;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 83px;
	background-color: #006633;	
}

.bannerArea .container {
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 200px;
	text-align: right;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 20px;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:hover {
	color: #999999;
	text-decoration: none;
}

.toplogo {
	padding-left: 18px;
	padding-top: 5px;
	float: left;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #B3B3B3;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	padding-right: 10px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
}

.contentArea .container {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}

.contentleft {
	width: 290px;
	padding-left: 35px;
	padding-right: 30px;
	float: left;
}
.contentleftfull {
	width: 800px;
	padding-left: 35px;
	padding-right: 5px;
	float: left;
	padding-bottom: 0px;
}
.contentleftpic {
	width: 580px;
	padding-left: 30px;
	padding-right: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contentright {
	padding-top: 10px;
	float: left;
	padding-left: 10px;
	width: 270px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #C7D2C4;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	border-top-width: 4px;
}

.footerArea .container {
	height: 77px;
	background-image: url(images/footer_bkgd.jpg);
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

