/* Page layout stylesheet */

* {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width: 990px;
	position: relative;
	top: 15px;
	margin: auto;
	background: url(../../images/main_bg.gif) repeat-y 0 0 #FFF;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 188px;
	background-color: #FFF;
}

	#head h1 a {
		display: block;
		outline: 0;
		width: 276px;
		height: 38px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 0;
		top: 0;
		color:#FFF;
		font-size:18px;
		font-family:Verdana, sans-serif;
		font-weight: normal;
		text-align:center;
		padding-top:124px;
	}
	
	#headerImage {
		text-indent: 0px;
		height: 191px;
		width: 700px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#homeLink {
		position:absolute;
		top:109px;
		left:0px;
		width:279px;
		height:37px;
		border:0px solid #FFF;
		
		
	}
	
	#homeLink a {
		display:block;
		color:#FFF;
		font-family:Verdana, sans-serif;
		font-size: 18px;
		text-align:center;
		margin:8px 0 9px;
		padding:8px;
		width:261px;
		height:37px;
	}
	
	#mainNav {
		position: absolute;
		top: 155px;
		left: 0px;
		width:990px;
		height:33px;
		background-color:#5f5aa0;
	}
	
	#mainNav li {
		position: relative;
		float: left; 
		
		/*border: 1px #000 solid;*/
	}
	
	#mainNav li a {
		display: block;
		font-size: 14px;
		color: #fff;
		text-align:center;
		padding:4px 0;
		height:25px !important;
		height:33px;
		
	}
	
	#mainNav li.level1 {
		text-align:center;
		

	}
	
	#mainNav li a.level1 {
		line-height: 24px;
		width: 110px !important;
		text-align:center;
		background: url(../../images/nav_bg.gif) no-repeat top right #5f5aa0;
		
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li a.act { 
		background: url(../../images/nav_bg.gif) no-repeat top right #636363;
	}
	
	#mainNav li.last a,
	#mainNav li.last a:hover,
	#mainNav li.last a.cur,
	#mainNav li.last a.act{
		background-image:none;
	}
	
#midCol {
	margin-right:185px !important;
	margin-right:182px;
	padding-top:8px;
	
}
#midCol .ctElement {
	padding:0 0 0 27px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		min-height: 450px;
		height: auto !important;
		height: 450px;
		margin: 8px 0 10px 0;
		padding-top: 42px;
	}
	#midCol .contactText {
		position:absolute;
		top: 188px;
		display:block;
		background: #b6b3d9;
		line-height:18px;
		margin-right: 160px !important;
		margin-right: 162px; /* ie6 3px jog bugfix */
		width:772px !important;
		width:826px;
		padding:4px 27px;
		color:#FFF;
		font-size:11px;
	}
#rightCol {
	width: 160px;
	float: right;
}

	#rightCol .ctArea {
		margin: 10px 10px 0 0;
	}
	#rightCol .ctArea a {
		color:#FFF;
	}

#footer {
	clear: both;
	width: 990px;
	height: 10px;
}

	#copyright {
		display: none;
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		top: 50px;
	}
	
	#copyright a {
		font-size: 11px;
		line-height: 12px;
		color: #000000;
		margin-left: 2px;
	}
	
	#copyright a span {
		display: none;
	}




