﻿/* css for Shallow Point Charters - by MC2Tampa.com  */
/* All associated graphics copyright 2009 */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: none;
	padding: 0;
	font: normal 14px/18px "Verdana","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	scrollbar-arrow-color: white;
	scrollbar-face-color: #0C0C4A;
	scrollbar-base-color: #0C0C4A;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: grey;
	scrollbar-track-color: #F0F8FF;
	background-color: #000066;
}
li {
	margin-top: 10px;
	margin-bottom: 5px;
	}
a.links {
	color: #0d0b66;
	font-weight: normal;
	text-decoration: none;
	}
a:hover.links {
	border: 1px solid #0d0b66;
	border-right: none;
	border-left: none;
	}
td {
	font:normal 14px/18px "Verdana","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}
#out_container {
	position: relative;
	width: 782px;
	left: 50%;
	margin-left: -391px;
	top: 15px;
	border: 1px solid #000;
	z-index: 100;
	}
#container {
	position: relative;
	width: 780px;
	background: #fff;
	}
#pageHeader {
	position: relative;
	width: 780px;
	height: 145px;
	background: url('images/bg_header.jpg') no-repeat;
	margin:0 auto;
	}
#pageMenu {
	width: 780px;
	height: 20px;
	padding-top: 2px 0 2px 0;
	padding-left: 12px;
	border-top: 1px solid #0d0b66;
	border-bottom: 1px solid #0d0b66;
	background: #dbe5f6;
	}
#pageMenu a {
	display: in-line;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #0d0b66;
	margin-left: 0px;
	border-right: 1px #0d0b66 dotted;
	}
#pageMenu a:hover {
	display: in-line;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #dbe5f6;
	background: #0d0b66;
	margin-left: 0px;
	border-right: 1px #fff dotted;
	border-top: none;
	border-bottom: none;
	}

#pageHome {
	position: relative;
	width: 780px;
	height: 575px;
	margin:0 auto;
	}
#pageHomeMenu {
	position: absolute;
	top: 145px;
	width: 780px;
	height: 20px;
	padding-top: 2px 0 2px 0;
	padding-left: 12px;
	border-top: 1px solid #0d0b66;
	border-bottom: 1px solid #0d0b66;
	background: #dbe5f6;
	}
#pageHomeMenu a {
	display: in-line;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #0d0b66;
	margin-left: 0px;
	border-right: 1px #0d0b66 dotted;
	}
#pageHomeMenu a:hover {
	display: in-line;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #dbe5f6;
	background: #0d0b66;
	margin-left: 0px;
	border-right: 1px #fff dotted;
	border-top: none;
	border-bottom: none;
	}

#pageContent {
	position: relative;
	padding: 10px;
	width: 780px;
	}
#pageFooter {
	position: relative;
	width: 780px;
	height: 25px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #0d0b66;
	}
#white {
	background: #fff;
	}
#trip_header	{
	width: 125px;
	padding-left: 12px;
	padding-bottom: 3px;
	background: #005a94;
	color: #fff;
	font: bold 14px/18px "Verdana","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}
#trip_td	{
	width: 125px;
	background: #fff;
	font: normal 14px/18px "Verdana","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}
