@charset "utf-8";
/* CSS Document - home.css*/

#logo {
	left: 308px;
	top: 194px;
	position: absolute;
}

#container {
	background-image: url(../images/background_home.jpg);

}

#content {
	padding-top: 382px;
	padding-left: 308px;
	position: relative;
}

.introduction {
	line-height: 16px;
	font-size: 11px;
	position: absolute;
	width: 472px;
	top: 290px;
}

#tagline {
	width: 170px;
	position: absolute;
	left: 578px;
	margin-bottom: 12px;
	top: 368px;
}

#news a {
	color: #D3B42A;	
}

.newsdate {
	color: #999999;
	/*margin-top: -10px;*/
}

.newsdate img {
	padding-bottom: 1px;
}

#feature-heading {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	margin-top: 0px;
	position: relative;
	width: 472px;
}

#feature-heading h1 {
	font-size: 20px;
	display: inline;
}

.feature-banner-left {
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feature-banner-right {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
