@charset "utf-8";
/* CSS Document */

/* This is the side navigation that appears on the Home page and on the Highlight pages. */

/* SIDEBAR - Sets the rules for the side navigation */
div#featuresnav {
	background: #585663 url(../graphics/sideNavBack_Off.gif) repeat-y;
	height: 360px;
	width: 230px;
	padding-top: 45px;
}
/* SIDEBAR - pushes buttons down */
ul#ftrnav {
	width: 230px;
}
/* SIDEBAR - styles buttons */
ul#ftrnav li {
	list-style: none;
	border-top: 2px dotted #CCC;
}
/* SIDEBAR - Adds background & size of side buttons */
ul#ftrnav a:link, ul#ftrnav a:visited {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #CCC;
	background: url(../graphics/sideNavDot.gif) no-repeat left center;
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 30px;
}
/* SIDEBAR - Rules for the hover state on side buttons */
ul#ftrnav a:hover {
	color: #FFF;
	background: #BE0F34 url(../graphics/sideNavBack_On.gif) repeat-y;
}
/* SIDEBAR - Changes the text settings for the first word of each side link */
.featuresnavtitle {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
}