/* CSS Document */

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

body 
{ 
  text-align: left; 
  background: #73c45a; /* green */
  color: #ffffff; 
  font-family: verdana, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#container
{
  width: 910px;
  min-height: 500px;
  height:auto !important;
  height: 500px; 
  margin: 20px auto 0px auto;
  background: #008748 url(images/background.jpg) repeat-y top left; 
}

#container h1
{
  font-size: 1.3em;
  color: #70f546; /* chartreuse */
  text-align: left;
  padding: 10px 0px 10px 210px;
}

#container h2
{
  font-size: 1.1em;
  color: #6af4e4; /* turquoise text */
  text-align: left;
  padding: 0px 0px 10px 0px;
}

#container h3
{
  font-size: .8em;
  color: #6af4e4; /* turquoise text */
  text-align: left;
  padding: 0px 0px 10px 0px;
}

#container img.item
{
  float: left;
  border: 6px solid  #6af4e4; /* turquoise text */
  margin: 10px 20px 30px 0px;
}

#container p
{
  font-size: .8em;
  text-align: left;
  padding: 0px 40px 10px 210px;
}

#container table
{
  margin-left: 0px;
  padding-left: 0px;
}

#container table tr td
{
  width: 200px;
}

#container table tr td p
{
  padding: 0px 0px 10px 0px;
}

#container table tr td p span.label
{
  color: #6af4e4; /* turquoise text */
}

#container p a
{
  color: #6af4e4; /* turquoise text */
  text-decoration: none;
}

#container #splash h1
{
  text-align: center;
  padding: 10px 80px 10px 250px;
}

#container #splash p
{
  text-align: center;  
  padding: 0px 80px 10px 250px;
}

div#nav
{
  float: left;
  width: 155px;
  padding: 10px 30px 0px 0px;
}

div#nav ul li
{
  font-size: .8em;
  text-align: right;
  list-style-type: none;
  color: #6af4e4; /* turquoise text */
  padding-bottom: 15px;
  *padding-bottom: 12px;
}

div#nav ul li a
{
  color: #6af4e4; /* turquoise text */
  text-decoration: none;
}

div#nav ul li a:hover, div#nav ul li span.menu_current a
{
  color: #70f546; /* chartreuse */
  text-decoration: underline;
}

#footer
{
  text-align: center;
  width: 910px;
  font-size: .7em;
  line-height: 15px;
  color: #3e240c; /* brown */
  margin: 0px auto;
  background: url(images/footer.jpg) no-repeat;
  padding-top: 30px;
}


#footer p a
{
  color: #ffffff; /* white */
  text-decoration: none;
}
