/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}

body 
{ 
  text-align: center; 
  background: #d0c8b5; 
  color: #ffffff; /* white */
  font-family: verdana, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 


div.clearfloats { clear: both; }

#container
{
  width: 892px;
  border: 4px solid #655a3f; /* brown */
  margin: 20px auto 0px auto;
  background: #8baaa4; /* blue */
}


/* float banner so that buttons below are tight to the banner */
#bannerdiv
{
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  width: 892px;
  height: 114px;
  background: url(images/banner.jpg) top left no-repeat;
  text-align: right;
}

#bannerdiv a.homelink
{
  float: left;
  text-decoration: none;
	display: block;
	text-align: center;
	line-height: 114px;
	height: 114px;
	width: 600px;
	margin: 0px 0px;
	background: url(images/banner.jpg) top left no-repeat;
}


div#headercontent
{
  text-align: center;
  padding-top: 30px;
}

div#headerbarimages img
{
  float: left;
  padding: 7px 20px;
  border: 0px;
}

div#headerbarimages img a
{
  text-decoration: none;
}

input#searchin
{
  margin-top: 3px;
}

input#searchgo
{
  margin-bottom: -7px;
}

p.search
{
  font-size: .7em;
  color: #4d4225; /* brown text */
  padding-top: 3px;
  margin-right: 30px;
}

p.search a
{
  color: #6a9f37; /* green text */
  text-decoration: none;
}

p.search a:hover
{
  color: #4d4225; /* brown text */
}



#navbar 
{
  background: #655a3f; /* brown */
  height: 36px;
  position: relative;
  float: left;
  display: inline;
  padding-left: 30px;
  width: 862px;
  text-align: left;
  border-top: 7px solid #83b057; /* green */
}

#navbar a
{
  display: inline;
  float: left;
  margin: 0px 25px;
	text-align: center;
	line-height: 36px;
	font-size: .7em;
	text-decoration: none;
  color: #ffffff;
  font-weight: normal;
}

#navbar a:hover
{
  color: #b3fc6b; /* green text on blue */
}

#navbar a.selected
{
  color: #b3fc6b; /* green text on blue */
}

#navbar a.selected:hover
{
  color: #b3fc6b; /* green text on blue */
}

#searchbar
{
  font-size: .7em;
  color: #b3fc6b; /* green text on blue */
  padding-top: 5px;
  padding-left: 660px;
}

/* for IE6 only */
* html div div#navbar #searchbar
{
  padding-top: 3px;
}

div#navcontainer 
{
  background: #655a3f; /* brown */
  height: 36px;
  position: relative;
  float: left;
  display: inline;
  width: 892px;
  text-align: center;
  border-top: 7px solid #83b057; /* green */
} 

/* for IE6 only */
* html div div#navcontainer
{
  height: 31px;
  padding-bottom: 5px;
}

ul#nav {
  float: left;
  display: inline;
	padding: 0;
	margin-left: 50px;
	list-style: none;
	width: 842px;
}

ul#nav li {
	float: left;
	display: inline;
	margin: 0px 31px;
}

ul#nav li a
{
  text-decoration: none;
  color: #ffffff; /* white */
	display: inline;
	text-align: center;
	line-height: 36px;
	font-size: .7em;
	font-weight: normal;
}

/* for IE6 only */
* html div div#navcontainer ul#nav li a
{
  line-height: 31px;
}

ul#nav li a:hover
{
  color: #b3fc6b; /* green text on blue */
}

ul#nav li a.selected
{
  color: #b3fc6b; /* green text on blue */
}

#leftnav  
{ 
  float: left;
  width: 165px;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: normal;
}

#leftnavigation
{
  float: left;
  width: 165px;
  margin-right: 10px;
  font-weight: normal;
}

#leftnav ul li
{
  list-style-type: none; 
  text-align: right;
  font-size: .85em; 
  padding: 0px 10px 6px 0px;
  margin: 0px;
}

#leftnavigation div
{
  text-align: right;
  font-size: .85em; 
  padding: 0px 10px 6px 0px;
  margin: 0px;
}

/* for IE6 only */
* html div div#leftnav ul li
{
  padding-bottom: 2px;
}

#leftnav ul li.header
{
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
}

#leftnavigation div.vert-level-0, #leftnavigation div.vert-level-0-on
{
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 10px;
}

#leftnavigation div a
{
  color: #4d4225; /* brown text */
  text-decoration: none;
}

#leftnavigation div a:hover, #leftnavigation div.vert-level-0-on a, #leftnavigation div.vert-level-1-on a
{
  color: #a9eb67; /* green text on blue */
}

#leftnav ul li a
{
  color: #4d4225; /* brown text */
  text-decoration: none;
}

#leftnav ul li a.selected
{
  color: #a9eb67; /* green text on blue */  
  /*color: #b3fc6b; /* green text on blue */
  font-weight: normal;
}

#leftnav ul li a:hover
{
  color: #a9eb67; /* green text on blue */
}

#leftnav img
{
  float: right;
  border: 1px solid #4d4225; /* brown text */
  margin-top: 15px;
  margin-right: 8px;
  margin-bottom: 10px;
}

#basecontent
{
  float: left;
  width: 648px;
  min-height: 400px;
  height:auto !important;
  height: 400px; 
  padding-left: 30px;
  padding-right: 20px;
  margin: 20px 0px;
  background: #8baaa4 url(images/dot.gif) top left repeat-y;
}

/* for IE6 only */
* html #basecontent
{
  width: 623px;
}

#basecontent p.advsearchlink a
{
  font-size: .8em;
  color: #ffffff;
  text-decoration: none;
}

#basecontent p.advsearchlink a:hover
{
  color: #4d4225; /* brown text */
}

#basecontent #content p a
{
  color: #4d4225; /* brown text */
  text-decoration: none;
}

#basecontent #content p a:hover
{
  color: #a9eb67; /* green text on blue */
}

#basecontent #content h2
{
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

#basecontent #content h4
{
  text-align: left;
  font-weight: normal;
}

#basecontent #content p
{
  padding-bottom: 10px;
  color: #4d4225; /* brown text */ 
}


#basecontent #content ul
{
  padding-bottom: 10px;
  padding-top: 5px;
}

#basecontent #content ul li
{
  color: #4d4225; /* brown text */ 
  font-size: .8em;
  text-align: left;
  margin-left: 20px;
}

#basecontent #content p.intro
{
  color: #ffffff;
  font-size: 1em;
}

#basecontent #content p.intro a, #basecontent #content div#alt p a
{
  color: #a9eb67; /* green text on blue */
  text-decoration: none;
}

#basecontent #content p.intro a:hover, #basecontent #content div#alt p a:hover
{
  color: #4d4225; /* brown text */
}

div#flash
{
  width: 350px;
  border: 5px solid #ffffff;
  float: left;
  margin-right: 20px;
}

h3
{
  color: #ffffff; 
  font-size: 1.4em;
  font-weight: normal;
  text-align: right;
  padding: 5px 8px 5px 10px;
}

/* for content pages */
div.content-title
{
  font-size: 1.4em;
  color: #ffffff;
}

#basecontent #content p
{
  font-size: .8em;
  text-align: left;
  margin-top: 10px;
}

div#welcome h1
{
  font-size: .95em;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

/* for IE6 only */
* html div#welcome h1
{
  padding-top: 0px;
}


div#welcome h1 span.terra
{
  color: #4d4225; /* brown text */
}

div#welcome h3
{
  padding-top: 5px;
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  color:  #a9eb67; /* green text on blue */
}

div#featured h1
{
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1em;
}

div#featured img
{
  float: left;
  border: 5px solid #ffffff;
  margin-right: 15px;
}

div#featured img a
{
  text-decoration: none;
}

div.featureditemtext
{
  float: left;
  width: 150px;
  margin-right: 10px;
  text-align: left;
}

div.featureditemtext h5
{
  font-size: .9em;
  padding-bottom: 10px;
  color: #4d4225; /* brown text */
}

div.featureditemtext h5 a
{
  color: #4d4225; /* brown text */
  text-decoration: none;
}

div.featureditemtext h5 a:hover
{
  color:  #a9eb67; /* green text on blue */
}

div.featureditemtext p
{
  font-size: .7em;
  color: #ffffff;
}

div#footer
{
  width: 892px;
  margin: 3px auto 0px auto;
}

div#footer img.footimage
{
  float: left;
  border: 1px solid #4d4225; /* brown text */
  margin-right: 5px;
  margin-bottom: 10px;
}

div#footer p
{
  color: #4d4225; /* brown text */
  text-align: right;
 	font-size: .7em;
 	padding-top: 3px;
}

div#footer p a
{
  color: #2f6057; /* dk teal */
  text-decoration: none;  
}

div#footer p a:hover
{
  color: #457b10; /* white */
}
