/* CSS Document */

body {
	background:#476e20;
}

#wrapper {
	width:100%;
	background:url(images/body-bg.gif) repeat-x #e9e9e9;
	_text-align:center;
}

#wrapper2 {
	width:970px;
	background:url(images/content-bg.gif) repeat-y #fff;
	margin:0 auto;
	_text-align:left;
}

/* Header */

#header {
	width:970px;
	height:175px;
	overflow:hidden;
}

#header h1 {
	float:left;
	width:693px;
}

#header h2 {
	float:right;
	position:relative;
	height:175px;
}

#header h2 p {
	position:absolute;
	right:0;
	bottom:9px;
	_bottom:14px;
	margin:0;
	padding:0;
}

#header h2 p a {
	display:block;
	height:35px;
	float:right;
	background:url(images/top-nav-1.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h2 p a.req {
	width:164px;
	background-position:0 0;
}	

#header h2 p a.req:hover {
	background-position:0 -35px;
}

#header h2 p a.email {
	width:109px;
	background-position:-164px 0;
}

#header h2 p a.email:hover {
	width:109px;
	background-position:-164px -35px;
}

/* Header End */
/* Top Navigation */

#top-nav {
	width:970px;
	height:42px;
	background:url(images/top-nav-bg.gif) no-repeat;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	height:35px;
	width:970px;
}

#top-nav ul li {
	float:right;
}

#top-nav ul li a {
	display:block;
	float:left;
	height:35px;
	padding:0 25px;
	margin:0;
	background:url(images/top-nav-buttons.gif) 0 0 no-repeat;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	line-height:35px;
	color:#fff;
	text-decoration:none;
}

#top-nav ul li a:hover {
	background-position:0 -35px;
}

#top-nav ul li.last {
	padding:0;
	background:url(images/top-nav-buttons.gif) 0 0 no-repeat;
	width:1px;
	height:35px;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	float:left;
	width:200px;
	padding:10px 0 0;
}

#left-nav h2 {
	font:16px Arial, Helvetica, sans-serif;
	color:#ae0000;
	font-weight:bold;
	padding:0 0 10px 0;
	background:url(images/left-nav-sep.gif) bottom no-repeat;
}

#left-nav ul, #left-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav ul {
	padding:0 0 25px 0;
}

#left-nav ul li {
	height:45px;
	background:url(images/left-nav-sep.gif) bottom no-repeat;
}

#left-nav ul li a {
	display:block;
	height:38px;
	_height:45px;
	width:188px;
	_width:200px;
	background:url(images/left-nav-arrow.gif) 0 50% no-repeat;
	padding:7px 0 0 12px;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
	color:#213f70;
	line-height:12px;
}

#left-nav ul li a:hover {
	color:#000;
}

#left-nav ul li a h3 {
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#left-nav ul li.oneline {
	height:45px;
	padding:0;
}

#left-nav ul li.oneline a {
	height:30px;
	_height:45px;
	padding:15px 0 0 12px;
}

#left-nav ul.left-second li {
	height:45px;
	padding:0;
}

#left-nav ul.left-second li a {
	height:30px;
	_height:45px;
	padding:15px 0 0 12px;
}

/* Left Navigation End */
/* Content Area */

#content {
	float:right;
	width:740px;
	_width:770px;
	padding:10px 15px 0;
}

/* Content Area End */
/* Footer */

#footer {
	width:100%;
	border-top:5px solid #2c4810;
	_text-align:center;
}

#footer2 {
	width:970px;
	margin:0 auto;
	text-align:right;
	padding:15px 0 15px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#fff;
}

#footer2 a {
	color:#fff;
	text-decoration:none;
}

#footer2 a:hover {
	text-decoration:underline;
}

#footer2 p {
	padding:0 0 14px;
}

#footer2 h3 {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 14px;
}

/* Footer End */