/* CSS Document */

/* -------- news styles -------- */

#headlines {
	width:960px;
}

#headlines-left {
	float:left;
	width:518px;
	margin:0 17px 0 0;
	border-top:1px solid #ABD7FF;
}

#headlines-right {
	float:left;
	width:425px;
}

.text-class.headlines {
	padding:0 0 10px 0;
	border-bottom:1px solid #ABD7FF;
}

.text-class.headlines p {
	padding:6px 12px 6px 12px;
	margin:0;
	border:0px;
}

.text-class.headlines .text-class-heading {
	border-bottom:0px;
}

#more-news {
	clear:both;
	margin:8px 0 0 0;
}

#more-news .text-class {
	margin:0 20px 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ABD7FF;
	width:305px;
	float:left;
}

#more-news .last {
	margin-right:0;
}

#more-news .text-class p {
	padding:6px 12px 6px 12px;
	margin:0;
	border:0px;
}

.text-class.news-simple {
	padding:0 0 10px 0;
	border-bottom:1px solid #ABD7FF;
}

.text-class.news-simple p {
	border:0px;
}

.text-class.news-simple h2 {
	padding:20px 0 0 10px;
	margin:0;
	height:32px;
	font-size:15px;
	color:#58a3e6;
}

#simple-image {
	float:right;
	width:297px;
	padding:0 0 20px 20px;
}



