@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: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	background-image: url(../images/footerbgextend.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main  #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	background-image: url(../images/header_home.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
} 
.main  #headeritierary {
	background-image: url(../images/header_itinerary.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main  #headerantigua {
	background-image: url(../images/header_antigua.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerguadeloupe {
	background-image: url(../images/header_guadeloupe.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerdominica {
	background-image: url(../images/header_dominica.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headermartinique {
	background-image: url(../images/header_martinique.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerstlucia {
	background-image: url(../images/header_stlucia.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #header2009report {
	background-image: url(../images/header_2009report.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #header2010report {
	background-image: url(../images/header_2010report.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}

.main #headercosts {
	background-image: url(../images/header_costs.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerlinks {
	background-image: url(../images/headerlinks.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headercontact {
	background-image: url(../images/headercontact.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main  h1  {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2000px;
	font-size: 50%;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
.main #mainContent {
	margin-left: 181px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
} 
.main #footer {
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	background-color: #FFE4A1;
} 
.footleft {
	width: 300px;
}
.footright {
	width: 500px;
	float: right;
	text-align: right;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:left;
	height:0;
	line-height: 0px;
	font-size: 1px;
}
.panel1 {
	color: #333333;
	margin-top: 25px;
	width: 465px;
	background-color: #FFE4A1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.clear {
	clear: right;
}
.main a {
	color: #0170dc;
	text-decoration: none;
	font-weight: bold;
}
.main a:hover {
	color: #333366;
	text-decoration: none;
}
.main #footer a, .homequotes a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
.main #footer a:hover, .homequotes a:hover {
	color: #000000;
	text-decoration: none;
}

.newlatest {
	width: 180px;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.newlatesttop {
	font-size: 0.9em;
	padding: 8px;
	background-image: url(../images/latestnewspaneltop.gif);
	margin-top: 15px;
}
.newlatestbott {
	background-image: url(../images/latestnewspanelbott.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin-bottom: 15px;
}
.newlatesttop  img {
	padding-left: 6px;
}
.homefootpics {
	margin-bottom: 20px;
}
.bluetext {
	color: #333366;
}
h2 {
	font-size: 1.2em;
	padding-left: -55px;
}

.table {
	font-size: 95%;
	background-color: #FFFFFF;
	vertical-align: top;
}
.red {
	color: #FF0000;
}
.newlatestcontact {
	width: 180px;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.formfields {
	width: 200px;
}

.clearboth {
	clear: both;
}
.fltrtkeylinebox {
	float: right;
	padding: 6px;
	border: 1px solid #00aeef;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.links {
	font-size: 90%;
	padding-right: 40px;
	background-repeat: repeat-y;
	background-position: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
}
.links img {
	float: left;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 0px;
}
.clearright {
	clear:right;
}
.guestjump {
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #003366;
}
.guestjump #form {
	margin: 0px;
	padding: 0px;
}
.guestcommentswrap {
	float: left;
}
.fltrtkeylinebox2 {
	float: right;
	padding: 4px;
	border: 1px solid #0170dc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.fltrtkeylinebox3 {
	float: right;
	padding: 4px;
	border: 1px solid #333366;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
}

.subs {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 1.2em;
	color: #333366;
}
.rumitinerarycells {
	padding: 3px;
	vertical-align: top;
	background-color: #FFE4A1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 0.95em;
}
.rumitinerarycellswhite {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	font-size: 0.95em;
}
.rumitinerarycellsheads {
	padding: 3px;
	vertical-align: top;
	background-color: #FFCC33;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 0.95em;
}
.smaller {
	font-size: 0.95em;
}
.rumitinerarycellswhiteindent {
	vertical-align: top;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	font-size: 0.95em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.rumitinerarycellsindent {
	vertical-align: top;
	background-color: #FFE4A1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 0.95em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.contactaddress {
	text-align: right;
	padding-right: 40px;
}
.fltrtkeylineboxenlarge {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.newlatestreports {
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 180px;
}
