﻿body, textarea, input {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;    
}

h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
}

body, h1, ul#nav, h2, h3, p {
    margin: 0;
    padding: 0;
}

h2 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	margin-top: 10px;
}

a img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

#content a {
	text-decoration: none;
}

#pagewrapper {
	width: 800px;
	margin: 50px auto 0 auto;	
}

h1#logo {
	display: block;
	background: url(/images/common/banner_bg.jpg) no-repeat;
	height: 90px;
	margin-bottom: 6px;
}

h1#logo a {
	display: block;
	height: 90px;
	width: 150px;
	float: right;
}

a span {
	display: none;
}

div#contentwrapper {
	margin-top: 13px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(/images/common/bg_content_yellow.png) repeat-y;
}

div#contentwrapper.green {
	background: url(/images/common/bg_content_green.png) repeat-y;
}

div#contentwrapper.greengray {
	background: url(/images/common/bg_content_greengray.png) repeat-y;
}

div#contentwrapper.greengray div#rightcol {
	background: #eaefea;
}

div#contentwrapper.yellow {
	background: url(/images/common/bg_content_yellow.png) repeat-y;
}

div.index 
{
	background: none !important;
}
div#contentwrapper.index
{
    min-height: 400px !important;
    height: 400px !important;
}

div#subnav {
	width: 147px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	padding: 21px 13px;
}
div#subnav.index
{
    min-height: 400px !important;
    height: 400px !important;
}

div#subnav li a {
	color: #FFF;
	margin-bottom: 10px;
}

div#subnav.index {
	width: 173px;
	padding: 0;
}

ul#footer
{
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    width: 800px;
    height: 21px;
    background: transparent url(../images/common/footer.png) no-repeat;
}

ul#footer #contact a
{
    display: block;
    margin-left: 580px;
    width: 140px;
    height: 21px;
}
ul#footer #contact a span
{
    display: none;
}

.puff img, .indexcol img {
	margin-bottom: 8px;
}

div#content {
	float: left;
	width: 262px;
	padding: 30px;
}

div#indexcontent {
	float: left;
	width: 455px;
	padding: 0;
	margin: 0 0 0 8px;
}

.indexcol {
	width: 220px;
	margin: 0;
}

div#rightcol {
	float: right;
	width: 305px;	
}

div#indexrightcol {
	float: right;
	width: 157px;
	background: #e2c357;
	height: 400px;
}

ul.newslist {
	margin: 0;
	padding: 20px 13px;
	list-style: none;
}

ul.newslist li {
	margin-bottom: 10px;
}

ul.newslist li strong {
	display: block;
}

ul.newslist a, ul.newslist span {
	display: block;
	text-decoration: none;
	color: #000;
}

.greengray ul.newslist a,
.greengray ul.newslist span
{
	color: #FFF !important;
}

.yellow ul.newslist a,
.yellow ul.newslist span
 {
	color: #000 !important;
}

.thumbs {
	padding: 5px;
	line-height: 1px;
	clear: both;
}

.thumb {
	display: block;
	margin-bottom: 9px;
}

/* COLORS */

.yellowcolor, 
div#subnav li a:hover, 
div#subnav li a.active, 
#content h2,
.greengray ul.newslist li a:hover,
.yellow ul.newslist a:hover, 
#content a
{
    color: #e2c357;
}

.darkgreen,
.yellow ul.newslist li a:hover {
    color: #3c7445 !important;
}

a.activesub {
	font-weight: bold;
}

.green a.activesub { 
	color: #e2c357 !important; 
}
.yellow a.activesub { color: #3c7445 !important; }

/* MISC */
.clr {
	clear: both;	
}

.topimg {
	margin-bottom: 8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

li.pageffw, li.pagerev {
	display: block;
	width: 50px;
}

li.pagerev {
	float: left;
}

li.pageffw {
	float: right;
}

/* FORMS */

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	margin-bottom: 15px;
}

label.textinput {
	display: block;
	margin: 0 0 5px 0;
}

.text {
	width: 170px;
}

label.textinput span {
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 5px;
	padding: 2px 0 0;
}

.indent, textarea {
	margin-left: 50px;
}

.textboxlist label {
	display: inline;
}

span.errormessage {
	display: block;
	clear: both;
	color: #CCC !important;
	margin-left: 55px;
	height: 20px;
}