@charset "utf-8";

body.subsection .modules {
	display:block;
}

.modules {
	float:right;
	width:309px;
	margin:0 0 12px 12px;
	padding:0 10px 0 18px;
	display:none;
}

.modules h2 {
	background-color:#65c4d8;
	font-size:1.4em;
	color:#FFF;
	padding:4px 6px;
	margin:10px 0 10px -12px;
}

.modules h3 {
	background:url(../images/hr_bg.gif) repeat-x 0 1.6em;
	color:#242424;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.7em;
	margin:0 0 0 -6px;
	padding:0 0 0 6px;
}

.modules h4 {
	color:#47afde;
	font-weight:bold;
	margin:10px 0 10px 0;	
}

.modules hr.red {
	background-color:#FF0000;
	border:0;
	height:3px;
	margin:20px 0 10px -6px;
}

.modules .banner {
	margin:14px 0 8px -6px;
}