﻿/*  -----------------------------------------------------------------------------  */
/*                            Basic Structural Layout CSS                          */
/*  -----------------------------------------------------------------------------  */
body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-style:normal;
  font-size:10pt;
  font-weight:normal;
  text-decoration: none;
  color:#775219;
}

.MasterHeader
{
  background-image: url(/images/header.png);
  background-position:center;
  background-repeat:no-repeat;
  vertical-align:top;
  padding:0px;
  margin:0px;
  height:220px;
}

.MasterHeaderBottom
{
  background-image:url(/images/header-bottom.png);
  background-position:center;
  background-repeat:no-repeat;
  vertical-align:top;
  padding:0px;
  margin:0px;
  height:72px;
}

.sidebar
{
  background-image: url(/images/sidebar-repeat.jpg);
  background-position: center top;
  background-repeat:repeat-x;
  vertical-align: top;
  padding:0px;
  margin:0px;
  width:225px;
}

.MasterTopMenu
{
  height: 37px;
  padding: 0px;
  margin: 0px;
}

.MasterCenter
{
  background-image:url(/images/bg-fixed2.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-color: #F9E1B9;
  width:1880px;
  padding:0px;
  margin:0px;
}

.MasterFooter
{
  background-image:url(/images/footer-bg-repeat.jpg);
  background-repeat: repeat-x;
  height: 114px;
  color: #FFFFFF;
  font-size: 10pt;
}

.MasterPageContent
{
  margin: 0px;
  background-color: #FFFFFF;
  padding: 0px;
  vertical-align:top;
}

a
{
  color: #424C1D;
  text-decoration: underline;
 font-weight:bold;
}

a:hover 
{
  text-decoration: none; 
}

h1
{
  color:#424C1D;
  font-size: 15pt;
  font-weight:bold;
  font-family:Book Antiqua;
   font-style:normal;
  margin: 0px;
  padding: 0px 10px 5px 0px;
}

h2
{
  color:#424C1D;
  font-size: 14pt;
  font-weight:bold;
  font-family:Book Antiqua;
   font-style:normal;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}


h3
{
  color:#775219;
   font-size: 12pt;
  font-weight:bold;
  font-family:Arial;
  font-style:normal;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

img, img a
{
  border-style: none;
  border-color: inherit;
  border-width: medium;
  margin-bottom: 0px;
}

p
{
  padding: 5px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  font-family: Arial;
  font-style:normal;
  font-size:10pt;
  color:#775219;
}

.name
{
  font-family:Arial;
  font-style:normal;
  font-size:11pt;
  color:#652A27;
  margin-bottom:0px;
}

.headin
{
  font-family:Arial;
  font-style:italic;
  font-weight:bold;
  font-size:10pt;
  color:#767679;
  padding: 0px 0px 0px 0px;
}

.footerlink
{
  color: #FFFFFF;
  text-decoration: none;
  font-weight:normal;
  }

 .footerlink:hover 
{
  text-decoration: underline; 
}

/*  -----------------------------------------------------------------------------  */
/*                                Custom Style CSS                                 */
/*  -----------------------------------------------------------------------------  */
.borderlesstableMain
{
  border: none;
  border: 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.borderlesstable
{
  border: none;
  border: 0px;
  margin: 0px;
  border-collapse: collapse;
}

.sidebar-leadcaption
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  padding: 0px 0px 0px 10px;
}

.sidebar-leadcaptiontext
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  padding: 0px 0px 4px 10px;
}

.sidebar-leadtextbox
{
  color: #96A655;
  font-size: 10pt;
  font-family: Arial;
  border: solid 1px #96A655;
  padding: 0px;
  padding-left: 2px;
  margin: 0px;
  margin-left: 2px;
  height:25px;
  width: 204px;
}

.sidebar-leaddropdown
{
  color: #8B8B8B;
  font-size: 8pt;
  font-family: Arial;
  border: solid 1px #96A655;
  width: 207px;
  padding: 0px;
  margin: 0px;
  height:25px;
}

.breadcrumbs
{
  font-size: 9pt;
  padding-bottom: 20px;
  font-style:normal;
  text-decoration:none;
  font-weight:normal;
  color:#775219;
}

.breadcrumbs:hover
{
  font-style:normal;
  font-weight:normal;
}

ul
{
  padding: 5px 0px 0px 20px;
  margin: 0px;
  color:#775219;
}

ul li
{
  color:#775219;
}

ul li a
{
  font-weight:normal;
  color:#424C1D;
}

.normallink
{
  font-weight:normal;
  color:#424C1D;
}

.pagecontent
{
  color: #775219;
  font-size:10pt;
  font-family:Arial;
}

.seolink
{
  color: #424C1D;
  text-decoration: underline;
 font-weight:normal;
 font-size:10pt;
}

.seolink:Hover
{
  text-decoration: none; 
}

.italic-heading
{
  color:#666666;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

.contact-map a
{
  font-weight:bold;
  color:#571C1F;
  padding-right:5px;
}

.underline
{
  text-decoration:underline;
}

.pageheading
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family:Arial;
  font-style:italic;
  font-size:11pt;
  font-weight:bold;
  color:#6D6E71;
}

.boldcaption
{
  color:#775219;
   font-size: 12pt;
  font-weight:bold;
  font-family:Arial;
  font-style:normal;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}

