/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-10-14 (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;
   color: #000;
}
body { background: #FFF; }
   a {
      color: #333;
      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;
      font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
      color: #005334;
      font-weight: bold;
   }
      h1, .content h1 { font-size: 2em; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      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; }

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

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header {
   height: 260px;
}

#header #masthead a, 
#header #masthead a:visited {
   position: absolute;
   display: block;
   background: url("../images/logo_2009.jpg") 0 0 no-repeat;
   text-indent: -10000px;
   width: 224px;
   height: 225px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
   top: 25px;
   left: 0;
}
#hdrImg {
   position: absolute;
   top: 50px;
   right: 0;
}
   #hdrImg #img {
      padding: 9px 13px 7px 7px;
      width: 583px;
      height: 396px;
      overflow: hidden;
   }
   #hdrImg #overlay {
      background: url('../images/bg_overlay.png');
      width: 615px;
      height: 417px;
      position: absolute;
      right: 0;
      top: 0;
   }
      
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   
}
/** @group contentSlot */
#contentSlot {
   width: 620px;
   min-height: 200px;
   float: right;
   padding-top: 190px;
}
#layout {
   padding-left: 20px;
}
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 240px;
   float: left;
}
/** @group topNavigation */
#topNavigation {
   font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
   padding: 0 20px;
}
   #topNavigation ul {
      list-style: none;
      margin: 0;
   }
      #topNavigation ul li,
      #topNavigation div {
         margin: 0;
         text-align: right;
      }
         #topNavigation ul li a,
         #topNavigation div a {
            color: #005334;
            font-size: 1.4em;
            font-weight: bold;
            text-decoration: none;
            display: block;
            padding: 12px 0;
            text-align: right;
         }
         #topNavigation ul li a:hover,
         #topNavigation div a:hover {
            text-decoration: underline;
         }
/* @end topNavigation **/
#sideBar #marginSlot {
   padding-top: 40px;
}
#sideBar #marginSlot img.button {
   display: block;
   margin: 0 auto;
}
/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   padding: 10px 0 20px;
   text-align: right;
}
   #footer, #footer a { color: #333; }
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
/* @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, #outer_footer { display: none; }

.content {
   font-size: 1.2em;
   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;
}