/*-----------------------------------------------------------------------------
Nav tab highlight
-----------------------------------------------------------------------------*/
#home{
	background-image: url(/images/nav/home-selected.gif);
}



/*-----------------------------------------------------------------------------
Content
-----------------------------------------------------------------------------*/

#home-content{
	background-image: url(/images/home-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 349px 29px 0 29px;
	margin: 0;
	height: 1%;
}
#home-content-lt,
#home-content-rt{
	width: 245px;
	font-size: 11px;
	padding: 0 0 35px 0;
	height: 140px;
}
#home-content-lt{
	float: left;
}
#home-content-rt{
	float: right;
}

#home-history{
	background-color: #F4C361;
	border: 2px solid #E8BA5D;
	border-top: 2px solid #D6AB56;
	margin: 0 4px 4px 4px;
	padding: 5px 0 7px 15px;
	text-align: right;
}
#home-history a{
	font-size: 11px;
	font-weight: bold;
	background-image: url(/images/home-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 15px 0 25px;
}
#home-history a:link,
#home-history a:visited{
	text-decoration: none;
	color: #003366;
}
#home-history a:hover,
#home-history a:active{
	text-decoration: underline;
	color: #0066CC;
}
