/*
Name: Clean Green
Date: 2007-05-13
Description: Clean Green Template
Author: IR Design
URL: http://www.irdesign.com 
modified: September 2008 by Scott Marlow | Marketing By Marlow | http://www.marketingbymarlow.com
*/

body {
	margin: 0 auto;
	background: #f2f2f2 url(../images/back.gif) top center repeat-y;
	height:100%;
	font-family: verdana, arial, sans-serif
}
#container {
	width: 780px;
	height:100%;
	border: 0px solid #fff;
	margin: 0 auto 0 auto;
	font-size: 11px;
	font-weight: normal;
	color: #000
}
h1 {
	font-size: 22px;
	letter-spacing: .1em;
	color: #fff;
	padding: 20px 0 auto 4px
}
h2 {
	font-size: 16px;
	color: #D15803;
	padding: 2px 0 0 4px;
	text-align: center;
	margin: 0 auto
}
h3 {
	font-size: 14px;
	color: #D15803;
	padding: 10px 0 0 0;
	margin: 0 auto
}
a:link {
	color: #003366;
	border-bottom: 0px solid #efefef;
	text-decoration: none
}
a:visited {
	color: #003366;
	border-bottom: 0px solid #efefef;
	text-decoration: none
}
a:hover {
	color: #A52A2A;
	text-decoration: underline
}
#header {
	vertical-align: top;
	padding: 20px 0 0 20px;
	font-size: 12px;
	margin: 0 auto;
	font-weight: lighter;
	background-color:#663;
	/*background-color: #7FB538;*/
	border-bottom: 1px solid #000
}
#content {
	float: left;
	width: 570px;
	line-height: 18px;
	text-align: left;
	padding: 25px 14px 11px 16px;
/*	border-left: 0px solid #efefef;*/
	border-left: 1px solid #989898;
	color: #000
}
#footer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	color: #000
}
#menu {
	height: 1.4em;
	line-height: 1.8em;
	width: auto;
	margin: 0 10px;
	padding: 3px;
	text-align: center;
	background: #fff
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center
}
#menu li {
	float: right;
	list-style-type: none;
	white-space: nowrap;
	margin: 2px 0 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto
}
#menu a {
	display: block;
/*	width: 90px;*/
	padding: .1em .5em;
	text-align: center;
	border: 1px solid #000;
	background: #993;
	text-decoration: none;
	margin-left: 4px
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #000
}
#menu a:hover, #menu a.select {
	border: 1px solid #000;
	background: #663;
	/*background: #718B4E;*/
	color: #fff
}
#sidenav {
	float: left;
	width: 140px;
	height: 100%;
	text-align: left;
	padding: 0 16px 0 12px;
	/*border-right: 1px solid #989898;*/
	font-size: 10px;
	color: #000
}
#sidenav h4 {
	font-size: 12px;
	color: #989898;
	padding-top: 0;
	padding-left: 0;
}

