body {
  background: #f4f4ef url(/images/header/gradient.gif) repeat-x left top;
  font: 11px verdana, arial, sans-serif;
  color: #8a8a8a;
}

a, a:visited, a:hover {
  color: #5f9c64;
}

/*-------------------------------------------    
    GENERAL STRUCTURE
-------------------------------------------*/
#headerFrame,
#pageBodyFrame,
#footerFrame {
  width: 100%;
  float: left;
  text-align: center;
}

#header,
#pageBody,
#footer {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

/*-------------------------------------------    
    HEADER
-------------------------------------------*/
#headerFrame {
  background: url(/images/header/headerBG.gif) no-repeat center top;
  height: 112px;
  display: table;
}

#logo {
  float: left;
  margin: 12px 0 6px 20px;
}

#header div {
  float: right;
  width: 195px;
}

#header div label {
  display: block;
  margin: 10px 0 6px 0;
}

#header div input {
  vertical-align: middle;
}

  #header div input.textBox {
    border: 0;
    border-top: 1px solid #afb6a3;
    border-left: 1px solid #afb6a3;
    line-height: 12px;
    font-size: 12px;
    padding: 3px 0 3px 1px;
    width: 150px;
    font: 11px verdana, arial, sans-serif;
    color: #8a8a8a;
  }

#header ul {
  float: right;
  clear: both;
  background: url(/images/header/divider.gif) no-repeat left top;
  padding-left: 1px;
  margin-right: 193px;
}

#header ul li {
  float: left;
  background: url(/images/header/divider.gif) no-repeat right top;
  padding-right: 1px;
}

#header ul li img {
  display: block;
}

/*-------------------------------------------    
    FOOTER
-------------------------------------------*/
#footerFrame {
  background: #f4f4ef url(/images/footer/gradient.gif) repeat-x left top;
}

#footer {
  padding-top: 16px;
  color: #626262;
  font-size: 10px;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration:underline; }

#footer div {
  width: 240px;
  float: left;
}

  #footer div.left {
    width: 182px;
  }

#footer div h4 {
  font: bold 11px georgia, serif;
  color: #6a4458;
  text-transform: uppercase;
  margin-left: 14px;
  letter-spacing: 1px;
}

#footer div p {
  margin-left: 14px;
}

#footer div p span {
  font: normal 21px georgia, serif;
  color: #6a4458;
  letter-spacing: 1px;
}

#footer div#subFooter {
  width: 1000px;
  float: left;
  border-top: 1px solid #e0e0e0;
  margin: 11px 0;
  line-height: 10px;
}

#footer div#subFooter p {
  padding-top: 9px;
  font-size: 9px;
}

#subFooterLink {
  float: right;
  background: #e9e9e0 url(/images/footer/linkArrow.gif) no-repeat 20px 12px;
  padding: 9px 18px 9px 31px;
}

/*-------------------------------------------    
    PAGE BODY
-------------------------------------------*/
#pageBodyFrame {
  background: #fff url(/images/body/bodyGradient.gif) repeat-x left top;
  padding-bottom: 50px;
}

#homePage #pageBodyFrame {
  background-image: url(/images/body/bodyGradientHome.gif);
  padding-bottom: 35px;
}

#mainBody {
  width: 465px;
  float: left;
  margin-top: 84px;
}

#mainBody.contactPage {
  width: 732px;
}

/*-------------------------------------------    
   HOME PAGE
-------------------------------------------*/
#mainImage {
  float: left;
}

#homePage #pageBody {
  height: 437px;
}

#homeMenu {
  width: 210px;
  height: 248px;
  float: right;
  background-color: #fff;
}

#homeMenu ul {
  background: url(/images/home/menuStripe.gif);
  height: 217px;
}

#homeMenu ul li {
  margin-bottom: 1px;
}

#homeMenu ul li a,
#homeMenu ul li a:visited {
  display: block;
  padding: 0 24px;
  font: 13px/32px georgia, serif;
  text-decoration: none;
  background: url(/images/home/linkArrow.gif) no-repeat 13px 13px;
}

#homeMenu ul li a:hover {
  text-decoration: underline;
}

#homeBlocks {
  margin-top: 15px;
  width: 1000px;
  float: left;
  background: url(/images/home/featuredBackgrounds.gif) no-repeat left top;
  overflow: hidden;
}

#homeBlocks div {
  float: left;
  width: 345px;
  font-size: 10px;
}

#homeBlocks div.last {
  width: 310px;
}

#homeBlocks div h3 {
  margin-right: 35px;
  border-top: 1px solid #6a4458;
  padding: 0 12px;
  font: bold 12px/32px Georgia, serif;
  letter-spacing: 1px;
  color: #8a5571;
  text-transform: uppercase;
}

  #homeBlocks div.last h3 {
    margin-right: 0;
  }

#homeBlocks div p {
  margin: 5px 47px 5px 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

  #homeBlocks div.last p {
    margin-right: 12px;
  }
  
  #homeBlocks div p.link {
    margin: 0 47px 12px 12px;
    padding-bottom: 0;
    border-bottom: none;
  }

/*-------------------------------------------    
    LEFT NAV
-------------------------------------------*/
#leftNav {
  width: 268px;
  float: left;
  margin-top: 84px;
}

#leftNav h3 {
  margin: 0 58px 0 0;
  border-top: 1px solid #6a4458;
  color: #8a5571;
  background: #e9e9e0 url(/images/body/leftNavHeaderGradient.gif) repeat-x left bottom;
  padding: 0 0 0 12px;
  font-size: 12px;
  line-height: 29px;
  font-weight: bold;
  font-family: georgia, serif;
  text-transform: uppercase;
  letter-spacing: .75px;
}

#leftNav ul {
  width: 210px;
}

#leftNav ul li {
  border-bottom: 1px solid #f4f4f2;
}

#leftNav ul li a,
#leftNav ul li a:visited {
  text-decoration: none;
  display: block;
  padding: 7px 12px;
  color: #626262;
  background-color: #f4f4ef;
  font-size: 11px;
}

#leftNav ul li a:hover {
  text-decoration: none;
  color: #8c1955;
}

#leftNav ul li ul {
  width: auto;
}

#leftNav ul li ul li {
  border-top: 1px solid #f4f4f2;
  border-bottom: 0;
}

#leftNav ul li ul li a,
#leftNav ul li ul li a:visited,
#leftNav ul li ul li a:hover {
  padding: 7px 12px 7px 24px;
  font-size: 10px;
}

#leftNav a.active,
#leftNav a.active:visited,
#leftNav a.active:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #626262;
  background-color: #DFD1DB;
}

/*-------------------------------------------    
    RIGHT NAV
-------------------------------------------*/
#rightNav {
  width: 210px;
  float: right;
  margin-top: 84px;
}

#rightNav h5 {
  margin: 0;
  border-top: 1px solid #8fa990;
}

#rightNav ul {
  background-color: #f5f7f2;
}

#rightNav ul li {
  border-bottom: 1px solid #cce1cf;
}

#rightNav ul li a,
#rightNav ul li a:visited {
  display: block;
  padding: 10px 12px 10px 24px;
  font: 13px georgia, serif;
  text-decoration: none;
  color: #538566;
  background: url(/images/home/linkArrow.gif) no-repeat 13px 13px;
}

#rightNav ul li a:hover {
  color: #538566;
  text-decoration: underline;
}

/*-------------------------------------------    
    COPY BODY
-------------------------------------------*/
#mainBody {
  line-height: 16px;
}

#mainBody h1 {
  font: bold 16px/20px Georgia, serif;
  letter-spacing: 2px;
  color: #8a5571;
  text-transform: uppercase;
  margin-bottom: 32px;
}

#mainBody h2 {
  font-size: 12px;
  font-family: georgia, serif;
  color: #8a5571;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#mainBody h3 {
  font-weight: bold;
}

#mainBody h3.newsTitle {
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
}

#mainBody img.newsItemImage {
  border: 1px solid #dadada;
  margin-bottom: 25px;
}

#mainBody h3.newsTitle span {
  font-weight: normal;
}

#mainBody hr {
  margin: 16px 0;
  padding: 0;
  color: #dadada;
  border: 0;
  border-top: 1px solid #dadada;
  height: 1px;
  overflow: hidden;
}

#mainBody p,
#mainBody ul,
#mainBody ol {
  margin-bottom: 16px;
}

#mainBody ul {
  margin-left: 15px;
}

#mainBody ul li {
  margin-bottom: 8px;
  padding-left: 15px;
  background: url(/images/body/listBullet.gif) no-repeat left 4px;
}

#mainBody ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 15px;
}

#mainBody ol li {
  margin-bottom: 8px;
}

#mainBody blockquote {
  margin: 0 15px;
}

#mainBody a,
#mainBody a:visited {
  color: #5f9c64;
  font-weight: bold;
  text-decoration: none;
}

#mainBody a:hover {
  color: #5f9c64;
  text-decoration: underline;
}

#mainBody .caption.left {
  float: left;
  margin: 10px 0;
  width: 245px;
}

#mainBody .caption.right {
  float: right;
  margin: 10px 0;
  width: 245px;
}

#mainBody .caption.centered {
  text-align: center;
  margin: 10px 0 16px 0;
}

#mainBody .caption.centered div {
  margin: 0 auto;
  border: 1px solid #dadada;
}

#mainBody .caption img {
  border: 1px solid #dadada;
}

#mainBody .caption.centered img{
  border: none;
}

#mainBody .caption p {
  background-color: #f4f4ef;
  margin: 0;
  padding: 10px 15px;
  font-size: 10px;
  border-bottom: 1px solid #dadada;
}

#mainBody .caption.left p {
  margin-right: 13px;
}

#mainBody .caption.right p {
  margin-left: 13px;
}

/*-------------------------------------------    
    EMAIL SIGN UP
-------------------------------------------*/
#mainBody ul#emailSignUpFormList {
  margin: 0;
  padding: 0;
}

#mainBody ul#emailSignUpFormList li {
  padding: 0 0 15px 0;
  margin: 0;
  background: none;
}

#emailSignUpFormList li label {
  display: block;
  font-weight: bold;
  color: #8a8a8a;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#emailSignUpFormList li input.textBox {
  width: 225px;
  font: 11px verdana, arial, sans-serif;
  color: #8a8a8a;
}

/*-------------------------------------------    
    CONTACT PAGE
-------------------------------------------*/
#contactPageHeader {
  border-top: 1px solid #bdaeb3;
  background: #f4f4ef;
  padding: 12px 0 7px 0;
  margin-bottom: 27px;
  float: left;
  width: 732px;
}

#contactPageHeader div {
  border-right: 1px solid #e0e0e0;
  float: left;
  height: 70px;
}

#contactPageHeader div.first {
  width: 248px;
}

#contactPageHeader div.second {
  width: 150px;
}

#contactPageHeader div.third {
  width: 290px;
  border: none;
}

#contactPageHeader div h4 {
  font: bold 11px georgia, serif;
  color: #6a4458;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0 0 10px;
}

#mainBody #contactPageHeader div p {
  margin: 0 0 0 10px;
}

#mainBody #contactPageHeader div p.large {
  font: normal 21px georgia, serif;
  color: #6a4458;
  letter-spacing: 1px;
}

#contactPageHeader div.first h4,
#mainBody #contactPageHeader div.first p {
  margin-left: 20px;
}

.contactColumn {
  width: 335px;
  float: left;
}

.contactColumn.right {
  float: right;
}

.contactColumn img {
  border: 1px solid #dadada;
  margin-bottom: 25px;
}

#mainBody .contactColumn h3 {
  font: bold 12px georgia, serif;
  color: #6a4458;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#mainBody .contactColumn h4 {
  font-weight: bold;
  font-size: 11px;
}

.pagination {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  margin-bottom: 16px;
}

.searchBottomPaginate .pagination {
  border-top: 1px solid #dadada;
  border-bottom: none;
}