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

body{
	margin:0;
	background:#a0a74e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#60584f;
	font-size:12px;
	line-height:24px;
}
ul,li{
	margin:0;
	padding:0;
}
h1,h2,h3{
	margin:0;
	padding:0;
}
h1{
	font-size:26px;
}
a img{
	border:none;
}
hr{
	border:none;
	color:#ddd;
	background:#ddd;
	height:1px;
}
form{
	padding:0;
	margin:0;
}
td{
	text-align:left;
	vertical-align:top;
}
td.title{
	font-weight:bold;
}
#header{
	height:115px;
	background:url(/media/images/layout/green_gradient.gif) repeat-x bottom;
}
#logo{
	position:absolute;
	z-index:10;
	margin-top:-102px;
}
#content_top{
	background:url(/media/images/layout/grey_gradient.gif) repeat-x bottom;
	overflow:auto;
	margin-bottom:5px;
}
#content_top_left{
	float:left;
	width:520px;
	padding:25px;
	padding-right:40px;
	margin-top:50px;
	text-transform:uppercase;
	line-height:29px;
	font-weight:bold;
	font-size:10px;
	letter-spacing:2px;
}
#content_top_left h1{
	color:#d04227;
	font-size:30px;
}
#content_top_left input{
	border:solid 1px #999;
	padding:3px;
	font-size:14px;
	margin-bottom:8px;
	width:300px;
}
.inputSubmit{
	background:#9ea64c;
	color:#fff;
	border:solid 1px #fff;
}
.inputSubmit:hover{
	background:#d04227;
}
#content_top_left h1{
	margin-bottom:-5px;
}
#content_top_left strong{
	color:#d04227;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	height:24px;
	letter-spacing:4px;
	display:block;
	float:left;
	margin-right:5px;
}
#content_top_right{
	float:left;
	width:400px;
	background:#fff;
	padding:0 8px 0 5px;
}
#content{
	background:#fff;
	overflow:auto;
	padding-bottom:30px;
}
#content_bottom{
	float:left;
	width:500px;
}
#content_bottom a, #content_top_left a{
	color:#60584f;
	border-bottom:solid 1px #d04227;
	text-decoration:none;
}
#content_bottom a:hover, #content_top_left a:hover{
	color:#d04227;
}
#content_bottom input, #content_bottom textarea{
	border:solid 1px #999;
	padding:2px;
	color:#333;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content_bottom ul{
	padding-left:20px;
}
#content_bottom h3{
	color:#7a8187;
	border-bottom:dotted 1px #a0a74d;
	height:14px;
	margin-top:30px;
}
#content_bottom p{
	margin-bottom:20px;
}
#space_icon{
	float:right;
	margin-left:20px;
}
#subnav{
	clear:right;
	float:right;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:20px;
	width:200px;
}
#subnav.wide{
	width:380px;
	border-left:dotted 1px #9ea64c;
	padding-left:30px;
}
#subnav ul{
	list-style:none;
	margin-bottom:20px;
}
#subnav small{
	display:block;
	margin-top:-7px;
}
#subnav a{
	color:#7a8187;
	text-decoration:none;
	border-bottom:dotted 1px #d04227;
	display:block;
	border-bottom:none;
	padding-left:5px;
}
#subnav a:hover{
	color:#d04227;
	background:#f1f1f3;
}
#subnav a.selected{
	color:#d04227;
	font-weight:bold;
	text-transform:uppercase;
}
#subnav h3{
	color:#a4ab51;
	border-bottom:dotted 1px #7a8187;
	height:20px;
}
#mainNav{
	clear:both;
	background:#7a8187;
	height:35px;
	padding-top:20px;
	margin-bottom:40px;
}
#mainNav ul{
	list-style:none;
}
#mainNav ul li{
	float:left;
	margin-right:41px;
	height:13px;
}
#mainNav ul li a{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:12px;
}
#mainNav ul li a:hover{
	color:#d04227;
}
#mainNav ul li a.selected{
	color:#d2d989;
}
#footer{
	text-align:center;
	color:#fff;
	padding:30px 0 30px 0;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
	height:50px;
	background:#a0a74e;
	width:100%;
	border-top:solid 5px #fff;
}
#footer p{
	width:800px;
}
.center{
	margin-right:auto;
	margin-left:auto;
	width:1000px;
}
.alert{
	border:solid 1px #990000;
	background:#D6B3A4;
	padding:5px;
	color:#990000;
	font-weight:bold;
	margin-bottom:10px;
}


/* Admin Controls */

#adminControls{
	background:#7a8187;
	border-bottom:solid 1px #d04227;
	padding:10px;
	text-align:left;
	color:#aab155;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #aab155;
	padding:0 10px 0 10px;
}
#adminControls a{
	color:#fff;
	text-decoration:none;
	padding:5px;
}

#adminControls a:hover{
	background:#d04227;
}