/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links																		   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #759034;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Misc. Classes																   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accent { color: #759034; }

#menu .active a {
	border-bottom: 2px solid #759034;
	color: #759034;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Main Page																	   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Thick Blue Gradient */
#teaser {
	clear: both;
	height: 282px;
	background: #fff url(homePageHighlight.png) repeat-x;
	border-bottom:2px solid #cfcfcf;
}