@charset "utf-8";
/*
dark blue #184370
light blue #8ab7d8
grey #b8b7bc
*/
body {
	background-image: url(img/web-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #184370;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#contactform {
	background-color:#FFC;
}

.specialshead {  font-size: 13px;}
.specialsbody {  font-size: 11px;}

.priceband { font-size: 11px; }
.sitelink {font-size: 11px;color: #FFFFFF; }
a.sitelink {font-size: 11px;color: #FFFFFF; }
a.coastalslink {font-size: 10px;color: #666666; }
	
h1 {
	font-weight: bold;
	color: #184370;
	font-size: 18px;
}
h2 {
	font-style: oblique;
	font-weight: bold;
	color: #8ab7d8;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
h4 {
	font-weight: bold;
	font-size: 13px;
}
h5 {
	font-weight: bold;
	font-style: oblique;
	font-size: 12px;
}
h6 {
	text-decoration:underline;
	font-size: 12px;
}


.head {
	font-weight: bold;
	color: #184370;
}

.caption {
	font-style:italic;
	font-size:10px;
	color: #184370;
	line-height:12px;
}

a {
	color:#20208e;}
a:hover{
	color:#3636c1;}

 
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px #184370 solid; 
	background-color: #F2F2F2;
	padding: 2px 2px;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #184370;
	border-style: solid;
	border-bottom-color: #44448f;
	border-right-color: #44448f;
	border-top-color: #c5c5e1;
	border-left-color: #c5c5e1;
	width: 120px;
	padding: 2px 2px;
}

select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px #184370 solid; 
	background-color: #F2F2F2;
	padding: 2px 2px;
}
ul {
list-style-image: url(img/bullet.gif);
}

hr {
  height: 1px;
  color: #CCCCCC;
  }

td.footer {
	background-image: url(img/footer-bg.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;}
td.nav {
	background-image: url(img/nav-bg.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;}
a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;}
a.nav:hover {
	color: #FFFF00;
	text-decoration:none;
}
a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;}
a.footer:hover {
	color: #FFFF00;
}