/* General */


body {
	height: 340px;
	color: #262626;
	background-color: #00573D;
	background-image: url(/images/DP-BG-trees.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#Site {
	background-color: #f5eee8;
	padding: 10px 0;
	margin: 0;
	width: 100%;
   }

p {
font-family: "vera-sans-1","vera-sans-2",sans-serif;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
}
  
p, li {
  line-height: 18px;
}

ul, ol {
	padding-left: 20px; 
	padding-bottom: 10px;
}

div {
}

a, a:visited {		
	color: #00573d;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
}

a img {
	border: none;
	}

#activenav, #activenav:hover, #activenav:active {
	font-weight:bold;
	}



/* Top Nav */


#Top {
	font-family: "vera-sans-1","vera-sans-2",sans-serif;
	text-shadow: 1px 1px 1px #d2d2d2;		
	width: 310px;
}

#Logo img {
margin: 0px;
}

#Address, #Phone, #Email {
	text-align: center;
	line-height: 26px;
	font-size: 22px;
	clear: left;
	padding-top: 18px;
}

#Phone {
	
}

#Phone span { font-size: smaller;
}

#Email {
	padding-top: 10px;
	width: 100%;
}

#Mobile, #Mobile a {

	font-size: medium;
	
	text-transform: uppercase;
	
	font-weight: bold;
	
	text-align: center;
	
	color: #f5eee8;
	
	background-color: #00573D;
}	
	
#Mobile {

	width: 130px;
	
	border-color: #00291d;
	
	border-style: solid;
	
	border-width: 0px;
	
	padding: 10px;
	
	margin: 10px auto 0px;
	
	text-shadow: none;	

}


/* Home Page Content */

#Home, .nav {
	display: none;
}
	
/* Footer */

#Footer {
	display: none;
}

.power {display:none;}

