﻿@charset "UTF-8";
/* CSS Document */

body{
	background:#1e1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}


#banner{
	background:url("images/banner.png") top left no-repeat;
	width:875px;
	height:184px;
}

#logo{
	float:left;
	clear:none;
	margin-left:70px;
	margin-top:5px;
}

#contact-info{
	float:right;
	clear:none;
	background:url("images/contact.png") top left no-repeat;
	width:279px;
	height:84px;
	margin-right:-30px;
	padding-left:140px;
}

a{
	color: #009933;
}

#content-area{
	background:url("images/background.png") top left repeat-y;
	width:875px;
	height: 500px;

}

#left-content{
	float:left;
	clear:none;
}

#welcome{
	width:780px;
	height: 400px;
	background:#dacfb9;
	padding:15px;
	margin-left:20px;
	margin-top:0px;
	overflow:scroll;
}


h1{
	color: #009933;
	font-size: 24px;
	background-color:black;
}
h2{
	color: #009933;
	font-size: 16px;
	
}


#divider{
	width:390px;
	height:10px;
	background:#009933;
	margin-left:20px;
}

#right-content{
	float:left;
	clear:none;
	margin-left:20px;
}



/* menu */

#menu-green{
	 background:url("images/menu-green.png") top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu{
	width:110px;
	height:350px;
	margin-top:50px;
	float:right;
	clear:none;
	
	margin-right:-92px;

}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	margin:0px;
	padding:0px;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	margin-left:-10px;
}

#menu ul li a:hover{
	font-weight:bold;
}

#footer{
	background:url("images/background-bottom.png") top left no-repeat;
	width:850px;
	height:38px;
	font-size:11px;
	color:#e7e0d2;
	padding-top:35px;
}
