/*Main site CSS code*/
body {
  font-family: helvetica, arial, serif;
}

h1 {
  color: #0d4706;
  font-weight: bold;
  font-size: 1.4em;
}

h2 {
  color: #0d4706;
  text-transform: none;
  text-decoration: underline;
  font-size: 1.1em;
}



div.imagecaption{
  display: inline;
  float: right;
}

li.ticks{
  list-style-image: url(./tick.gif);
}

div.business {
border: 4px ridge #0d4706;
  padding: 5px;

  max-width: 600px;
  margin-right: 100px;
  min-height:  110px;

}

div.businessText
{



}

div.businessTmb
{
  float:right;
  margin:7px;

}






#banner {
  background-image: url(logo.gif);
  background-repeat: no-repeat;
  height: 62px;
  min-height: 62px;
  max-height: 62px;
  float: left;
}



#busbox {
  border: 4px solid #0D4706;
  padding: 1em;
  padding-top: 0.3em;
  margin: 1em;
  margin-right: 100px;
  max-width: 600px;
}

#container {
  background-color: #ffffff;

}

#content {
  float: left;

  background-image: url(corner.gif);
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 1em;
  margin-left: 160px;
  width: 800px;
  max-width: 900px;
  min-height: 500px;
}

#corner {
  background-color: #a9e99f;
  float: left;
  width: 350px;
  height: 62px;
}

#footer {
  clear: both;
  text-align: right;
  font-size: 0.7em;
  background-color: #ffffff;

}

#greenbg {
  background-color: #a9e99f;
  min-height: 100px;
  float: left;
}

#headline {
  padding: 2em;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  max-width: 600px;
  margin-right: 100px;
}

#nav {
  width: 155px;
  min-height: 100%;
  top: 82px;
  left: 5px;
position:absolute;
 

  padding-left:1em;
  padding-top:1em;
  

}

a.abstract
{
    font-style: italic;
    font-size:0.9em;
    text-decoration: none;
    color:#000000;
}

#news {
  float: right;

  max-width: 150px;
       border: 2px double #0d4706;
   background-color: #ffffff;


}

#newsheader
{
  text-align: center;

  background-color: #a9e99f;
  border-bottom: 2px double #0d4706;


  color: #0d4706;
  text-transform: none;
  text-decoration: underline;
  font-size: 1.1em;

}

ul.cats {
list-style-type: none;

margin-left: 0;
padding-left:0;


}

ul.cats a{
display: block;
background-color: #0d4706;
text-decoration: none;
color: #a9e99f;
border: 2px solid #a9e99f;
width: 125px;
padding: 0.1em;
font-weight: bold;
padding-left: 0.3em;




}

ul.cats a:hover{
display: block;
background-color: #1FFF78;
text-decoration: none;
color: #0d4706;
border: 2px solid #0d4706;
width: 125px;
font-weight: bold;
padding: 0.1em;
padding-left: 0.3em;





}


