

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE HOME PAGE  --------------------------------------------------------------------*/

#content { background: url(../images/shared/gray-rule.gif) repeat-y 621px; }


#content h3 { margin-bottom: 3px; }  /* H3 headers don't have as much bottom margin on home page*/


/* Tier 1 Content ------- */

#content #tier1 {
	width: 960px;
	height: 495px;
}

#photoCol { float: left; }

#news {
	float: right;
	width: 265px;
	padding: 28px 35px 0 38px;
	height: 459px;
	background:url(../images/home/news-bg.jpg) no-repeat;
	overflow: hidden;
}

#news h3 { margin: 25px 0 3px 0; }

#news h3 a:link		{ color: #7bb1b9; text-decoration: none; }
#news h3 a:visited	{ color: #7bb1b9; text-decoration: none; }
#news h3 a:hover	{ color: #7bb1b9; text-decoration: underline; }
#news h3 a:active	{ color: #7bb1b9; text-decoration: underline; }


/* Tier 2 Content ------- */

#tier2 .col1 {
	float: left;
	width: 552px;
	margin: 21px 0 0 39px;
}

#tier2 .col2 {
	float: right;
	width: 265px;
	margin: 24px 32px 0 0;
}


/* Slidepress ------- */

div.slidepress-gallery { margin: 0 0 10px 0; } /* Pull the action link below right underneath the slidepress gallery */