@charset "UTF-8";
body  {
	padding: 0; /* 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: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #336699;
	font-size: 11px;
	font-style: normal;
}
/* page links controls  etc. */
a {
	color:#003399;
	text-decoration: none;
	border:none;
	font-weight: 500;
   }
a:hover {
    background-color:#6699FF;
	color:#FFFFFF;
	text-decoration: none;
	}
a:focus
{
	-moz-outline-style: none;
	color:#CC3300;
}
a:visited {
	text-decoration: none;
	color: #003399;
	font-weight: 500;
}
a:visited:hover {
	 background-color:#6699FF;
	color:#FFFFFF;
	text-decoration: none;
}
li {
	color:#FF9900;
	line-height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	}
#booknow {
    border: 0px none;
}
#endText {
	font-size: 6px;
	color: #336699;
}
	#mainContent li {
	color:#000000;
	list-style-position: inside;
}
#mainContentmain li {
    color:#000000;
	list-style-position: inside;
}
h3 {
	font-size: 14px;
	color: #003399;
}
h4 {
	font-size: 12px;
	color: #003399;
}
.RedText {
	color: #CC0000;
	font-size: 12px;
}
img {
	padding:1px;
	border:1px solid #021a40;
}
 #contentNav li{
	color:#FF9900;
	list-style-position: inside;
	list-style-type: square;
	padding-right: 5px;
	padding-left: 5px;
	}
.twoColFixRtHdr #container { /* Whole page container */
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #336699;
	margin-bottom: 0px;
	top: 0px;
	margin-top: 0px;
} 
.twoColFixRtHdr #header { /* container only */
	width: 900px;
	margin-top: 10px;	
} 
.twoColFixRtHdr  #logo  {
	width: 200px;
	height: 80px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	line-height: 28px;
	top: -20px;
}
.twoColFixRtHdr  #Banner  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/Banner5.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #BannerDiving  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/fish.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #BannerHotels  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/Hotels.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #BannerMain  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/Sunset1.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #BannerIndex  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/Banner16.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #BannerTrips  {
	height: 100px;
	width: 700px;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/template/Banners/Trips.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
}
.twoColFixRtHdr #TopNav { /* container for site navigation */
	background-color: #336699;
	width: 900px;
	letter-spacing: 0.1em;
	clear: right;
}
 #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 */
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 12px;
	margin-top: 12px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #CCCCCC;
}
 #displayBox1 { /* container for the boxes in the sidebar */
	margin-right: 10px;
	margin-left: 10px;
}
 #displayBoxHeader {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
 #displayBoxContent {
	font-size: 10px;
	text-align: left;
	text-indent: 5px;
	list-style-position: inside;
	list-style-type: square;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	color: #000000;
}
#displayBoxContentScroll {
	font-size: 10px;
	text-align: left;
	text-indent: 5px;
	list-style-position: inside;
	list-style-type: square;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	color: #000000;
	height: 350px;
	overflow: auto;
}
#mainContentmain { /* container for a full text page */
	padding-bottom: 10px;
	margin-top: 15px;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 11px;
}
 #mainContent { /* container for all  */
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	margin-right: 240px;
	letter-spacing: 0.1em;
	font-size: 11px;
} 
 #mainContentText { /* container for the text only */
	padding-left: 20px;
	padding-right: 20px;
	border: thin solid #FF9900;
	color: #333333;
	clear: left;
	padding-top: 30px;
	background-color: #E8EEEA;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	font-style: normal;
	}
	 #mainContentTextIframe { /* container for the text only */
	border: thin solid #FF9900;
	color: #333333;
	clear: left;
	padding-top: 30px;
	background-color: #E8EEEA;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px;
	font-style: normal;
	}
 #contentNav { /* container for the page title area */
	font-size: 10px;
	color: #003399;
	list-style-type: upper-roman;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	margin-bottom: 5px;
	width: 645px;
}
	#Title {
	background-image: url(../images/template/MainContentHeader.png);
	background-repeat: no-repeat;
	width: 620px;
	height: 30px;
	text-align: left;
	text-indent: 15px;
	padding-top: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #003366;
	text-decoration: none;
	margin-top: -10px;
}  
 #Title a {
	color: #003366;
	text-decoration: none;
	font-weight: 700;
	}
	/* nav boxes are the containers for the list links under the page title */
	#Navbox1 {
	float: left;
	}
	#Navbox2 {
	float: left;
	}
	#Navbox3 {
	float: left;
	}
	#Navbox4 {
	float: right;
	}
 #footer {
	background:#DDDDDD;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding-bottom: 0px;
} 
#footer img{
	border:none;
	
	} 

.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: 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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* these are the elements to control the long boxes on the country index pages */
.WhiteTable {
	width: 100%;
	border: thin solid #003399;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.GreyTable {
	width: 100%;
	border: thin solid #003399;
	margin-bottom: 15px;
	background-color: #CCCCCC;
}
.Boxes {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	vertical-align: top;
	padding-bottom: 5px;
	text-align: left;
}
 #left {
	width: 170px;
	vertical-align: top;
	padding-left: 10px;
}

#leftBox {       /* box to hold images on hotel pages etc */
	width: 160px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	}
