﻿/*-------em adjusted-------------body and divs. Note the top 2 body properties and the top 3 #main div ones. These center the page in browsers.
This site is structured into a main div, a header div, a leftbox div, a rightbox div, and a footer div. The leftbox and rightbox divs are floated left. The footer div has a clear.
This stylesheet is only used for the index page*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#003333;

}

#main{
	margin: 0px auto;
	padding:0px;
	text-align:justify;
	position:relative;
	width:760px;
	background-color:#ffffcc;
	/*border:1px solid black;*/
}
.leftdiv { 
	float:left;
	margin:0px 0px;
	width:12%;
	
}

.rightdiv { 	
	margin:0px 0px 0px 12%;
	width:auto;
	background-color:#ccffff;
	/*border-left:2px dashed navy;
	border-right:2px dashed navy;*/
	padding-top:10px;
	padding-bottom:20px;
border-left:1px dotted black;

}


/*.titlebox {	
	text-align:center;
	margin:12px 100px;
	position:relative;
	padding:3px 38px;
	background-color:none;
	border:1px solid black;
	width:auto;
	margin:12px 98px;
	}*/



#header{
	margin:0px;
	padding:0px;
	height:233px;
	width:760px;
	text-align:center;
	background-image:url(flashpics/mybanner2.jpg);

	background:position: left top
	background-color:white;
}


#navbar{
	width:auto;
	height:19px;
	margin:0px;
	padding:0px 0px 0px 200px;
	
	border-top:1px dotted navy;
	border-bottom:1px dotted navy;
	background-color:white;
}
#navbar2{
	width:180px;
	height:19px;
	margin:6px auto;
	padding:0px 0px 0px 0px;
	
}
	


#footer{
	clear:left;
	width:760px;	
	height:170px;

	background-image:url(seapics/seafooter2.jpg);
	background:position: left top
	background-color:green;
	border-top:3px solid #336633;
}
/*---------------------------------------------------------------------------------

Text rules, outside of the body and divs:*/

em{
	font-size:1.1em;
	font-weight:600;
	font-style:oblique;
	color:#ccffcc;
	
}

ul{
	margin:0px;
	padding:0px;
}
.horiz {
	float:left;
}
.horiz2 {
	float:left;
	}
li{	
	margin:0px
	padding:0px;
	display:block;
	list-style-type:none;

}
/*used with heading ID to do the "picture replacement trick"*/
h1{
	color:white;
	font-size:2px;
	text-align:center;
}

/*This is used to emphasize  first letters (or any amount of test really)*/
.firstletter{
	color:black;
	font-size:1.2em;
	font-weight:600;

}


p{
	padding:12px;	
	text-align:left;
}
/*This class is used for most text in the leftbox*/

.welcome {
	font-family:Arial,sans-serif;
	width:auto;
	color:navy;
	margin:6px 99px 26px 99px;
	border-bottom:1px dashed #006600;
	padding:0px 0px;
	text-align:left;
	font-size:16px;
	line-height:2em;
	font-weight:600;
}


h5{	
	font-family:Arial,sans-serif;
	font-size:20px;
	color:white;
	text-align:center;
	width:auto;
	padding:6px 10px;
	background-color:#3366FF;
	background-color:navy;
	margin:100px 210px 0px 210px;
}

#heading{
	text-indent:-7000px;
	font-size:.1em;
	margin:0px 
	background-color:transparent;
	padding:0px;
	text-align:left;
	}
.bt{
	font-size:16px;
font-family:hobo std,sans-serif;
}
a{
	display:block;
	font-size:.75em;
	padding:2px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	/*width:146px;
	width:auto;*/
	/*border-right:1px solid black;
	border-left:0px solid black;
	border-bottom:1px solid black;*/
	color:navy;
	margin-left:0px;
	font-family:arial,sans-serif;
	font-weight:600;
	width:auto;

	
}
a:link, a:visited{
	color:#000033;
	/*no background until the rollover*/

}
a:focus, a:hover{
	color:white;
	background:#000033;
}
a:active{
	background:#20492a;
}
/*----------------------------------------------------------------------------------------------------------
Image rules*/
.picBox {
	margin:10px 60px;

	padding:12px;
	
}

.centerpic {
	
	display: block;
	padding:10px;
 	 margin-left: auto;
   	 margin-right: auto;
	margin-bottom: 6px;
	background-color:white;
	border: 1px dotted navy;
}

/*use this in the html  <IMG class="centerpic" src="...">*/

.overnofloat{
	margin:6px 0px 10px 99px;
}

.overninety{
	float:left;
	margin:12px 18px 12px 99px;
}
.photo {
width:540px;

height:auto;
padding:10px;

margin:10px 30px 10px 35px;
}
