/*
	Boy Scouts of America High Adventure Sea Base */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin: 0 0 0 0;
	background-image: url(/images/Seabase/bkg.jpg);
    background-attachment: fixed;
	background-color: #29717F;
	background-repeat: repeat-x;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color:#02796d;
	font-style: italic;
	text-transform: capitalize;
}

h2 {
	font-size: 20px;
	color:#531716;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
font-weight:bold;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
        list-style-position:inside;
}

ul {
	list-style: square;
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
#header {
	background-image: url(/images/Seabase/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 940px;
	background-color: #FFFFFF;
	border-right:solid 4px #FFFFFF;
	padding-bottom:5px;
}
#one-column {
	background-color: #ffffff;
	padding: 10px;
}
#two-column {
	background-color: #ffffff;
	padding: 10px;
	width: 715px;
	float: right;
}
#footer {
	padding: 10px 0 0 0;
	height: 40px;
	background: #aeebff url(/images/Seabase/footerbsa.gif) no-repeat 1% 50%;
	border-top: solid 1px #8e877f;
	color: #8e877f;
	line-height:30px;
	font-size: 10px;
	font-weight: normal;
}
#footer h3 {
	padding: 0px 0 0 40px;
	color: #8e877f;
	display: inline;
		font-size: 10px;
	font-weight: normal;
}
#footer  h3 a {
	color: #8e877f;
}
#footer   h3  a:hover {
	color: #68635D;
}
#footer-nav {
	color: #8e877f;
	float: right;
	text-align: right;
	}
ul#footer-nav{
	margin:0;
	padding:0px 10px 0 0;
	list-style-type:none;
	font-size: 10px;
}
ul#footer-nav   li{
	display:block;
	float:left;
	margin:0;
	padding: 10px 8px;
	border-left: solid 1px #8e877f;
	line-height:10px;
}
ul#footer-nav  li  a{
	display:block;
	float:left;
	color:#8e877f;
	text-decoration:none;
	}
ul#footer-nav  li  a:hover{
	color: #68635D;
	}
#headerRIGHT {
	width: 220px;
	float: right;
	height: 150px;
}
#search {
	height: 40px;
	padding-top: 10px;
	visibility: hidden;
}
#nav {
	height: 40px;
	background-image: url(/images/Seabase/navbkg.gif);
	background-repeat: repeat-x;
}

ul#menu{
	border-top: solid 2px #ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font-size: 0.99em;
	background:transparent url("/images/Seabase/navbkg.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-left:2px solid #ffffff;
	width: auto;
	
}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px;
	line-height: 40px;
	}
ul#menu li a:hover{
	background-color: #02796d;
    line-height:38px;
    padding:0 10px;
   	display:block;
 }
	
	
.login {
	float: right;
	margin: 0;
	padding: 0;
	border-left: solid 2px #ffffff;
	background-image: url(/images/Seabase/navlogin.gif);
	background-repeat: no-repeat;
	width: 220px;
	line-height: 40px;
	text-align: center;
}
.login a {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
.login a:hover {
	background-image: url(/images/Seabase/navloginON.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
}
#weather {
	height: 100px;
}
#search_box {
	width: 220px;
	height: 36px;
	background: #aeebff;
}
#search_box #s, #search_box .search_textbox {
	background:#87D3EC none repeat scroll 0 0;
	border:0 none;
	float:left;
	height:19px;
	margin:6px 0 0 6px;
	padding:5px 0 0 5px;
	width:135px;
	color: #5b8694;
}
#search_box #go, #search_box .search_button {
	float: right;
	margin: 6px 4px 0 0;
}
.clear{
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
.clearfix:after{
clear:both;
content:'.';
display:block;
visibility:hidden;
height:0
}
.clearfix{
display:inline-block
}
* html .clearfix{
height:1%
}
.clearfix{
display:block
}
#alert, .alert {
	background-color: #FF0000;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-image: url(/images/Seabase/attention.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	height: 35px;
}
#alert p, .alert p {
	width: 100%;
	text-align: center;
	color: #ffffff;
}
#alert a, .alert a {
	text-align: center;
	color: #ffffff;
}
.attention h5 {
	background-image: url(/images/Seabase/attention.gif);
	background-position-y: center;
	background-repeat: no-repeat;
	height: 35px;
}
.contextmenu/* Context Menu Styles */

{
	width:195px;
	float:left;
	border-right: solid 2px #fff7df;
	line-height: 1.2;
	zoom: 1;
	margin: 0 0 20px 0;
}

ul.contextmenu_category
{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

ul.contextmenu_category li
{
	padding:4px 0px;
}

ul.contextmenu_category a
{
	color:#174a5d;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	text-decoration:none;
}
ul.contextmenu_category a:hover
{
	padding-left:2px;
}
ul.contextmenu_subcategory
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

ul.contextmenu_subcategory li
{
	background:url(/images/Seabase/contextmenu_arrow.gif) 20px 7px no-repeat;
}

ul.contextmenu_subcategory a
{
	color:#0f5c71;
	font-weight:normal;
	margin:0px 0px 0px 30px;
	text-decoration:none;
}
#two-column img {
	padding: 5px;
	
}
#one-column img {
	padding: 5px;
	
}
div.pathmenu
{
	width: 715px;
	float: left;
	padding: 5px;
	font-size: 12px;
}
div.pathmenu a
{
	color:#29717F;
	text-decoration:none;
	margin:0px 6px 0px 0px;
}
