/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-07-13
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   color: #333;
   background-color: #003300;
}
   html,
   #sideBar h1, #sideBar h2, #sideBar h3, #sideBar h4, #sideBar h5, #sideBar h6 { 
      font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif; 
   }
body { background: #FFF url('../images/bg_html.jpg') left top repeat-x; }
   a {
		color: #043804;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #660000; }
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   #topNavigation ul li a {
   	line-height: 1.25em;
   	font-weight: normal;
   	font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   	color: #1E5B1F;
   }
   	h1, .content h1 { font-size: 3.0em; }
   	   h1.pg_title { margin-top: 0.15em; }
   	h2, .content h2 { font-size: 2.4em; }
   	h3, .content h3 { font-size: 1.6em; }
   	h4, .content h4 { font-size: 1.4em; }
   	h5, .content h5 { font-size: 1.2em; }
   	h6, .content h6 { font-size: 1.0em; }

div.hr {
	height: 2px;
	margin: 0.8em 0;
	background: #8A8278 url('../images/bg_hr.gif') scroll center repeat-x;
}
	div.hr hr { display: none; }

#wrapper {
   position: relative;
	width: 980px;
	margin: 0 auto;
	background: transparent url('../images/bg_wrapper.jpg') left top repeat-y;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header {
   background: transparent url('../images/bg_header.jpg') left top no-repeat;
   height: 407px;
}

#header #masthead a, 
#header #masthead a:visited {
	position: absolute;
	display: block;
	background: url("../images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 310px;
	height: 318px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 38px;
	left: 9px;
}
/** @group hdrImg */
#hdrImg {
   position: absolute;
   top: 0;
   left: 498px;
}
   #hdrImg img {
      position: relative;
      top: 8px;
      left: 25px;
   }
/** @group corner1 */
#corner1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 470px;
   height: 373px;
   background: transparent url('../images/bg_corner1.png') left top no-repeat;
   z-index: 3;
}
/* @end corner1 **/
/* @end hdrImg **/
/* @end header **/



/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { padding: 0 29px; }
/** @group contentSlot */
#contentSlot {
   width: 631px;
   float: right;
}
/** @group layout */
#layout { 
   padding: 24px 29px;
   padding-right: 10px;
}
/*   #layout table { width: auto; }*/
/* @end layout **/
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 290px;
   float: left;
}
#sideBarHook { padding: 24px 15px 24px 0; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   width: 963px;
   top: 354px;
   left: 14px;
   z-index: 100;
}
   #topNavigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
      #topNavigation ul li { display: inline; }
         #topNavigation ul li a {
            display: block;
            float: left;
            color: #FFF;
            font-size: 2.0em;
            padding: 13px 26px;
            text-decoration: none;
         }
            #topNavigation ul li a:hover { text-decoration: underline; }
/* @end topNavigation **/
/** @group marginSlot */
#marginSlot img.icon {
   margin-right: 10px;
   margin-bottom: 10px;
}
/* @end marginSlot **/

/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   background: #003300 url('../images/bg_footer.jpg') left top no-repeat;
   min-height: 43px;
   font-size: 1.1em;
   padding: 15px 29px;
}
   #footer, #footer a { color: #417841; }
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
/** @group outer_footer */
#outer_footer { 
   background-color: #003300;
   min-height: 43px;
   margin-top: -73px;
}
/* @end outer_footer **/

/* @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;
}