@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*Main formatting */
.outerContainer {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	min-height: 100%;
	overflow:visible;
	margin-left: 0;
	display: block;
	
}
* html .outerContainter { height:100%; }
.outerwrap {
	position: relative;
	clear:both;
	float:left;
	margin-left: 0;
	display: block;
}
.innerwrap {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	margin:0;
	display: block;
}
.content {
	position: relative;
	clear:both;
	float:left;
	width: 100%;
	margin-left: 0;
}
.header {
	position: relative;
	clear:both;
	float:left;
	background-color: #fff;
	width: 100%;
	margin-left: 0;
}
.main, .mainfront {
	position: relative;
	clear:both;
	float:left;
	width: 100%;
	padding-bottom: 50px;
}


/*Header styling*/
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
#logo img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
#header_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.newsreel {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 10px;
	margin: 3px;
	display: block;
	height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:  1px 1px 2px 2px #ee2e31;
    box-shadow:  1px 1px 2px 2px #ee2e31;
	overflow:hidden;
}
.newsreel a {text-decoration:none;}

/*Footer styling */
#expand_map {
	position: absolute;
	float:left;
	bottom:35px;
	width: 100%;
	display:none;
	background-color:#252525;
	z-index:5;
}
.footer {
	position: absolute;
	float:left;
	bottom:0;
	height: 35px;
	width: 100%;
	background-color:#252525;
}
#sitemap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0;
	background-color:#252525;
}

#sitemap-front {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 0;
	display:none;
	background-color:#252525;
}
.footer-front {
	position: relative;
	float:left;
	bottom:0;
	height: 20px;
	width: 100%;
	background-color:#252525;
}
#suckerfishnav {font-size:90%; font-weight:bold;}
.side_left {position:absolute; top: 5%; left: 37px; z-index:50; float:left; }
.slide_text { position:absolute; top: 60%; left:35%; z-index:51;}
.content_text {
	position:relative;
	float: right;
	margin-top: 3%;
	padding: 2% 3%;
	width: 94%;
	-webkit-box-shadow: 1px 1px 6px 4px #fff;
	box-shadow: 1px 1px 6px 4px #fff;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
	border-radius: 1%;
	background-color:#FFF;

}
@media only screen and (min-width: 960px) {
	.outerwrap {left: 50%; width: 0;}
	.innerwrap {left: -480px; width: 0;}
	.content {width: 960px;}
	#logo {	width:215px;}
	#logo img {display: inline;	padding-left: 10px;}
	#header_menu {clear: none; float: right; width:710px; margin-top:60px;}
	#suckerfishnav {font-size:90%; font-weight:bold;}
	.newsreel {
	height: 30px;
	padding: 3px 0 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:  2px 2px 3px 2px #ee2e31;
    box-shadow:  2px 2px 3px 2px #ee2e31;
	overflow:hidden;
}
	.side_left {position:absolute; top: 5%; left: 37px; z-index:50;}
}
@media only screen and (min-width: 1232px) {
	.innerwrap {left: -616px;}
	.content {width: 1232px;}
	#header_menu {clear: none; float: right; width:1000px;}
	#suckerfishnav {font-size:100%; font-weight:bold;}
	.newsreel {	height: 40px ;margin: 5px 15%; width: 70%; padding: 5px 15px;}
	.side_left { position:absolute; top: 5%; left: 37px; z-index:50; }
}