﻿body 
{
    margin: 0; padding: 0;
    background-color: #3D3D08;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:	12px;
    line-height: 16px;
    color: black;
    text-align: center;
}

a {outline: none}

#mainTable 
{
    margin-left: auto;
    margin-right: auto;
    width: 50em;
    text-align: left;
  
}

.gutters
    {
        width: 1px;
        background-color: #3D3D08;
    }
.content, .homecontent
    { 
        width: 100%;
        background-color: #999A61;
        vertical-align: top ;
     }

.homecontent
{
   padding: 20px 10px;
}

.content
{
    border-left: dotted 1px #7B7B49;
    padding: 20px 30px;
}

.greenLinks 
{
  margin:0px
}

.greenLinks li {color: #FEFECC; padding:1px 0px}

.greenLinks a:link,.greenLinks a:visited,.greenLinks a:active
{
  color: #FEFECC;
  font-weight: bold;
  font-size: 110%;
  text-decoration: underline;
  vertical-align: middle;
 }
 .greenLinks a:hover
 {
    color: #FEFECC;
    text-decoration: none;
 }
 
 
.accross
{
    background-color: #999A61;
    border-right: solid 1px black;
    border-left: solid 1px black;
    width: 955px;
}    
     
 /* #999A61 */
     
.leftcolumn
{
    width: 154px;
    background-color: #999A61;
    border-left: solid 1px black;
    vertical-align: top;
    padding: 5px 20px;
}


a:link, a:visited, a:hover, a:active
{
    text-decoration: underline;
    color: black;
}

a:link
{
    text-decoration: underline;
}
a:visited
{

}
a:hover
{
    text-decoration: none;
    color: White;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

ul li {margin-bottom: 4px; list-style-type: square; padding:0px; margin: 0px}

h5, h4, h3, h2, h1 {margin:0px; line-height: 1.5em}

h5 {font-size: 12px}
h4 {font-size: 14px}

.title 
{
    font-family: Tahoma, Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    color: #FFFFCC;
    white-space: nowrap;
}

.accross img {border: solid 4px white}

.content table#awards tr.even, .content table#news tr.even
{
    background-color: #BDBE99;
}
.content table#awards tr.odd, .content table#news tr.odd
{
    background-color: #D8D9B0
}

.content table#awards tr.odd td a:hover, .content table#news tr.odd td a:hover
{ color: black; }

.content table#awards, .content table#news
{
 border:0px;
 border-spacing: 2px;
 width: 95%;
}

.content table#awards td, .content table#news td
{ padding: 4px }

.image, .imagefloatright, .imagefloatleft, .imagestaff
{
  border: solid 4px white;
}

.imagefloatleft
{  float:left;
  margin: 0 15px 15px 0;

 }

.imagefloatright
{ float: right;
  margin: 0 15px 15px 0;
}

.imagestaff
{
     width:120px;
     height:115px;
     margin: 0px 4px 0px 0px;
}

.imagelink {border: solid 4px #3D3D00}

.stafftext
{
 padding-top: 5px;
 font-size: 85%;
}

.testimonials
{
  padding: 0px 30px 20px 30px;
  font-style: italic;
}
.testimonials span
{
    font-style: normal;
    float: right; 
    padding-right: 20px
}

#homeVideoTable td, #photoGalleryTable td
{ text-align: center}

.leftcolumn p#blurb, .leftcolumn table#thumbs  
{
    font-size: 90%;
}
.leftcolumn table#thumbs td 
{text-align: center; padding-bottom: 5px}

.indexPageLink a
{
    text-decoration: none;
}

div.indexPageLink 
{
    padding-bottom:10px;
}

div.indexPageLink a
{
    font: 12px Tahoma, Arial;
    font-weight: 900;
}

.footer
{
       color: #FEFECC;
       padding-top: 5px;
       text-align: right;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active
{
    color: #FEFECC;
    text-decoration: none;
}

.footer img {border: none; vertical-align: text-bottom}

/****************** rounded box ***********/
.box { 
  background: #737143; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 8px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 8px 8px;
}

/******************* end rounded box ***********/