#site_specific_header {
	background: url(http://images.linx-usa.com/files/mpf/InnerHeader_Camp10.png);
        margin-top: 10px;
       height: 195px;

}

body { 
	background: url(http://images.linx-usa.com/files/mpf/Background_Camp_Compass.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*HEADERS*/

#content h1 {
   color: #0b9444;
 }


#content h2 {
   color: #0b9444;
   margin:0; 
}


/*LINKS*/

a:link {
   color:#0b9444;
} 

a:visited {
   color:#0b9444;
} 

a:hover {
   color:#0b9444;
text-decoration: none;
}  

a:active {
   color:#0b9444;
}  



/* NAVIGATION MENU */

#navigation {
   position: relative;
   top: 0px;
   left: 0px;
   background: #0b9444;
   height: 30px;
   width: 100%;
   border-top: 7px solid #f1592a;
   border-bottom: 7px solid #f1592a;
   font-weight: normal;
}

ul.dropdown a:link, ul.dropdown a:visited {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: center;
  font-family: Trebuchet MS, Helvetica, Arial, Times, serif;
  border-bottom: none;  
  font-size: 10pt;
}

ul.dropdown li, ul.dropdown li.nodir.topdir {
  display: block;
  width: autopx;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000 #000000 #000000 #000000;
  background-color: #0b9444;
}

ul.dropdown a.hover, ul.dropdown a:hover {
  text-decoration: none;
  color: #f1592a;
  background-color: #0b9444;
  font-weight: normal;

 
}

ul.dropdown li.hover, ul.dropdown li:hover {
    text-decoration: none;
    color: #f1592a;
    background-color: #0b9444;
    font-weight: normal;
    
}

#content1 {font-size: 14px;}