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

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


h1 { color: #000000; font-size: 16px; font-weight: bold; margin: 3px 0px 25px 0px; }
h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background-color: #006;
}

.topBanner {
	background-repeat: repeat-x;
	width: 900px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/top_image.jpg);
	background-color: #006;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;

}


/* BANNER AREA NOW HOLDS HORIZONTAL MENU BAR*/
.bannerArea {
	width: 900px;
	float: left;
	background-color: #006;
}


.bannerNav {
	margin-left: 30px;
	margin-top: 5px;
	color: #006;
	font-size: 12px;
	font-weight: bold;
	float: left;
		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	color: #006;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #006;
}

.bannerNav a:hover{
	color: red;
}



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

.navigationArea {
	width: 900px;
	border-bottom: solid;
	border-color: #000;
	border-width: 1px;
}

/* CONTENT AREA */

.contentArea {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFF;
}


.contentleft {
	width: 550px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	background-color: #FFF;
}

.contentleft a:link {
	color: #006;
}

.contentleft a:visited {
	color: #00F;
}

.contentleft a:hover {
	color: red;
}

.contentright {
	width: 270px;
	float: left;
	background-color: #FFF;
	Padding-top: 15px;
}

.contentright a:link {
	color: #006;
}

.contentright a:visited {
	color: #006;
}

.contentright a:hover {
	color: red;
}

.contentbpleft {
	width: 175px;
	padding-left: 20px;
	padding-top: 5px;
	list-style-type:none;
	float: left;
	background-color: #FFF;
}

.menuleft {
	width: 175px;
	float: left;
	background-color: #fff;
}

.contentbpleft a:link,a:visited{
	display:block;
	background-color:#FFF;
	font-size: 12px;
	color: #006;

}

.contentbpleft a:hover,a:active{
	background-color: #FFF;
	color: red;
}

.contentbpright {
	width: 650px;
	padding-left: 10px;
	padding-right: 30px;
	float: right;
	background-color: #FFF;
}

.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: 900px;height: 88px;

	
}
.footernav {
	padding-top: 10px;
	padding-right: 32px;
	float: right;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	color: #000;
	text-decoration: none;
}
.footernav a:hover {
	color: #000000;
	text-decoration: none;
}




.copyright {
	border-top: solid;
	border-color: #000;
	border-width: 1px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #000;
	font-size: 12px;
}
