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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #045891;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 27px;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/logo.jpg);
	height: 145px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer {
	background:#F8F8F8;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 38px;
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #left_menu {
	float: left;
	width: 160px;
}
.twoColFixLtHdr #page_content {
	float: right;
	width: 568px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.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;
}
ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:120px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#0570B7;
	width:120px;
	background-color: #e6e6e5;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
}
ul.vert-one li a:hover{
	background-color: #999999;
	background-image: url(../images/hover_b.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


ul.vert-one li a:active{
	background-color: #999999;
	background-image: url(../images/hover_b.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

ul.vert-2{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:558px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
}
ul.vert-2 li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
ul.vert-2 li a{
	display:block;
	text-decoration:none;
	color:#666666;
	width:480px;
	background-image: url(../images/golf.PNG);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 78px;
	background-color: #F8F8F8;
}
ul.vert-2 li a:hover{
	background-color: #DDDDDD;
	background-image: url(../images/golf_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}
ul.vert-2 li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}



ul.vert-3{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:558px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
}
ul.vert-3 li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
ul.vert-3 li a{
	display:block;
	text-decoration:none;
	color:#666666;
	width:480px;
	background-image: url(../images/ship.PNG);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 78px;
	background-color: #F8F8F8;
}
ul.vert-3 li a:hover{
	background-color: #DDDDDD;
	background-image: url(../images/ship_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}
ul.vert-3 li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}



ul.vert-4{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:558px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 50px;
}
.space {
	padding-top: 6px;
	padding-bottom: 6px;
}

ul.vert-4 li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
ul.vert-4 li a{
	display:block;
	text-decoration:none;
	color:#666666;
	width:480px;
	background-image: url(../images/home.PNG);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 78px;
	background-color: #F8F8F8;
}
ul.vert-4 li a:hover{
	background-color: #DDDDDD;
	background-image: url(../images/home_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}
ul.vert-4 li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}
.title  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0570B7;
	font-weight: bold;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E5;
	margin-bottom: 16px;
}
.title-left {
	width: 140px;
	margin-left: 8px;
	margin-top: 0px;
	height: 320px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}


ul.develop{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
ul.develop li{
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.develop a{
	text-decoration:none;
	color:#666666;
	width:177px;
	background-image: url(../images/whitebay.PNG);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 86px;
	background-color: #F8F8F8;
	border: 1px solid #E9E9E9;
	padding-right: 5px;
	display: block;
	background-position: 6px 6px;
	float: left;
	height: 90px;
}
ul.develop li a:hover{
	background-color: #E6E6E5;
	background-image: url(../images/whitebay_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}
ul.develop li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}






ul.develop2{
	padding:0;
	list-style-type:none;
	display:block;
	width:270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	float: left;
}
ul.develop2 li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}


ul.develop2 a{
	display:block;
	text-decoration:none;
	color:#666666;
	width:177px;
	background-image: url(../images/bluebay.PNG);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 86px;
	background-position: 6px 8px;
	background-color: #F0F5FB;
	border: 1px solid #E9E9E9;
	padding-right: 5px;
}
ul.develop2 li a:hover{
	background-color: #E4EDF8;
	background-image: url(../images/bluebay_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}



ul.develop2 li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}
.dev_white {
	float: left;
	width: 260px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.dev_blue {
	float: right;
	width: 250px;
	margin-top: 8px;
	margin-right: 30px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.dev_green {
	float: left;
	width: 260px;
}


ul.develop3{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	width:270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
ul.develop3 li{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}


ul.develop3 a{
	display:block;
	text-decoration:none;
	color:#666666;
	width:177px;
	background-image: url(../images/greenbay.PNG);
	background-repeat: no-repeat;
	height: 90px;
	padding-bottom: 5px;
	padding-left: 86px;
	background-position: 6px 8px;
	background-color: #EDFAEE;
	border: 1px solid #E9E9E9;
	padding-right: 5px;
	padding-top: 5px;
}
ul.develop3 li a:hover{
	background-color: #DEF5E0;
	background-image: url(../images/greenbay_b.PNG);
	background-repeat: no-repeat;
	color: #666666;
}



ul.develop3 li a.current,ul.vert-one li a.current:hover{
	background-color: #933;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}
.clear {
	height: 6px;
	clear: both;
}
#footer_left {
	color: #999999;
	background-image: url(../images/nhbc.png);
	background-repeat: no-repeat;
	clear: right;
	float: left;
	height: 30px;
	padding-left: 77px;
	padding-top: 5px;
	background-position: 6px;
}
#footer_mid {
	float: left;
	color: #999999;
	margin-top: 7px;
	margin-left: 120px;
	text-align: center;
}
#footer_right {
	color: #999999;
	float: right;
	margin-top: 5px;
	margin-right: 6px;
	text-align: right;
}
#footer_right a {
	color: #999999;
	margin-right: 2px;
	text-decoration: none;
	text-align: right;
}
#footer_right a:hover {
	color: #999999;
	margin-right: 2px;
	text-decoration: none;
	text-align: right;
}


#partners {
	background-color: #EFEFEF;
	padding: 10px;
	height: 44px;
}
#contact_left {
	padding-left: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0570B7;
	background-image: url(../images/tel_bg.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	padding-top: 15px;
	padding-bottom: 13px;
	background-position: 0px 15px;
}
.part {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0570B7;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: -8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #E6E6E5;
}
#div_partners {
	padding-top: 14px;
}
.sub_content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 28px;
	padding-left: 10px;
}
.sub_content_tabs {
	padding-top: 0px;
	padding-bottom: 28px;
}



.tab-content {
	padding: 0.5em;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.tab-header {
	position: relative;
	height: 3em;
	width: 567px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11%;
	text-decoration: none;
	color: #333;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	color: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
	background-color: #0D78BE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* a link in a background tab */
.tab-header ul.tab-list a {
	background-color: #F0F0F0;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* hover on a background tab */
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	color: #FFFFFF;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tab  /* the heading that became the li */
{
	display: none;
}

/* default link style - needed to make the :active work correctly in IE */



/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
	width:520px;
	height:300px;
	border:1px solid #aaa;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../harem_yacht/pictures/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
#album_white_bay {
	width:520px;
	height:300px;
	border:1px solid #aaa;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../white_bay_complex/pictures/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
#album_green_bey {
	width:520px;
	height:300px;
	border:1px solid #aaa;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../development_green_bay/pictures/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
#album_golf_tour {
	width:520px;
	height:300px;
	border:1px solid #aaa;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../golf_tours/pictures/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
	padding:0;
	list-style-type:none;
	position:absolute;
	width:520px;
	margin-top: 300px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
	font-size:11px;
	float:left;
	text-decoration:none;
	color:#000;
	background:#fff;
	text-align:center;
	width:26px;
	height:26px;
	line-height:24px;
	border:1px solid #999999;
	margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
	position:absolute;
	top:-300px;
	left:0;
	visibility:hidden;
	border:0;
	width: 520px;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
	top:-300px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}

/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
	color:#fff;
	background-color: #666666;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
.table-fature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #F2F2F2;
}

.table-fature td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	line-height: 16px;
}
.table-yacht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #F2F2F2;
	background-image: url(../harem_yacht/pictures/layout.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.table-yacht td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.table-greenbay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #F2F2F2;
}
.table-greenbay td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.table-price-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #F2F2F2;
	text-align: center;
}
.table-price-list td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.table-price-list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #0570B8;
	text-decoration: none;
}
.table-score {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	border: 1px solid #F2F2F2;
}
.table-score td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.table-score-header {color: #0570B7; font-weight: bold; }
.contact_turkey {
	float: right;
	width: 170px;
	padding-right: 25px;
}
.contact_manchester {
	float: left;
	width: 200px;
	padding-left: 25px;
}
.forms {
	margin: 0px;
}
.forms   input  {
	border: 1px solid #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 200px;
}
.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 56px;
	width: 200px;
	border: 1px solid #BBBBBB;
}
#contact_table {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	width: 355px;
}

#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	background-color: #EEEEEE;
	height: 24px;
	width: 48px;
	border: 1px solid #BBBBBB;
}

#footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B99CD;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#footer_links  a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B99CD;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#footer_links  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8D7EB;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}