/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Stephen Davis & Nate Hanna & Ryan Beck
*     Auth Web: http://www.mediasation.com
*     modified: 2010-11-15 (modified 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: #37454E;
   background-color: #37454E;
}
   a {
		color: #CC0000;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #131418; }
   	#marginSlot a:visited { color: #8C7C5E; }
   	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;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
   }
      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: #8A8278 no-repeat scroll center;
}
	div.hr hr { display: none; }

#outer_wrapper {
   background: #D9D7C5 url('../images/bg_html.gif') top left repeat-x;
   padding-top: 8px;
}
	#default #outer_wrapper { background-image: url('../images/bg_html-default.gif'); }

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

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header {
	border-top: #D9D7C5 1px solid;
	width: inherit;
	height: 431px;
	overflow: hidden;
}
	#default #header { height: 204px; }
#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background:transparent url('../images/logo.png') left top no-repeat;
	text-indent: -10000px;
	width: 283px;
	height: 155px;
	text-decoration: none;
	overflow: hidden;
	z-index: 10;
	top: 12px;
	left: 0;
}
#header #overlay
{
	position: absolute;
	top: 1px;
	right: 0;
	width: 807px;
	height: 431px;
	background:transparent url('../images/bg_overlay.png') left top no-repeat;
	text-decoration: none;
}
	#default #overlay { height: 203px; }
#header #hdrImg
{
	float: right;
	clear: left;
	display: block;
	/*background:transparent url('../images/bg_overlay.png') left top no-repeat;*/
	width: 807px;
	height: 431px;
	text-decoration: none;
	overflow: hidden;
}
	#default #header #hdrImg { height: 203px; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding-top: 54px;
   min-height: 200px;
}
   #default #contentWrapper {
      min-height: 343px;
      background: transparent url('../images/bg_contentWrapper-default.jpg') left bottom no-repeat;
   }
/** @group contentSlot */
#contentSlot { }
   #default #contentSlot {
      width: 736px;
      float: right; 
   }
   
   #home #contentSlot h1.pg_title,
   #home #contentSlot #homeGridInner #column4 { display: none; }
   
   #home #contentSlot #homeGridInner #column1,
   #home #contentSlot #homeGridInner #column2,
   #home #contentSlot #homeGridInner #column3 {
      float: left;
      padding: 0 8px;
   }
   #home #contentSlot #homeGridInner h3.homeTitle {
      font-family: "Trajan", "Trajan Pro", "New York", Georgia, Garamond, "Times New Roman", Times, serif;
      font-size: 1.5em;
      background-color: #D9D7C5;
      margin: 0;
      padding: 8px 10px 6px;
   }
/** @group layout */
#layout { padding: 18px 0 0; }
	#home #layout td.column1, #home #layout td.column2 { padding: 0; }
	#default #layout { padding: 20px 34px 20px 27px; }
	#default #layout h1.pg_title {
	   font-family: "Trajan", "Trajan Pro", "New York", Georgia, Garamond, "Times New Roman", Times, serif;
	   color: #C2492B;
	   font-size: 2.6em;
	}
/* @end layout **/

/* @end contentSlot **/
/** @group sideBar */
#default #sideBar {
   width: 264px;
   float: left;
	text-align: right;
}
#default #sideBarHook { padding: 55px 20px; }

#topNavigation {
/*   background: #F00;*/
   position: absolute;
   padding: 0;
   left: 0;
   top: 433px;
   height: 34px;
   width: 1000px;
   z-index: 5;
}
   #default #topNavigation { top: 205px; text-align: left; }

#topNavigation ul.sf-menu { 
   list-style: none;
   float: none;
   margin: 0;
}
   #topNavigation ul.sf-menu li {
      background: transparent;
      margin: 0;
/*      margin-right: 4px;*/
      height: 34px;
   }
      #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: 14px;
         letter-spacing: 0.3em;
         color: #D9D7C5;
         background-color: #39444D;
         text-transform: uppercase;
         margin: 0;
         padding: 0;
         border: 0;
      }
      #topNavigation ul.sf-menu li a:hover,
      #topNavigation ul.sf-menu li a:active { background-color: #131417; }
         #topNavigation ul.sf-menu li a span {
            display: block;
            padding: 9px 18px 10px;
         }
/*         #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 { 
            top: 34px; /* match top ul list item height */
            margin: 0;
            margin-left: 0;
            width: 196px;
            font-size: 10px;
         }
            #topNavigation ul.sf-menu li li { height: auto; }
            #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: 196px;
            }
               #topNavigation ul.sf-menu li ul {
               -moz-border-radius: 0;
               width: auto;
               padding: 0;
/*               background: #397;*/
                  background: transparent;
               }
               
               #topNavigation ul.sf-menu li li { padding: 0; }
                  #topNavigation ul.sf-menu li li a {
                     margin: 0;
                     padding: 9px 18px 10px;
                     width: 160px;
                     letter-spacing: 0.1em;
                     border: 1px solid #897B61;
                     border-top: 0;
                     font-size: 1.4em;
                  }
                  #topNavigation ul.sf-menu li li a span {
                  }
                  
                     #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; }


/*#sideBar #topNavigation ul { list-style: none; }

#sideBar #topNavigation ul li {
   display: inline;
   background: #37454E;
   background: transparent;
}

#topNavigation ul li a {
   display: block;
   border: 0;
   float: left;
   color: #D9D7C5;
   text-transform: uppercase;
   letter-spacing: 0.3em;
   text-decoration: none;
   font-size: 14px;
   padding: 9px 18px 10px;
}

#sideBar #topNavigation ul li a:hover {
   background-color: #131417;
}
   #sideBar #topNavigation ul li ul {
      position: relative;
      top: 0;
      left: 0;
      border: 1px solid #897B61;
      background-color: #397;
   }
      #sideBar #topNavigation ul li ul li { background-color: #620; }
         #sideBar #topNavigation ul li ul li a {
            background-color: #D9D7C5;
            display: block;
            border: 0;
            float: left;
            color: #D9D7C5;
            margin: 0;
         }*/

#sideBar #sectionNav {
   font-size: 1.4em;
   line-height: 2.4em;
}

#sideBar #sectionNav ul {
   list-style: none;
   padding: 40px 0;
}
#sideBar #sectionNav ul ul { padding: 0; }

#sideBar #sectionNav ul li a {
   color: #37454E;
   display: block;
   text-decoration: none;
}

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

#home #sideBar #marginSlot  {
	position: absolute;
	top: 157px;
	left: -10px;
	width: 280px;
	text-align: right;
	color: #FFF;
	overflow: auto;
}
#home #sideBar #marginSlot .margincontent { padding: 0 5px; }
   #default #sideBar #marginSlot {
font-family:"Trebuchet MS",Arial,Helvetica,Geneva,"microsoft sans serif",sans-serif;
/*
   	font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
*/
   	padding-left: 20px;
   	font-size: 1.4em;
        text-align: right;
        color: #37454E;
   }
#sideBar #marginSlot h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #8C7C5E;
}
#home #sideBar #marginSlot p {
   /*float: right;
      width: 200px;*/
}
   #default #sideBar #marginSlot {
/*      color: #86857C; */
      color: #37454E;
   }
   #default #sideBar #marginSlot strong {
      color: #333;
   }
/* @end sideBar **/
/* @end contentWrapper **/

/** @group fancybox */
#default #fancybox-title { text-align: left; }
/* @end fancybox **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
   height: 26px;
	padding: 10px;
}
   #footer,#footer a { 
      color: #8A8795;
	  /*text-align: right;*/
      text-decoration: none;
   }
      #footer a:hover{ text-decoration: underline; }

#outer_footer {
	margin-top: -82px;
	min-height: 275px;
	background: #37454E url('../images/bg_footer.gif') center top no-repeat;
}
   #default #outer_footer {
      margin-top: -81px;
      min-height: 200px;
      background: #37454E url('../images/bg_footer.gif') center -75px no-repeat;
   }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: #83833C; }
#formContent input.submit {
   background-color: #796043;
   border: 1px solid #5B4732;
   border-left-color: #A5825B;
   border-top-color: #A5825B;
   color: #FFF;
}
/* @end formContent **/


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

.content {
	font-size: 1.2em;
	line-height: 1.5em;
}

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

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

