/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-03-09 (by Nate Hanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   background: url('../images/bg_html.jpg');
   color: #333;
}
   #topNavigation,
   blockquote {
      font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   }
body {
   background: url('../images/bg_body.jpg') top left repeat-x;
}
   a {
      color: #541010;
      text-decoration: underline;
   }
      a:hover { text-decoration: none; }
      a:visited { color: #666; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   div.title {
      line-height: 1.25em;
      font-weight: normal;
   }
      h1, .content h1 { font-size: 2.4em; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; color: #42567E; }
      h4, .content h4, div.title { font-size: 1.2em; }
      h5, .content h5 { font-size: 1.0em; }
      h6, .content h6 { font-size: 0.9em; }

div.hr {
   height: 1px;
   margin: 1.6em 0 1.6em 0;
   background: #000 no-repeat scroll center;
}
   div.hr hr { display: none; }

#outer_wrapper { background: url('../images/bg_outer-wrapper.jpg') center top no-repeat; }

#wrapper {
   position: relative;
   width: 969px;
   margin: 0 auto;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { height: 550px; }
#header #masthead a, 
#header #masthead a:visited {
   position: absolute;
   display: block;
   background: url("../images/logo.png") 0 0 no-repeat;
   text-indent: -10000px;
   width: 195px;
   height: 147px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
   top: 13px;
   left: 30px;
}
#header #top {
   position: absolute;
   right: 28px;
   top: 0;
   color: #DADAC4;
/*   font-size: 2.2em;*/
   text-align: right;
}
   #header #top #help {
      background: url('../images/bg_top.jpg');
      width: 290px;
      padding-left: 23px;
      line-height: 40px;
      text-align: left;
      font-size: 2em;
      margin-bottom: 22px;
   }
      #header #top #help a {
         color: #DADAC4;
         display: block;
      }

#header #top #vcard { font-size: 2.3em; }
   #header #top #vcard #phone .type,
   #header #top #vcard #phone .seperator { display: none; }

#header #top #search {
   width: 312px;
   padding: 16px 0;
/*   vertical-align: middle;*/
}
   #header #top #search input.search {
      width: 211px;
      border: 0;
      height: 16px;
      padding: 6px 10px;
      background: url('../images/bg_form.jpg');
      color: #4A3623;
      font-size: 1.2em;
      float: left;
/*      margin: 0;*/
   }
   #header #top #search button {
      width: 81px;
      border: 0;
      height: 28px;
      padding: 0 20px 0 0;
      padding-bottom: 4px;
      margin-left: 0;
/*      text-align: left;*/
      display: block;
      float: right;
      background: url('../images/bg_search.jpg');
      color: #2E2317;
      font-weight: bold;
      font-size: 1.2em;
/*      display: block;*/
/*      margin: 0;*/
   }

#header #hdrImg {
   top: 205px;
   position: relative;
}
#header #hdrImg #img,
#header #hdrImg #combined {
   position: absolute;
   left: 14px;
   top: 14px;
}
   #header #hdrImg #combined {
      width: 941px;
      height: 316px;
      overflow: hidden;
      z-index: 1;
   }
#header #hdrImg #overlay {
   position: relative;
   top: 0;
   width: 969px;
   height: 344px;
   border: 0;
   z-index: 8;
}
   .page_index #header #hdrImg #overlay { z-index: auto; }
#combined .item { 
   position: relative;
   width: 941px;
   float: left;
}
   #combined .scrollable { 
       /* required settings */ 
       position:relative; 
       overflow:hidden; 
       /* vertical scrollers have typically larger height than width */ 
       width: 20000px;
       height: 316px;
   }
      #combined .scrollable .items { 
          position:absolute; 
          height:20000em;
      }
   #combined #overlay_map,
   #img_descr .spacer { background: transparent url('../images/bg_overlay.png') -498px -276px no-repeat; }
      #img_descr .spacer { 
         background-position: -350px -40px;
         padding-bottom: 28px;
         height: 267px;
      }
      #combined #overlay_map {
         bottom: 10px;
         right: 0;
         position: absolute;
         z-index: 7;
         width: 140px;
         height: 30px;
      }
      #combined #overlay_map a {
         width: 26px;
         height: 23px;
         float: left;
         margin-left: 3px;
         display: block;
         border: 1px solid #000;
         cursor: pointer;
      }
         #combined #overlay_map a.active { border-color: #FFF; }
/** @group header_txt */
#img_descr,
#combined .img_descr {
   position: absolute;
   z-index: 6;
   width: 297px;/*319px*/
   top: 14px;
   right: 14px;
   height: 316px;
   background: transparent url('../images/bg_overlay.png') left top no-repeat;
}
   #combined .img_descr {
      top: 0;
      right: 0;
   }
#img_descr .spacer,
#combined .img_descr .spacer {
   position: relative;
   overflow: hidden;
   left: 10px;
   top: 40px;
   width: 273px;/*295px*/
   height: 270px;
   color: #FFF;
   font-size: 1.3em;
   line-height: 1.5em;
/*   border: 1px solid red;*/
}
   #combined .img_descr .spacer { 
      font-size: 1.1em;
      background-image: none;
      padding-bottom: 0;
   }
   #img_descr *, #combined .img_descr * { color: #FFF; }
   #img_descr h1, #combined .img_descr h1 { margin-top: 0; }
   
   .img_descr h1, .img_descr strong, .img_descr strong.title { 
      display: block; 
      font-size: 2.0em;
   }

   .img_descr h1, .img_descr strong, .img_descr strong.title { 
      line-height: 1em;
      font-family: Garamond, "Times New Roman", Times, serif; 
      font-weight: normal;
      font-style: italic;
      /*
         TypeKit ... 
         .tk-active .img_descr h1, .tk-active .img_descr strong, .tk-active .img_descr strong.title
         font: 3.5em/1em "maryam-1","maryam-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, "microsoft sans serif", Arial, sans-serif;*/
   }
   
/* @end header_txt **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding-bottom: 20px;
   min-height: 300px;
}
/** @group contentSlot */
#contentSlot {
   float: left;
   width: 610px;
}
#contentSlot strong { font-weight: bolder; }
.no_margin #contentSlot {
   width: 943px;
   float: none;
}
   #contentSlot #layout { padding: 0 20px; }
      h1.pg_title {
         color: #541010;
         font-weight: bold;
      }
      blockquote {
         font-style: italic;
         color: #666;
         line-height: 1.6em;
         font-size: 1.1em;
      /*   margin: 1.2em 0;*/
      }
.layout_16 div > img { margin: 10px 10px 20px 0; }
.layout_16 td.content { padding-bottom: 20px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   float: right;
   width: 332px;
   border-left: 1px solid #B0BAAC;
   margin-top: 30px;
   overflow: hidden;
}
.no_margin #sideBar {
   width: 1px;
   float: none;
   border: 0;
   margin: 0;
}
   #sideBar h3 { color: #5E8A7F; }
/*#sideBarHook {
   padding: 10px 30px;
}*/
#sideBar #sideBarHook {
   padding: 10px 30px;
   border-bottom: 1px solid #B0BAAC;
}
.no_margin #sideBar #sideBarHook {
   padding: 0;
   border: 0;
}
   #sideBar #sideBarHook hr {
      border: 0;
      padding: 0;
      margin: 1.6em 0 0.8em;
      height: 1px;
      background-color: #B0BAAC;
   }
/*#sideBar .content .image {
   float: left;
   display: inline;
   padding-right: 15px;
}
#sideBar .content .image .title {
   color: #666;
   text-align: center;
}*/
a.more {
   display: block;
   text-align: right;
   color: #333;
}

/** @group topNavigation */
#topNavigation {
   position: absolute;
   left: 4px;
   top: 167px;
   height: 42px;
   width: 965px;
   z-index: 11;
/*   background: #F00;*/
}
   #topNavigation ul.sf-menu {
      list-style: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li {
         margin: 0;
         float: left;
      }
      #topNavigation ul.sf-menu li { background-color: transparent; }
         #topNavigation ul.sf-menu li a {
            display: block;
            line-height: 42px;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 15px;
            text-transform: uppercase;
            color: #D9D9C4;
            text-decoration: none;
         }
         #topNavigation ul.sf-menu li a:hover span { text-decoration: underline; }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 0 18px;
               border-right: 1px solid #D9D9C4;
            }
            #topNavigation ul.sf-menu li.last a span { border-right: 0; }
/** @group topNavigationHover */
#topNavigation ul.sf-menu li a.sf-with-ul { padding-right: 0; }
#topNavigation ul.sf-menu ul { padding: 0; margin: 0; }
#topNavigation ul.sf-menu li:hover ul,
#topNavigation ul.sf-menu li.sfHover ul { 
   top: 42px; /* match top ul list item height */
   margin: 0;
   padding: 0;
   width: 210px;
   z-index: 11;
}
   #topNavigation ul.sf-menu li.sfHover ul ul {
      top: 0;
      left: 210px;
   }
#topNavigation ul.sf-menu li ul { border: 1px solid #D9D9C4; }
   #topNavigation ul.sf-menu li li a span {
      font-size: 0.90em;
      padding: 8px 13px; 
      border: 0;
   }
      #topNavigation ul.sf-menu li li { 
         padding: 0;
         background-color: #50131A;
         border-bottom: 0px;
         margin: 0;
      }
         #topNavigation ul.sf-menu li li a,
         #topNavigation ul.sf-menu li.selected li a,
         #topNavigation ul.sf-menu li.selected li a:hover {
            margin: 0;
            width: 100%;
            line-height: normal;
            letter-spacing: 0.1em;
            min-height: 15px;
            color: #FFF;
            background-color: transparent;
            background-image: none;
         }
            #topNavigation ul.sf-menu li li span { padding: 3px 5px; }
         #topNavigation ul.sf-menu li.sfHover li:hover,
         #topNavigation ul.sf-menu li li a:hover,
         #topNavigation ul.sf-menu li.selected li a:hover { 
            color: #D9D9C4;
            background-color: #4E3B2A;
         }
            #topNavigation ul.sf-menu li.selected li a,
            #topNavigation ul.sf-menu li.selected li a { 
               padding-right: 0;
                background-image: none;
            }

#topNavigation ul.sf-menu .sf-sub-indicator { display: hidden; }
/* @end topNavigationHover **/
/* @end topNavigation **/
/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   height: 92px;
   padding-top: 10px;
}
   #footer, #footer a { color: #948B75; }
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
   #copyright { float: left; }
   .vcard { 
      float: left;
      clear: left;
   }

   #header .vcard {
      float: none;
      position: relative;
      left: -153px;
      top: 10px;
   }
      .vcard .street-address { display: inline; }
      .vcard .street-address:after { content: " - ";}
   #siteBy { float: right; }
#outer_footer {
   background: url('../images/bg_footer.jpg') top left repeat-x;
   height: 102px;
   border-top: 1px solid #C1BCAC;
   margin-top: -102px;
}
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent select, #formContent input.input, #formContent textarea.textarea { border-color: #000; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly, #corner1, #corner2, #corner3, #corner4 { display: none; }

div.content {
   font-size: 1.3em;
   line-height: 1.4em;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}