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

#pullquote {
	float:right;
	width: 220px;
	margin: 12px 0 10px 15px;;
	padding-left:15px;
	font-size:22px;
	color:#c51230;
	border-left:1px dotted #ccc;
}

/*  VERTICAL NAVIGATION BAR  */

#subnav {
	position: relative;
	width:280px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav ul a {
	display: block;
	width:270px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding-left:6px;
}

#subnav a:hover, .selected a {
	background-color:#dae4ee;
	text-decoration: underline;
}