/*  Contact.css
*
*	Style definitions for the contact template
*
************************************************************************************************************************/

.newsListing {
}

#news,
#press {
	position:relative;
	overflow:hidden;
	min-height:396px;
	height:auto !important;
	height:396px;
	margin-right:-3px;
}

.newsStory {
	padding:10px 0;
	border-bottom:1px solid #7C7C7C;
}
	.first {
	}
	.last {
		border-bottom:none;
	}
	#news .active,
	#press .active  {
		background:#f6f6f6;
	}


.newsStory h3 {
	font-size:1.8em;
	line-height:1.2em;
}
.newsStory p {
	font-family:Arial, Helvetica, sans-serif;
}
	
	
/*  Paging
************************************************************************************************************************/
	
#newsPaging,
#pressPaging {
	position:absolute;
	bottom:10px;
	margin-top:10px;
	float:left;
}
	#newsPaging li,
	#pressPaging li {
		float:left;
		border-right:1px solid #7C7C7C;
		padding:0 4px;
	}
		#newsPaging li.last,
		#pressPaging li.last {
			border:none;
		}
	
/*  Main Headline
************************************************************************************************************************/

#newsHolder {
	float:right;
	display:inline;
	background:#fff;
	margin:20px 30px 0 0;
	padding:36px;
	width:420px;
	
}
	#newsHolder .newsContent {
		height:320px;
		overflow:auto;
	}
		#newsHolder h2 {
			border-top:1px solid #7C7C7C;
			width:auto;
			font-size:1.8em;
			line-height:1.2em;
			height:50px;
			color:#EC5222;
			padding:20px 0 6px 0;
		}
		#newsHolder p {
			padding-bottom:14px;
			font-family:Arial, Helvetica, sans-serif;
		}
			#newsHolder p.headlineIntro {
				font-size:1.6em;
				font-family:Georgia;
				line-height:1.3em;
			}
	
/*  Tabs
************************************************************************************************************************/

.newsTabs {
	float:left;
	width:400px;
	padding-top:20px;
	padding-bottom:40px;
}


.newsTabs div {
	float:left;
	clear:both;
	background:#fff;
	width:340px;
	padding:20px 30px;
}