/* CSS Document */

/****************************************** GENERIC ****************************************/

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #041C86;
	}
	
body {
	background: url(images/back2.jpg) repeat top left;
	}
	
a img {
	border: none;
	}
	
acronym {
	cursor: help;
	border-bottom: 1px dotted;
	}
	
#wrapper {
	max-width: 765px;
	margin: 0 auto;
	}
	
/************************************* SIDEBAR ******************************/
	
#sidebar {
	float: left;
	width: 180px;
	}
	
#mainnav ul.nav {
	list-style-type: none;
	margin-left: 10px;
	
	}
	
ul.nav a {
	display: block;
	width: 10em;
	height: 2em;
	line-height: 2em;
	margin-top: 5px;
	background: #F7F9BB url(images/longboat.gif) no-repeat 5px 50%;
	padding-left: 30px;
	text-decoration: none;
	color: #3650EB;
	font-weight: bold;
	border: 4px solid;
	border-top-color: #969698;
	border-right-color: #4B4B4C;
	border-bottom-color: #757577;
	border-left-color: #BCBCBE;
	}
	
ul.nav a:visited {
	background: #F7F9BB url(images/check.gif) no-repeat 5px 50%;
	padding-left: 30px;
	text-decoration: none;
	color: #3650EB;
	font-weight: bold;
	border: 4px solid;
	border-top-color: #969698;
	border-right-color: #4B4B4C;
	border-bottom-color: #757577;
	border-left-color: #BCBCBE;
	}
	
ul.nav a:hover, h5 a:hover {
	background: #4D64EE url(images/longboat.gif) no-repeat 5px 50%;
	padding-left: 30px;
	text-decoration: underline;
	color: #F0F790;
	font-weight: bold;
	border: 4px solid;
	border-top-color: #969698;
	border-right-color: #4B4B4C;
	border-bottom-color: #757577;
	border-left-color: #BCBCBE;
	}
	
body#home a#homeLink,
body#community a#communityLink,
body#innerclub a#innerclubLink,
body#boatClub a#boatClubLink,
body#officers a#officersLink,
body#ourkids a#ourkidsLink,
body#history a#historyLink, 
body#joinus a#joinusLink {
	background: #F7F9BB url(images/mjolner2.gif) no-repeat 5px 50%;
	padding-left: 30px;
	font-weight: bold;
	color: #3650EB;
	text-decoration: none;
	}
	
#fbLink {
	margin-left: 7px;
	margin-top: 12px;
	}
	
#iovlogo {
	margin-left: 7px;
	margin-top: 10px;
	}
	
#iovlogo h3 {
	background: url(images/iovheading.gif) no-repeat top left;
	width: 173px;
	height: 80px;
	margin-top: 10px;
	}
	
#iovlogo h3 span {
	display: none;
	}
	
#iovlogo a img {
	float: left;
	}
	
#iovlogo p { 
	padding: 5px;
	background-color: #FFFF99;
	}
	
#friends { 
	clear: both;
	margin-top: 10px;
	margin-left: 7px;
	}
	
#friends h3 {
	background: url(images/friends.gif) no-repeat left top;
	width: 173px;
	height: 40px;
	}
	
#friends h3 span {
	display: none;
	}
	
#friends ul {
	background: url(images/liberty4b.gif) no-repeat right bottom;
	width: 173px;
	height: 390px;
	}
	
#friends li {
	padding: 5px 0 0 5px;
	} 
	
li.about a:link {
	text-decoration: none;
	color: #041C86;
	}
	
li.about a:visited {
	text-decoration: line-through;
	color: #041C86;
	}
	
li.about a:hover {
	color: #041C86;
	text-decoration: underline;
	}
	
.about span.title {
	display: block;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;
	text-decoration: underline;
	}
	
/******************************** MAIN SECTION *****************************/
	
#main {
	margin-left: 190px;
	}
	
#main h1 {
	background: transparent url(images/origbanner4web.gif) no-repeat top left;
	width: 570px;
	height: 137px;
	margin-bottom: 10px;
	display: block;
	}
	
#main h1 span {
	display: none;
	}
	
h5 a {
	width: 10em;
	height: 2em;
	line-height: 2em;
	margin: 5px 0 10px 50px;
	background: #F7F9BB url(images/longboat.gif) no-repeat 5px 50%;
	padding-left: 30px;
	padding-right: 5px;
	text-decoration: none;
	color: #3650EB;
	font-weight: bold;
	border: 4px solid;
	border-top-color: #969698;
	border-right-color: #4B4B4C;
	border-bottom-color: #757577;
	border-left-color: #BCBCBE;
	}
		
	.p1 {
		clear: both;
		}
		
	.photo img {
		float: left;
		margin: 5px;
		border: 5px solid;
		border-top-color: #969698;
		border-right-color: #4B4B4C;
		border-bottom-color: #757577;
		border-left-color: #BCBCBE;
		}
	
/***************************** FOOTER SECTION ******************************/
	
#footer {
	clear: both;
	margin: 0 0 10px 20px;
	text-align: left;
	}
	
/************************** Bug fix for IE only *************************

*html #mainnav a {
	height: 1px;
	}
*/	