/* Dive & Sea Maui CSS Document
 * Design Copyright 2008 Sandell Computer Services
 */
/* Selectors */
body {
	background-image: url(picts/currentbakground.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
/* Links */
a:link		{ color: #FF0000; text-decoration: none; }
a:visited	{
	color: #00FF00;
	text-decoration: none;
}
a:hover		{
	color: #00FF00;
	text-decoration: underline;
}
a:active	{ /* nothing */ }
/* IDs */
#body {
	left: 50%;
	width: 750px;
	margin-left: -375px;
	position: absolute;
}
#header {
	background-image: url(picts/BannerHeader1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	margin-bottom: 5px;
}
#content, #footer {
	clear: both;
	padding: 5px;
	width: 740px;
}
#navigation {
	background-color: #999999;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 740px;
}
#content {
	background-color: #367D95;
}
#footer {
	text-align: center;
	margin-bottom: 5px;
}
#footer a:link, #footer a:visited { color: #0066CC; }
/* Home page specifics */
#homeImage {
	background-color: #1E3176;
	float: left;
	width: 450px;
}
#homeBoxes {
	background-color: #1E3176;
	float: right;
	margin-left: 2px;
	margin-right: 2px;
	width: 200px;
}
#homeContent {
	background-color: #FFFFFF;
	float: right;
	width: 740px;
}
.homeBox {
	height: 160px;
	width: 200px;
}
/* Classes */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}
.articleHead {
	color: #FFCC00;
	font-size: 15pt;
	font-weight: bold;
	margin: 5px;
	text-align: center;
	text-transform: uppercase;
}
/* Two column content */
.twoColLeft, .twoColRight {
	width: 320px; /* ((content width - 10px) / 2) - 50px */
	padding-left: 50px;
}
.twoColLeft {
	float: left;
}
.twoColRight {
	float: right;
}