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

* {
	margin: 0; padding: 0;
	border: none; outline: none;
}

html {
	background-color: #11180e;
}

#navigation {
	width: 760px;
	height: 30px;
	margin: 40px auto 3px auto;
}

#navigation li {
	float:left;
	padding-left:1px;
	list-style:none;
}
#navigation li a{
	display:block;
	
	width: 122px;
	text-align:center;
	margin: 1px;
	font: 11pt bold Verdana, Geneva, sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
	text-decoration:none;
	height: 16px;
}
#navigation li a.green {
	background: #65b423;
	margin-top: 15px;
	color: #c7e4b0;
}
#navigation li a:hover.green {
	background: #4a841a;
}
#navigation li a.blue {
	background: #1f9fb8;
	margin-top: 15px;
	color: #acdce5;
}
#navigation li a:hover.blue {
	background: #167284;
}
#navigation li a.orange {
	background: #f19d00;
	margin-top: 15px;
	color: #fadba1;
}
#navigation li a:hover.orange {
	background: #c48002;
}
#navigation li a.white {
	background: white;
	height: 30px;
	color: #aaa;
	margin-top: 8px;
	padding-top: 5px;

}
#main {
	width: 756px; 
	background: white;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	
}
#banner {
	height: 150px;
	background-image: url("images/banners/1.png");
	width: 680px;
	height: 119px;
	border: 1px solid white;
	margin-left: 65px;
}
#logo {
	background-image: url("images/logo.jpg");
	width: 76px;
	height: 90px;
	margin-left: -38px;
	margin-top: 15px;
}
#content{
	padding: 20px 0 20px 65px;
	width:420px;
}
#footer{
	background-color: #11180e;
	height: 50px; 
	font: 9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align:right;
	padding-top: 5px;
}
#right_bar{
	width: 225px;
	float:right;
	margin-right: 20px;
	margin-top: 20px;
}
#right_bar #orange {
	background: #f3aa21 url("images/orange_top.png") no-repeat top right;
}
#right_bar #green {
	background: #6ab82a url("images/green_bottom.png") no-repeat bottom right;
	margin-top: 25px;
}