/* content layout styles */

a.logo 
{
	background: url(../_images/home/logo.gif) no-repeat 0 0;
	display: inline;
	float: left;
	margin: 17px 0 0 1px;
	width: 244px;
	height: 66px;
}

.header
{
	height: 105px;
}

.tagline
{
	margin: 35px 0 0 0; 
}

div.page
{
	background: none;
	padding: 0 0;
}

.columns
{
	margin-bottom: 30px;
}

.column-left
{
	background: url(../_images/home/column1-bg.gif) repeat-x 0 0;
	float: left;
	width: 462px;
}

.column-center
{
	background: url(../_images/home/column2-bg.gif) repeat-x 0 0;
	border-left: 1px solid #fff;
	display: inline;
	float: left;
	width: 239px;
}

.column-right
{
	background: url(../_images/home/column3-bg.gif) repeat-x 0 0;
	border-left: 1px solid #fff;
	float: right;
	width: 239px;
}

.column-left .content
{
	padding: 30px 30px 30px 40px;
}

.column-center .content
{
	padding: 42px 25px 30px 25px;
}

.column-right .content
{
	padding: 42px 25px 30px 25px;
}

.splash 
{
	background: url(../_images/home/splash.jpg) no-repeat 0 0;
	height: 257px;
}

.splash span
{
	display: none;
}


.blox h3 
{
	margin-top: 16px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.blox h3.first 
{
	padding-bottom: 7px;
}

.home-news-item
{
	background: url(../_images/common/border.png) no-repeat right top;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

.home-news-item a
{
	color: #636466;
}

.home-news-item a:hover
{
	color: #598527;
}

.home-news-footer
{
	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: #598527;
}

