@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: #484848;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a { 
  color: #4C6D80; 
  text-decoration: none;
}
a:hover { 
  color: #4C6D80; 
  text-decoration: none;
}
img{
  border:0;
}

h3{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #bdda3a;
	text-transform: uppercase;
}


#container { 
	width: 1024px; 
	background: url(../images.ddh/main_bg.jpg) left bottom no-repeat;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #666;*/ /* instead of border, used a small padding to avoid margin collapse*/
	padding-top: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
*/

#sidebar1 {  	
	float: left; /* since this element is floated, a width must be given */
	width: 229px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 500px;
}
#sidebar1 h1{
	margin: 0;
	height: 35px;
	font-size: 12px;
	background: #bdda3a url(../images.ddh/dotw.png) 15px 15px no-repeat;
}
#sidebar1 h1 a{
	color: #FFF;
	padding: 12px 0 5px 25px;
	display: block;
}
#sidebar1 h1 a:hover{
	color: #FFF;
}

#menuContainer{
  	position: relative;
  	margin: 0;
  	padding: 15px 0 0;
	width: auto;
	background-color: #bdda3a;
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menuContainer ul a{
  	display: block;
  	height: 22px;
  	width: auto;
  	padding: 6px 0 0 25px;
  	font-weight: bold;
  	color: #856e36;
}
#menuContainer ul a:hover{
  	display: block;
  	height: 22px;
  	width: auto;
	background-color: #dfec9c;
	padding: 6px 0 0 25px;
	font-weight: bold;
  	color: #856e36;
}
#menuContainer ul li ul{
  	width: auto;
  	background-color: #FFF; 
}
#menuContainer ul li ul li.selected{
	background: #dfec9c url(../images.ddh/dotgs.png) 25px 8px no-repeat;
}
#menuContainer ul li ul li a{
  	padding: 6px 0 0 37px;
  	font-weight: normal;
  	background: url(../images.ddh/dotgs.png) 25px 8px no-repeat;
}
#menuContainer ul li ul li a:hover{
  	padding: 6px 0 0 37px;
  	font-weight: normal;
	background: #dfec9c url(../images.ddh/dotgs.png) 25px 8px no-repeat;
}

#menu2Container{
  	position: relative;
  	margin: 0;
  	padding: 0;
	width: auto;
	background-color: #70949e;
}
#menu2Container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu2Container ul a{
  	display: block;
  	height: 22px;
  	width: auto;
  	padding: 6px 0 0 25px;
  	font-weight: bold;
  	color: #FFF;
}
#menu2Container ul a:hover{
  	display: block;
  	height: 22px;
  	width: auto;
	background-color: #83b6db;
	padding: 6px 0 0 25px;
	font-weight: bold;
  	color: #FFF;
}
#menu2Container ul li.selected{
	background-color: #83b6db;
}


#menu_bottom_spacer{
	width: auto;
	height: 140px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background-color: #FFF;*/
}
#banner_1{
	background: url(../images.ddh/bn1_bg.gif) left top no-repeat;
	width: 153px;
	height: 60px;
	margin: 65px 0 0 12px;
	padding: 0 0 0 5px;
}
#banner_1 b{
	display: block;
	padding: 12px 0 12px 0;	
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#banner_1 span{
	color: #856e36;
	font-weight: bold;
	font-size: 13px;
}
#banner_1 a{
	color: #FFF;
}
#banner_2{
	background: url(../images.ddh/bn2_bg.gif) left top no-repeat;
	width: 153px;
	height: 60px;
	margin: 15px 0 0 12px;
}
#banner_2 b{
	display: block;
	padding: 16px 0 0 5px;	
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#banner_2 span{
  	display: block;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 5px;	
}
#banner_2 a{
	color: #FFF;
}
#banner_3{
	background: url(../images.ddh/bn3_bg.gif) left top no-repeat;
	width: 153px;
	height: 108px;
	margin: 25px 0 0 12px;
	color: #856e36;
	font-size: 12px;
}
#banner_3 p{
	margin: 0;
	padding: 3px 40px 3px 5px;
}
#banner_3 a{
	color: #856e36;
}
#banner_4{
	background: url(../images.ddh/bn4_bg.gif) left top no-repeat;
	width: 153px;
	height: 60px;
	margin: 25px 0 0 12px;
	color: #70949e;
	font-size: 15px;
}
#banner_4 p{
	margin: 0;
	padding: 12px 0 0 10px;
	font-weight: bold;
}
#banner_4 a{
	color: #70949e;
}
#right_col_bottom_spacer{
	height: 330px;
	width: 153px;
	float: right;
}

#middleSection { 
	margin: 0 174px 0 229px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #middleSection div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color: #eaeff2;
} 
#middleSection h1{
	margin: 0 0 0 40px;
	padding: 22px 0 0;
	font-family: Lucida Sans;
	font-size: 20pt;
	font-weight: bolder;
	color: #856e36;
}
#middleSection h2{
	margin: 16px 0 0 40px;
	padding: 0;
	font-size: 18pt;
	font-weight: normal;
	color: #bdda3a;
}

/* for tabs style see tabs.css */
#ui-tabs-nav-placeholder{
	width: auto;
	height: 39px;
}

#mainContent{
  	margin: 0 8px;
  	padding: 16px;
	background-color: #FFF;
	border: 1px solid #c4c4c4;
	_height: 300px; /* IE hack */
}
#mainContent div{
	border: 0;
	padding: 0;
}
#mainContent img{
	border: 0;
	padding: 0;
	margin: 0;		
}
#mainContent ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
}
#mainContent ul li{
  	float: left;
  	margin: 0px 6px 10px 0px;
 	height: 118px;
 	width: 177px;
 	position: relative;
}
#mainContent ul li .magnifDiv{
	position: absolute;
	height: 18px;
	width: 18px;
	bottom: 0;
	right: -1px;
	background: url(../images.ddh/magnifier.gif) left top no-repeat;
}



#footer{ 
	 color: #bdda3a;
} 

#footer a{ 
	 color: #bdda3a;
} 
#footer a:hover{ 
	 color: #bdda3a;
	 font-weight: bold;
} 
#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;
}
.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;
}

#booking_form h2{
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
