body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}

a{
	color: #18BDCE;
	text-decoration: none;
}



a:hover{
	color: #18BDCE;
	text-decoration:underline;
}

img {
	border:none;
	vertical-align:bottom ;
}

h1{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold ;
	color: #000000;
	
}

h2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	
}




/*--------------------------------------------------------------*/
/* classes */

.date{
	color:#000000;
	font-size:80%;
}

.newstitle{
	color:  #666DB5;
	font-size:11px;
}

.newstitleblack{
	color:  #333333;
	font-size:11px;
}

.floatfix { clear: both; } 



/*--------------------------------------------------------------*/
/* layout divs */

#wrapper{
	width: 1000px; 
	float: left; /* re align text */ 
}

#content { 
	width: 1000px; 
	text-align: left;
	float:left; 
	position:relative;
	z-index:10;
} 

/*
.column { 
	width: 50%;
	height:100%; 
	position: absolute; 
	top: 0; 
	text-align: left; 
} 

.left {left: 0;} 
.right {right: 0;} 
*/

#leftcol { height:735px; margin-right: -500px; width:50%; background: url(../images/left_border.jpg) repeat-x; float:left  } 
#rightcol {height:735px; margin-left: -501px; width:50%; background: url(../images/right_border.jpg) repeat-x; float:right;} 


#header{
	width:1000px;
	height:150px;
	float:left;
}

#menu{
	width:817px;
	padding-left:99px;
	padding-right:84px;
	height:30px;
	background: url(../images/menu.jpg);
	float:left;
}

#topshadow{
	width:1000px;
	height:6px;
	background: url(../images/top_shadow.jpg);
	float:left;
}

#mainwrapper{
	width:1000px;
	background: url(../images/shadowback.jpg) repeat-y;
	float:left;
}


#main{
	width:817px;
	padding-left:99px;
	padding-right:84px;
	background: url(../images/mainback.jpg) no-repeat;
	float:left;
}

#spacercolumn{
	height:519px;
	width:1px;
	float:left;
}

#leftcolumn{
    padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:496px;
	float:left;
}

#rightcolumn{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:11px;
	padding-right:15px;
	width:274px;
	float:left;
}

#bottomshadow{
	width:1000px;
	height:18px;
	background: url(../images/bottom_shadow.jpg);
	float:left;
}

#address{
	float:left;
	font-size:87%;
}

#address a{
	color:#000000;
}

#address-left{
	float:left;
	padding-right:20px;
}

#address-right{
	float:left;
	border-left: 1px solid #cccccc;
	padding-left:20px;
}


#footer{
	width:817px;
	padding-left:99px;
	padding-right:84px;
	height:22px;
	float:left;
}

#footer-left{
	width:166px;
	float:left;
}

#footer-right{
 	padding-left: 472px;
	width: 179px;
	float:left;
}

#submenu{
	width:817px;
	padding-left:102px;
	padding-right:81px;
	padding-top:9px;
	height:22px;
	background: url(../images/sub_menu.jpg);
	float:left;
}


/*--------------------------------------------------------------*/
/* nav contents */
#menu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#menu li{
	display:inline;
	float:left;
}

/*--------------------------------------------------------------*/
/* submenu contents */
#submenu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#submenu li{
	display:inline;
	float:left;
}

#submenu a{
	color:#000000;
	font-size:87%;
}

#submenu a.highlighted{
	color: #18BDCE;
}


/*--------------------------------------------------------------*/
/* contact form contents */


.row {
  clear: both;
  padding-top: 2px;
  }
  
.rowalt {
  clear: both;
  padding-top: 2px;
  background:#999999;
  }

.row label {
  float: left;
  width: 90px;
  text-align: left;
}

#contactform{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#e7e7e7;

}

#bookingform{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#e7e7e7;

}

.testtable{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#e7e7e7;
	border:#999999 1px solid;
	font-size:87%;

}

/*--------------------------------------------------------------*/
/* pagination */

#records{
	width:490px;
	float:left;
}
#records #previous{
	width:100px;
	float:left;
}
#records #pages{
	width:290px;
	float:left;
	text-align:center;
}
#records #next{
	width:100px;
	float:left;
}
