body { 
	background-color:#ffffff;
        background-image:url(/background_tree.jpg);
        background-repeat:no-repeat;
        background-position:left top;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px;
	padding: 0px;
}

A:link {color: #878787; text-decoration: none}
A:visited {color: #878787; text-decoration: none}
A:active {color: #878787; text-decoration: none}
A:hover {color: #000000; text-decoration: none}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
.block {
  display: block;
}
.small {
  font-size: 0.85em; 
}
.green {
  color: #82C048;
}
.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 736px;
}


p{
	margin: 15px 0px;
}


/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-color:#DBEBC7;
	background-image:url(/header_logo.png);
        background-repeat:no-repeat;
	width:742px;
	height:166px;
	border: 0px solid #E3E5DB;
	position:relative;
}
img{
	border-width:0px;
}
#header ul{
	background-color:#660029;
	width:756px;
	border: 3px solid #C2C4B8;
	display:block;
	top:124px;
	position:absolute;
	margin: 0px 0px 0px -10px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
        font-size: 13px;
}
#header ul a:hover{
	text-decoration:none;
	color:#C2C4B8;
}
#header_text {
	top:95px;
	left:70px;
	width:400px;
	position:absolute;
}
#header_text p{
	font-size: 11px;
	color:#000000;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-color:#F1F9DF;
	width:736px;
	border: 3px solid #E3E5DB;
}
img{
	border-width:0px;
}
h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.55em;
	text-align:center;
 margin: 10px 6px -10px 0px;
 line-height: 20px;
}

h2{
	color:#85a157;
	font-size:15px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}


h3 {
 font-family: Arial, Helvetica, sans-serif;
 color:#85a157; 
 font-size: 1.35em;
 line-height: 12px;
 text-decoration: none;
}
h3 a.current span{
 font-family: Arial, Helvetica, sans-serif;
 margin: 10px 10px 10px 10px;
 line-height: 12px;
 text-decoration: none;
}
h3 a.current:hover span{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 margin: 10px 10px 10px 10px;
 line-height: 12px;
 text-decoration: none;
}


blockquote {
  margin: 20px;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
}



#entire {
	float:left;
	width:682px;
	margin-left:27px;
	padding: 0px 10px 0px 0px;
	display:inline;
}
#entire a{color:#9C3E44;}
#entire a:hover{color:#28556b;}
#entire ul{
        margin-left:10px;
}

#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#9C3E44;}
#left a:hover{color:#28556b;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#9C3E44;
}
#right a:hover{
	color:#28556b;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(/content_footer.jpg);
background-repeat:no-repeat;
font-size:1px;
width:742px;
height:14px;
position:relative;
margin: 0px 0px -8px -3px;
}
#footer { 
	background-color:#ffffff;
        background-image:url(/background_shadow.jpg);
        background-repeat:no-repeat;
        background-position:left;
	height:125px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px;
	padding: 0px;
}
#footer a{
	font-size: 10px;
}
#footer img{
	border-width:0px;
}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

.highlight {
  padding: 1px 2px;
  background: #D9F5EC;
  border-top: 1px solid #BDEDDE;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #F1F9DF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #FFF;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #000000;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}


/**************************************************************
   Css I am playing around with that may or may not work
 **************************************************************/


.pullquote {
	width: 30%;
        text-align:center;
	font-size:125%;
	float:right;
	line-height:120%;
	margin:10px;
	background: url(close_quote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 5px 0px;
}
.pullquote:first-letter {
	background: url(open_quote.gif) no-repeat left top !important;
	padding:2px 2px 10px 30px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.leftpullquote {
	width: 30%;
        text-align:center;
	font-size:125%;
	float:left;
	line-height:120%;
	margin:10px;
	background: url(close_quote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 5px 0px;
}
.centerpullquote:first-letter {
	background: url(open_quote.gif) no-repeat left top !important;
	padding:2px 2px 10px 30px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pquote {
	width: 50%;
        text-align:center;
	font-size:125%;
	line-height:120%;
        margin-left: auto;
        margin-right: auto;
        width: 15em
	margin:5px;
        background: url(close_quote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 5px 0px;
}
.pquote:first-letter {
	background: url(open_quote.gif) no-repeat left top !important;
	padding:2px 2px 10px 30px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}



.centerquote {
	margin:20px;
        line-height:150%;
        text-align:center;
      	background: url(close_quote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 5px 0px;
}
.centerquote:first-letter {
	background: url(open_quote.gif) no-repeat left top !important;
	padding:2px 0px 10px 30px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}


.quote {
 font-family: Arial, Helvetica, sans-serif;
color:#595959; 
font-weight: bold; 
font-size: 13px;
 margin: 10px 6px -10px 0px;
 text-align:center;
}



.teaser {
		width:430px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url("tsr.gif") bottom left no-repeat;
}
.teaser h3 {
margin:0;
		padding:7px 10px 3px 10px;
		background:url("tsr.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		background:url("tsr-a.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	.teaser a.more:hover {
		text-decoration:underline;
	}


/**************************************************************
   Tables
 **************************************************************/

#article-table 
{
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

#article-table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

#article-table th,
#article-table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}

.col1 {
   width: 35%;
}

.col2 {
   width: 50%;
}



#thead th {
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

#article-table tbody tr.dark {
  background-color: #F5F5F5;
}

#article-table tbody td {
  border-bottom: 1px solid #DDD;
}

#article-table tbody tr:hover {
  background-color: #FBFEDF;
}

.indented1
   {
   padding-left: 10pt;
   padding-right: 10pt;
   }

.bigindented1
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #fff;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  font: 400 1em georgia, sans-serif;
  cursor: pointer;

  color: #fff;
  background: #508231;
  border-width: 1px;
  border-style: solid;
  border-color: #B8E78B #2D5018 #2D5018 #B8E78B;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}



