@import "style.css";

#leftColumn {
float: left;
width: 480px;
margin-right: 10px;
}
#rightColumn {
float: right;
width: 250px;
}
#homeshot {
margin-bottom: 10px;
}
#homenews {
	padding: 20px 10px 10px 10px;
	width: 240px;
	background-color: #8899cc;
	color: #FFF;
	
}
#homenews h4 {
	margin-bottom: 5px;
	color: #000;
}
#leftColumn strong.type {
color: #4D4D4D;
}
#topFeatured {
height: 280px;
}
#subFeatures {
margin-top: 10px;
}
#subFeatures .feature {
float: left;
width: 235px;
height: 150px;
}
#subFeatures .feature.first {
margin-right: 10px;
}
.overlay {
display: block;
	position: relative;
	top: -80px;
	height: 60px;
	padding: 10px;
background-image: url(assets/images/home/greyTrans.png);
color: #000;
}
.overlay:hover {
background-image: url(assets/images/home/darkgreyTrans.png);
}
.overlay:hover strong.type {
color: #CCC;
}
#newsletterSignUp {
width: 245px;
height: 140px;
padding: 5px 10px 5px 5px;
background-color: #69ACDE;
color: #FFFFFF;
}
#newsletterSignUp h4 {
margin-bottom: 10px;
}
#newsletterSignUp label {
display: block;
color: #171F69;
font-size: 12px;
margin-top: 5px;
}
#newsletterSignUp input {
width: 230px;
border: none;
height: 20px;
margin: 0;
}
#newsletterSignUp input#newsSubmit {
	border: none;
	margin-top: 10px;
	font-size: 12px;
	padding: 3px 3px 5px 3px;
	width: 60px;
	margin-left: 170px;
	height: 22px;
	background-color: #BFD2DE;
}
#newsletterSignUp input#newsSubmit:hover {
	cursor: pointer;
	background-color: #95C3DE;
}