@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000066;
	border: 1px none #000000;
	background-image: none;
}
.twoColFixRtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #91A7B4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E8E9EF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: lighter;
}

.twoColFixRtHdr div#sidebar1 {
	float:right; /* since this element is floated, a width must be given */
	width:210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px;
	background-color: #FFFFFF;
	margin:18px 0 0 0; 
}
.texthighlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000099;
    font-weight: bold;
}
a.texthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}

a.texthighlight:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}
 a.texthighlight1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
}

a.texthighlight1:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
h2{margin:5px 0; width:auto;}
.twoColFixRtHdr #footer {
	background-color: #E8E9EF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border:1px solid #91a7b4;
	float: left;
	margin:0px;
	width:918px;
	float:left;
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebarbottomcell {
	background-color: #E8E9EF;
	margin:0 0 15px 0;
	width:188px;
	float:right;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91a7b4;
	border-right-color: #91a7b4;
	border-bottom-color: #91a7b4;
	border-left-color: #91a7b4;
	line-height: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebarheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000099;
	font-weight: normal;
	padding:0px;
	margin:10px 0 0 0;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	line-height: normal;
	font-weight: bold;
}
a.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	line-height: normal;
	font-weight: bold;
}
a.redlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	line-height: normal;
	font-weight: bold; text-decoration:none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000cc;
	font-weight: lighter;
}
.boldparagraphlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	border: 2px none #FF9900;
	font-weight: normal;
}
.greenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #41a317;
	margin: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footerlinks {
	padding-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	padding-right: 10px;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}


.smallphotoframe {
	padding: 2px;
	border: 1px solid #FFFF00;
	float: left;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
}
.photofloatright {
	padding: 2px;
	float: right;
	border: 1px solid #FFFF00;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	margin: 10px;
}
.horizontalrule {
	color: #91a7b4;
	font-size: 1px;
}
.paragraphlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
.sidebarsubheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}
.footercompanyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.photoborder {
	padding: 2px;
	border: 1px solid #FFFF00;
	float: right;
}
.redtext12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
a.redtext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
a.redtext12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000; text-decoration:none;
}
.greentext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41A317;
}



.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15px;
	width: 70px;
	border: 1px double #000099;
	text-align: center;
	margin-left: 300px;
	background-color: #FF0000;
}
.floatgoogle {
	float: right;
	margin-right: 160px;
}
.floatpdf {
	float: right;
	margin-right: 470px;
}
.charterpricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
}
.tablerow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #BCD3FF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tablerow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
}

.greentext {
	color: #41a317;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.darkblue14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.orangetext14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
}
.orangebold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}
.darkbold12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000099;
}
.textlink14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: underline;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.floatrightphoto2 {
	padding: 2px;
	border: 1px solid #FFFF00;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.lightbluetext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
}
.greentextbold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #41a317;
}
.linkboldorange12:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.linkparagraph12:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
.linkhover:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
.topofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
	text-decoration: underline;
}
.linkbox {
	border: 1px solid #999999;
	padding: 0px;
	width: auto;
}
.greenbold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #41a317;
}
.formsbackground {
	background-image: url(images2/background_repeat2.jpg);
	color: #FFFFA0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.backgroundbookingform2 {
	background-image: url(images2/background_repeat4.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFA0;
}
.backgroundbookingform1 {
	background-image: url(images2/background_repeat3.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFA0;
}
.paragraphlinks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
	font-weight: normal;
}


a:hover {
    color: #FF0000;
    text-decoration: underline;
    font-weight: normal;
}

.orange14link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff9900;
}
.darkblue14link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
.darkblue15link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000099;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.go{ background:#eb8d00; color:#FFFFFF; font-weight:bold; border:none; }
.go_over{ background:#FF0000; color:#FFFFFF; font-weight:bold; border:none; } 
  
.orange14link1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff9900;
    font-weight: bold;
}
/* Paggin link style */
a.paging:link, a.paging:visited, a.paging:active {
    border:1px solid #996600;
    padding-left:4px;
    padding-right:4px;
    color: #0000CC;
    font-size: 11px;
    text-decoration:none;
    font-weight: bold;
    margin-right:2px;
    height:17px;
    line-height:17px;
}
a.paging:hover {
    background-color:#FF9900;
    color: #ffffff;
    text-decoration: none;
}
a.paging_selected:link, a.paging_selected:visited, 
a.paging_selected:active, a.paging_selected:hover{
    border:1px solid #996600;
    padding-left:4px;
    padding-right:4px;
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
    margin-right:2px;
    background-color:#FF9900;
    height:17px;
    line-height:17px;
}
