/*
----------------------------------------------------------------------------------------------
COASTALCOMS SLIDER STYLESHEET
Stylesheet: slider.css
Author:   Album Creative Studios
Version:  15 April 2009
Revision: 15 April 2009
---------------------------------------------------------------------------------------------- */
	
		
	#wrapper_slide {
	background-image: url(../images/HEROimg_bg.jpg);
	background-color: white;
	height: 307px;
	width: 904px;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
		
	  
		#heading_slide {
			font-family: "Lucida Grande", Arial, Helvetica, Arial, sans-serif;
			font-size: 14px;
			display: block;
			width: 884px;
			height: 44px;
			padding-top: 2px;
			margin-left: 10px;
		}

		#heading_slide * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		
		#heading_slide li {
			list-style-type: none;
			float: left;
			display: block;
			margin-right: 10px;
			}
			
			#buttons li img {
				float: left;
				margin-right: 10px;
			}
			
	li.active {
	background-image: url(../images/hero_on_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	}
		
	li.overview_btn {
	height: 44px;
	width: 90px;
		}
		
	li.lifeguard_btn {
	height: 44px;
	width: 97px;
		}
		
	li.law_btn {
	height: 44px;
	width: 141px;
		}
		
	li.coastal_btn {
	height: 44px;
	width: 168px;
		}
		
	li.education_btn {
	height: 44px;
	width: 161px;
		}
		
	#panes {
	width: 904px;
	text-align: left;
	float: left;
	margin: 0;
		}
		
	#panes p {
	width: 500px;
	font-family: "Lucida Grande", Arial, Helvetica, Arial, sans-serif;
	color: #d9df68;
	line-height: 18px;
	font-size: 14px;
	margin-left: 20px;
		}
		
	#panes .hero_link_1 {
	float: left;
	background-image: url(../images/Hero_bg_link.png);
	background-repeat: no-repeat;
	width: 332px;
	height: 39px;
	padding-top: 10px;
	padding-bottom: 2px;
		}
		
	#panes .hero_link_2 {
	float: left;
	background-image: url(../images/Hero_bg_link.png);
	background-repeat: no-repeat;
	width: 332px;
	height: 39px;
	padding-top: 10px;
	padding-bottom: 38px;
		}
		
	#panes .hero_link_3 {
	float: left;
	background-image: url(../images/Hero_bg_link.png);
	background-repeat: no-repeat;
	width: 332px;
	height: 39px;
	padding-top: 10px;
	padding-bottom: 25px;
		}
		
	#panes .hero_link_4 {
	float: left;
	background-image: url(../images/Hero_bg_link.png);
	background-repeat: no-repeat;
	width: 332px;
	height: 39px;
	padding-top: 10px;
	padding-bottom: 12px;
		}
	
	#panes .hero_link_5 {
	float: left;
	background-image: url(../images/Hero_bg_link.png);
	background-repeat: no-repeat;
	width: 332px;
	height: 39px;
	padding-top: 10px;
	padding-bottom: 38px;
		}
		
	#panes a {
	font-family: "Lucida Grande", Arial, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 10px;
	line-height: 18px;
	text-decoration: underline;
	padding-left: 24px;
		}
		
	#panes a:hover {
	text-decoration: none;
		}
		
	.pane img.text_h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
	#overview_pane {
	background-image: url(../images/hero_intelligent_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	#lifeguard_pane {
	background-image: url(../images/hero_lifeguards_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	#law_pane {
	background-image: url(../images/hero_law_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	#coastal_pane {
	background-image: url(../images/hero_science_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	#education_pane {
	background-image: url(../images/hero_education_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
		
	#panes #content .pane {
	width: 100%;
	overflow: hidden;
}