/* CSS Document */
	
/********************************* HOME PAGE MAIN *************************/

/*h2.chief {
	background: transparent url(images/chiefsmessage10.jpg) no-repeat top left;
	width: 570px;
	height: 90px;
	margin-bottom: 5px;
	}
	
h2.chief span {
	display: none;
	} */
	
.slideshow {
	background: url(images/postcard3.gif) no-repeat top left;
	width: 569px;
	height: 362px;
	
	border: 1px solid #958B85;
	}
	
.show {
	padding: 50px 0 0 10px;
	}

.Caption {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #EFF68A;
	background-color: #4D64EE;
	width: 300px;
	height: auto;
	padding-bottom: 3px;
	text-align: center;
	}
	
#chiefmessage,
#pastchiefmessage {
	margin-top: 10px;
	}
	
#chiefmessage p,
#pastchiefmessage p {
	padding: 0 5px 0 5px;
	line-height: 1.5em;
	text-indent: 2em;
	}
	
#chiefmessage p:first-letter,
#pastchiefmessage p:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	}
	
.salutation {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	text-align: right;
	}
	

	
/*************************************** HOME PAGE FOOTER *********************/

		
#copyright {
	clear: both;
	background: transparent url(images/ship-bg.jpg) no-repeat left bottom;
	width: 760px;
	height: 86px;
	}
	
#copyright p {
	font-size: .80em;
	color: #EFF68A;
	padding-left: 10px;
	}
	
#copyright p.p1 {
	padding-top: 10px;
	}
	
#copyright a:link {
	color: #041C86;
	text-decoration: none;
	}
	
#copyright a:visited {
	color: #041C86;
	text-decoration: line-through;
	}
	
#copyright a:hover {
	color: #EFF68A;
	text-decoration: underline;
	}
	
	
/************************** Bug fix for IE only *************************

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