@charset "utf-8";

header 
{
	height:287px; 
	position:relative; 
	margin-bottom:5px;
}
	header .logo 
	{
		font-size:2.5em; 
		height:87px; 
		padding-top:28px; 
		font-weight:700; 
		text-shadow:1px 1px 2px #000; 
		color:#fff; 
		filter: Shadow(Color=#666666, Direction=135, Strength=3); 	
	}
	header .bgmenulogo
	{
		height: 87px;
		margin-bottom:10px
	}
	header .bghead
	{
		margin-top:5px;
		height: 188px;
		background: url(../i/bghome.jpg) no-repeat left top;
	}
	header .statement 
	{
		width:40%; 
		text-align:right;
		height:86px
	}
header nav 
{ 
	color:#6e6e6e; 
	height:30px;
	margin: 30px 0 0 40px;
	width: 400px
}
	nav ul 
	{
		list-style:none;
	}
	nav ul li 
	{
		float:left;
		margin-left:5px;
	}
	nav ul li a	{
		display:block; 
		text-decoration:none; 
		padding:2px 8px; 
		margin-top:8px;
		color: #6a6e6e;		
		font: normal 14px Tahoma, Geneva, sans-serif;
	}
	nav ul li a:hover, nav ul li.active a 
	{
		background-color:#f09102; 
		color:#fff;
		text-decoration:none;
		-moz-border-radius-topright: 5px; 
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px; 
	}
aside 
	{
		
	}	

	.submit, .submit:visited 
	{
		background: #525252; 
		display: inline-block; 
		padding: 5px 10px 6px; 
		color: #fff; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		border:none;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		margin-bottom:5px;
	}

footer 
{ 
	font-size:.8em; 
	color: #bbbabb
}