/* GLOBAL STYLES */
body	{
		margin: 0;
		padding: 0;
		background-image: url(../images/bodyBG.png);
		background-repeat: repeat-x;
		background-color: #52586e;
		height: 100%;
		}
/* LAYOUT STYLES */
#header	{	width: 824px; height: 76px;
			margin: 0 auto 0 auto; }
#headerLeft, #headerRight	{	width: 412px; float: left; }
#headerRight	{	text-align: right; font-family: Arial, Helvetica, sans-serif;
					color: #919191; }				
.headerBig	{	font-size: 26px; }
#headerRight p	{	margin: 10px 15px 0 0; padding: 0 0 0 0; }
.headerSmall	{	font-size: 18px; }
#feature	{	width: 824px; height: 294px;
				margin: 0 auto 0 auto;
				background-image: url(../images/featureBG.png);
				background-repeat: no-repeat;
				background-position: center;
			}
#spacer		{	width: 824px; height: 15px; }
#featureHolder	{
				width: 791px; height: 274px;
				margin: 0 auto 0 auto;
				background-color: #000000;
				}			
#nav	{	width: 824px; height: 34px;
			background-image: url(../images/navBG.png);
			background-position: center;
			background-repeat: no-repeat;
			margin: 0 auto 0 auto;
		}		
#contentBody	{	width: 824px;
					background-image: url(../images/contentBG.png);
					background-repeat: repeat-y;
					background-position: center;
					margin: 0 auto 0 auto;
				}			
#contentMargin	{	width: 770px;
					margin: 0 auto 0 auto; }				
#contentLeft	{	width: 240px; float: left; }
#contentRight	{	width: 530px; float: left; padding-bottom: 10px; }
	#contentMiddle	{	float: left; width: 390px;	}	
	#contentRight img	{	border: 1px solid #FFFFFF; margin: 10px 0 0 0;  }	
	#contentFar	{	width: 140px; float: left;	}	
.clear	{	clear: both; }					
#footer			{	width: 800px; height: 28px;
					margin: 0 auto 0 auto;
					clear: both;
					display: block;
					text-align: center;
					background-image: url(../images/footerBG.png);
					background-position: center top;
					background-repeat: no-repeat;
					padding-bottom: 15px;
				}				
.ie6 #bottom table	{	margin-bottom: 10px; }
#bottom		{	width: 100%; height: 25px;
				background-color: #f7ba24;
				margin: 0; position: absolute;
				left: 0px; bottom: 0px;
				display: block; z-index: 999;
				padding: 0;
	}
.ie7 #bottom {	position: relative; }			
#parent		{		display:block;
					left:0px;
					min-height:100%;
					position:absolute;
					top:0px;
					width:100%;
					z-index:0;
			}
.ie6 #parent, .ie6 #parent	{	height: 100%; }			
#bucket	{	width: 130px; height: 166px;
			position: absolute; z-index: 1;
			margin: 190px 0 0 735px; }
#bottomInset	{	width: 770px; margin: 0 auto 0 auto;
					font-size: 11px; color: #6f7589;
					font-family: Helvetica, Arial, sans-serif; }
#bottomInset a	{	color: #6f7589; text-decoration: none; font-weight: bold; }
/* NAV CSS */
#nav ul	{	margin: 0 0 0 30px; padding: 0; }
#nav ul li	{	list-style-type: none; display: inline;
				margin: 0 0 0 35px; padding: 0 0 3px 0; line-height: 34px; }			
li.menu_current	{	border-bottom: 4px solid #fdbd00;  }
#nav ul li a	{	font-family: Arial, Helvetica, sans-serif;
					color: #FFFFFF; font-size: 11px;
					text-decoration: none; }
/* CONTENT CSS */
#contentRight h1, #contentMiddle h1	{	margin: 25px 0 0 0; padding: 0;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 22px; color: #fdbd00;	}
#contentRight h2, #contentMiddle h2	{	margin: 0 0 0 0; padding: 0;
						color: #FFFFFF; font-family: Helvetica, Arial, sans-serif;
						font-size: 14px;	}
#contentRight p, #contentMiddle p	{	color: #333333; font-size: 11px; line-height: 16px;
					font-family: Helvetica, Arial, sans-serif;
					margin: 15px 20px 0 0; padding: 0; text-align: justify;	}				
#contentRight p a, #contentMiddle p a, #contentRight ul a, #contentMiddle ul a	{	color: #333333; font-weight: bold; text-decoration: none; }					
#contentRight ul, #contentMiddle ul 	{
					color: #333333;
					font-size: 11px;
					font-family: Helvetica, Arial, sans-serif;
					line-height: 16px;
					}					
#contentLeft h1 {
background-image: url(../images/h1BG.png);
background-repeat: repeat-x;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
margin:25px 0pt 0pt 22px;
width:185px;
line-height: 22px;
height: 22px;
color: #FFFFFF;
padding: 0 0 0 5px;
border-top: 1px solid white;
border-left:  1px solid white;
border-right:  1px solid white;
}			
#contentLeft a img	{	 	border: 1px solid white;
							margin: 0 0 5px 22px; }
#contentFar img	{	border: 1px solid white;
					margin: 25px 0 7px 0; }
/* BAKER FORM MODULE STYLING */
#contactTable {
	width: 400px;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.required {
	color: #FFFFFF;
}
.field_title {
	width: 100px;
	vertical-align: bottom;
	text-align:left;
	padding-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.textfield {
	width: 200px;
}
.textarea {
	width: 200px;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	width: 200px;
}
/*added by Ismail 17-07-2008 */
#contact-form, #booking-form {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}	
#contact-form td.field_heading, #booking-form td.field_heading {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	padding:20px 0 0 0;
	}	
#contact-form .field_title, #booking-form .field_title {
	vertical-align:text-top;
	padding-top:8px;
	padding-bottom:10px;
	}
	
	
	
	.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-family:Helvetica,Arial,sans-serif; font-size:14px;
margin:0; padding:10px 0px 5px 0px; font-weight: bold; width: 80%; }
.post_title a{color:#FFFFFF; text-decoration:none;}
.post_date { color:#333333; font-family:Helvetica,Arial,sans-serif; font-size:11px; line-height:16px; text-align:right; padding-right: 10px;}
.post_short { text-align: justify; padding-bottom: 5px; }
.post_short a{ color:#000000; font-family:Helvetica,Arial,sans-serif;
font-size:10px; font-weight:bold; margin-left:450px; text-decoration:none;}