@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
.caroufredsel_wrapper li {
	list-style: none;
}
.carousel li {
	list-style: none;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	height: 35px;
	width: 20px;
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 8;
}
.next {
	float: left;
	height: 35px;
	width: 20px;
	top: 170px;
	right: 20px;
	position: absolute;
}
.next img {
	border: 0;
}
.prev img {
	border: 0;
}
.pager {
	float: left;
	width: 960px;
	text-align: center;
}
.pager a {
	border: 2px solid #0078B4;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.pager a.selected {
	background-color: #0078B4;
}
#pager a:hover {
	background-color: rgba(79, 184, 236, 1);
}
#pager a span {
	display: none;
}
.carouselContent {
	height: 355px;
	width: 840px;
	margin-left: 20px;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.carouselContent h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 0.9em;
	font-size: 2em;
	margin: 20px 0 10px 0;
}
.carouselContent h2 {
	line-height: 1.5em;
	font-size: 1em;
	font-style: italic;
	color: #2b94c8;
	margin: 2px 0 5px 0;
}
.carouselContent img {
	float: left;
	margin-right: 15px;
}
.carouselContent p {
	font-size: 1em;
	margin: 0 0 8px 0;
}
.carouselContent span {
	font-style: italic;
	float:right;
}
.carouselContent a:link, .carouselContent a:visited {
	font-color: #1047A0;
}
.carouselContent a:hover, .carouselContent a:active {
	color: #de9921;
}
#mainContent {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
}
#carousel {
	background: #fff;
	background: url(../images/articleBgrd.jpg) no-repeat;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 400px;
	position: relative;
	margin-top: -16px;
}
