@charset "utf-8";
/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }





#main {
	overflow: hidden;
	
	
}

* {
	margin: 0px;
}
#header {
	background-image: url(../infoimages/bgheadermaster.jpg);
	background-repeat: repeat-x;
	height: 114px;
	width: 100%;
	background-position: center top;
}
#header #blackbar  {
	height: 36px;
	width: 100%;
	overflow: hidden;
}
#header #blackbar #logoleft {
	float: left;
	height: 36px;
	width: 310px;
}
#header #blackbar #likeme {
	float: right;
	height: 29px;
	width: 131px;
	margin-top: 7px;
	background-color: #007E94;
}


#header #greybar  {
	height: 78px;
	width: 100%;
	overflow: hidden;
}
#header #greybar #wrapleftheader {
	float: left;
	width: 822px;
}


#header #greybar #logofjrc {
	float: left;
	height: 78px;
	width: 282px;
	background-color: #E6E6E6;
}
#header #greybar #logogr {
	float: left;
	height: 78px;
	width: 389px;
}

#header #greybar #butonsid {
	float: left;
	height: 78px;
	width: 540px;
	background-color: #E6E6E6;
}
#header #greybar #butonsid #buttonucsg {
	float: left;
	width: 270px;
	height: 78px;
}

#header #greybar #butonsid #buttonucsg a   {
	background-color: #E6E6E6;
}

#header #greybar #butonsid #buttonucsg a:hover {
	opacity: 0.4;
}

#header #greybar #butonsid #buttonunam {
	float: left;
	width: 270px;
	height: 78px;
}
#header #greybar #butonsid #buttonunam a {
	background-color: #E6E6E6;
}
#header #greybar #butonsid #buttonunam a:hover {
	opacity: 0.4;
}
#header #greybar #address {
	float: right;
	height: 78px;
	width: 278px;
}









#menunav {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	height: 100%;
	position: relative;
}

a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #000;
}
#footer {
	height: 300px;
	width: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer #separatorfooter {
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	width: 100%;
	background-color: #005766;
}
#footer #footer_content {
	height: 206px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer_content #kolofoot {
	float: left;
	height: 206px;
	width: 478px;
}
#footer #footer_content #infofoot {
	float: right;
	height: 206px;
	width: 95px;
}
#grid-gallery .slideshow ul li figure figcaption p a {
	color: #F03;
}
#grid-gallery .slideshow ul li figure figcaption p a:hover {
	color: #F63;
}
