@charset "UTF-8";
/* CSS Document */

#main_navigation .news_button {
	background-color: #9FC1BA;
}
#textbox {
	margin:0;
	padding:0;
}
#textbox h2 {
	font-size: .001em;
	margin-bottom: 40px;	
}
#textbox .news_story {
	width: auto;
	margin: 0px;
	padding: 20px;
}
#textbox .news_story img{
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:left;
	width: 160px;
}
#textbox .news_story h3, #textbox .news_story h5, #textbox .news_story p{
	display:block;
	margin-left: 200px;
	margin-bottom: -.5em;
	margin-top: -.5em;
}
#textbox .news_story h4 {
	display: none;
}
#textbox .news_story h3 {
	font-size: 1.2em;
	margin-bottom: -1em;
	font-weight: bold;
}
#textbox .news_story p b {
	display: none;
}
#textbox .news_story p strong {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}
#news_pagination{
	height: auto;
	width: auto;
	overflow: hidden;
	margin: 20px;
	position:fixed;
}
#news_pagination .pagination{
	margin-left: -2px;
}
#news_pagination .pagination span, #news_pagination .pagination a{
	float:left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 1em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#news_pagination .pagination .current{
	background-color: #9FC1BA;
}
#news_pagination .pagination a{
	color: #FFFFFF;
	background-color: #516567;
}
#news_pagination .pagination a:hover{
	background-color: #9FC1BA;
}

