@charset "UTF-8";
/* Page Styles CSS */




/*
News & Topics
=====================================
*/	
		
.newsTopics .socialLinks {
	position:absolute;
	background:none;
	width:100%;
	left:0px;
	top:129px;
}

	.newsTopics .socialLinks #likes,
	.newsTopics .socialLinks #tweets {
		display:none;
	}

	.newsTopics .content {
		background:none;
		box-shadow:none;
		text-align:center;
	}
	
	.newsTopics .headingOrange1 {
		text-align:center;
	}
	
		.newsTopics .headingOrange1 h6 {
			display:inline-block;
			font-size:3.6em;
			padding:4px 40px;
			margin-top:20px;
			color:#fff;
		}
		
		.newsTopics #rangeDropDown {
			display:inline-block;
			background:#cb3e00;
			font-family:Abadi-Light;
			font-size:1.6em;
			padding:5px 15px;
			color:#ffde00;
		}
			
			.newsTopics #rangeDropDown select {
				margin-left:10px;
			}
		
	/* === News Item ============= */	
	.newsTopics #newsItem {
		display:block;
		background:#f4f4f4;
		margin:30px 10px;
		padding:25px;
		text-align:left;
		-moz-box-shadow:0px 0px 10px 0px #000;
		-webkit-box-shadow:0px 0px 10px 0px #000;
		box-shadow:0px 0px 10px 0px #000;
	}
		
		.newsTopics #newsItem h5 {
			float:left;
			font-size:3.6em;
			line-height:1.0em;
			width:700px;
			margin-bottom:7px;
		}
		
		.newsTopics #newsItem h4 {
			clear:both;
			font-size:1.8em;
			text-transform:uppercase;
			color:#666;
			margin-bottom:30px;
			padding-top:7px;
			border-top:#0f852f solid 1px;
		}
		
		.newsTopics #newsItem #social {
			float:right;
			margin-right:-15px;
		}
		
			.newsTopics #newsItem #social div,
			.newsTopics #newsItem #social a {
				display:block;
				margin-bottom:5px;
			}
		
		.newsTopics #newsItem .copy4 {
			clear:both;
			border-bottom:#0f852f solid 1px;
			padding-bottom:20px;
		}
		
			.newsTopics #newsItem .copy4 a {
				color:#34a2d3;
			}
			
				.newsTopics #newsItem .copy4 a:hover {
					color:#0f852f;
				}
		
		.newsTopics #newsItem #link {
			background:#0f852f;
			float:right;
			padding:4px 10px;
			color:#f4f4f4;
			font-family:Abadi-Light;
			font-size:1.6em;
			text-transform:uppercase;
			margin-left:20px;
		}
		
			.newsTopics #newsItem #link:hover {
				color:#ffde00;
				text-decoration:none;
			}
		
			.newsTopics #newsItem #link span {
				color:#ffde00;
			}
		
		
		
		
		
/*
Survey
=====================================
*/	

/*		
.survey .socialLinks {
	position:absolute;
	background:none;
	width:100%;
	left:0px;
	top:129px;
}

	.survey .socialLinks #likes,
	.survey .socialLinks #tweets {
		display:none;
	}

	.survey .content {
		background:none;
		box-shadow:none;
	}
	
	.survey .headingOrange1 {
		text-align:center;
	}
	
		.survey .headingOrange1 h6 {
			display:inline-block;
			font-size:3.6em;
			padding:4px 40px;
			margin-top:20px;
			color:#fff;
		}
		
	.survey #framedSurvey {
		display:block;
		width:100%;
		margin-top:60px;
		height:2000px;
		-moz-box-shadow:0px 0px 10px 0px #000;
		-webkit-box-shadow:0px 0px 10px 0px #000;
		box-shadow:0px 0px 10px 0px #000;
	}
*/