/* CSS Document */

/* Basic Stuff */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
/* End hide from IE-mac */


body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #000;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background-image:url(images/sea-background.jpg);
	background-color: #F1E0D6;
	background-repeat: no-repeat;
	}
	
body A:link    	{ color: #c11658; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #c11658; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #c11658; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #000000; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 24px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	line-height: 16px;
	color: #000; 
	padding-top: 0px;
	padding-bottom:0px;
	margin: 0;
	font-weight: bold;
}
	
h2 {
	font: 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #c11658;
	margin-top: 0px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
h2 A:link    	{ color: #c11658; font-weight: bold; text-decoration: none; }
h2 A:active  	{ color: #c11658; font-weight: bold; text-decoration: none; }
h2 A:visited 	{ color: #c11658; font-weight: bold; text-decoration: none; }
h2 A:hover  	{ color: #c11658; font-weight: bold; text-decoration: underline; }
	
h3 {
	font: 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #c11658;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 16px;
	}

h3 A:link    	{ color: #29769d; font-weight: normal; text-decoration: underline; }
h3 A:active  	{ color: #29769d; font-weight: normal; text-decoration: underline; }
h3 A:visited 	{ color: #29769d; font-weight: normal; text-decoration: underline; }
h3 A:hover  	{ color: #a4c00d; font-weight: normal; text-decoration: underline; }
	
	
.nav {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 15px;
	margin: 0;
	padding-left: 13px;
	font-weight: bold;
	}
	
.nav A:link    	{ color: #000; font-weight: bold; text-decoration: none; }
.nav A:active  	{ color: #000; font-weight: bold; text-decoration: none; }
.nav A:visited 	{ color: #000; font-weight: bold; text-decoration: none; }
.nav A:hover  	{ color: #c11658; font-weight: bold; text-decoration: underline; }

.sidenav {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 15px;
	margin: 0;
	padding-left: 13px;
	font-weight: bold;
	}
	
.sidenav A:link    	{ color: #000; font-weight: bold; text-decoration: none; }
.sidenav A:active  	{ color: #000; font-weight: bold; text-decoration: none; }
.sidenav A:visited 	{ color: #000; font-weight: bold; text-decoration: none; }
.sidenav A:hover  	{ color: #c11658; font-weight: bold; text-decoration: underline; }
.homehead {
	font: bolder 18px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
}
ul {
	list-style-image: url(images/bullet1.gif);
}
