/* Page layout stylesheet */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 128.5%;
}

#main {
	width: 990px;
	position: relative;
	background-color: #FFFFFF; 
	text-align: left;
	min-height: 1200px;
	height: auto !important;
	height: 1200px;
	overflow: hidden !important;
	overflow: visible;
}

#head {
	position: relative;
	height: 300px;
	background-color: #eaffd6;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 195px;
		height: 81px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 28px;
		top: 29px;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 260px;
		width: 740px;
		position: absolute;
		right: 0;
		top: 0;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	#metaNav {
		position: absolute;
		left: 514px;
		top: 288px;
	}
	
	#metaNav li {
		float: left;
		margin-right: 15px;
	}
	
	#metaNav li a {
		display: block;
		font-size: 12px;
		line-height: 15px;
		color: #90b913;
	}
	
	#metaNav li a:hover,
	#metaNav li a.cur,
	#metaNav li a.act {
		font-weight: bold;
	}
	
	#slogan {
		position: absolute;
		top: 201px;
		left: 28px;
		background-repeat: none;
		background-position: 0 0;
		height: 59px;
		width: 176px;
	}

#leftCol {
	position: relative;
	width: 250px;
	float: left;
}

	#mainNav {
		position: absolute;
		top: 31px;
		left: 0px;
		padding: 0 10px 0 28px;
		width: 212px !important;
		width: 250px;
	}
	
	#mainNav li a {
		display: block;
	}
	
	#mainNav li a.level1 {
		font-size: 14px;
		line-height: 17px;
		color: #787878;
		padding: 3px 0 3px 0;
	}
	
	#mainNav li a.level1:hover,
	#mainNav li a.cur,
	#mainNav li a.act { 
		color: #90b912;
		font-weight: bold;
	}
	
	#mainNav li ul {
		margin-top: 1px;
		margin-bottom: -1px;
	}
		
	#mainNav li.level1 li.level2 a.level2 {
		font-size: 12px;
		line-height: 15px;
		color: #787878;
		font-weight: bold;
		padding: 5px 0 4px 24px;
		background: url(../../images/li_bg.gif) no-repeat 14px 11px; 
	}	

	#mainNav li.level1 li.level2 a.level2:hover,
	#mainNav li.level1 li.level2 a.cur,
	#mainNav li.level1 li.level2 a.act {
		color: #90b912;
	}
	
	#mainNav li.level1 li.level2 li.level3 a.level3 {
		font-size: 12px;
		line-height: 15px;
		color: #787878;
		font-weight: bold;
		padding: 5px 0 4px 48px;
		background: url(../../images/li_bg.gif) no-repeat 38px 11px; 
	}	

	#mainNav li.level1 li.level2 li.level3 a.level3:hover,
	#mainNav li.level1 li.level2 li.level3 a.cur,
	#mainNav li.level1 li.level2 li.level3 a.act {
		color: #90b912;
	}
	
#midCol {
	margin-left: 262px;
	margin-right: 185px !important;
	margin-right: 182px; /* ie6 3px jog bugfix */
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		/*min-height: 450px;
		height: auto !important;
		height: 450px;*/
		margin: 32px 0 10px 0;
	}
	
#rightCol {
	width: 150px;
	float: right;
	background: url(../../images/rightcol_bg.gif) no-repeat right top;
}

	#rightCol .ctArea {
		margin: 36px 12px 0 0;
	}



