body{
	background-image:url(images/join5.gif)
}
#wrapper{
	width:1020px;
	margin:auto;
	background:#f8f8f8;
	overflow:hidden;
	box-shadow:15px 15px 10px rgba(204,204,204,0.7);
	border-radius:15px;
	font-family:Arial, Helvetica, sans-serif;
}
header img{
	width:1020px;
	background-color: #000992;
	margin-bottom:10px;
}
.linkfont{
	color:#000080;
}
h1, h2, h3, h4, h5, h6 {
	color: #000892;
	text-align:center;
	font-family:Impact, Charcoal, sans-serif;
}
nav {
	clear: both;
	width: 1014px;
	margin: 0 auto;
	height: 50px;
	margin-bottom: 20px;
	border: 2px solid #999;
	font-size: 18px;
	background: linear-gradient(#000992, #000999);
}
nav ul {
	clear: both;
	list-style: none;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
nav li {
	float: left;
	margin:5px 5px 5px 0;
	padding: 0;
	background: linear-gradient(#000992, #000999);
}
nav li a {
	height: 50px;
	line-height: 50px;
	display: block;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-top: -5px;
}
/*make the home button a little wider, to better fit in with the rest of the navigation buttons*/
nav > ul > li:first-child a {
	padding: 0 30px;
}
nav a:hover, nav .curr, nav ul li ul li a:hover, nav ul > li:hover >a {
	background:#E4002b;
	transition:background, .4s;
}
nav ul li ul {
	width: 620px;
	position: absolute;
	border: none;
	max-height: 0;
	height: 875px;		/*changed the height to 870px, so that all the districts and divisions will show up*/
	z-index: 99;
	font-size: 18px;
}
nav ul > li:hover > ul {
	
	max-height: 870px;		/*changed the max-height to 870px, so that the first dropdown is tall enough that the ul inside of it can show everything in it*/
	
	transition: max-height 1s ease-in-out;
}
nav > ul > li > ul > li:first-child {
	padding-top: 5px;
}
nav ul li ul li {
	float: none;
	margin: 0;
	position: relative;
	text-align: center;
	width: 250px;
}
nav ul li ul li a {
	width: 240px;
	padding: 0 5px;
	border-right: none;
	border-top: 1px solid #fff;
}
/* ----------------------------------------  District nav -------------------------------------- */
nav #district-nav {
	width: 245px;
	z-index: 99;
	left: 250px;
	top: 0px;
	font-size: 18px;
}
nav #district-nav li {
	float: none;
	text-align: center;
}
nav #district-nav li:first-child a {
	padding-top: 5px;
}
nav #district-nav li a {
	width: 230px;
	border-right: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
/* ----------------------------------------  Division nav -------------------------------------- */
nav #division-nav {
	width: 250px;
	z-index: 99;
	left: 250px;
	top: 0px;
	font-size: 18px;
}
nav #division-nav li {
	float: none;
	text-align: center;
}
nav #division-nav li:first-child a {
	padding-top: 5px;
}
nav #division-nav li a {
	width: 250px;
	border-right: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
/* ----------------------------------------  Flotilla nav -------------------------------------- */
nav #flotilla-nav {
	width: 250px;
	z-index: 99;
	left: 250px;
	top: 0px;
	font-size: 18px;
}
nav #flotilla-nav li {
	float: none;
	text-align: center;
}
nav #flotilla-nav li:first-child a {
	padding-top: 5px;
}
nav #flotilla-nav li a {
	width: 250px;
	border-right: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#content h1{
	text-align:center;
	color:#000992;
	font-size:50px;
}
#content #building{
	margin-left:270px;
	box-shadow:15px 15px 10px #999;
	border-radius:15px;
	margin-top:30px;
	margin-bottom:30px;
}
#content{
	width:1020px;
	margin-bottom:100px;
	float:right;
}
#content h1, #content h2, #content h3, #content h4{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-shadow: 5px 5px #ccc;
}
#content h2{
	width:100%;
	text-align:center;
	color: #000892;
	margin-top:30px;
}
#content h3{
	width:100%;
	text-align:center;
	color:#F00;
	padding-top:15px;
}
#content h4{
	width:930px;
	text-align:center;
	color:#F00;
	line-height:48px;
	height:48px
}
#content h4+p{
	width:100%;
	margin-top:-28px;
	padding-bottom:20px;
}
#content h4+dl{
	margin-top:-28px
}
#content .home{
	text-align:center;
	padding-left:0;
}

#abs_image img{
	display: block;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 8px 8px #ccc;
}
#content p{
	padding-left:20px;
	padding-right:10px;
}
#content ul ul li{
	list-style:none;
}
#content a{
	color:#012169;
	text-decoration:none;
}
#content a:hover, #content a:visited{
	color:#e4002b;
	text-decoration:underline;
}
header{
	width:1020px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
}
header img{
	display:block;
}
header .banner{
	box-shadow:15px 15px 10px #999;
	border-radius:10px;
}
header p{
	color: #000892;
	font-size:18px;
	magin-bottom:20px;
}
header p img{
	box-shadow:15px 15px 10px #999;
	border-radius:10px;
	width:500px;
	margin:auto;
}
#aux_line{
	margin-left:280px;
}
#act{
	font-weight:bold;
	font-size:20px
}
#act p{
	font-size:22px;
}
#act ul li{
	text-indent:5px;
	margin-left:15px
	/* Activities selection on the Operations page */
}
/*For the list on environment page*/
#faq{
	width:100%;
}
#faq h4{
	width:800px;
	padding:5px 15px;
	margin:20px auto;
}
#faq p{
	max-width:800px;
	margin:40px auto;
}
.faq_highlight{
	background:#ededed;
}
.faq_highlight_2{
	background:#ededed;
}
#faq dl{
	 background:#ededed;
	 padding-bottom:20px;
}
#faq dt,
#faq dd{
	max-width:800px;
}
dt {
	font-weight:bold;
	color:#009;
	width:100%
}
dd {
	margin-bottom:15px;
	width:100%
}
figcaption{
	font-style:italic;
	text-align:center;
	margin:15px 0 30px 0;
}
.optitle{
	text-align:center;
	color:#F00;
	font-size:20px;
	line-height:normal;
	box-shadow: 15px 15px 10px #999;
	border-radius: 15px;
	margin:0 auto;
	display:block;
}
.optitle1{
	text-align:center;
	color:#F00;
	font-size:18px;
	line-height:normal;
}
.optitle2 img{
	box-shadow: 15px 15px 10px #999;
	border-radius: 5px;
}
.optitle3 img{
	border-radius: 5px;
}
.vsc table{
	width:675px;
	margin:50px auto 0 auto;
	border-collapse:collapse;
}
.vsc table td, th, tr{
	border-collapse:collapse;
	border:1px solid;
	padding-bottom:10px;
	text-align:center
}
.vsc table th:first-child{
		text-align:center;
}
.require{
	color:#F00;
	font-weight:bold;
}
#boating_links{
	width:700px
}
#boating_links dt, #boating_links dd{
	width:625px
}
#staff{
	margin-left:280px;
	text-align:center;
	color:#F00;
	font-size:20px;
	line-height:normal;
	box-shadow: 15px 15px 10px #999;
	border-radius: 15px;	
	margin-bottom:30px;
}
#stafftable{
	width:800px;
	padding-top:100px;
	border:none;
	font-size:20px;
	margin:0 auto;
	border-collapse:collapse;
	
}
#stafftable td, #stafftable th, #stafftable tr{
	border:none;
	padding-bottom:5px;
	padding-top:5px;
}
#stafftable tr:nth-child(even){
	background-color:#ccc
}
#stafftable tr td:first-child{
	text-align:right;
	padding-right:40px;
}
#stafftable th:first-child{
	text-align:right;
	padding-right:40px
}
#district_map{
	margin-left:235px;
}
#districts{
	width:900px;
	margin:0 auto;
	padding-top:30px;
}
#internal{
	margin-left:5px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:center;
}
#division{
	width:800px;
	margin:0 auto;
	padding-top:10px;
}
#division img{
	margin-bottom:20px;
}
.return{
	font-size:14px;
	text-align:right;
	margin-left:-350px;
}
#history{
	margin-left:350px;
	font-size:20px;
	line-height:normal;
	box-shadow: 15px 15px 10px #999;
	border-radius: 15px;
	margin-bottom:20px;
}
.level{
	color:#F00;
	font-style:bold;
}
#security{
	width:400px;
	margin:40px auto -20px auto;
}
#ntas{
	margin:10px;
	display:block;
	float:left;
}
#marsec{
	margin:10px;
	display:block;
	float:right;
}

blockquote{
	color:#012169;
	font-style:italic
}
.ContactSubHdr{
	color:#F00;
	font-weight:bold;
}
.SubScript{
	text-align:center;
	font-size:0.8em;
	color:#F00;
}
#content .privacy{
	color:#000892;
	font-size:0.8em;
}
#content .privacy1{
	color:#F00;
	font-weight:bold;
}
#youtube{
	width:560px;
	margin:0 auto;
}
#youtube a{
	padding:10px;
	margin:15px;
	background:#073763;
	color:#fff;
	font-size:14px;
	display:block;
	float:left;
	border-radius:5px;
}
#youtube a:hover,
#youtube a:visited{
	background:#e4002b;
	color:#fff;
}
.indent{
	margin-left:55px;
	line-height:50%
}
.indent2{
	margin-left:110px;
	line-height:50%
}
.indent3{
	margin-left:55px;
	color:#000892;
	font-weight:bold;
}
.red{
	text-align:center;
	color:#FF0000;
	font-size:0.8em;
}
#request{
	width:810px;
	margin:0 auto;
}
#request a{
	width:250px;
	height:30px;
	color:#fff;
	margin:10px;
	text-align:center;
	font-weight:bold;
	display:block;
	box-shadow:5px 5px 1px #999;
	border-radius:5px;
	text-decoration:none;
	line-height:30px;
	background:#012169;
	float:left;
}
#request a:hover, #request a.curr, #request a:visited{
	background:#e4002b;
	color:#fff;
	text-decoration:none;
}

footer{
	width:100%;
	height:120px;
	clear:both;
	background:#039;
	color:#FFF;
	text-decoration:none;
	border-radius:0 0 10px 10px;
}
footer a{
	text-decoration:none;
	color:#FFF;
}
footer a:visited{
	color:#fff;
}
#footerleft{
	float:left;
	margin-left:10px;
	
}
#footerright{
	float:right;
	margin-right:10px
}


/*marker page css start*/
#marker{
	font-size:16px;
	border:1px solid #000;
	border-collapse:collapse;
	margin-right:10px
}
#marker tr:nth-child(even){
	background-color:#FFF
}
#content #marker td{
	padding:2px 5px;
	height:40px;
	font-weight:bold;
	text-align:center;
	border:none;
	border-bottom:1px solid #000;
	
}
#key{
	padding-left:315px;
	color:#F63;
	font-weight:bold;
	margin-top:-20px
}
#content #marker tr td:first-child{
	max-width:45px;
	border-left:1px solid #000;
}
#content #marker tr td:nth-child(2){
	min-width:70px;
}
#content #marker tr td:nth-child(3){
	min-width:80px;
}
#content #marker tr td:nth-child(4){
	min-width:80px;
}
#content #marker tr td:nth-child(5){
	min-width:60px;
}
#content #marker tr td:nth-child(6)
#content #marker tr td:nth-child(7),
#content #marker tr td:nth-child(8){
	min-width:20px;
}
#content #marker tr td:nth-child(9){
	border-right:1px solid #000;
}
#content #marker .greenfont{
	color:#090;
}
#content #marker .redfont{
	color:#F00;
}
/*marker page end*/
.kid_safe li{
	list-style-type: none;
}
#memberinfo p{
	width:450px;
	margin:0 auto;
}
#memberinfo img{
	width:500px;
	margin:40px auto;
	display:block;
}
#membertraining .roundimg{
	width:220px;
	margin:20px auto;
	display:block;
}
#membertraining img{
	display:block;
	margin:40px auto;
}
#membertraining p{
	width:800px;
	margin:0 auto;
}
#shortcut-mob-nav li{
	list-style:none;
	margin:0 auto;
	width:240px;
	padding:0;
	font-style:italic;
	text-decoration:underline;
}
#content dl{
	margin:0 auto;
	width:400px;
}
.returntotop{
	margin:30px auto;
	width:150px;
}