/* right column divs */
#main div {
	float: right;
	clear: right;
	width: 207px; /* 364 - horizPadding */
	margin-bottom: 6px;
	padding: 7px 7px 7px 150px;
	background: #efeddf;
	min-height: 1px;
}

#main div:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #main div {height:1px}

#main div.col1 {
	float: left;
	width: 330px;
	margin: 0;
	padding: 0;
	background: none;
}

#main div.col1 div {
	float: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	width: 201px;
}

#main p.imageLeft {
	margin: 0 0 0 -143px;
}

#main h2 {
	margin-bottom: 0;
	color: #000;
	font-size: .857em;
	font-weight: bold;
}

#main p {
	font-size: .785em;
}

#main p.date {
	margin-top: .1em;
	margin-bottom: .1em;
	color: #999;
}

#main p.moreInfo {
	margin-bottom: 0;
	text-align: right;
}

#main p.moreInfo a {
	padding-left: 16px;
	background: url(../imgs/markerArrowRedSmall.gif) no-repeat 0 .5em;
}


/* left column highlight */
#main div.highlight {
	width: 330px !important;
	padding: 7px 14px 1em 14px;
}

#main div.highlight p.imageLeft {
	float: none;
	display: block;
	margin: 0 0 1.5em 0;
}

#main div.highlight h2 {
	margin-bottom: .2em;
	line-height: 1.1;
	color: #999;
	font-size: 1.715em;
}

#main div.highlight h3 {
	line-height: 1.2;
	color: #999;
	font-size: 1em;
	font-weight: bold;
}