html,body {
	background:#fff;
	font-family:'Raleway',sans-serif;
	font-weight:400;
	color:#000;
}

#container {
	padding-top:300px;
/*background: url(layout/brosunbg3.png) center -51px repeat-x transparent;*/
}

#bg {
	position:fixed;
	bottom:0;
	left:0;
	min-width:100%;
	max-width:100%;
}

header {
	height:300px;
	background:rgba(0,97,206,.5);
}

header h1 {
	top:0;
}

header h1 a {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-450px;
	height:210px;
	width:600px;
	background:url(layout/logo.png) 0 0 no-repeat transparent;
}

header h1 a span {
	display:none;
}

header nav {
	position:absolute;
	top:240px;
	left:0;
	width:100%;
	height:60px;
	background:rgba(0,0,0,.75);
	text-align:center;
}

header nav ul {
	width:980px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-490px;
	text-align:center;
}

header nav ul li {
	margin:0;
	padding:0;
}

header nav ul li a {
	color:#FBBA3D;
	font-weight:600;
	height:60px;
	display:inline-block;
	opacity:1;
	font-size:22px;
	line-height:60px;
	padding:0 15px;
	border-right:2px #0061ce dotted;
}

header nav ul li a.last {
	border:none;
}

header nav ul li a:hover {
	font-weight:400;
	color:#FF3542;
	font-weight:600;
}

.slideshow_wrap {
	width:1000px;
	min-height: 40em;
	height: 40em;
	margin:0 auto;
	background:url(layout/openslide.jpg) center center no-repeat #fff;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

#slideshow,#slideshow .slide {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	z-index:2;
}

.slideshow_wrap .slide_verbage {
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
	color:#fff;
}

.slideshow_wrap .cycle-prev,.slideshow_wrap .cycle-next {
	position:absolute;
	top:40%;
	z-index:999;
	width:45px;
	height:45px;
	overflow:hidden;
	opacity:.75;
	cursor:pointer;
}

.slideshow_wrap .cycle-prev {
	left:-45px;
	background:url(common/images/pointers/leftarrwhite.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:9999px;
	-webkit-transition:left .5s;
	transition:left .5s;
}

.slideshow_wrap:hover .cycle-prev {
	left:15px;
}

.slideshow_wrap .cycle-next {
	right:-45px;
	background:url(common/images/pointers/rightarrwhite.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-indent:9999px;
	-webkit-transition:right .5s;
	transition:right .5s;
}

.slideshow_wrap:hover .cycle-next {
	right:15px;
}

.slideshow_wrap .cycle-pager {
	position:absolute;
	top:110%;
	z-index:5;
	font-size:2.5em;
	width:100%;
	margin-left:0;
	text-align:center;
	font-family:arial,sans-serif;
	font-weight:700;
	opacity:.75;
	-webkit-transition:top .5s;
	transition:top .5s;
	z-index:999;
}

.slideshow_wrap:hover .cycle-pager {
	top:90%;
}

.slideshow_wrap .cycle-pager span {
	margin:0 .25em;
	cursor:pointer;
	color:#fff;
}

.slideshow_wrap .cycle-pager span.cycle-pager-active {
	color:#000;
}

#main {
	background:rgba(255,255,255,.92);
	width:1000px;
}

#mainbox {
	background:transparent;
	width:70%;
}

#menubox {
	width:20%;
}

#menubox,.homepage_page #menubox {
	background:#ad3132;
}

.homepage_page #menubox {
	width:95%;
	padding:15px 2.5%;
	margin:0;
	background:transparent;
}

.homepage_page #menubox .featured_box {
	width:31.333%;
	margin:0 1%;
	padding:0;
	background:#ad3132;
	display:block;
	float:left;
	height:550px;
}

#featured_news_box {
	margin-right:0;
}

.homepage_page #menubox .featured_box * {
	color:#F8D457;
}

.homepage_page #menubox .featured_box h4,.homepage_page #menubox .featured_box ul,.homepage_page #menubox .featured_box div,.homepage_page #menubox .featured_box form {
	padding:15px 5%;
	width:90%;
}

.gallery_page #mainbox {
	width:95%;
	padding: 15px 2.5%;
}

.homepage_page #mainbox {
	background:transparent;
	min-height:0;
}

#main #menubox ul li a {
	color:#fff;
}

#main a {
	color:#AD2E2A;
}

#menubox .menuimage img {
	max-width:100%;
}

#socionet {
	margin-bottom:1em;
}

.calendar_page #mainbox #lineview ul.events .event_venue {
	font-weight:700;
}

#menubox a {
	color:#fff;
}

/* gallery styles */
.image_stage {
	width:100%;
	min-height:650px;
	padding:0;
	margin: 0;
}

.image_stage .stage_image {
	width:100%;
	height:550px;
	text-align:center;
	float: none;
	clear: both; 
	margin: 0;
	padding: 0;
}

.stage_text { float: none; clear: both; margin: 0; padding: 0; }

.stage_image.introduction {
	display:none;
}

.image_stage {
	text-align:center;
}

.image_stage img {
	max-width:100%;
	max-height:100%;
}

.image_stage .prevnext {
	position:absolute;
	top:600px;
	left:50%;
	width:1000px;
	margin-left:-500px;
}

.image_stage .prevnext a {
	font-size:35px;
	cursor:pointer;
	width: 45px;
	height: 45px;
	display: block;
	text-indent: 999px;
	overflow: hidden;
}

.image_stage .prevnext .prev {
	float:left;
	background:url(common/images/pointers/leftarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.image_stage .prevnext .next {
	float:right;
	background:url(common/images/pointers/rightarrblack.svg);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

a.thumbbox,a.thumbbox:hover {
	margin:2px;
	padding:0;
	border:none;
	height:auto;
	border-radius:0;
	-moz-border-radius:0;
	width:90px;
	height:90px;
	float:left;
	font-size:18px;
	background-position:center center;
}

a.thumbbox span {
	margin-top:50px;
}

/* footer styles */
footer {
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:20px 0;
	height:20px;
	font-weight:600;
}

footer a {
	color:#FBBA3D;
}

.messages_page div.slab_message {
	background-color:#fff;
}