/* ================================================================ 
Main Stylesheet for site
=================================================================== */
html {
background: #fff;
width: 100%;
height: 100%;
}
body {
  margin-top: 10px;
  /* margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; */
  margin: -5px;
  font-family:Helvetica, sans-serif;
  font-size:10pt;
  text-align:center;
  color: #550f0d;
}
a {
font-size:10pt;
text-decoration:none;
color:#550f0d;
font-weight:bold;
}
a:hover {color:#9f8a6b;
}
#main {
background: #ffffff;
width: 100%;
/* margin-left:auto;
margin-right:auto; */
text-align:justify;
}
#header {
  width: 100%;
}
#logo {
text-align:center;
margin-top:7px;
margin-left:20%;
margin-right:20%;
}
#spacer {
background: #ffffff;
  width: 100%;
  height: 20px;
  clear: both;
}
#leftcol {
  padding-left:20px;
  background: #ffffff;
  float: left;
  width: 20%;
}
#largeleftcol {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto; 
  max-width: 59%;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: justify;
}
#contactinfo {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 39%;
  padding-bottom: 10px;
  text-align: justify;
  padding-left: 25px;
  padding-right:25px;
}
#directcontact {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 60%;
  padding-bottom: 10px;
  text-align: justify;
  padding-left: 25px;
}
#contactform {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  padding-bottom: 10px;
  text-align: justify;
  padding-left: 25px;
  padding-right:25px;
}
#smallcontent {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 40%;
  padding-bottom: 10px;
  text-align: justify;
}
#historyleftcol {
 background: #ffffff;
  padding-top: 3px;
  float: left;
  width:20%;
  max-width: 20%;
  padding-left: 25px;
  padding-bottom: 10px;
  text-align: center;
}
#historycontent {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 49%;
  margin-left: 25px;
  padding-bottom: 10px;
  text-align: justify;
  }
#fullpagecontent {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 99%;
  padding-bottom: 10px;
  text-align: justify;
  padding-left: 50px;
}
#content {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 69%;
  padding-bottom: 10px;
  text-align: justify;
}
#newslettercontent {
  background: #ffffff;
  padding-top: 3px;
  float: left;
  margin-left:50px;
  margin-right:50px;
  max-width: 99%;
  padding-bottom: 10px;
  text-align: justify;
}
#rightcol {
  background: #ffffff;
  float: right;
  width: 20%;
}
#footer {
clear:both;
background: #ffffff;
}
h1 {
color: #550f0d;
font-size: 12pt;
}
h2 {
color: #550f0d;
font-size: 12pt;
}
h3 {
color: #550f0d;
font-size: 10pt;
}
div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {position: absolute;
    top: 190px; left: 55px; height: 50px; width: 50px;}
	.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6;
   background: #aaa;
}
.background1 { 
background-image: url(../images/5L.jpg); 
background-repeat: no-repeat;
background-position:left; 
}
.background2 { 
text-align:center;
background-color:#FFFFFF;
}
.background3 { 
background-image: url(../images/5R.jpg); 
background-repeat: no-repeat; 
background-position:right;
}
