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

/*Margin Areas*/

.wrapper {

	margin-top: 20px;
	margin-right:auto;
	margin-left:auto;
	width: 850px;
	padding: 0px 0px 0px 0px;
	
}

.vertical{

	position: absolute;
	height: 715px;
	top: 50%;
	margin-top: -357px;
	
}


/*Overall*/

body {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

p {
	font-size:12px;

}

h1 {
	font-size:16px;
	color:#006838;
}


.background {
	background-image:url(../i/ADS_back.png);
	background-repeat:no-repeat;
	min-height:715px;
	width:850px;
	}
	
.backgroundMessage {
	background-image:url(../i/ADS_backNEW.png);
	background-repeat:no-repeat;
	min-height:765px;
	width:850px;
	}
	
.newbackground {
	background-image:url(../i/ADS_newback.png);
	background-repeat: repeat-y;
	width:850px;
	float:left;	
		}
	
.endcap {

	background-image:url(../i/ADS_endcap.png);
	background-repeat:no-repeat;
	min-height:40px;
	width:850px;
	}



.transparent {
	width:800px;
	background-color:#FFFFFF;
	min-height:665px;
	margin: 20px 0px 0px 20px;
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	position:absolute;
	float:left;
	z-index:2;
	
}

.transparent2 {
	width:800px;
	background-color:#FFFFFF;
	min-height:715px;
	margin: 20px 0px 0px 20px;
	filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	position:absolute;
	float:left;
	z-index:2;
	
}

.contentHolder {
	width:800px;
	min-height:645px;
	margin: 20px 0px 0px 20px;
	z-index:10;
	float:left;
	position:absolute;
		
}

.secondContentHolder {
	width:800px;
	margin: 20px 0px 0px 20px;
	min-height:700px;
	float:left;
	border: 1px solid #006633;
	background-color: #cfd3d6;
	overflow:hidden;
		
}



.header {
	width:800px;
	height:110px;
	background-color:#FFFFFF;
	
}

.adArea {
	width:590px;
	float:left;
}

.secondAdArea {
	width:390px;
	float:left;
}

/*Sidebar*/

.sidebar {
	width:190px;
	min-height:385px;
	float:left;
	padding: 5px 10px 0px 10px;
	background-image:url(../i/ADS_NEWside.png);
	background-repeat:no-repeat;
	margin-top:0px;
	}
	
#homepage .sidebar {padding-top:2px;}	

#homepage .sidebar p {margin:0;}	
	
.sidebar2 {
	width:190px;
	min-height:385px;
	float:left;
	padding: 5px 10px 0px 10px;
	background-image:url(../i/ADS_NEWside2.png);
	background-repeat:no-repeat;
	margin-top:0px;
	}
	
.secondSidebar {
	
	width:190px;
	float:left;
	padding: 5px 10px 0px 10px;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom: -1999px;
	padding-bottom: 1999px;
	position: relative; 
	overflow:hidden;
	}
	
	

/*Nav Area*/

.mainNav {
	width: 195px;
	height:155px;
	background-color:#8bc53f;
	padding-top:10px;
	padding-left:15px;
	float:left;
}

.mainNav a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}

.mainNav a:hover, select {
	font-size:16px;
	border:none;
	
}

.secondNav {
	width: 185px;
	height:115px;
	background-color:#c1b49a;
	padding-top:10px;
	padding-left:15px;
	float:left;
	}
	
.secondNav a {
	font-size:12px;
	font-weight:bold;
	color:#006838;
	text-decoration:none;
	line-height:18px;
}

.secondNav a:hover, select {
	font-size:14px;
	border:none;
	
}

.secondNavTitle {
	background-color:#006838;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	width:185px;
	padding-left:15px;
	height:40px;
	float:left;
	
}

.navContainer {
	width:200px;
	float:left;
}






/*Body Content*/

.bodyContent {
	width:550px;
	float:left;
	margin: 20px 20px 0px 20px;
	}

.bodyContent ol, ul {
	font-size:12px;
}

/*Links*/
a img {
	border:none;
}

.iconBtns {
	width:550px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 5px 0px 5px 0px;
	margin-top:5px;		
}

/*Footer*/

.footer {
	font-size:10px;
	color:#000000;
	margin-top:5px;
	width:850px;
	float:left;
}

.clear {
	clear:both;
}

.footer a {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	