/* P C D T R */
@import "php/css.php";
/* font-size in pts */


#content h2 {
	text-transform: uppercase;
	font-family: gillsans-light, "Trebuchet MS", Arial;
	font-size: 16px;
	color: #9d1525;
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: normal;
}


#content .teaser h2 {
	text-transform: uppercase;
	font-family: gillsans-light, "Trebuchet MS", Arial;
	font-size: 16px;
	color: #9d1525;
	margin-top: 20px;
	margin-bottom: 8px;
	font-weight: normal;
	display: block;
	height: 50px;
}

a:hover {
	background-position:0 0;
}

#main-nav li a {
	text-transform: uppercase;
	color: #aba4a5;
	margin: 6px 0 0 10px;
	font-size: 12px;
	height: 25px;
	display: inline-block;
	font-family: gillsans-light, "Trebuchet MS", Arial;
	text-decoration: none;
}

#main-nav li.active a {
	text-transform: uppercase;
	color: #000;
	margin: 6px 0 0 10px;
	font-size: 13px;
	height: 25px;
	display: inline-block;
	font-family: gillsans, "Trebuchet MS", Arial;
	text-decoration: none;
}