/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Ryan Beck & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 4 February 2009 @ 10:30 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
}
body { 
    background: #FFF url('../images/page_bg.jpg') top left repeat-x; 
    margin: 0px;
    padding: 15px 0px 0px 0px;
}
   a {
		color: #933C06;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #333; }
   	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;
    color: #933C06;
   }
   	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: 0.8em 0;
	background: #AAA no-repeat scroll center;
}
	div.hr hr { display: none; }

#wrapper {  
    border: 1px solid #CCC;
    background: #FFF url(../images/hdr_bg.gif) top left repeat-x;
    padding: 20px 1px 1px 1px;
	position: relative;
	width: 950px;
	margin: 0 auto 50px auto;
}

pre { color: #000; }

/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; }

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.png") 0 0 no-repeat;
	text-indent: -10000px;
	width: 278px;
	height: 94px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 35px;
	left: 15px;
}
/** @group topNavigation */
#topNavigation {
    background: #FFF url('../images/menu_bg.jpg') top left repeat-x;
    height: 35px;
    border-bottom: 1px solid #CCC;
    position: relative;
}
/* @end topNavigation **/
/* @end header **/
    

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { background: #FFF url(../images/content_wrapper_bg.gif) top left repeat-y; }
/** @group contentSlot */
#outerContentSlot {
    background: #FFF url(../images/outer_content_bg.jpg) top left repeat-x;
    float: right;
    width: 680px;
    padding: 10px 10px 0px 10px;
    font-size: 1.2em;
    line-height: 150%;
    min-height: 609px;
}

#contentSlot { 
   padding: 20px;
   position: relative;
}
   #contentSlot a {
    color: #5D8098;
   }
   #contentSlot h1 {
       text-transform: uppercase;
       font-size: 1.6em;
       margin: 0 0 10px 0;
       padding: 0 0 8px 0;
       border-bottom: 1px dashed #AAA;
       line-height: 100%;
   }

   #contentSlot h2, h3 {
       font-size: 1.5em;
       margin: 0;
       padding: 0.8em 0 0.5em;
       line-height: 100%;
   }
   #contentSlot h3 {
       font-size: 1.2em;
   }
   #contentSlot ul.callout, #contentSlot ol.callout {
      position: absolute;
      top: 12px;
      right: 12px;
      list-style: none;
      margin: 0;
      padding: 0;
   }
      #contentSlot .callout li { 
         display: inline; 
         float: left;
         padding: 3px 6px; 
         background: transparent url("../images/bg_li-callout.gif") right 55% no-repeat;
      }
   #contentSlot ul, #contentSlot ol {
      padding: 0.8em 2.25em;
   }
      #contentSlot li { margin-bottom: 0.8em; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
    float: left;
    width: 225px;
    padding: 10px 10px 20px 15px;
    font-size: 1.2em;
    line-height: 150%;
}
   #sideBar h2 {
       color: #933C06;
       font-size: 1.6em;
       margin: 0.8em 0 0.5em;
       padding: 0;
   }
   #sideBar a { 
      text-decoration:none;
      color: #515151;
   }
   #sideBar a:hover { text-decoration:underline; }
#sideBar ul, #sideBar ol {
   padding-left: 7px;
}
      #sideBar ul { list-style: none; }
      #sideBar li { margin-bottom: 0.4em; }
/** @group marginSlot */
#marginSlot, #search { padding-top: 11px; }
/* @end marginSlot **/

/** @group search */
   #search fieldset {
      border: 0;
      padding: 0;
      margin: 0;
   }
   #search legend { display: none; }
   #search label { font-size: 0.95em; }
   #search input {
      background: transparent url("../images/bg_input-search.gif") left top no-repeat;
      width: 132px;
      height: 11px;
      padding: 8px 4px;
      border: 0;
   }
   #search button {
      padding: 0;
      margin: -5px 0 0 -2px;
      border: 0;
      background-color: transparent;
      vertical-align: middle;
   }
/* @end search **/
/* @end sideBar **/
/** @group disclaimer */
#disclaimer {
   width: 690px;
   padding: 10px 0px;
   margin-left: 260px;
   color: #999;
   font-size: .9em;
}
   #disclaimer a {
       color: #999;
   }
   #lftCol {
      padding-top: 4px;
      padding-left: 10px;
      float: left; 
   }
   #rightCol {
      padding-top: 4px;
      float: right;
      text-align: right;
   }
       #rightCol a { padding: 0px 8px; }
/* @end disclaimer **/
/* @end contentWrapper **/

/** Footer
-------------------------- **/
/** @group footer */
#footer {
    background: transparent url('../images/hdr_bg.gif') top left repeat-x;
    padding-top: 0px;
    height: 15px;
    width: 950px;
	margin: 0 auto;
}
   #footer a { 
      color: #8A8795;
      text-decoration: none;
   }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: #333; }
#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, #accessibilityMenuLabel, #accessibilityMenu  { display: none; }

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

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