/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

.debug {
	border: 1px solid red;
}

*, html
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background: #E3DED1;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}


a, a:hover
{
	text-decoration: none;
}
	
img
{
	border: none;
}

td
{
	vertical-align: top;
}

.errors
{
	color: #FF0000;
	font-size: 11px;
	padding: 10px;
	width: 400px;
	margin: 0 5px 15px 0;
	border: 1px solid #CCCCCC;
}
.errors td {
	border: none;
}
.errors ul
{
	margin-left: 16px;
}
.errors ul li
{
	color: #FF0000;
	font-size: 11px;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #FF0000;
	font-size: 16px;
}
.clear {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	clear: left;
}


.maincontainer {
    text-align: center;
}

.maincontainer .maincont_inside1 {
	margin: 0 auto;
	text-align: left;
	background: #E3DED1 url(yShadow.gif) center repeat-y;
	width: 849px;
}
.maincontainer .maincont_inside2 {
	width: 849px;
	margin: 0 auto;
	background: #FFFFFF;
}


#topbg
{
	background: url(topbg.gif) repeat-x;
	height: 29px;
	width: 849px;
	line-height: 1px;
	font-size:1px;
}
#topbg .l
{
	float: left;
	width: 10px;
	height: 29px;
	background:  url(bl.gif) no-repeat;
}
#topbg .r
{
	float: right;
	width: 10px;
	height: 29px;
	background:  url(tr.gif) no-repeat;
}


#botbg
{
	background: url(botbg.gif) repeat-x;
	height:29px;
	width: 849px;
	line-height: 1px;
	font-size:1px;	
}
#botbg .l
{
	float: left;
	width: 10px;
	height: 29px;
	background:  url(bl.gif) no-repeat;
}
#botbg .r
{
	float: right;
	width: 10px;
	height: 29px;
	background: url(br.gif) no-repeat;
}



#header
{
	width: 849px;
	background: #A1A250;
}

#header .banner_home
{
	background:url(header_banner_home.jpg) no-repeat;
	width:849px;
	height:222px;
}
#header .banner_firstlevel
{
	background:url(header_banner_level1.jpg) no-repeat;
	width:849px;
	height:101px;
}
#header .banner_home img, #header .banner_firstlevel img
{
	border: 5px solid #FFFFFF;
}



#navigation
{
	background: #FFFFFF;
	width: 849px;
	height: 52px;
}
#navigation .nav
{
	background: #a5966a;
	width: 849px;
	height: 26px;
}

#navigation .nav .padding
{
	padding-left: 17px;
}


#navigation .nav div
{
	float: left;
	margin: 0 0px;
	display: inline;
}
#navigation .onstate
{
	background: url(nav_on_page.gif) 0 5px no-repeat;
	width: 849px;
	height: 26px;
}


#navigation .home
{
	background-position: 11px 5px;
}
#navigation .accommodation
{
	background-position: 95px 5px;
}
#navigation .bookings
{
	background-position: 228px 5px;
}

#navigation .packages
{
	background-position: 340px 5px;
}

#navigation .wellbeing
{
	background-position: 418px 5px;
}

#navigation .photos
{
	background-position: 490px 5px;
}

#navigation .media
{
	background-position: 548px 5px;
}

#navigation .things
{
	background-position: 625px 5px;
}

#navigation .map
{
	background-position: 700px 5px;
}

#navigation .contact
{
	background-position: 758px 5px;
}


#content
{
	padding:28px 26px 20px 30px;
	background: #FFFFFF;
	line-height: 16px;
}
#content .content_footer
{
	border-top: 1px solid #E6E6E6;
	padding: 20px 0;
	font-size: 14px;
	text-align: left;
	color: #999999;
	background: #FFFFFF;
}

#content .content_footer p
{
	font-size:12px;
	color: #999999;
	text-align: left;
}
#content .content_footer p.center {
	text-align: center;
	font-size:12px;
}
#content .content_footer p.larger {
	font-size: 14px;
}

#content .content_footer a.content:link,
#content .content_footer a.content:link a.content:visited
{
	color: #666633;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .content_footer a.content:hover
{
	color: #ABAB8D;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination
{
	height: 20px;
	text-align: left;
}

.pagination .numbers
{
	float: left;
	text-align: center;
	width: 389px;
}
.pagination div
{
	float: left;
	width: 200px;
	text-align: left;
}
.pagination .next
{
	float: left;
	text-align: right;
	width: 200px;
}



.padding_bot
{
	padding: 10px 0;
}

h1
{
	background:#FFFFFF;
	color:#53532E;
	font-size:20px;
	font-weight:normal;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 17px;
}

p.subtitle
{
	color:#999999;
	padding: 3px 0 16px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 27px;
}

p.home_intro
{
	padding-left: 90px;
	color: #957D4C;
	font-size: 15px;
	line-height:19px;
	margin-bottom: 20px;
}

h5
{
	color: #ABAB8D;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
}

h5.jan
{
	margin: 0;
}


#para_text
{
padding-bottom:18px
}

.img_l
{
	float: left;
}


#footer
{
    height: 30px;
    background: #FFFFFF;
    
}

#footer .m
{
	margin: 0 26px 18px 26px;	
	color:#CCCCCC;
	font-size:10px;
	background: #FFFFFF;
	text-align:left;
}



#footer .m  div
{
    float: left;
}

#footer .m .rightalign
{
    float: right;
}

a.footlink:link, a.footlink:visited
{
	color:#CCCCCC;
	font-size:10px;
}

a.footlink:hover
{
	color:#999999;
	font-size:10px;
}

h3
{
	color: #ABAB8D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
}

h3.module_title
{
	padding-bottom: 10px;	
}

	.module03 .module_title
	{
		padding-bottom: 3px;	
	}

h4 
{
	color: #9b9b9b;
	font-size: 13px;
	font-weight: bold;

}

#content .module
{
	float:left;
	margin-left:34px;
	width: 239px;
}

#content .module_home 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	widows:239px
}

#content .module02 
{
	width: 520px;
	margin-right:34px;
	float: left;
}

#content .module03 
{
	margin-bottom: 20px;
}

#content .module_image
{
	border: 1px solid #E6E6E6;
	padding: 10px;
}

.module_image01
{
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin: 0 0 0 20px;
}

#content .module_content
{
	margin: 25px 0;
	
}

#content .module p
{
	line-height: 16px;
}

.embed_para
{
	float:left;
	margin: 2px 8px 0 0;
}

.clear
{
	clear: both;
	height: 1px;
	width: 1px;
}

ul li
{
	list-style-image: url(li_arrow.gif);
	list-style-position: outside;
	margin-left: 15px;
	line-height: 16px;
}

a:link, a:visited
{
	color: #666633;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover
{
	color: #ABAB8D;
}

.arrowlink
{
	display: block;
	padding: 0 0 0 15px;
	background: url(li_arrow.gif) left 5px no-repeat;
}


#content .gallery_module
{
	float:left;
	margin: 0 0 20px 24px;
	width: 180px;
}

#content .gallery_module_image
{
	border: 1px solid #E6E6E6;
	padding: 7px;
}


.mid
{
	width: 50px;
}

.tariff_table
{
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

td
{
	border-bottom: 1px solid #E6E6E6;
}

.tariff_table td {

}

.tariff_table td.row-title {
	text-align: left;
}

.subtext
{
	margin: 25px 0;
}

.subtext p
{
	font-size: 10px;
	color: #999999;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.light_grey
{
	color: #999999;
	margin: 20px 0;
}

	.module03 .light_grey
	{
		color: #ABAB8D;
		margin: 0;	
	}

#mapcontainer
{
	height: 598px;
}
#mapcontainer .map
{
	float: left;
	width: 607px;
}

#mapcontainer .map img
{
	border: 1px solid #E6E6E6;	
}
#mapcontainer .key
{
	float: right;
	width: 154px;
}
#mapcontainer .key div
{
	margin-bottom: 15px;
	height: 19px;
}
#mapcontainer .key div img
{
	float: left;
}
#mapcontainer .key div p
{
	float: left;
	margin: 2px 0 0 10px;
}


#mapcontainer .key div.keymap
{
	height: 208px;
}
#mapcontainer .key div.keymap img
{
	float: none;
	border: 1px solid #C6C384;
}

#content .form
{
	text-align: left;
}

#content .form .first
{
	width: 415px;
}

#content .form .fields
{
	float: left;
}
#content .form .fields div
{
	margin-bottom: 15px;
}

#content .form .fields div div
{
	margin-right: 10px;
	float: left;
	width: 100px;
}

#content .form .fields div img
{
	margin-left:10px;
	vertical-align: middle;
}

#content .form p
{
	colour: #CCCCCC;
}

#content .important
{
	margin-top: 20px;
}

#content .important p
{
	font-size: 10px;
	margin 0;
	line-height: 14px;
	color: #999999;
}

a.important:link, a.important:visited, a.important:hover, a.important:visited
{
	font-size: 10px;
}

#content .button
{
	float: right;
	margin-bottom: 20px;
}

#YourName
{
	width: 230px;
}

#YourEmail
{
	width: 230px;
}

#YourDayNumber 
{
	width: 110px;
	margin-right: 5px;
}

#YourNightNumber 
{
	width: 110px;
}

#Comments
{
	width: 230px;
	font-size: 12px;
}






#content .left,
#content .left-text
{
	float: left;
}

#content .right-text
{
	float:right;
	margin: 0;
}

.contact p, .contact p
{
	margin: 0;
	padding: 0;
}

#content .contact h3.lower
{
	margin-top: 20px;
}

#content .contact
{
	float:left;
	margin-bottom: 50px;
	width: 190px;
}


#content .formtext
{
	width: 150px;
	float: left;
}

#TA_excellent318 { 	margin-left: 631px;	}

#CDSWIDSSP{margin-left: 554px !important;}