/* content layout styles */

div.page
{
	line-height: 1.4em;
	padding: 0 37px;
	text-align: left;
}

.columns
{
	margin-bottom: 30px;
}

.column-left
{
	float: left;
	width: 500px;
}

.column-center
{
	display: inline;
	float: left;
	margin-left: 30px;
	width: 208px;
}

.column-right
{
	float: right;
	width: 208px;
}

.splash 
{
	background: url(../_images/home/splash.jpg) no-repeat 0 0;
	margin-left: 18px;
	margin-bottom: 17px;
	height: 285px;
}

.splash span
{
	display: none;
}


.blox h3 
{
	border-top: 5px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.blox h3.first 
{
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
}

.home-news-item
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
	line-height: 1.4em;
	padding: 10px 15px 5px 11px;
}

.home-news-item a
{
	color: #636466;
}

.home-news-item a:hover
{
	color: #96191e;
}

.home-news-footer
{
	border-top: 1px solid #fff;
	font-size: 11px;
	line-height: 1.4em;
	padding: 10px 15px 75px 11px;
}

.home-news-footer a
{
	color: #636466;
	font-weight: bold;
}

.home-news-footer a:hover
{
	color: #96191e;
}


img.floatLeft {
	margin-right: 0;
	padding-right: 25px;
}