/* CSS Document */

@import url("global.css");

#main img.splash{
	margin-top:-8px;
}

#main{
	padding-bottom:0px;
}

#section{
	width:560px;
	height:200px;
	position:relative;
}

#section h2{
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	background-color:#FFFFFF;
	border-bottom:6px solid #EDEDED;
	margin:10px 0px 14px 0px;
	padding:0px 0px 10px 30px;
	
}

#section h2.news {background:url(../assets/images/newspaper.gif) no-repeat 8px 0px;}
#section h2.email {background:url(../assets/images/email.gif) no-repeat 8px 1px;}

#section #news{
	width:330px;
	height:200px;
	float:left;
	margin-top:1px;
}

#section #news p.headline a{
	padding:2px 0px 2px 0px;
	line-height:1.8em;
	color:#C92C28;
	border-bottom:1px solid #CEC9C5;
	text-decoration:none;
}

#section #news p.headline a:hover{
	border-bottom:1px solid #C92C28;
	color:#666666;
}

#section #email{
	width:220px;
	height:200px;
	position:absolute;
	right:0;
	margin-top:1px;
}

#section #email p{margin:0px 14px 0px 14px;}

#section #email .txt{
	width:180px;
	padding:4px;
	color: #999999;
	margin:10px 14px 0px 14px;
	border: 1px solid #999999;
}

#section #email .btn{
	position:absolute;
	bottom:10px;
	right:14px;
}

#sidebar #spotlight{
	background-color:#FFFFFF;
	border:1px solid #CEC9C5;
	margin:20px 14px 10px 14px;
	padding-bottom:8px;
}

#sidebar #spotlight h3{
	background:#C92C28;
	color:#FFFFFF;
	padding:5px 0px 5px 14px;
	margin:0px;	
}
