@font-face {
	font-family: 'OpenSans-Regular';
	font-style: normal;
	font-weight: 400;
	src: url('/public/fonts/open-sans-v15-latin-regular.eot');
	src: local('Open Sans Regular'),
		local('OpenSans-Regular'),
		url('/public/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/public/fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
		url('/public/fonts/open-sans-v15-latin-regular.woff') format('woff'),
		url('/public/fonts/open-sans-v15-latin-regular.ttf') format('truetype'),
		url('/public/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'OpenSans-Light';
	font-style: normal;
	font-weight: 300;
	src: url('/public/fonts/open-sans-v15-latin-300.eot');
	src: local('Open Sans Light'),
		local('OpenSans-Light'),
		url('/public/fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'),
		url('/public/fonts/open-sans-v15-latin-300.woff2') format('woff2'),
		url('/public/fonts/open-sans-v15-latin-300.woff') format('woff'),
		url('/public/fonts/open-sans-v15-latin-300.ttf') format('truetype'),
		url('/public/fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg');
}

@font-face {
	font-family: 'OpenSansCondensed-Bold';
	font-style: normal;
	font-weight: 700;
	src: url('/public/fonts/open-sans-condensed-v12-latin-700.eot');
	src: local('Open Sans Condensed Bold'),
		local('OpenSansCondensed-Bold'),
		url('/public/fonts/open-sans-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'),
		url('/public/fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'),
		url('/public/fonts/open-sans-condensed-v12-latin-700.woff') format('woff'),
		url('/public/fonts/open-sans-condensed-v12-latin-700.ttf') format('truetype'),
		url('/public/fonts/open-sans-condensed-v12-latin-700.svg#OpenSans Condensed') format('svg');
}

@font-face {
	font-family: 'OpenSansCondensed-Light';
	font-style: normal;
	font-weight: 300;
	src: url('/public/fonts/open-sans-condensed-v12-latin-300.eot');
	src: local('Open Sans Condensed Light'),
		local('OpenSansCondensed-Light'),
		url('/public/fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'),
		url('/public/fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'),
		url('/public/fonts/open-sans-condensed-v12-latin-300.woff') format('woff'),
		url('/public/fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'),
		url('/public/fonts/open-sans-condensed-v12-latin-300.svg#OpenSans Condensed') format('svg');
}

body {
	margin: 0;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	min-height: 100%;
}
img {
	border: none;
}
.siteWrapper {
	margin: 0 auto;
	width: 960px;
	-webkit-font-smoothing: antialiased;
}
.navigation {
	height: 30px;
	margin: 48px auto;
	width: 1105px;
	padding: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.navigation ul li.active > .subMenu {
	display: block;
}
.navigation .mainMenu {
	height: 99%;
	position: absolute;
	bottom: 0;
}
li.active > a {
	color: #fff !important;
}
li.active.green > a {
	background-color: #00ac36;
}
li.active.blue > a {
	background-color: #008fd8;
}
li.active.orange > a {
	background-color: #fa0;
}
li.active.red > a {
	background-color: #ff0030;
}
li.active.purple > a {
	background-color: #ab00a6;
}
li.green > a:hover {
	background-color: #00ac36;
	color: #fff;
}
li.blue > a:hover {
	background-color: #008fd8;
	color: #fff;
}
li.orange > a:hover {
	background-color: #fa0;
	color: #fff;
}
li.red > a:hover {
	background-color: #ff0030;
	color: #fff;
}
li.purple > a:hover {
	background-color: #ab00a6;
	color: #fff;
}
.navigation ul li a {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
}
.subMenu {
	color: #fff;
	display: none;
	height: 20px;
	left: 4px;
	min-width: 620px;
	padding-top: 4px !important;
	position: absolute;
	top: 27px;
}
.subMenu ul li {
	height: 23px;
	margin-top: -1px;
	padding-top: 2px;
}
.subMenu ul li.active {
	margin-top: -2px;
}
.subMenu li a {
	color: #fff !important;
}
.subMenu ul li.active > a {
	background-color: #999;
	padding: 1px 5px 3px;
}
.subMenu ul li:hover {
	background-color: #999;
}
.mobileNavigation {
	width: 100%;
	display: none;
	float: left;
	position: relative;
	background-color: #fff;
	height: 75px;
	min-height: 50px;
	z-index: 1;
}
.homebutton {
	position: absolute;
	right: -1px;
	top: -35px;
}
.mobileLogo {
	left: 15px;
	position: absolute;
	top: 18px;
}
.mobilePages {
	margin: 50px auto 0;
	padding-left: 15px;
	position: relative;
	float: left;
}
.mobilePages a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	float: left;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 5px;
	margin-right: 15px;
}
a.blue.active {
	background-color: #008fd8;
	color: #fff;
}
a.orange.active {
	background-color: #fa0;
	color: #fff;
}
a.red.active {
	background-color: #ff0030;
	color: #fff;
}
a.purple.active {
	background-color: #ab00a6;
	color: #fff;
}
/** HEADER **/
.headerWrapper {
	border-bottom: 25px solid #000;
	height: 128px;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
}
.headerLeft {
	padding: 0;
	margin-top: -3px;
	width: 380px;
}
.headerLeft img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.headerLeft .firstBanner {
	margin-top: 13px;
}
.countries {
	margin: 0 !important;
}
.mobile {
	display: none;
}
/** CONTENT **/
.contentWrapper {
	width: 1105px;
	margin: 0 auto;
}
.contentLeft {
	float: left;
	margin-right: 25px;
	padding-top: 35px;
	position: relative;
	width: 840px;
}
.contentLeft .backToTop {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #ff0030;
	display: block;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 8px;
	margin-left: 10px;
	text-decoration: none;
}
.sideBar {
	position: absolute;
	right: 0;
	top: 384px;
	width: 250px;
}
.sideBar .author {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 22px;
	color: #ff0030;
}
.sideBar .subTitle {
	margin-bottom: 20px;
}
.sideBar .subTitle a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}
.sideBar .boxTitle {
	margin-bottom: 20px;
}
.sideBar .boxTitle.red {
	background-color: #ff0030;
}
.sideBar span {
	color: #ff0030;
}
.sideBar .chapter {
	border-top: 1px dotted #000;
}
.homeNews {
	width: 840px;
	height: 325px;
	position: relative;
}
.homeNews a:hover {
	cursor: pointer;
}
.homeNews.responsive {
	display: none;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.homeNews.responsive span {
	color: #008fd8;
}
.headerTitle {
	background-color: #fff;
	color: #008fd8;
	display: block;
	float: left;
	font-size: 22px;
	line-height: 25px;
	margin-top: -32px;
	padding: 4px 10px 0 0;
	position: relative;
	z-index: 4;
}
.newsHeader .headerTitle {
	display: none;
}
.newsHeader .headerContent {
	display: none;
}
.headerContent {
	color: #000;
	float: left;
	font-size: 22px;
	line-height: 25px;
	width: 85%;
	margin-bottom: 20px;
}
.homeNews.responsive a {
	text-decoration: none;
}
.homeNews p {
	background-color: #008fd8;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	left: 0;
	padding: 2px 14px;
	position: absolute;
	top: 0;
}
.leftContentHeader {
	height: 130px;
	padding-top: 15px;
	position: absolute;
	right: 36px;
	top: -150px;
	width: 350px;
	z-index: 1;
}
.language {
	float: left;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 34px;
	margin-right: 10px;
	width: 70px;
}
.language a {
	text-decoration: none;
	color: #000;
}
.language a:hover {
	text-decoration: underline;
}
.social {
	padding-top: 4px;
	float: left;
	margin-right: 30px;
}
.social a {
	margin-right: 2px;
}
.contentLogo {
	float: right;
	height: 168px;
	margin-right: 10px;
	margin-top: 18px;
	position: relative;
	width: 182px;
	z-index: 2;
}
.search {
	margin-top: 6px;
}
.homeBox {
	width: 45%;
	border-top: 1px dotted #000;
	float: left;
	margin-right: 10%;
	position: relative;
	margin-bottom: 50px;
}
.homeBox a {
	text-decoration: none;
	color: #000;

}
.homeBox.last {
	margin-right: 0;
}
.homeBox img {
	position: absolute;
	right: 0;
	top: 20px;
}
.boxTitle {
	color: #fff;
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	margin-right: 160px;
	padding: 1px 12px;
}
.orangeBackground {
	background-color: #fa0;
}
.redBackground {
	background-color: #ff0030;
}
.homeBoxContent {
	float: left;
	width: 260px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	line-height: 30px;
	padding-top: 20px;
}
.homeBoxContent span {
	font-weight: bold;
	display: block;
}
.homeBoxContent p {
	margin: 0;
	font-weight: normal;
}
.homeBoxContent i {
	font-weight: normal;
}
.orangeFont {
	color: #fa0 !important;
}
.redFont {
	color: #ff0030 !important;
}
.siteSearchResult {
	width: 100%;
}
.siteSearchResult a {
	color: #008fd8;
	text-decoration: none;
}
.siteSearchResult a:hover {
	text-decoration: underline;
}
.result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contentRight {
	float: left;
	width: 238px;
	padding-top: 120px;
	position: relative;
}
.contentRight img {
	left: -5px;
	position: absolute;
	top: -134px;
}
.twitterFeed {
	padding-left: 32px;

}
.tweetBird {
	left: 196px !important;
	top: 105px !important;
}
.twitterFeed h1 {
	margin-top: 0;
	font-size: 25px;
	margin-bottom: 0;
	font-weight: normal;
}
.twitterFeed span {
	color: #008fd8;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
}
.twitterFeed a {
	color: #008fd8;
	text-decoration: none;
}
.moreTweets {
	color: #aba9a8 !important;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
}
.twitterFeed a:hover {
	text-decoration: underline;
}
.tweet {
	border-bottom: 1px dotted #000;
	padding-top: 5px;
}
.tweet p {
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.tweet h1 {
	font-family: OpenSansCondensed-Bold, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}
.tweet span {
	font-family: OpenSansCondensed-Bold, Arial, Helvetica, sans-serif;
	color: #aba9a8;
	font-size: 16px;
	font-style: normal;
}
/** FOOTER **/
.footerWrapper {
	width: 100%;
	background-color: #e5e5e5;
	height: 182px;
	padding: 0;
	position: relative;

}
.footerWrapper a {
	text-decoration: none;
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	margin-right: 15px;
}
.footerLinks {
	position: absolute;
	top: 12px;
	left: 10px;
	padding-left: 10px;

}
.footerLinks a:hover {
	text-decoration: underline;
}
.footerBanners {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.footerBanners img {
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	width: 148px;
}
.liberals {
	display: block;
	height: 37px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 95px;
}
.d66 {
	display: block;
	height: 28px;
	position: absolute;
	right: 107px;
	top: 18px;
	width: 46px;
}
/** BLOCKS **/
.block {
	clear: both;
	padding-bottom: 15px;
}
.blockitem {
	float: left;
}
.newsBlock {
	width: 100%;

}
.newsPage {
	/*border-bottom: 1px dotted #000000;*/
	margin-left: 10px;
	width: 590px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.newsPage .block a {
	color: #008fd8;
	text-decoration: none;
}
.newsPage .block a:hover {
	text-decoration: underline;
}
.newsPage .block .blockitem p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
.newsPage .block .blockitem h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.newsPage .block .blockitem h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 22px;
	font-size: 32px;
}
.newsPage .block .blockitem h3 {
	font-size: 26px;
}
.newsItem {
	border-top: 1px dotted #000;
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 24px;
	min-height: 225px;
	padding-top: 25px;
	position: relative;
	width: 100%;
}
.newsItem p a {
	color: #008fd8;
	text-decoration: none;
}
.newsItem p a:hover {
	text-decoration: underline;
}
.newsLink {
	text-decoration: none;
	color: #000 !important;
}
.newsLink:hover {
	text-decoration: none !important;
}
.newsItem p {
	font-size: 14px;
	line-height: 22px;
	width: 50%;
}
.newsItem .readMore {
	color: #008fd8;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	margin-left: 5px;
	font-weight: bold;
}
.newsItem .block {
	width: 50% !important;
}
.newsItem .blockitem {
	width: 100% !important;
}
.newsDate {
	width: 50%;
	color: #008fd8;
}
.newsTitle {
	margin-bottom: 24px;
	width: 50%;
}
.newsImageSmall {
	width: 400px;
	height: 225px;
	position: absolute;
	top: 0;
	right: 0;
}
.newsHeader {
	width: 100%;
	position: relative;
}
.newsInfo {
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	line-height: 35px;
	margin-top: -157px;
	position: relative;
	width: 620px;
	z-index: 10;
}

.newsInfo .red {
	color: #ff0030;
}
.newsInfo .sliderContent {
	padding: 10px;
	min-height: 57px;
	line-height: 37px;
}
.newsBottom {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.photographer {
	float: right;
	color: #aba9a8;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 14px;
}
.newsTags {
	float: left;
	margin-bottom: 20px;
	margin-top: 8px;
	width: 560px;
}
.newsTags a {
	color: #858080;
	font-family: OpenSansCondensed-Light, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: 20px;
	text-decoration: none;
}
.newsTags a:hover {
	text-decoration: underline;
}
.pagination .numbers span {
	color: #000;
}
.pagination .numbers a {
	color: #008fd8;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}
.printButton {
	float: left;
	font-family: OpenSansCondensed-Bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #008fd8;
	cursor: pointer;
	margin-top: 3px;
}
.printButton img {
	margin-right: 5px;
}
.socialMedia {
	float: left;
	margin-right: 10px;
	width: auto;
}
iframe.twitter-share-button {
	width: 20px !important;
	margin-left: 5px;
}
.fb-share-button {
	background: url('/public/images/user/logofacebook-big.jpg') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
}
.tw-share-button {
	background: url('/public/images/user/twitterlogo-big.jpg') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
}
.li-share-button {
	background: url('/public/images/user/linkedinlogo-big.jpg') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
.sideBarNews {
	float: right;
	width: 220px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.sideBarNews > p {
	background-color: #008fd8;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	padding: 2px 14px;
	float: left;
	margin-right: 120px;

}
.sideBarNews > p > a:hover {
	text-decoration: underline;
}
.sideBarNews > p > a {
	color: #fff;
}
.sideBarNews .item {
	border-bottom: 1px dotted #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 22px;
	margin-top: 16px;
	width: 220px;
	padding: 10px 0;
}
.sideBarNews .item .date {
	color: #008fd8;
	width: 162px;
}
.sideBarNews .item p {
	margin-bottom: 0;
}
.sideBarNews .item span {
	font-weight: bold;
	color: #008fd8;
}
.sideBarNews a {
	text-decoration: none;
	color: #000;
}
p.orange {
	background-color: #fa0;
	margin-top: 25px;
}
p.red {
	background-color: #ff0030;
	margin-top: 25px;
}
.visionPage {
	background-color: #fff;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 10px;
	position: relative;
	width: 555px;
	z-index: 3;
	min-height: 830px;
}
.visionPage h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
}
.visionPage h2 {
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	margin-top: 0;
}
.visionPage .sliderTitle {
	color: #ff0030;
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	font-weight: normal;
	height: 38px;
	left: 0;
	line-height: 35px;
	padding-right: 20px;
	padding-top: 10px;
	position: absolute;
	top: -42px;
	width: auto;
}
.visionPage p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 24px;
}
.visionPage p a {
	color: #008fd8;
}
.vision .sliderContent {
	float: left;
	position: relative;
	width: 600px;
	z-index: 1;
}
.visionTitle {
	float: left;
	color: #ff0030;
	display: none;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	padding-top: 1px;
}
.visionPages {
	padding-left: 10px;
}
.visionItem {
	width: 100%;
	border-top: 1px dotted #000;
	float: left;
	margin-bottom: 50px;
}
.visionItem a {
	text-decoration: none;
	color: #000;
}
.visionItem .visionContent {
	float: left;
	width: 45%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 26px;
	line-height: 30px;
	padding-top: 20px;
}
.visionItem .visionContent span {
	color: #ff0030;
}
.visionItem .visionImage {
	float: right;
	width: 45%;
}
.visionItem .visionImage img {
	width: 100%;
	height: auto;
}
.contactPage {
	border-top: 1px dotted #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 20px;
}
.contactPage .block {
	border-bottom: 1px dotted #000 !important;
	padding: 40px 0;
}
/*.contactPage .block .blockitem img{*/
/*margin-top: -55px;*/
/*}*/
.contactPage h2 {
	color: #ab00a6;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
	margin-top: 0;
}
.contactPage p {
	font-size: 26px;
}
.contactPage a {
	text-decoration: none;
	color: #000;
}
.contactPage a:hover {
	text-decoration: underline;
}
.agendaPage {
	width: 100%;
	border-top: 1px dotted #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}
.agendaPage h2 {
	color: #fa0;
}
.agendaItem {
	border-top: 1px dotted #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	padding: 40px 0 40px 180px;
	width: 660px;
	position: relative;
}
.agendaItem .agendaDate {
	color: #fa0;
	font-size: 26px;
	line-height: 30px;
}
.agendaItem .agendaTitle {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}
.agendaItem .agendaContent {
	width: 100%;
	overflow: hidden;
	height: 0;
	font-size: 14px;
	line-height: 20px;
}
.agendaItem a {
	color: #fa0;
	font-weight: bold;
	text-decoration: none;
}
.agendaItem img {
	left: 0;
	position: absolute;
	top: -15px;
	width: 15%;
}
.agendaItem .socialMedia {
	margin-bottom: 10px;
}
.agendaItem h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}
.agendaItem h3 {
	font-size: 22px;
	line-height: 26px;
}
.agendaItem h4 {
	font-size: 18px;
	line-height: 22px;
}
.agendaItem h5 {
	font-size: 14px;
	line-height: 18px;
}
.agendaItem h6 {
	font-size: 10px;
	line-height: 14px;
}
.agendaItem .fb-share-button, .tw-share-button, .li-share-button {

}
/** SLIDER **/
#slider {
	display: block;
	float: left;
	height: 325px;
	margin-bottom: 52px;
	position: relative;
	width: 840px;
}
div.slider {
	/*top: 134px;*/
	z-index: -1;
	display: block;
	position: relative;
	top: 0;
	overflow: hidden;
}
div.slide {
	float: left;
	overflow: hidden;
	z-index: 20;
	margin-bottom: 38px;
	width: 840px;
}
div.slide a {
	display: block;
	width: 840px;
	height: 325px;
	z-index: 50;

}
div.slide img {
}
.wrapper {
	opacity: 1;
	position: relative;
	top: 0;
	z-index: -1;
	width: 100%;
}
div.slider {

	width: 840px
}
div.slider div.arrow {
	cursor: pointer;
	float: left;
	width: 30px;
}
div.slider div.wrapper {
	float: left;
	position: relative;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}
div.fader div.wrapper div.bgSlide {
	float: left;
	height: 325px;
	width: 640px;

}
#sliderButtons {
	margin-right: 2px;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 0;
}
.dot {
	background: #cce9f7 no-repeat;
	height: 10px;
	width: 10px;
	margin-bottom: 2px;
	cursor: pointer;
}
.dotIcon {
	height: 8px;
	width: 8px;
	margin-right: 10px;
}
.dots {
	margin-left: 2px;
}
.sliderarrows {
	float: left;
	margin-left: 17px;
	margin-top: -8px;
	width: 80px;
}
.arrow {
	width: 26px;
	height: 26px;
	background: #006532 8px 7px no-repeat;
	float: left;
	margin-right: 5px;
}
.slideToPrevious {
	cursor: pointer;
}
.slideToNext {
	cursor: pointer;
	margin-right: 0;
}
.sliderNav {
	width: 75%;
	height: 127px;
	position: absolute;
	top: 173px;
	left: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	line-height: 35px;
}
.sliderTitle {
	width: 162px;
	background-color: #fff;
	padding-top: 4px;
	padding-left: 10px;
	color: #008fd8;
}
.sliderContent {
	padding: 10px 0 10px 10px;
	background-color: #fff;

}
.sliderContent a {
	text-decoration: none;
	color: #000;

}
.sliderContent span {
	font-weight: bold;
	color: #008fd8;
}
/** CLEAR FLOATED ELEMENTS **/
.clear {
	clear: both;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
p {
	margin-top: 0;
}
/** FORM **/
form div.field {
	clear: both;
	padding-bottom: 3px;
	width: 600px;
}
form div.field label.label {
	font-weight: bold;
	width: 190px;
}
form div.field label,
form div.field span {
	float: left;
}
form div.field span.field {
	width: 400px;
}
form div.field input[type=text],
form div.field textarea {
	border: 1px solid #000;
	padding: 2px;
	width: 400px;
}
form div.field.break label.label,
form div.field.break span.field {
	display: block;
	float: none;
}
/** UPLOAD RENDERING **/
.noUploadResizeType {
	background-color: #ff2100;
	color: #fff;
	padding: 5px;
}
/** BLOGS **/
#blogs .column {
	float: left;
	width: 235px;
}
.blogBlock {
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 15px;
	padding: 1px 10px 10px 10px;
	width: 200px;
}
.newsHeaderTitle {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	margin: 10px 0;
}
.newsPage {
	background-color: #fff;
	margin-left: 0;
	margin-top: -118px;
	padding-left: 10px;
	position: relative;
	z-index: 10;
	width: 580px;
	padding-right: 20px;
}
.newsHeaderDate {
	background-color: #fff;
	color: #008fd8;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 32px;
	left: 0;
	line-height: 35px;
	padding-left: 10px;
	position: absolute;
	top: -28px;
	padding-right: 10px;
	padding-top: 4px;
}
.sideBarNews {
	position: absolute;
	right: 0;
	top: 365px;
	width: 250px;
}
.newsBottom {
	border-bottom: 1px dotted #000;
	width: 548px;
}
.blueText {
	color: #008fd8 !important;
}
#cookieMessage {
	background-color: #00ac36;
	box-shadow: 1px 1px 5px #000;
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	margin-left: -10px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}
#cookieMessage a {
	color: #000;
}
.searchContent {
	padding-bottom: 40px;
}
.dots div.active {
	background-color: #008fd8 !important;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container-gmap {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container-gmap .map_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sideBar.vision {
	top: 75px;
}