/* CSS Document */

/*LAYOUT SHIZZLE*/
body {background:url(../img/background5.jpg) no-repeat white; margin:0; padding:0; font-family:Verdana, Geneva, sans-serif;}
#container {position:relative; overflow:auto; margin-left:auto; margin-right:auto; margin-top:15px; width:800px; background-color:#EFEFEF; border:#CCC 1px solid; height:auto;}
#menu {width:800px; height:40px; background:#2F8831; text-align:right;}
#banner {margin-left:auto; margin-right:auto; margin-top:15px; width:760px; height:160px; border:#CCC 1px solid;}
#content {position:relative; margin-top:15px; margin-left:auto; margin-right:auto; margin-bottom:15px; width:760px; background-color:#EFEFEF; height:auto;}
#contentl {position:relative; float:left; width:488px; background:white; border:#CCC 1px solid; height:auto; padding:5px;}
#contentr {position:relative; float:right; width:230px; margin-left:18px; background:white; border:#CCC 1px solid; height:auto; padding:5px;}
#content li {list-style:none; margin-left:-10px; margin-top:5px; font-size:12px; color:#333;}
#content a {color:#333;}
#content a:link, a:visited {color:; text-decoration:none;}
#content a:hover {text-decoration:underline; background-color:;}
#title {margin:0; padding:0; background:#2F8831; width:100%; height:28px; color:white;}
#footer {position:relative; float:left; height:34px; background:#2F8831; border-top:#CCC 1px solid; width:800px; margin-top:15px;}

/*TEXT SHIZZLE*/
p {font-size:12px; color:#333; margin:10px;}
#contentl li {font-size:12px; color:#333; margin:10px; list-style:square;}

h1 {margin-top:0; margin-left:10px; font-size:22px;}
h2 {font-size:18px;}
#menu ul {margin:0; padding:0; padding-top:10px; padding-right:15px;}
#menu li {margin:0; padding:0; list-style:none; color:white; display:inline;}
#menu a:link, a:visited {color:white; text-decoration:none;}
#menu a:hover {background:#71BE5A;}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:800px; 
	height:35px; 
	background:#2F8831;
	text-align:right;
	}
.menu ul{
	background:#2F8831;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
		text-align:right;
	}
	.menu li{
		float:right;
		padding:0px;
			text-align:right;
		}
	.menu li a{
		background:#2F8831 url("img/seperator.gif") bottom right no-repeat;
		color:white;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background:#6CC66F url("img/hover.gif") bottom center no-repeat;
			color:white;
			text-decoration:none;
			}
	.menu li ul{
		background:#2F8831;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('img/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#6CC66F url('img/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
