/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Christopher Greufe & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 14 May 2009 @ 16:05 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #444; line-height: 1.6;
   background-color: #043879;
}
    #introTitleLarge, 
    #search_form fieldset button, 
    #contentSlot h1 {
       font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
    }
body { margin: 0; padding: 0; background: #fff url(../images/bg_body.jpg) repeat-x left -37px; }
body#home { background-image: url(../images/bg_body_home.jpg); }
   a {
      color: #0155A6;
      text-decoration: underline;
   }
      a:hover { text-decoration: none; }
      a:visited { color: #0155A6; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      line-height: 1.25em;
      font-weight: normal;
   }
      h1, .content h1 { font-size: 1.8em; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      h4, .content h4 { 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: #ccc no-repeat scroll center;
}
   div.hr hr { display: none; }

#wrapper {
   margin: 0 auto;
   width: 980px;
   }

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { 
   position: relative;
   height: 103px;
   }
   #home #header { height: 460px; }
   #header #banner {
      height: 66px;
      }
   #header #masthead a, 
   #header #masthead a:visited
   {
      position: absolute; display: block;
      top: 0; left: 0;
      background: url(../images/logo.gif) no-repeat 18px 13px;
      text-indent: -10000px;
      width: 300px; height: 66px;
      text-decoration: none;
      overflow: hidden;
      z-index: 5;
   }
/** @group search_form */
#search_form {
   position: absolute;
   top: 23px;
   right: 20px;
}
   #search_form fieldset {
      border: 0;
      margin: 0;
      padding: 0;
      position: relative;
      width: 244px;
   }
      #search_form fieldset legend { display: none; }
      #search_form fieldset input { 
         border: 1px solid #88ACC6;
         width: 150px;
      }
      #search_form fieldset button {
         position: absolute;
         top: 0;
         right: 0;
         margin: 0;
         border: 1px solid #88ACC6;
         padding: 2px 7px;
         padding-bottom: 0;
         text-align: center;
         font-size: 1.2em;
         color: #0155A6;
         line-height: 37px; letter-spacing: .15em;
         text-decoration: none; text-transform: uppercase;
         background: transparent url("../images/bg_search-btn.jpg") left top repeat-x;
         cursor: pointer;
         cursor: hand;
      }
/* @end search_form **/

#topNavigation {
   height: 37px; overflow: hidden;
   }
   /*#topNavigationCenter {
         display: table;
         margin: 0 auto;
      }
      #topNavigation ul {
         margin: 0; padding: 0;
         list-style: none;
         border-left: 1px solid #95d091;
         border-right: 1px solid #2f9129;
      }
      #topNavigation li {
         float: left;
         border-right: 1px solid #95d091;
         border-left: 1px solid #2f9129;
         }
      #topNavigation li a {
         display: block;
         padding: 0 27px;
         text-align: center;
         font-size: 1.4em;
         color: #fff;
         line-height: 37px; letter-spacing: .15em;
         text-decoration: none; text-transform: uppercase;
      }
      #topNavigation li a:hover, #topNavigation li.active a {
         background: url(../images/bg_body_home.jpg) repeat-x left top;
      }*/

#picture { width: 570px; }  
   #home #picture {
      height: 363px;
      background: url(../images/bg_picture_home.gif) no-repeat left top;
      }
   #pictureShadow {
      position: absolute;
      top: 103px;
      left: 34px;
      height: 5px;
      background: url(../images/bg_picture_shadow.png) repeat-x left top;
      }
   #home #pictureShadow { left: 4px; width: 563px; }
   #default #pictureShadow { width: 639px; }
   #pictureImage { padding: 0 0 0 8px; }

/* hide the following homeGrid columns */
#column3, #column4 { display: none; }

#intro, #column2 {
   position: absolute;
   top: 140px; right: 25px;
   width: 325px;
   color: #fff;
   }
   #column2 { right: 113px; }
   #intro_overflow {
      height: 220px;
      overflow: auto;
   }
   #introTitleSmall {
      font-size: 1.7em;
      line-height: 1.2em;
      color: #87abca;
   }
      #column2 #introTitleSmall { font-size: 1.4em; }
   #introTitleLarge {
      margin-bottom: -5px;
      font-size: 4.7em; 
      line-height: 1;
      }
         #column2 #introTitleLarge { 
            font-size: 3.92em;
            margin-bottom: 5px;
         }
   #introText { font-size: 1.2em; }
      #column2 #introText { font-size: 1em;}
   #introButton a {
      display: block;
      width: 146px; 
      height: 30px;
      margin-top: 8px;
      text-indent: -9999em;
      background: url(../images/bg_intro_button.gif) no-repeat left top;
      }

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { margin: 0; padding: 0 0 20px; }
   #contentShadow {
      position: absolute;
      left: 230px;
      width: 5px; height: 100%;
      background: url(../images/bg_content_shadow.png) repeat-y left top;
      z-index: 100;
   }
   #home #contentWrapper {
      padding-top: 10px;
   }
/* @end contentWrapper **/


/** contentSlot
-------------------------- **/
/** @group contentSlot */
#contentSlot {
   float: left; display: inline;
   padding-left: 15px;
   width: 633px;
   font-size: 1.2em;
   }
   #contentSlot #picture {
      margin: 0 0 15px 0;
      width: 648px; height: 200px;
      background: url(../images/bg_picture.gif) no-repeat left top;
      }
   #contentSlot h1 {
      margin: 0; padding: 0;
      font-size: 2.7em; font-weight: normal;
      color: #0155A6;
      }
/* @end contentSlot **/


/** sideBar
-------------------------- **/
/** @group sideBar */
#sideBar {
   float: right; display: inline;
   padding-top: 90px;
   padding-bottom: 30px;
   width: 310px;
   }
   #home #sideBar { padding-top: 0; }
   #sideBarInner { 
      padding: 10px 0 1px; 
      border-left: 1px solid #ccc;
   }
   #sideBar table.sideBarBlock td, 
   #sideBar .margincontent blockquote { 
      padding: 0 20px; 
      font-size: 1.2em;  
   }
   #sideBar h3 {
      margin: 0; padding: 0;
      line-height: 1;
      color: #0155A6;
      }
   #sideBar a { text-decoration: none; }
   #sideBar a:hover { text-decoration: underline; }

#sideBarSubNav ul {
   margin: 0; padding: 0;
   list-style: none;
   }
   #sideBarSubNav li a {
      display: block;
      padding: 5px 20px;
      color: #444;
      font-size: 1.5em; font-weight: bold;
      }
   #sideBarSubNav li a:hover, #sideBarSubNav li.lvl1 li.selected a { color: #0155A6; }

/* @end sideBar **/

/** Footer
-------------------------- **/
/** @group footer */
#footer {
   position: absolute;
   left: 0;
   padding: 20px 0;
   width: 100%; min-height: 84px;
   font-size: 1.2em;
   background: #043879 url(../images/bg_footer.gif) repeat-x top left;
   }
      #footer, #footer a { color: #87ABCA; }
      #footer a { text-decoration: none; }
      #footer a:hover { color: #FFF; }
   #footerInner {
      position: relative;
      margin: 0 auto;
      width: 960px;
   }

/* @end footer **/


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


/** Class Styles
-------------------------- **/
.hidden, .printOnly {
   display: none;
}

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

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