/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 20 November 2008 @ 00:45 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Arial, Tahoma, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
}
body { background: #000 url('../images/bg_content.gif') left top repeat-y; }
   a, a:visited {
		color: #6E5C0F;
		text-decoration: none;
	}
   	a:hover { text-decoration: underline; }
   	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: bold;
   }
   	h1, .content h1 { 
   	   font-size: 1.5em; 
   	   font-family: Verdana, Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif; 
   	   margin-top: 0;
   	}
   	h2, .content h2 { font-size: 1.6em; color: #004D6D; }
   	h3, .content h3 { font-size: 1.2em; color: #937902; }
   	h4, .content h4 { font-size: 1.1em; }
   	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; }

#wrapper {
	position: relative;
	width: 1000px;
}

pre { color: #000; }


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

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
/* background: url("../images/logo.gif") 0 0 no-repeat;*/
	text-indent: -10000px;
	width: 155px;
	height: 73px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 21px;
	left: 10px;
}
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   background: transparent url('../images/bg_body.jpg') left top no-repeat;
   min-height: 704px;
}
div.content {
   font-size: 1.4em;
   line-height: 1.25em;
}
   div.content table, div.content td { margin: 0; }
/** @group contentSlot */
#contentSlot {
   width: 834px;
   float: right;
}
   #contentSlot #layout {
      padding: 195px 35px;
      padding-right: 195px;
      padding-bottom: 34px;
   }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 166px;
   float: left;
   padding: 178px 0;
}
/** @group topNavigation */
#topNavigation {}
   #topNavigation ul { list-style: none; }
   #topNavigation ul li {}
      #topNavigation ul li a {
         display: block;
         font-size: 1.6em;
         color: #FFF;
         font-weight: bold;
         padding: 0 20px 10px 0;
         text-align: right;
      }
         #topNavigation ul li.selected a,
         #topNavigation ul li a:hover { 
            color: #ECCF45;
            text-decoration: none;
         }
            #topNavigation ul li.selected ul { padding-bottom: 10px; }
            #topNavigation ul li.selected ul li a {
               color: #FFF;
               font-size: 1.2em;
               font-style: italic;
               font-weight: normal;
               padding-bottom: 2px;
            }
               #topNavigation ul li.selected ul li a:hover { text-decoration: underline; }
               #topNavigation ul li.selected ul li.selected a { background: transparent url('../images/submenu_bullet.gif') 150px 45% no-repeat; }
                  #topNavigation ul li.lvl1 ul li.lvl2 ul { padding-bottom: 5px; }
                  #topNavigation ul li.lvl1 ul li.lvl2 ul li a {
                     background-image: none;
                     padding-right: 32px;
                     color: #D9A11A;
                  }
                     #topNavigation ul li.lvl1 ul li.lvl2 ul li.selected a { 
                        font-weight: bold; 
                        color: #EECD42; 
                        background-position: 135px 43%; 
                     }
/* @end topNavigation **/

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



/** Footer
-------------------------- **/
/** @group footer */
#footer { padding: 0 0 40px 186px; }
   #footer a { 
      color: #000;
      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: 1px solid #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;
}

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

.small_blue_italic,
.small_black_italic,
.small_black_bold,
a.small_blue_italic {	
	font-size: 11px;	
	color: #6E5C0E;
	font-weight: normal;	
	font-style : italic;
 }
 
  .small_black_italic { color: black; }
  .small_black_bold {		
     color: black;
     font-style : normal;
     font-weight: bold;	
  }
 
  a.small_blue_italic {	
     font-weight: bold;	
     text-decoration : none;
  }
      a.small_blue_italic:hover { text-decoration : underline; }

.blue	{color: #1F5C92;}
.black{	color: black;}
.white{	color: white;}
.red{	color: red;}
.brown	{color: #A98750;}
