/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: box_of_chocolates
*     Author: Stephen Davis
*     Auth Web: http://www.mediasation.com
*     modified: 2010-03-22 (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;
}
   a { text-decoration: underline; }
      a:hover { text-decoration: none; }
      a:visited {}
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   .default #sideBar div.title {
      line-height: 1.25em;
/*      margin-bottom: 0.2em;*/
      font-weight: normal;

   }
      h1, .content h1 { font-size: 2.4em; }
         .home h1.pg_title, .home .content h1.pg_title { display: none; }
         h1.pg_title, .content h1.pg_title { margin-top: 0.4em; }
      h2, .content h2 { font-size: 2.0em; }
      h3, .content h3 { font-size: 1.9em; }
      h4, .content h4 { font-size: 1.4em; }
      h5, .content h5 { font-size: 1.2em; }
      h6, .content h6 { font-size: 1.0em; }

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

.content td { padding: 0 20px 0 0; }

#wrapper {
   position: relative;
   width: 930px;
   min-height: 500px;
   margin: 0 auto;
}


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

#header #masthead a, 
#header #masthead a:visited {
   position: absolute;
   display: block;
   text-indent: -10000px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
}

/** @group hdrImg */
#hdrImg { 
   position: relative;
   width: 930px;
   top: 135px;
}
#hdrImg { height: 257px; }
   #hdrImg #img {
      position: absolute;
      overflow: hidden;
      z-index: 1;
   }
   #hdrImg #img {
      width: 930px;
      height: 257px;
/*      top: 9px;*/
/*      left: 5px;*/
   }
      .home #hdrImg #img img { width: 912px; }
/*      .default #hdrImg #img img { width: 919px; }*/
   #corner1, #corner2, #corner3, #corner4 { display: none; }
      #column4 .homeTitle { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   padding: 0;
   min-height: 300px;
}
.default #contentWrapper { margin-bottom: 30px; }
/** @group contentSlot */
.default #contentSlot {}
   .default #contentSlot iframe { width: 830px; }
   .default #layout {  padding: 10px 50px; }

.home #contentSlot {
   width: 930px;
   float: none;
}
/** @group homeGrid */
.home #homeGrid { padding: 0 4px 0 5px; }
#homeGrid .homeImage { display: none; }
.home #homeGrid .column {
   padding: 21px 47px 15px 25px;
   float: left;
   width: 235px;
   min-height: 197px;
}
.home #homeGrid div.hr_col3 { 
   clear: left;
   display: block;
   margin: 0;
   height: 1px;
   background-color: #999;
}
   .home #homeGrid #column4 {
      clear: left;
      width: 829px;
      border: 0;
      margin: 0 auto;
      padding: 30px 45px;
      font-size: 1.55em;
      line-height: 1.5em;
      min-height: 80px;
   }
      .home #homeGrid #column4 blockquote {
         margin: 0;
         padding: 0;
         font-style: italic;
         font-size: 1.1em;
         font-family: Garamond, "Times New Roman", Times, serif;
      }
      .home #homeGrid #column4 p { margin-top: 0; }
.home #homeGrid .homeTitle { 
   font-size: 1.5em;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   margin-top: 0;
}
/* @end homeGrid **/

/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 100%;
   height: 199px;
   float: left;
   line-height: 0.9em;
}
#sideBarHook { padding: 5px 0; }

.home #sideBar #newsletter,
.home #sideBar #search { display: none; }

#sideBar #newsletter { margin-right: 60px; }

#sideBar div.title {
   font-size: 1.4em;
   padding-bottom: 8px;
   margin: 0;
   margin-bottom: 16px;
/*   font-weight: bold;*/
}
#sideBar div.input { margin: 0; position: relative; }
#sideBar input {
   border-width: 1px;
   border-style: solid;
   padding: 4px 5px 4px 5px;
   margin: 5px 1px 3px 0px;
}
   .default #sideBar input.email, .default #sideBar input.search { 
      width: 180px;
      background-position: left center;
      background-repeat: no-repeat;
   }
   .default #sideBar input#authcode { width: 105px; }
      .default #sideBar .authcode, #sideBar .flash_embedded { vertical-align: middle; }
      .default #sideBar .authcode {
         position: absolute;
         top: 5px;
         left: 121px;
      }
      .default #sideBar .flash_embedded {
         position: absolute;
         top: 5px;
         left: 220px;
      }
#sideBar button {
   font-size: 0.9em;
   margin: 5px -1px 5px 0px;
   padding: 3px 5px;
   border-width: 1px;
   border-style: solid;
   line-height: normal;
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}

#sideBar #search button { width: 65px; }
   #sideBar #marginContent {
/*      position: absolute;*/
      line-height: 1.5em;
      margin-top: 3px;
      float: left;
      width: 345px;
/*      height: 191px;*/
      z-index: 5;
   }
   #sideBar #marginContent .margincontent {
      width: 310px;
      height: 156px;
      padding: 0 10px;
      overflow: auto;
   }

      #sideBar #marginContent { min-height: 80px; }
      #sideBar #marginContent h1,
      #sideBar #marginContent h2,
      #sideBar #marginContent h3,
      #sideBar #marginContent h4,
      #sideBar #marginContent h5,
      #sideBar #marginContent h6 { 
         font-size: 1.4em;
         padding-bottom: 6px;
         margin: 0;
         margin-bottom: 12px;
      }
   #sideBar #vcard {
      position: absolute;
      top: 13px;
      right: 0;
      color: #8C7553;
      font-size: 1.4em;
      line-height: 1.1em;
   }
   #sideBar #vcard .org { display: none; }
/** @group topNavigation */
#topNavigation {
/*   background-color: #FF0000;*/
   position: absolute;
   top: 90px;
   left: 0;
   z-index: 4;
   width: 100%;
   font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li {
         background: transparent;
         margin: 0;
         margin-right: 4px;
         height: 40px;
      }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            text-decoration: none;
            font-size: 15px;
            text-transform: uppercase;
            margin: 0;
            padding: 0 0 10px;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 12px 38px 13px;
            }
            #topNavigation ul.sf-menu li a small {
               font-size: 13px;
               font-weight: normal;
               color: #5980A0;
            }
            #topNavigation ul.sf-menu li a.sf-with-ul { padding-right: 0; }
            #topNavigation ul.sf-menu li:hover ul,
            #topNavigation ul.sf-menu li.sfHover ul { 
               background: #F00;
               top: 40px; /* match top ul list item height */
               margin: 0;
               padding: 0;
               margin-left: 0;
               width: 186px;
               font-size: 10px;
            }
               #topNavigation ul.sf-menu li li {
                  height: auto;
                  margin: 0;
               }
               #topNavigation ul.sf-menu li li a span { padding: 8px 13px; }
               #topNavigation ul.sf-menu li:hover ul li ul,
               #topNavigation ul.sf-menu li.sfHover ul li ul { 
                  top: 0; /* match top ul list item height */
                  margin-left: 0;
                  left: 186px;
               }
                  #topNavigation ul.sf-menu li li { padding: 0; }
                     #topNavigation ul.sf-menu li li a {
                        margin: 0;
                        padding: 0;
                        width: 100%;
                        letter-spacing: 0.1em;
                        font-size: 1.4em;
                     }
                        #topNavigation ul.sf-menu li.selected li a,
                        #topNavigation ul.sf-menu li.selected li a:hover {
/*                              background-image: none;*/
                              padding-right: 0;
                           }

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



/** Footer
-------------------------- **/
/** @group footer */
#spark_outer_footer {
   display: none;
}
#footer {
   font-size: 1.1em;
   height: 31px; 
   line-height: 1.5em;
   padding: 5px 0 25px 10px;
   text-align: right;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/

/** @group formContent */
#formContent td.content label { font-weight: normal; }
/* @end formContent **/

/** Class Styles
-------------------------- **/
.content {
   line-height: 1.5em;
   font-size: 1.2em;
}

.corner {}

.default .spacer {
   padding: 15px 12px 20px;
/*   width: 240px;*/
   float: right;
}

.hidden, .printOnly { display: none; }
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
