@charset "utf-8";

* {margin:0px; padding:0px }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

table {
	font-size:11px; 
	color:#999999;
	background:none;
	}

h2, h3 {
font: italic 14px "Arial", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#333;
}
 #container {
	width: 100%; 
	background: #e6eefa;
	margin: 0 auto;
	
	min-height:600px;
	height:auto;
	text-align: left;
	float:left; 
	
}
 #header { 
	background: url(cssimages/head-back.jpg) repeat-x #FFFFFF ;
	height:230px;
	padding: 0px;
	padding-bottom:5px; }
	#logo { position:absolute;
			left:8%;
			top:30px;
			width:800px;}
	
.providenciales #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.providenciales #mainContent {
	padding: 0 20px;
	margin:15px;
	background: #e6eefa;
	min-width:860px;
}

.providenciales #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.providenciales #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 */
}
.tab {
	position:relative;
	width:50%;
	float:left;
	padding-bottom:60px;
	
	}
	
.mytable {
margin:6px auto;


width:80%;
border-left:1px solid #C1DAD7;}


.mytable tr.alt td {
background: #F5FAFA;
color: #B4AA9D;
}
.mytable caption {
	padding: 0 0 0px 0;
	margin:0px;
	 
	font: italic 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#45adc0;
}

.mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	font-weight:normal;	
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url( cssimages/bg_header.jpg) no-repeat;
}
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.mytable h1 {max-width:600px; }
.mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
	font-weight:bold;
}
#decor1 { 
	background:none;
	position:absolute;
	left:-35px;
	top:25px;
	width:83px;
	height:auto;
	}

#decor2 { 
	background:none;
	position:absolute;
	left:-45px;
	top:25px;
	width:83px;
	height:auto;
	}
#logo img { float:left;  padding:5px 0px; _padding:4px 0px;}
	
#logo ul {
	list-style:none;
	width:200px;
	float:left;
	margin-left:1px;
	padding:0;
	
}
#logo li {
	
	width:200px;
	margin:0;
	padding:0;
	text-align:left;
}
#logo li a {
	display:block;
	padding:6px 10px;
	margin-top:1px;
	_margin-top:0px;
	height:100%;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	
}
#logo li a {
	background:url(cssimages/bg5.jpg)  repeat 0 0;
	color:#50a0df;}


#logo li a:hover {
	background-position:50px 0;
	
}

