/* home page */

div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 .6em 0;
	color: #508a62;
	font-weight: normal;
	font-size: 1.4em;
	}

div#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 1em 0 .5em;
	color: #1e83b1;
	}
div#content h3 a {
	color: #1e83b1;
	}

#content div#primary {
	width: 648px;
	padding-left: 0;
	padding-top: 0;
	}

#homepage_banner {
	padding-top: 38px;
	margin-bottom: 10px;
	}

.team_spotlight {
	padding: 18px 0 15px 20px;
	float: left;
	width: 255px;
	}

.company_spotlight {
	padding: 18px 0 15px;
	width: 335px;
	float: right;
	}

.team_spotlight h2, .company_spotlight h2 {
	margin-top: 0;
	}

.team_spotlight h4 {
	clear: left;
	margin-bottom: 8px;
	margin-top: 0;
	}

.team_spotlight .title {
	margin: -7px 0 14px;
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
	
.team_spotlight .description, .company_spotlight .description {
	color: #777;
	margin-top: 0;
	margin-bottom: 1.2em;
	clear: left;
	font-size: .9em;
	}

.team_spotlight .thumbnail, .company_spotlight .thumbnail {
	margin-top: -28px;
	margin-right: -4px;
	}

#content div#secondary {
	padding-top: 34px;
	width: 225px;
	}
	
#secondary .news {
	min-height: 232px;
	height: 232px;
	padding-bottom: 15px;
	}
html>body #secondary .news {
	height: auto;
	}

#secondary h2 {
	margin-top: 0;
	}

#secondary .events h3 {
	margin-top: 0;
	margin-bottom: 4px;
	}

#secondary .events .description {
	line-height: 1.4;
	}

/*#secondary h3 {
	background: url(./images/right_orange_arrow.gif) right no-repeat;
	}*/

#secondary p.view_all {
	padding-top: 0;
	border-top: none;
	margin-top: 1em;
	}

#highlights {
	padding: 0 20px 0;
	clear: both;
	background: url(./images/highlights.jpg) top left no-repeat;
	overflow: hidden;
	}

#highlights div h3 {
	margin-top: 0;
	padding-top: 1.4em;
	}

#highlights .description {
	color: #555;
	font-size: .9em;
	}

div.first {
	float: left;
	width: 195px;
	}

div.second {
	float: left;
	width: 270px;
	margin-left: 95px;
	}
	
div.third {
	float: right;
	width: 200px;
	margin-right: 15px;
	}

#highlights .learn_more {
	margin-bottom: 0;
	}

#highlights div.end {
	padding: 0;
	margin: 0 -20px;
	clear: both;
	background: url(./images/highlights_close.jpg) bottom left no-repeat;
	}