/* * * Layouts and wrappers. Will this one work out? * * */
html{
	margin:0;
	padding:0;
	height:100%;
	background:url(/images/sky.png) 0 0 repeat-x #0251b6;
	font-family:arial, sans-serif;
}
body{
	margin:0;
	padding:0;
	height:100%;
	background:url(/images/waves.jpg) 50% 250px repeat-x;
}
#wrap{
	min-height:100%;
	position:relative;
	background:url(/images/sand.jpg) 50% 100% repeat-x;
}
#wrap_padder{
	padding-bottom:160px;
	background:url(/images/sun_path.png) 50% 250px no-repeat;
}
::selection{
	background:#0251b6;
	color:#fff;
}
::-moz-selection{
	background:#0251b6;
	color:#fff;
}
#header{
	width:100%;
	height:250px;
	overflow:hidden;
	position:relative;
}
#logo span{ display:none; }
#logo{
	position:absolute;
	left:50%;
	top:0px;
	margin:0 0 0 -119px;
	z-index:100;
	background:url(/images/logo.png);
}
#logo, #logo a{
	display:block;
	width:238px;
	height:209px;
}
#slogan{
	font-style:italic;
	position:absolute;
	margin:0;
	top:210px;
	left:0;
	text-align:center;
	width:100%;
	color:#00f;
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:1.5em;
}

#netsetey{
	position:absolute;
	left:70%;
	top:70px;
}
#content_wrap{
	background:url(/images/sky_overlay.png) 0 0 repeat-x;
	font-family:verdana, sans-serif;
}
.cloud{
	position:absolute;
}
#cloud1{
	top:10px;
	left:-205px;
	width:205px;
	height:81px;
	background:url(/images/cloud1.png);
	z-index:70;
}
#cloud2{
	top:150px;
	left:25%;
	width:78px;
	height:60px;
	background:url(/images/cloud2.png);
	z-index:80;
}
#cloud3{
	top:0;
	right:0;
	width:193px;
	height:117px;
	background:url(/images/cloud3.png);
	z-index:90;
	margin:-30px -45px 0 0;
}
#cloud4{
	top:53px;
	left:-200px;
	width:183px;
	height:95px;
	background:url(/images/cloud4.png);
	z-index:75;
}
#cloud5{
	top:158px;
	left:-200px;
	width:73px;
	height:36px;
	background:url(/images/cloud5.png);
	z-index:71;
}
#cloud6{
	top:99px;
	left:-200px;
	width:171px;
	height:70px;
	background:url(/images/cloud6.png);
	z-index:74;
}
#top_menu{
	padding:25px 20px;
	font-size:.75em;
}
#top_menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#top_menu li.menu{
	display:inline;
	position:relative;
}
#top_menu, #top_menu a.menu{ color:#fff; }
#top_menu a:hover{ text-decoration:none; }
#top_left{ float:left; }
#top_left li.menu{ margin-right:1.5em; }
#top_right{ float:right; }
#top_right li.menu{ margin-left:1.5em; }
#top_menu ul.submenu{
	position:absolute;
	left:0;
	top:1em;
	background:#fff;
	width:15em;
	z-index:1000;
	margin-top:2px;
	display:none;
}
#top_menu li:hover ul.submenu{ display:block; }
#top_menu li.submenu{
	padding:5px;
	border:1px solid #0251B6;
	margin-bottom:-1px;
}
#top_menu ul.submenu, #top_menu ul.submenu a{
	color:#0251B6;
}

#content_holder{
	float:left;
	width:100%;
}
.one_column #content{ margin:0 20px 0 270px; }
.two_columns #content{ margin:0 210px 0 270px; }
#menu_container{
	float:left;
	margin-left:-100%;
	width:250px;
}
#additional_information{
	float:left;
	margin-left:-190px;
	width:170px;
}
#content_holder a, #menu_container a, #additional_information a{
	color:#0251b6;
}
#content_holder a:hover, #menu_container a:hover, #additional_information a:hover{
	color:#f00;
	text-decoration:none;
}


/* * * Menu * * */
#menu{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_container li.menu{
	background:url(/images/menu_shadow.gif) 0 0 repeat-x #fff;
	border-bottom:1px solid #afcdff;
	border-top:1px solid #6288f6;
	padding:15px 10px 15px 35px;
}
#menu_container a.menu, #menu_container span.menu{ font-size:.875em; }
#menu_container ul.submenu{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}
#menu_container li.submenu{
	margin-top:3px;
	font-size:.75em;
}
#menu_container li.submenu:before{
	content:'\2014\00a0';
}
#menu_container li.m_last{
	padding-bottom:8px;
	border-bottom:none !important;
}
#menu_container li.m_first{
	padding-top:0;
	background-image:none !important;
	border-top:none !important;
}
#menu_corners .center{ margin-left:0 !important; }
#menu_corners .top{ height:18px !important; }
#menu_corners .top .center{
	height:18px !important;
	background:url(/images/menu_shadow.gif) 0 0 repeat-x #fff !important;
}
#menu_corners .top .right{
	height:18px !important;
	width:13px !important;
	top:0 !important;
	background:url(/images/shadow_corner.png) 100% 0 no-repeat !important;
}
#left_bar_banners{
	/* padding:20px 0 0 20px; */
	padding:8px 0 0 0;
}
#left_bar_banners .top .left, #left_bar_banners .bottom .left{
	background:#fff !important;
}
.banners_banner{
	font-size:.75em;
	margin-bottom:1em;
}
#menu_container .banners_banner{
	margin-bottom:0 !important;
	margin-top:1em;
}
.banners_banner .corners .middle{
	padding:1px 10px;
}
#content .corners .middle{
	padding:12px 25px;
	/*min-height:365px;*/
}
/*
#content_scroller{
	overflow:auto;
	padding-right:15px;
}
*/
#content{ font-size:.75em; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#additional_information h1, #additional_information h2, #additional_information h3, #additional_information h4, #additional_information h5, #additional_information h6{
	color:#0251b6;
	font-family:arial, sans-serif;
	font-weight:normal;
}
#content h1, #additional_information h1{ font-size:2em; }
#content h2, #additional_information h2{ font-size:1.8em; }
#content h3, #additional_information h3{ font-size:1.6em; }
#content h4, #additional_information h4{ font-size:1.4em; }
#content h5, #additional_information h5{
	font-size:1.2em;
	font-weight:bold;
}
#content h6, #additional_information h6{
	font-size:1.0em;
	font-weight:bold !important;
}
#content ul{
	margin-left:0;
	padding-left:1em;
	list-style:none;
}
#content ul li:before{ content:'\2014\00a0'; }
#content_wrap p, #content_wrap ul, #content_wrap ol{ line-height:1.3; }

.news_story_details{
	font-size:.917em;
	margin:.5em 0;
	color:#aaa;
}
.news_story{
	margin-bottom:1.5em;
}
.bottom_navigation .middle{
	padding:1px 25px !important;
	min-height:1em;
	position:relative;
}
.nav_previous{
	float:right;
	width:47%;
	text-align:right;
	margin:0;
}
.nav_next{
	float:left;
	width:47%;
	margin:0;
}
.story_full_text > :first-child{ margin-top:0; }
.story_full_text > :last-child{ margin-bottom:0; }
.news_back_link{
	position:absolute;
	left:50%;
	margin:0 0 0 -3em !important;
	top:0;
	background:#fff;
}

/* * Corners * */
.corners{
	opacity:.8;
}
.corners .top, .corners .bottom{
	position:relative;
	height:13px;
	overflow:hidden;
}
.corners .left, .corners .right{
	position:absolute;
	width:26px;
	height:26px;
	background:url(/images/corners.png);
	overflow:hidden;
}
.corners .center{
	height:13px;
	background:#fff;
	margin:0 13px;
	overflow:hidden;
}
.corners .middle{ background:#fff; }
.corners .middle > :first-child{ margin-top:0; }
.corners .middle > :last-child{ margin-bottom:0; }
.corners .left{ left:-13px; }
.corners .right{
	left:100%;
	margin-left:-13px;
}
.corners .top .left, .corners .top .right{ top:-13px; }
.corners .bottom .left, .corners .bottom .right{ top:0; }

/* * * Footer * * */
#footer{ margin-top:-160px; }
#algae_cont{
	position:relative;
	width:100%;
	overflow:hidden;
	height:160px;
}
#algae_cont div{
	position:absolute;
	/*overflow:hidden;*/
}
#algae1{
	left:0;
	bottom:0;
	width:56px;
	height:73px;
	background-image:url(/images/a_1.png);
	z-index:500;
}
#algae2{
	left:11.5%;
	bottom:103px;
	width:48px;
	height:37px;
	background-image:url(/images/a_2.png);
	z-index:400;
}
#algae3{
	left:18%;
	bottom:44px;
	width:68px;
	height:92px;
	background-image:url(/images/a_3.png);
	z-index:430;
}
#algae4{
	left:30%;
	bottom:77px;
	width:53px;
	height:61px;
	background-image:url(/images/a_4.png);
	z-index:410;
}
#algae5{
	left:39%;
	bottom:19px;
	width:83px;
	height:103px;
	background-image:url(/images/a_5.png);
	z-index:490;
}
#algae6{
	left:51%;
	bottom:38px;
	width:82px;
	height:79px;
	background-image:url(/images/a_6.png);
	z-index:440;
}
#algae7{
	left:64.5%;
	bottom:0;
	width:60px;
	height:87px;
	background-image:url(/images/a_7.png);
	z-index:501;
}
#obj_crawfish{
	left:64.5%;
	bottom:12px;
	margin-left:-20px;
	width:54px;
	height:30px;
	background-image:url(/images/obj_crawfish.png);
	z-index:499;
}
#algae8{
	left:72%;
	bottom:70px;
	width:71px;
	height:78px;
	background-image:url(/images/a_8.png);
	z-index:420;
}
#algae9{
	left:80%;
	bottom:27px;
	width:73px;
	height:88px;
	background-image:url(/images/a_9.png);
	z-index:470;
}
#algae10{
	right:0;
	bottom:0;
	width:49px;
	height:122px;
	background-image:url(/images/a_10.png);
	z-index:503;
}

#fish_cont img{
	display:block;
	width:100%;
	height:100%;
}
#fish1{
	width:55px;
	height:29px;
	/*background:url(/images/fish1.png);*/
	left:-60px;
}
#fish2{
	width:46px;
	height:25px;
	/*background:url(/images/fish2.png);*/
	left:-50px;
}
#fish3{
	width:29px;
	height:25px;
	/*background:url(/images/fish3.png);*/
	left:-35px;
}
#fish4{
	width:42px;
	height:36px;
	/*background:url(/images/fish4.png);*/
	left:-45px;
}
#fish5{
	width:64px;
	height:22px;
	/*background:url(/images/fish5.png);*/
	left:-70px;
}
#fish6{
	width:54px;
	height:16px;
	/*background:url(/images/fish6.png);*/
	left:-60px;
}
#fish7{
	width:67px;
	height:19px;
	/*background:url(/images/fish7.png);*/
	left:-70px;
}
#fish8{
	width:52px;
	height:18px;
	/*background:url(/images/fish8.png);*/
	left:-55px;
}
#fish9{
	width:74px;
	height:21px;
	/*background:url(/images/fish9.png);*/
	left:-75px;
}
#fish10{
	width:52px;
	height:22px;
	/*background:url(/images/fish10.png);*/
	left:-55px;
}

#footer_links{
	margin:0;
	padding:0;
	list-style:none;
}
#footer_links li{
	position:absolute;
	z-index:600;
}
#footer_links a:hover{ text-decoration:none; }
#creator{
	left:18%;
	bottom:99px;
	margin-left:-104px;
	font-size:.625em;
}
#creator, #creator a{ color:#81a3d7; }
#copyright{
	bottom:30px;
	left:50%;
	margin-left:-170px;
	width:340px;
	font-size:.75em;
}
#feedback, #feedback a{ color:#b9dbff; }
#feedback{
	right:45px;
	bottom:90px;
	font-size:.875em;
}
#copyright, #copyright a{ color:#fff; }

/* * * Forms * * */
.form_lbl{ vertical-align:top; }
label, input[type=submit]{ cursor:pointer; }
input[type=text], input[type=search], textarea{
	font-size:1em;
	color:inherit;
	font-family:inherit;
	padding:2px;
	color:#999;
	border:1px solid #999;
}
input[type=text]:focus, input[type=search]:focus, textarea:focus{
	color:#0251B6;
	border:1px solid #0251B6;
}
input[type=button], input[type=submit]{
	background:#0251B6;
	color:#fff;
	font-weight:bold;
	font-family:inherit;
	font-size:1em;
	border:none;
	padding:5px;
}
.banner_code{
	border:1px solid #0251B6;
	padding:3px;
	width:300px;
}
#testify_form{ display:none; }
.testimonial{ margin-top:1.5em; }
ul.calendar{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
ul.calendar li{
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px dashed #6288F6;
}
ul.calendar li.last{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	border-bottom:none;
}
.gallery_photo{
	float:left;
	width:201px;
	margin:0 20px 15px 0;
	min-height:260px;
}
.gallery_image{ margin:5px 0; }
.gallery_description *{
	margin-top:0;
}
#rss_link{
	position:absolute;
	top:265px;
	right:160px;
}

/* * * Stuff * * */
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.nomargin, .nom{ margin:0; }
.first, .p_first{ margin-top:0; }
.last, .p_last{ margin-bottom:0; }
.ca{ text-align:center; }
.ra{ text-align:right; }
a img{ border:none; }
