@charset "UTF-8";
body {
	background-image: url(images/backround2.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Microsoft Sans Serif", Helvetica, Arial, sans-serif;
	color: #eaeaea;
	font-size: 14px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #009EE0;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #96BF08;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	color: #0093D1;
	text-decoration: none;
}
#navigation {
	background-image: url(images/home-banner.jpg);
	height: 290px;
	width: 1020px;
	background-position: top;
	background-repeat: no-repeat;
}
#navigation UL{
	padding:0;
	margin:0;
	


	
}
#navigation li{
	padding:0;
	margin:0;
	list-style-type: none;
	height: 40px;
	list-style-image: none;
	float: left;


	
}
#navigation li a{
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	color: #93BC0B;
	height:20px;
	display:block;
	margin-left:10px;
	margin-right: 10px;
	border-bottom: 10px solid #000;
	padding: 8px 0px 0px;

}
#navigation li a:hover{
	color: #059CE7;
}
#navigation li#active a {
	border-bottom: 11px solid #00A2D9;



}
#col3 {
	width: 190px;
	float: left;
}
#content {
	width: 1020px;
}
#col2 {
	width: 210px;
	float: left;
}
#col1 {
	width: 610px;
	float: left;
}
.clearit {
	clear: both;
}
.col1-content {
	margin-left: 10px;
	margin-top: 10px;
}
.col2-content {
	margin:10px 10px 0;
	padding-bottom: 10px;
}

.col3-content {
	padding: 10px;
	margin-top: 10px;
	background-image: url(images/col3background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	border-bottom: 10px solid #97C012;
	width: 1000px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
}
.highlight {
	color: #93C012;
}

