@CHARSET "UTF-8";

div#columns #left, div#columns #right {
	float: none;
	width: auto;
	clear: both;
}

div#columns #left .header {
	height: auto;
}
div#columns #left .header img {
	vertical-align: top;
}

#contact {
	float: right;
	font-size: 0.75em;
	margin: 0 0 5px 0;
}
#contact a {
	color: white;
	text-transform: uppercase;
}

div#columns #right .header {
	height: auto;
	width: auto;
	margin: 0px -10px 10px -10px;
	clear: both;
}

div#columns #right #frontsidebar {
	float: right;
	width: 48%;
	background-color: #ebf1e9;
}

div#columns #right #bodycontent {
	float: left;
	width: 49%;
	padding: 0;
	margin: 10px 0 0 0;
}

/* --- Sidebar -------------------------------------------------------------- */
#frontsidebar {
	padding: 3px;
	color: #468437;
}
#frontsidebar .item {
	padding: 10px;
	border-bottom: 1px solid #468437;
}
/* jQuery is used to remove the bottom border from the last .item */
#frontsidebar .item p {
	margin: 0;
	font-size: 0.75em;
}
#frontsidebar .item img {
	float: left;
	margin: 5px 10px 5px 0;
}
#frontsidebar .item .more {
	text-align: right;
	font-weight: bold;
	font-size: 0.75em;
	clear: both;
}

/* --- Headings ------------------------------------------------------------- */
#bodycontent div.h1 {
	height: 75px;
	position: relative;
}
#bodycontent div.h1 h1 {
	font-size: 1.5em;
	position: absolute; 
	top: 50%;
	margin-top: -1em;
	margin-left: 70px;
}
#bodycontent div.h1 img {
	float: left;
	margin: 5px 15px 0 0;
}

#frontsidebar h1 {
	font-size: 1.5em;
}
