/*---- body style  ----*/
body {
	background-color:#FDEAC4;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;}
div#pg_container {
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	text-align: left;}
div#container {
	background-image:url(images/bg.jpg);
    background-repeat:repeat ;
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	
}

/* --- general content style --- */
th, td, p     
  {	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:1.5em;
    font-size:12px;
    color:black}
	
/* --- table cell styles --- */
td.right, tr.right{
		font-size:12px;
        color: #000000;
		font-weight:normal;
		background:#F7F7F7}
td.center, tr.center{
		font-size:12px;
        color: #000000;
		font-weight:normal;
		text-align:center;
		line-height:1.8em;}	
td.enquiry{
background:	#E4EFE8}
td.accommodation1, tr.accommodation1{
background:	#FEF4E0}	
td.accommodation2, tr.accommodation2{
background:	#F5F5F5}
.tableenquiry {
border:#D1E4ED;
border-style:double;
background-color:#F4F4F4;
}
.tableservices {
border:#996600;
border-style:groove;
background-color:#FCFEF5;
}		
.tableform {
background:#FFFFFF;}		
.tableheader {
background:#D1E4ED;
font-weight:bold;
color:#000033;
font-size:12px;}		
.tableheadersm {
background:#D1E4ED;
font-weight:bold;
color:#000033;
font-size:10px;
height:20px;}	
.tableheadersm2 {
background:#ACCEDF;
font-weight:bold;
color:#000033;
font-size:10px;
height:20px;}	

/*--- images---*/
img {border:0;}


/*--- bullet points---*/
ul {margin:0; padding:0; list-style:none;}
li {
  margin:0 0 2px 0; padding:0 0 0 20px; /* left padding for bullet image */
  background: url(images/bullet.gif) no-repeat;
}
/*--- horizontal rule and dashed lines ---*/
hr { 	height: 0px; color: #990000}
div.footer { border-top: 0.7px dashed #091333;} 
div.form { border-top: 0.7px dashed #091333;} 
div.nav { border-top: 0.7px dashed #EFEFEF;} 
/*--- headers ---*/
h1 {	 color: #996600;
		 font-size: 16px ;
		 margin-bottom: 5px;
		 font-weight: bold;
		 margin-left: 0px;
		 text-align:left;}
h2 {	 color: #996600;
		 font-size: 12px ;
		 margin-bottom: 2px;
		 margin-top: 2px;
		 font-weight: bold;
		 text-align:left;}


/*--- hilites for text and/or headers---*/
.hilite1 {color: #FF4B00;
		 font-weight: bold;
		 font-size: 18px}
.hilite2 {font-size:12px;
		 color: #304E80;
		 font-weight: bold;}
.hilite3 {background-color: #FFFFCC;
		 color: #B22222;}
.phrase {color: #999999;
		 font-weight: none;}

/*--- footer styles for base of pages ---*/

		 
.footer {
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	padding: 2px;
	text-align:center;
	color: #003300;}
.footer2 {
	text-decoration: bold;
	font-size: 12px;
	padding: 2px;
	text-align:left;
	color: #666666;}
.footer3 {
	text-decoration: bold;
	font-size: 12px;
	padding: 2px;
	text-align:right;
	color: #333333;}				 
a.footer2 {
		 color: #666666;
		 font-size: 12px ;
		 font-weight: normal;}
		
/*--- links styles ---*/
A.normal:link, A.normal:visited, A.normal:active   {
		color:#FF4B00;
        text-decoration:none;
        font-size:12px;
        font-weight:normal;
}
A.normal:hover     {
		color:#FF4B00;
        text-decoration:underline;
        font-size:12px;
        font-weight:normal;
}
A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	padding: 2px;
	text-align:center;
	color: #003300;}

A.footerlink:hover     {
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
	padding: 2px;
	text-align:center;
	color: #003300;}
		


/* -- nav menu set up --*/
A.selector {
		background:#F6AE1C;
		display: block;
		height:20px;
		text-align: center;
		text-decoration: none;
		font-size:13px;
		font-weight:bold;
		color: #1E2903;
		padding: 4px;
		border: none;
		border: solid 1px #F6AE1C;}
A.selector:hover {
		border: solid 1px #FFFFFF;
		color: #FFFFFF;
		background-color:#8B6005;}
.style5 {
		 font-size: 13px; }
		
/* --- form button style ---*/					
INPUT, select, textarea, text {
		border: 1px #003399 groove;
		background-color: #FDFDFF; 
		font-size: 12px;
		color: #000000;
		border-color: #000000;
		border-style: solid;
}

/* --- style for boxes e.g <span class="box">box here</span> which can be used as tick boxes, bullet points, etc ---*/
.box {	 
		color: #333333;
		font-size: 20px;
		font-weight: normal;
 		margin-bottom: -12px;
  		margin-top: -12px;}
