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

body{
	background:#5F9514;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
}
a{
	color:#2f6823;
}
a:hover{
	text-decoration:none;
}
ul{
	margin-left:-10px;
	list-style-image:url(/media/images/layout/bullet.gif);
}
#bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;	
}

#mainNav{
	padding-bottom:20px;
	font-size:13px;
	width:900px;
	background:url(/media/images/layout/bg_top.png) top center no-repeat;
	height:50px;
	margin-top:30px;
	padding-top:50px;
	font-weight:bold;
}
#mainNav ul{
	margin-top:25px;
}
#mainNav ul, #contentLeft ul{
	list-style:none;
	margin-left:-10px;
}
#mainNav ul li{
	display:block;
	float:left;
	margin-right:20px;
	font-size:10px;
	text-transform:uppercase;
}
#mainNav ul li.selected{
	background: no-repeat top center url(/media/images/layout/select_bubble.png);
	height:40px;
	margin-top:-81px;
	padding-top:81px;
	min-width:70px;
	text-align:center;
}
#mainNav a{
	text-decoration:none;
	color:#73c228;
}
#mainNav a.selected{
	color:#256186;
}
#mainNav a:hover{
	color:#006633;
}
#contentHolder{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
}
#content_top{
	margin-top:-50px;
}
#logo{
	float:right;
	margin-right:10px;
	margin-top:-40px;
}
#content{
	margin:0;
	background:url(/media/images/layout/bg_middle.png) top left repeat-y;
	padding-bottom:50px;
	width:900px;
	text-align:left;
}
#contentBottom{
	width:900px;
	background:url(/media/images/layout/bg_bottom.png) top center no-repeat;
}
#footer{
	width:850px;
	text-align:left;
	margin-top:20px;
	color:#FFF;
	font-size:10px;
	height:100px;
}
#footerNav{
	float:right;
}
#copyright{
	float:left;
	color:#a5e352;
}
#footerNav a{
	color:#fff;
	text-decoration:none;
}
#footerNav ul{
	margin:0;
	list-style:none;
	margin-right:10px;
}
#footerNav ul li{
	display:block;
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:solid #a5e352 1px;
}
#footerNav a:hover{
	text-decoration:underline;
}
#contentMain{
	padding:0px;
	z-index:100;
}
.greenBG {
	padding-top:25px;
	padding-bottom:25px;
	background-color:#d6f1ba;
	width:680px;
	margin-right:auto;
	margin-left:auto;
}
.borderBox {
	border:3px solid #d6f1ba;
	width:600px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	
}
#contentLeft{
	float:left;
	padding:0 20px 0 30px;
	width:270px;
	margin:0 20px 0 0;
	color:#fff;
}
#contentLeft a{
	color:#006633;
	text-decoration:none;
	display:block;
	padding:5px;
	padding-left:10px;
	border-bottom:solid 1px #EEE;
}
#contentLeft a.selected{
	color:#73c228;
	border-right:none;
}
#contentLeft a:hover{
	background:#EEE;
}
#contentLeft h3{
	color:#999;
	border-bottom:solid 1px #73c228;
}
#contentLeft ul{
	list-style-image:none;
	margin-left:-40px;
	margin-bottom:30px;
}
#contentRight{
	float:left;
	width:470px;
	padding:20px;
	background:url(/media/images/content_bg/content_middle.gif) repeat-y;
}
#contentRight ul{
	list-style-image:none;
}
#shadowTop{
	background:url(/media/images/content_bg/content_top.gif) left top no-repeat;
	margin:-20px;
	margin-bottom:-10px;
}
#shadowBottom{
	background:url(/media/images/content_bg/content_bottom.gif) left top no-repeat;
	margin:-20px;
	margin-top:0;
}
#breadCrumb{
	float:left;
	width:450px;
	height:30px;
	padding:10px 0 0 0px;
	margin-top:-10px;
	font-size:11px;
	color:#006633;
}
#breadCrumb a{
	text-decoration:none;
	color:#666;
}
#breadCrumb a:hover{
	color:#73c228;
}
.clear{
	clear:both;
}
label{
	margin:0;
}
#footer a.selected{
	color:#003300;
}
.callout a{
	text-decoration:none;
}
.callout{
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
	font-weight:bold;
	text-align:center;
}
.callout h2{
	color:#006633;
}
.callout a:hover{
	text-decoration:none;
}