@charset "utf-8";
body  {
	font: 100%    Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}

a {
color: #99CC33;
text-decoration:none;
}
a:hover {
color:#333333 !important;

}

.turksandcaicos #container { 
	width:975px;  /* this will create a container 80% of the browser width */
	background: url(../cssimages/background.jpg) repeat-y #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.turksandcaicos #header {
position:relative;
width:947px;
background-color:#000000;
height:198px;
margin:0px auto;
padding:0px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#slideshow {
width:755px;
height:198px;
padding:0px;
margin:0px;
}
#slideshow h1 {
	font-family: "Times New Roman", Times, serif;
	z-index:1;
	position:absolute;
	width:715px;
	height:auto;
	padding:20px;
	color:#fff;
	text-align:left;
	font-style:italic;
	left: 31px;
	top: 3px;
	
}
#slideshow h2 {
	font-family: "Times New Roman", Times, serif;
	color:#ffffff !important;
	position:absolute;
	width:415px;
	height:auto;
	top: 37px;
	_top: 43px;
	font-size:18px;
	left:31px;
	
	letter-spacing:3px;
	font-style:italic;
	}


.bannerRight {
position:relative;
max
padding:0px;
margin:0px 10px auto  auto;

width:156px;
height:auto;
min-height:600px;
display:block;
}
.bannerRight ul{
position:relative;
padding:10px;
margin:auto;
width:auto;

}
.bannerRight ul li{
background-color:#FFFFFF;
padding:2px;
margin-bottom:5px;
width:131px;
height:50px;
display:block;
list-style:none;
border: #66CCCC solid 1px;

}
#time {
left: 70%;
height:20px;
width:auto;

}
#lime {
width:200px;
height:178px;
top:20px;
right:0px;
position:absolute;
margin:0px;
padding:0px;
color:#000000;

}
#limelog {
margin-left:-38px;
margin-top:60px;
}



#menubar {
position:relative;
width:950px;
height:64px;
padding:0px;
margin:0px auto;
background:url(../cssimages/menubar.jpg) no-repeat;


}


.turksandcaicos #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 */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".turksandcaicos #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.turksandcaicos #leftbar {
	float: left; 
	width: 215px;
	background: #fff;
	color: #666666; 
	font-size:14px;
	}
.turksandcaicos #leftbar h1 {
padding:5px 15px;
font-size:18px;
color:#FF9900;
font-weight: bold ;

width:85%;
}

.turksandcaicos #leftbar h1 a{
color:#fff;}

#blue {
background-color: #C0D0E4 !important;
}
#green {
background-color: #C5EDCA !important;
}
#yellow {
background-color: #CCCCCC !important;
}
.turksandcaicos #leftbar p {
padding:5px 15px;
font-size:12px;
color: #666666;
text-align:left;
width:85%;
display:block;}

.turksandcaicos #leftbar a {
color:#66CCCC;
font-weight:bold;
width:100%;

}

.leftmenu ul{
width:215px;
margin:0px;
padding:0px;
background-color: #F9F9F9;  

}
.leftmenu ul li{
list-style:none;
width:211px;
margin:2px 2px 2px 2px;

font-size:10px;
font-weight:bold;
line-height:20px;

background: url(../cssimages/menuarrow.gif) no-repeat 195px 10px #E9F2F5;

}
.leftmenu ul li a{
padding:5px 15px;


width:195px !important;
font-size:12px;

text-decoration:none;
display:block;
color: #339999 !important;}

.leftmenu ul li a:hover{
color: #336699 !important;
text-decoration:underline;

}

	 
.turksandcaicos #rightbar {
	float: right; 
	width: 170px;
	height:auto;
	background: #fff; 
	padding: 5px 0; 
	margin:15px;
	color:#666666;
	font-size:14px;
}
.turksandcaicos #sidebar1 p, .turksandcaicos #sidebar1 h3, .turksandcaicos #sidebar2 p, .turksandcaicos #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.turksandcaicos #mainContent { 
	margin: 0px 22% 0 25%;
	padding-top:20px;
	
	

}
.turksandcaicos #mainContent h1{
font-family: "Times New Roman", Times, serif;
color: #000;
font-size:24px;
letter-spacing:-25;
padding:0px;
}
.turksandcaicos #mainContent h2{
font-family: "Times New Roman", Times, serif;
color: #6FA2B3;
font-size:16px;

}
.turksandcaicos #mainContent h2 a{
font-weight:bold;
text-decoration:none;
font-size:14px;
color: #6FA2B3;
margin-left:2px;
}

.turksandcaicos #mainContent h2 a:hover{
color: #FF6600 !important;}

.turksandcaicos #mainContent p{
color:#666666;
font-size:14px;
text-align:justify;
line-height:20px;
letter-spacing:0px;
}
.turksandcaicos #mainContent p img{
float:left;
margin:15px;

}
.turksandcaicos #mainContent p span{
font-size:12px !important;
}
.turksandcaicos #mainContent p a{
color: #666666;
}

.turksandcaicos #mainContent p a:hover{
color:#669933 !important;
}
.linklist{
color: #999999;
list-style:none;
font-size:10px;
font-weight:bold;
float:left;

width:220px;
margin:0px;
padding:0px 0px 20px 0px;

}
.linklist a{
color: #D7CDA8}
.linklist a:hover{
color:#009933 !important;
}


.turksandcaicos #footer { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	width:947px;
	margin:0px auto;
	text-align:center;
} 

.turksandcaicos #footer p {
	margin: 0px 15px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#666666;
}
.turksandcaicos #content {
width:947px;
margin:0px auto;
padding:0px;

}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*menu*/
ul#menu li {
	behavior:url(../css/hover.htc);
}
.menu {
display: table;
margin:0px;
padding:0px 0px 0px 130px;
	z-index:1;
	line-height:20px;
	width:800px !important;
	float:left;

}
.menu li {
	position:relative;
	margin:0px;
	padding:0px;
	width:100px !important;
	list-style:none !important;
	float:left;
	text-align:center;
	/*background: url(../cssimages/button1.jpg) no-repeat;*/
}


.menu li:hover, ul#menu li.hover {
}

.menu li a{
margin:35px  0px 0px 0px;
padding:0px;
	display:block;
	font-size:12px;
	text-decoration:none;
	color: #999999;
	height:35px;
	}
	
.menu li a:hover {
	color:#006633 !important;
}
/*menu koniec*/
/*submenu */

.submenu  {
	display: none;
	position:absolute;
	top:63px!important;
	left:0px;
	width:140px!important;
	height:20px;
	z-index:1;
	background:#c8d7f8;
	margin: 0px;
	padding:0px;
	
	
}
.submenu li {
	float:none;
	position: relative;
	text-align:left;
	padding-left:0px;
	margin:-1px 0px 0px 0px;
	width:140px!important;
	height:20px;
	background:#fff;	
	border:1px #ccc solid;
}
.submenu li a{
	position: relative;
	background: none !important;
	font-size: 10px;
	color:#0c4b98;
	height:15px;
	margin-left:10px;
	margin-top:0px; }
.submenu li a:hover, ul#menu li.hover a:hover{
	color:#0c4b98;
}
.submenu li:hover, ul#menu ul li.hover  {
	background:#ebf36c;
	color:#fff;
}
ul.menu li:hover ul, ul#menu li.hover ul {
	display: block;
	float: left;
}

/*submenu koniec*/


/* Blockok */

.block {
width:240px;
height:auto;
margin:0px;
padding:10px 5px 20px 5px;
float:left;
}

.blockhead {
font-family: Impact; 
width:218px;
height:45px;
background:url(../cssimages/blockhead.jpg) no-repeat;
padding:15px 0px 0px 22px;
margin:0px;
font-size:20px;
font-weight:normal;
color: #99CC33;   
text-align:left;
}



.subtitle{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color: #99CC33;  }

.blockbody {
width:243px;
height:auto;
font-size:11px;
color:#3399CC;
background:url(../cssimages/blockbody.jpg) repeat-y;
padding:0px;
margin:0px;
}
.blockbody ul{
margin:0px;
padding:10px 40px;
}

.blockbody img{

margin:0px 22px;
padding:0px;


}

.blockbody p{
width:200px;
margin:0px 20px;
padding-top:10px;
font-size:11px !important;
color:#3399CC !important;
text-align:left;
line-height:14px !important;
letter-spacing:0px;
}
.blockbody p span{
font-size:11px !important;
color:#666666;
 
}
.blockbody p a{
font-weight:bold;
color:#3399CC !important;}

.blockfoot {
width:100%;
height:44px;
background:url(../cssimages/blockfoot.jpg) no-repeat;
}

/* BIGBLOCK */

.bigblock {
width:493px;
height:auto;
margin:0px;
padding:10px 0px 20px 0px;
float:left;
}

.bigblockhead {
font-family: Impact; 
width:471px;
height:38px;
background:url(../cssimages/bigblockhead.jpg) no-repeat;
padding:15px 0px 0px 22px;
margin:0px;
font-size:20px;
font-weight:normal;
color: #99CC33;   
text-align:left;
}



.bigblockbody {
width:493px;
height:auto;
font-size:11px;
color:#3399CC;
background:url(../cssimages/bigblockbody.jpg) repeat-y;
padding:0px;
margin:0px;
}

.bigblockbody table{
width:450px;
margin-left:20px;
font-size:13px;
color:#666666;
text-align:justify;
}
.bigblockbody table a{
font-weight:bold;
color:#3399CC;

}

.bigblockbody table tr td{
border-bottom:1px solid  #CCCCCC;
height:50px;
padding:7px 0px;}

.bigblockbody ul{
margin:0px;
padding:10px 40px;
}

.bigblockbody ul li{
padding-bottom:7px;
color: #666666 !important;

}

.bigblockbody ul li a{
font-weight:bold ;
color:#3399CC; }
.bigblockbody ul li a:hover{

color:#99CC33; !important;}

.bigblockbody img{

margin:0px 22px;
padding:0px;


}

.bigblockbody p{
width:200px;
margin:0px 20px;
padding-top:10px;
font-size:11px !important;
color: #666666 !important;
text-align:left;
}

.bigblockbody p a{
font-weight:bold !important;
color:#3399CC !important;}

.bigblockfoot {
width:100%;
height:44px;
background:url(../cssimages/bigblockfoot.jpg) no-repeat;
}
/* BIGBLOCK END */
#banner1 {
margin-left:10px;
}

.kep {
margin-left:15px;
padding:1px;
border:1px solid #EAEAEA;
}

.description {
font-size:10px;
}

.caribbean {
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:10px;
	
	font-weight: normal;
	color: #2c658a;
	text-align:left;
	padding:0px 15px;
	text-align:center;
}
.caribbean a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2c658a !important;
	text-transform: uppercase;
	text-decoration: none;

}
.caribbean a:hover {
	color: #000 !important;
	text-decoration: none;
}

.caicosmail{

width:150px;
height:auto;
text-align:center;

display:block;
color:#1464a0;
font-size:10px;
padding:30px 15px;}

.banban {
	margin-left:10px;
	}
	.banban  img { margin-bottom:4px;}