/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-06-30
* --------------------------------------------------------------
**/


/** Element/Global Styles
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background-color: #D4E3B8;
}
body,td,th {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}
   td {
      vertical-align: top;
   }
h1 {
   font-size: 22px;
   letter-spacing: 1px;
   color: #000000;
   text-transform:uppercase;
   margin-left:-30px;
   padding-left: 30px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: normal;
   background-image: url(images/little_man.gif);
   background-position: left top;
   background-repeat: no-repeat;
   height: auto;
   padding-top: 10px;
   padding-bottom: 0px;
}
   #pop_up h1 { background-image: none; }
body.nophoto h1 {
   margin-left: -15px;
}
a {
   color: #006600;
   text-decoration: underline;
}
   a:hover {
      text-decoration: none;
   }
   a:visited {
      color: #509c28;
   }
   a img {
      border: 0;
   }
blockquote {
   margin: 0;
   padding: 0;
}
   blockquote ul {
         list-style-image: url(images/bullet.gif);
   }
/*ul li {
   line-height: 14px;
   margin-bottom: 13px;
   margin-top: 5px;
}        */

/** ID Styles
-------------------------- **/
#wrapper {
	width: 778px;
	margin: 0 auto 15px auto;
	padding: 4px 10px;
	background-color: #FFF;
	border: 1px solid #142F0B;
	border-top: 0;
}
#leftMenu .lvl2, #leftMenu .lvl3 {
   font-family: Arial, Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
   text-transform: uppercase;
   color: #006600;
   border: 0px;
   background-color:#FFF;
   width: 200px;
}
   #leftMenu .lvl2 a, 
   #leftMenu .lvl3 a {
      color: #006600;
      text-decoration: none;
      display: block;
      width: 179px;
      background-color: #FFF;
      padding-top: 7px;
      padding-right: 9px;
      padding-bottom: 7px;
      padding-left: 9px;
      border-bottom: 1px solid #CCC;
   }
   #leftMenu .lvl2 a:hover, #leftMenu .lvl3 a:hover {
      background-color: #fffce3;
      border-bottom: 1px solid #006600;
   } 
   #leftMenu .lvl2.selected, #leftMenu .lvl3.selected {
      font-family: Arial, Georgia, "Times New Roman", Times, serif;
      font-size: 11px;
      text-transform: uppercase;
      color: #006600;
      background-color: #EEE;
      border: 0px;
   }
   #leftMenu .lvl2.selected a, #leftMenu .lvl3.selected a {
           color: #006600;
           text-decoration: none;
      background-color: #EEE;
      border-bottom: 1px solid #006600;
   }
ul#jumpToAreaNav {
   list-style: none;
   padding: 0;
   margin:  0;
}
   ul#jumpToAreaNav li { display: inline; }
      ul#jumpToAreaNav li a {
         border: 1px solid #006600;
         display: block;
         width: 110px;
         height: 135px;
         float: left;
         margin-left: 3px;
      }
         ul#jumpToAreaNav li a:hover {
            border-color: #fffce3;
         }
      ul#jumpToAreaNav li a,first {
		 margin-left: 2px;
      } 
      ul#jumpToAreaNav > li a.first {
         margin-left: 3px;
      }

body#pop_up,
#pop_up p {
	margin: 0;
	padding: 0;
}

#pop_up  #topBar {
	height: 30px;
	background-color: #509c28;
	border-bottom: 1px solid #000;
	position: relative;
}
	#pop_up #topBar h2, #pop_up #topBar h1 {
		font-family: Geneva,Arial,"Times New Roman",Times,serif;
		color: #FFF;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: bold;
		margin: 0;
		padding: 7px;
	}
	#pop_up #closeWin {
		position: absolute;
		top: 0;
		right: 0;
	}
		#pop_up #closeWin a {
			display: block;
			color: #FFF;
			text-decoration: none;
			height: 16px;
			background-color: #006600;
			padding: 7px;
			width: 107px;
			white-space:  nowrap;
		}
			#pop_up #closeWin a:hover {
				background-color: #000;
			}
	

/** Class Styles
-------------------------- **/
.hdrNav {     
   font-size: 10px;
   text-transform: uppercase;
   color: #509C28;
}
   .hdrNav a {
      color: #509C28;
      text-decoration:none;
   }
      .hdrNav a:hover {
         text-decoration: underline;
      }
.navBar {
   background-color: #509C28;
   border: 1px solid #003300;
}
.subNav {
   background-color: #509C28;
}
.ftrNav {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: #666666;
   letter-spacing: 2px;
   padding: 5px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #CCC;
}
   .ftrNav a{
      color: #999999;
      padding: 0px 10px 0px 10px;
      text-decoration:none;
   
   } 
.ftr {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #999999;
   padding-top: 10px;
   text-align: center;
   padding-bottom: 30px;/*50px*/
}
   .ftr a {
      color: #999;
      text-decoration:none;
   } 
.outerContent {
   line-height: 22px;
   padding-top: 0px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 30px;
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color: #CCCCCC;
}
   /*.outerContent img { 
      max-width: 475px;
      height: auto;
   }*/
   body.nophoto .outerContent {
      border-right: 0;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: #CCCCCC;
   }
   
   body.no_margin .outerContent { border: 0; }
.content h4 {
   margin: 0;
   padding : 0 10px 15px 0;
}
.content table img {
   padding: 0px 10px 0 10px;
}
.sidebar {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   line-height: 18px;
   color: #333333;
   font-style: italic;
}
.lvl2,
.lvl4 {
   font-family: Arial, Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
   text-transform: uppercase;
   color: #006600;
   
}
   .lvl2 a,
   .lvl4 a {
      color: #006600;
      display: block;
      padding-top: 10px;
      padding-right: 3px;
      padding-bottom: 10px;
      padding-left: 3px;
           text-decoration: none;
           letter-spacing: 1px;
      background-color: transparent;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #CCC;
   }
   .lvl2 a:hover,
   .lvl4 a:hover {
      background-color: #fffce3;
      border-bottom-color: #006600;
   } 
   .lvl2.selected,
   .lvl4.selected {
      background-color: #EEE;
   } 
      .lvl2.selected a,
      .lvl4.selected a {
         border-bottom-color: #006600;
      }
      .lvl2.selected a:hover {
         background-color: #EEE;
      } 
.homeSidebar {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   font-style: italic;
   line-height: 20px;
   padding-top: 10px;
   padding-right: 20px;
   padding-bottom: 10px;
   padding-left: 20px;
}
