/*
BASE SECTION STYLES
*/

#sections > .section {
	border-top: 1px dashed #999999;
	padding-top: 1em;
	margin-top: 1em;
}

/*
SECTION SUBHEAD STYLES
*/

#sections > .section > .subhead {
	float: left;
	width: 25%;
	border-top: 10px solid #000;
	text-align: right;
	line-height: 1.1;
}
#sections > .section > .subhead h2 {
	color: #666666;
	text-transform: uppercase;
	margin: 0.8em 0 0.2em;
}
#sections > .section > .subhead p {
	font-size: 85%;
	font-weight: bold;
}

/*
SECTION CONTENT STYLES
*/

#sections > .section > .content {
	float: right;
	width: 72%;
}
#sections > .section > .content h3 {
	text-transform: uppercase;
	line-height: 1.5;
}
#sections > .section > .content p {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#sections > .section > .content a {
	text-decoration: underline;
}
#sections > .section > .content div {
	margin-bottom: 1.5em;
}