/* home - navigation styles */

body#about {
	border-top: 0;
}

#nav li.location a,
#nav li.location a:link {
	color: #ABBE92;
  background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#nav li.location a:active,
#nav li.location a:hover	{
	color: #ABBE92;
	background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#content img.map {
	padding: 0px;
	margin: 0px 0px 20px 5px;
}

#content li span strong {
	color: white;
}

