@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	height: 100%;
	max-width:100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00c000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #00c000;
}

a:link {
	color: #404040;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #202020;
	text-decoration: underline;
}

.inlinegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00c000;
}

.firstparagraph {
	padding-top: 0px;
	margin-top: 0px;
}

.caption {
	font-size: 10px;	
}

.clear {
	clear: both;	
}

.mainwrapper {
	width: 100%;
	height: 100%;
	min-width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	top: 0px;
	bottom: 100%;
}

.topwrapper {
	height: 125px;
	min-width: 800px;
	width: 100%;
	background-color: #223863;
}

.topleft {
	min-width: 264px;
	width: 33%;
	height: 87px;
	padding-top: 38px;
	background-color: #ffffff;
	float: left;
}

.toplogo {
	padding-left: 10px;
}

.logosizing {
	max-width: 297px; 
	width: 100%;
}

.topright {
	width: 67%;
	min-width: 492px;
	height: 125px;
	background-image: url(images/header_background.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #223863;
	float: left;
}

.topnav {
	float: right;
	margin-top: 10px;
	/*margin-right: 33px;*/
	margin-right: 17px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	z-index: 10000;
}

.topnav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.topnav a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.topnav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #b6cbe0;
}

.searchwrapper {
	clear: right;
	float: right;
	/*margin-right: 33px;*/
	margin-right: 17px;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	margin-top: 11px;
	min-width: 400px;
}

.taglinewrapper {
	clear: both;
	/*margin-right: 33px;*/
	margin-right: 17px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	font-size: 18px;
	margin-top: 18px;
	padding-top: 18px;
	padding-left: 5px;
	
}

.navwrapper {
	width: 100%;
	min-width: 800px;
	height: 25px;
	background-color: #223863;
	position: relative;
	z-index:9999;
}

.nav {
	height: 25px;
	position:absolute;
	right: 0px;
	min-width: 812px;
	padding-left: 0px;
	z-index:9999;
	/*width: 55%;*/
}

.contentwrapper {
	width: 100%;
	position: relative;
}

.contentleft {
	/*min-width: 308px;*/
	min-width: 264px;
	margin: 0px 0px 0px 0px;
	width: 33%;
	padding-top: 19px;
	background-color: #e3f8e3;
	float: left;
	z-index:10;
	position: relative;
}

.clcontainer {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	float: left;
}

.sidebuttons {
	float: left;
	width: 210px;
}

.sidebuttons img {
	padding-bottom: 8px;	
}

.leftad {
	float: left;
	margin-left: 20px;
}

.contentright {
	width: 100%;
	padding-top: 19px;
	min-width: 492px;
	background-position:left;
	background-repeat:no-repeat;
	background-color: #ffffff;
	z-index: -1000;
}

.crleft {
	width: 33%;	
	background-color: #e3f8e3;
	height: 100%;
	bottom: 0;
	position: absolute;
	z-index: 5;
}
.crcontainer {
	/*padding-left: 31px;*/
	padding-bottom: 20px;
	float: left;
	/*left: 31px;*/
	position:relative;
	right: 0;
	width: 67%;
}
.crspace {
	padding-left: 1%;	
	padding-right: 10px;
}

.footertext {
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	color: #808080;	
}

