

a.white, a.white:hover { color: #ffffff !important; text-decoration: none; }
a.dblue, a.dblue:hover { color: #22578B !important; text-decoration: none;}
a.dgrey, a.dgrey:hover { color: #58595b !important; text-decoration: none;}
a.lgrey, a.dgrey:hover { color: #c9c8c8 !important; text-decoration: none;}
a.green, a.green:hover { color: #7AB800 !important; text-decoration: none;}
a.black, a.black:hover { color: #000000 !important; text-decoration: none;}
a.mustard, a.mustard:hover { color: #a2a026 !important; text-decoration: none;}
a.lmustard, a.lmustard:hover { color: #a19d2d !important; text-decoration: none;}
a.dbrown, a.dbrown:hover { color: #2a2627!important; text-decoration: none;}

a.underline, a.underline:hover { text-decoration: underline; }
a.underline-on-hover:hover { text-decoration: underline; }

a, a:visited { color: #a2a026; text-decoration: none; }
a:hover { color: #a2a026; text-decoration: underline; }
a:focus, a:active { border: 0px; outline: 0px; }

a#main-logo {
	background: url(../images/chard_robinson.gif) no-repeat scroll 0 0;
	width:167px;
	height:72px;
	display: block;
	margin-right:12px;
	text-indent:-9999px;
	vertical-align: middle;
	position: absolute;
	right: 30px; top: 20px;
}

a.visit_website {
	background: url(../images/icons/arrow_white_right.gif) no-repeat scroll 0px 3px;
	padding-left: 15px;
	color: #58595b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.visit_website:visited, a.visit_website:active { color: #58595b; }
a.visit_website:hover { text-decoration: underline; }

a.google_map {
	background: url(../images/icons/arrow_dgrey_right.gif) no-repeat scroll 0px 3px;
	padding-left: 15px;
	color: #58595b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.google_map:hover { text-decoration: underline; }



