#mainContent {
	display: block;
	width: 780px;
	padding-left: 27px;
	font-family: verdana, arial;
	font-size: 8.5pt;
	color: #fff;
}

#mainContent #leftContent {
	display: block;
	width: 200px;
	float: left;
}

#mainContent #leftContent #calloutOuter {
	padding-top: 35px;
	padding-bottom: 35px;
}

#mainContent #leftContent #callout {
	display: block;
	width: 128px;
	padding: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #316396;
	background: #55bec2;
	-moz-border-radius:0.5ex;
	-webkit-border-radius:0.5ex;
}

#mainContent #leftContent #callout img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}

#mainContent #leftContent #brochureOuter {
	padding-top: 35px;
	padding-bottom: 2px;
}

#mainContent #leftContent #brochure {
	display: block;
	width: 128px;
	padding: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #316396;
	background: #55bec2;
	-moz-border-radius:0.5ex;
	-webkit-border-radius:0.5ex;
}

#mainContent #leftContent #brochure img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}

#mainContent #newsContent {
	margin-top: 52px;
	margin-left: 0;
	margin-right: 56px;
	border-top: solid 1px #55bec2;
	border-bottom: solid 1px #55bec2;
}

#mainContent #newsContent div {
	padding: 15px;
}

#mainContent #newsContent div a, #mainContent #newsContent div a:link, #mainContent #newsContent div a:visited, #mainContent #newsContent div a:active {
	text-decoration: none;
}

#mainContent #newsContent div a:hover {
	text-decoration: underline;
}

#mainContent #newsContent div h3 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

#mainContent #newsContent div #newsImage {
	text-align: center;
	padding: 7px;
}

#mainContent #newsContent div img {
	border: 0;
}

#mainContent #newsContent div h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-size: 1.1em;
}

#mainContent #rightContent {
	display: block;
	width: 550px;
	float: left;
}

#mainContent #rightContent #rightImages img {
	float: left;
}

#mainContent #rightContent #rightImages img.padded {
	float: left;
	margin-right: 42px;
}

#mainContent #titleContent {
	display: block;
	float: left;
	width: 360px;
}

#mainContent #topContent {
	padding-top: 40px;
}

#mainContent #topContent h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#mainContent #topContent h1 .min {
	font-size: 0.8em;
}

#mainContent #topContent h2 {
	color: #55bec2;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

#mainContent #titleList {
	display: block;
	float: left;
	width: 140px;
	padding-left: 20px;
	margin-left: 30px;
	font-weight: bold;
	line-height: 18px;
}

/* FULL CLEARFIX MARKUP ------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* 

 float containment requiring junk markup for special circumstances;
 use with the following markup:

 <div class="fixfloat"><br clear="all"></div>

 modify markup as necessary for doctype & left/right clearing requirements
 
*/
.fixfloat {
	display: block;
	float: none;
	clear: both;
	margin-top: -1px;
	height: 1px;
	line-height: 1px; 
	font-size: 1px;
	overflow: hidden;
}
