/* Page layout stylesheet */

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

#main {
	width: 968px;
	position: relative;
	/*left: -104px;*/
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 296px;
	background-color: #210000;
}

#treeLevel1 #head {
	height: 433px;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 200px;
		height: 136px;
		background-image: url(../../images/logo.png);
		behavior: url(fileadmin/template/js/iepngfix.htc);
		position: absolute;
		left: 688px;
		top: 0;
		z-index: 1;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 240px;
		width: 760px;
		position: absolute;
		right: 0;
		top: 56px;
		z-index: 0; 
	}
	
	#treeLevel1 #headerImage {
		height: 377px;
	}
	

#leftCol {
	width: 208px;
	float: left;
}

	#mainNav {
		text-align: right;
		padding-right: 21px;
		margin-top: 37px;
	}
	
	#treeLevel1 #mainNav {
		margin-top: 0;
	}
	
	#mainNav li {
	}
	
	#mainNav li a {
		display: block;
	}
	
	#mainNav li.level1 {
	}
	
	#mainNav li a.level1 {
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		color: #FFF;
		margin-bottom: 13px;
		text-transform: uppercase;
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li a.act { 
		color: #e76900;
	}
	
	#mainNav li a.act {
		padding-top: 14px;
	}
	
	#mainNav li.first a.act {
		padding-top: 0;
	}
	
	#mainNav li.last a.level1 {
		padding-top: 29px;
		font-weight: normal;
	}
	
	#mainNav li ul {
		padding-bottom: 9px;
	}
		
	#mainNav li li a.level2 {
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #FFF;
		margin-bottom: 8px;
	}	

	#mainNav li li a.level2:hover,
	#mainNav li li a.cur,
	#mainNav li li a.act {
		color: #e76900;
	}
	
#midCol {
	margin-left: 247px;
	margin-right: 281px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		min-height: 450px;
		height: auto !important;
		height: 450px;
		margin-top: 37px;
		margin-bottom: 7px;
	}
	
	#treeLevel1 #midCol .ctArea {
		margin-top: 0px;
	}
	
#rightCol {
	width: 280px !important;
	width: 277px;
	float: right;
}

	#rightCol .ctArea {
		margin: 37px 41px 0 39px;
	}
	
	#treeLevel1 #rightCol .ctArea {
		margin-top: 0;
	}


#footer {
	clear: both;
	width: 680px;
	border-top: 1px solid #c2c2c2;
	margin-left: 247px;
	height: 76px !important;
	height: 78px;
}
	
	#metaNav {
		margin-top: 10px;
	}
	
	#metaNav li {
		float: left;
	}
	
	#metaNav li a,
	#metaNav li span {
		display: block;
		color: #210000;
		line-height: 6px;
		font-size: 9px;
		padding: 0 4px 3px 4px;
		border-left: 1px solid #210000; 
	}
	
	#metaNav li.first span {
		padding-left: 0px;
		border-left: none;
	}
	
	#metaNav li.last a {
		padding-right: 0;
	}
	
	#metaNav li.print a {
		left: 850px;
		/*background-image:url(../../images/print.gif);*/
	}
	
	#metaNav li a:hover {
		text-decoration: underline;
	}


