@charset "utf-8";
/* CSS Document */
body{
	font:11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:19px;
	background:#254993;
}
a{
	color:#015CF3;
	text-decoration:none;
}
#container{
	width:850px;
	margin:auto;
	background:#fff;
	padding-bottom:33px;

}
#header{
	background:#fff;
	height:100px;
	width:850px;
	margin:auto;
}
#logo{
	padding-left:10px;
	padding-top:5px;
}
#innerContainer{
	background:#fff;
	padding:10px;
}
#navBar{
	border-bottom:5px solid #005BB7;
	height:23px;
}
.navButton{
	cursor:pointer;
	height:20px;
	text-align:center;
	padding:3px 12px 0px 12px;
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	text-decoration:none;
	color:#f7f7f7;
	width:90px;
	background:url(../images/nav-bg.jpg) no-repeat;
	margin-right:1px;
	}
.navButton:hover{
	background:url(../images/nav-bg-over.jpg) no-repeat;
	cursor:pointer;
	color:#cc0000;
	}
.navButtonSel{
	cursor:pointer;
	height:20px;
	text-align:center;
	padding:3px 12px 0px 12px;
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	text-decoration:none;
	color:#fff;
	width:90px;
	background:url(../images/nav-bg-sel.jpg) no-repeat;
	margin-right:1px;
	}
#loginBar{
	background:#f7f7f7;
	color:#333;
	padding-top:4px;
	height:25px;
	text-align:right;
	padding-right:10px;
	border-bottom:1px solid #ccc;
}
#loginBar a{
	font-weight:bold;
	color:#DF7000;
	font-size:12px;
}
#loginBar .sep{
	margin-left:5px;
	margin-right:5px;
}
.brClear{
	clear:both;
	height:1px;
}
#banner{
	background:url(../images/home-image.jpg) no-repeat left;
	height:200px;


}
.bdrImg{
	border:0px;
}
.fleet{
	border:1px solid #ccc;
	margin-top:5px;
	padding:10px;
	background:#f7f7f7;
}
.fleet h4{
	margin:0px;
}
.fleet img{
	border:0px;
}
#leftColumn{
	width:520px;
	float:left;
}
#rightColumn{
	margin-left:555px;
	width:270px;
	padding-top:15px;
}
#tabNav{
	height:18px;
	border-bottom:1px solid #ccc;
}
.tabButton{
	text-align:center;
	width:80px;
	display:block;
	float:left;
	margin-right:4px;
	margin-left:4px;
	text-decoration:none;
	background:#cc0000;
	color:#fff;
}
.tabButton:hover{
	background:#f7f7f7;
	border:1px solid #ccc;
	border-bottom:0px;
	color:#cc0000;
}
.tabButtonSel{
	text-align:center;
	width:80px;
	display:block;
	float:left;
	margin-right:4px;
	margin-left:4px;
	text-decoration:none;
	background:#f7f7f7;
	color:#cc0000;
	border:1px solid #ccc;
	border-bottom:0px;
}
.tabContainer{
	border:1px solid #ccc;
	border-top:0px;
	text-align:left;
	padding:5px;
	background:#f7f7f7;
}


h2{
	font-size:18px;
	margin:0px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}
h6{
	margin:0px;
	font-size:13px;
	color:#868686;
	font-weight:normal;
}
.blue{
	color:#005BB7;
}
.red{
	color:#cc0000;
}
#footer{
	width:850px;
	text-align:center;
	padding:10px;
	margin:auto;
	line-height:24px;
	font-size:12px;
	color:#f9f9f9;
}
#footer a{
	text-decoration:none;
	color:#BCFE21;
}
.bdrLeftImg{
	float:left;
	border:1px solid #ccc;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
}
ol.mList{
	list-style-position:inside;
	margin-left:30px;
	padding-left:10px;
	font-size:11px;

}
.txtLogin{
	font-size:10px;
	border:1px solid #666;
}
form{
	margin:0;
}
.ok{
	color:green;
	text-align:center;
}
.error{
	color:red;
	text-align:center;
}
.subok{
	color:#666666;
	text-align:center;
}
.memImg{
	border:1px solid #ccc;
	padding:4px;
}
.ratesTable{
	margin-top:10px;
}
.ratesTable .odd{
	background:#ddd;
}
.ratesTable .even{
	background:#004080;
	color:#fff;
}
.ratesTable th{
	background:#cc0000;
	color:#fff;
	text-align:center;
	font-size:12px;
}
.errorhead{
	margin:auto;
	border:0px;
}
#Reservation{
margin-top:20px;
}
#Reservation td{
	background:#f7f7f7;
	vertical-align:top;
	padding:5px;
}
#Reservation h4{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	display:block;
	background:#004080;
	color:#fff;
	padding:3px;
}
.req{
	color:#FF0000;
}
.txtDate{
	border:1px solid #ccc;
	width:85px;
	background:#D8D8D8;
	float:left;
}
#banner-buttons{
	width:380px;
	height:150px;
	padding:3px;
	position:absolute;
	top:190px;
	z-index:100;
	margin-left:400px;
}
#banner-buttons img{
	border:0px;
	margin-top:5px;
}
#extraNav{
	width:300px;
	position:absolute;
	top:20px;
	margin-left:500px;
	color:#CCCCCC;
	text-align:right;
}
#extraNav a{
	color:#666;
}
#extraNav .sep{
	margin-left:5px;
	margin-right:5px;
	color:#000000;
}
#extraNav img{
	margin-top:10px;
}
