/* Styles used for find us page */

h2 {
	color: rgb(102,51,0);
}

h3 {
	color: rgb(102,51,0);
	font-size: 1em;
}

#pselect li {
	display: inline;
	margin-right: 20px;
	float: left;
	color: rgb(102,51,0);
	font-weight: bold;
}

#pselect {
	overflow: hidden;
	padding-bottom: 2em;
}

ul#pselect li a:link    { color: #888; font-weight: regular; text-decoration: none; }
ul#pselect li a:visited { color: #888; font-weight: regular; text-decoration: none;  }
ul#pselect li a:hover   { color: rgb(102,51,0); font-weight: regular; text-decoration: underline; }


