/*

main style sheet containing styles universal to all pages

--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #EDBE3C repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #88AF00;
}

a:hover {
	color: #5B7817;
	text-decoration: underline;
}

embed, object {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hr {
	border-bottom: 1px dashed #C5DB76;
	height: 1px; overflow: hidden;
	margin: 0 0 20px 0;
}
.hr hr {
	display: none;
}

/*
page structure
================================================*/

#wrapper {
	margin: 0 auto;
	padding: 0 0 35px 0;
	width: 960px;
}

#banner {
	float: left;
	height: 197px;
	width: 960px;
}

#outer-container {
	background: url(../images/backgrounds/outer-container.gif) #fff repeat-x;
	float: left;
	width: 960px;
}

#container {
	background: url(../images/backgrounds/container.gif) repeat-y;
	float: left;
	width: 960px;
}

/* banner area
================================================*/

#logo {
	background: url(../images/backgrounds/logo.gif) no-repeat;
	float: left;
	height: 147px;
	text-indent: -9999px;
	width: 435px;
}

#tagline {
	color: #4E6910;
	float: right;
	font-size: 18px;
	font-style: italic;
	padding: 93px 0 0 0;
	text-align: right;
}

/* navigation
================================================*/

#nav {
	background: url(../images/backgrounds/nav.jpg) repeat-x left top;
	float: left;
	height: 50px;
	width: 960px;
}

#nav ul {
	list-style: none;
	line-height: normal;
}

#nav li {
	float: left;
	height: 50px;
}

#nav a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 30px 7px 30px;
	background: url(../images/backgrounds/nav-item.jpg) no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #325C12;
	border: none;
}

#nav li.current {
	background: url(../images/backgrounds/current-nav-item.gif) no-repeat 18px 22px;
}

#nav li.current a, #nav li.current a:hover {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

/* content area
================================================*/

#content {
	color: #3f3f3f;
	float: left;
	padding: 35px 25px;
	text-align: justify;
	width: 630px;
}

#content p,
#content ul,
#content ol,
#content dl { 
	font-size: 1.2em;
	line-height: 1.9em;
}

#content p {
	padding: 0 0 20px 0;
}

#content ul {
	padding: 0 0 20px 0;
	text-align: left;
}

#content ul li {
	background: url(../images/backgrounds/list-item.jpg) no-repeat 10px 9px;
	list-style-type: none;
	padding: 0 0 0 25px;
}

#content ol {
	padding: 0 0 20px 30px;
	text-align: left;
}

#content li {
	line-height: 2.2em;
}

#content img, #content img.sit-right {
	border: 1px solid #86B227;
	float: right;
	margin: 0 0 30px 30px;
}

#content img.sit-left {
	border: 1px solid #C25A37;
	float: left;
	margin: 0 30px 30px 0;
}

#content img.no-border {border: 0;}

#content img.no-float {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #5B7817;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	color: #CFA619;
	font-size: 2.5em;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 1.9em;
	letter-spacing: -.5px;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.45em;
	font-weight: bold;
	padding: 0 0 5px 0;
}


h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 5px 0;
}


/* sidebar 
================================================*/

#sidebar {
	color: #636363;
	float: left;
	padding: 35px 25px;
	width: 230px;
}

#sidebar h3 {
	border-bottom: 1px dashed #C5DB76;
	color: #5B7817;
	font-size: 19px;
	letter-spacing: -.5px;
	margin: 0 0 18px 0;
}

#sidebar p,
#sidebar ul,
#sidebar ol,
#sidebar dl { 
	font-size: 1.2em;
	line-height: 1.8em;
}

#sidebar p {
	padding: 0 0 20px 0;
	text-align: justify;
}

#sidebar ul {
	list-style-type: none;
	padding: 0 0 20px 0;
	text-align: left;
}

#sidebar li {
	line-height: 1.5em;
	background: url(../images/backgrounds/list-item.jpg) no-repeat 2px 7px;
	padding: 0 0 14px 15px;
}

/* footer 
================================================*/

#footer {
	background: #474036;
	float: left;
	height: 50px;
	padding: 0px 0 15px 0;
	width: 960px;
}

#footer p {
	color: #7F725F;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}

#footer span {
	color: #E1F5A6;
	padding: 0 8px;
}

#footer span#eeEncEmail_522t2X6f2o {padding: 0;}

#footer a {
	color: #E1F5A6;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}