/***********************************************
** File:      %M%  version %I%
** Author:    nat
** Modified:  %G%
** Copyright: I-Next Ltd
***********************************************/
/* ident %W% */




body {
	background-color : #F9F7E1;
	font-size: 1em;
	text-align: center;
	margin: 15px 0 0 0;
	top: 0;
	left: 0;
	padding: 0;
}


/* DIV's */

#searchEngine { visibility: hidden; }

#wrapper {
	width: 100%;
	position: absolute;
  z-index: 1;
	top: 0;
	left: 0;
}
#top {
	width: 100%;
	position:absolute;
	height: 111px;
	top: 0;
	left: 0;
	z-index: 10;
}	

#header {
	width: 960px;
	background-color: #FFFFFF;
	height: 87px;
	position: relative;
  margin: 0 auto;
}

#headimj1 {
	position: absolute;
	top :1px;
	left:1px;
	width:91px;
	height:87px;
}
#headimj2 {
	position: absolute;
	top :1px;
	left: 93px;
	width:91px;
	height:87px;
	
}
#headimj3 {
	position: absolute;
	top :1px;
	left : 185px;
	width:91px;
	height:87px;
}
#banner_home {
	background-color: #9DB2C6;
	position:absolute;
	top: 1px;
	left: 277px;
	width : 682px;
	height : 87px;
	margin : 0px;
	text-align: right;
}


/*main content*/
#contentholder {
	width: 960px;
	background: url(../gifs/wrapperbg.gif) top left repeat-y #FFFFFF;
	margin: 111px auto 0 auto; 
}

#feature_column { 
	width: 275px;
	float: left;
	margin-left: 1px;

}
#feature_column p {
	padding: 10px;
	margin: 0;
	color: #FFFFFF;
	font-size:70%;
}


TABLE.feature TD {
	border-right: 1px solid White;
	border-bottom: 1px solid White;
}

#maincontent {
  width: 650px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color : #999999;
	margin: 15px 15px 10px 15px;
	float: right;
	text-align: left;
}

TABLE.feature TD {
  border-right: 1px solid White;
  border-bottom: 1px solid White;
}
TABLE.booking { width: 450px; }

TABLE.booking TD {
	font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: White;
	font-size: 10px;
	text-align: center;
	height: 13px;
  background-color: #75AF75;
  width: 29px;
}

TABLE.booking A {
  color: White;
	font-weight: bold;
	text-decoration: none;
}
TABLE.booking A:hover { color: White; }

TABLE.booking TH {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #333366;
  font-weight: normal;
  color: White;
  height: 16px;
  padding-left: 3px;
  font-size: 11px;
  text-align: left;
}

TABLE.booking TD.reserved { background-color: #CCCCCC; }

TABLE.booking TD.special { background-color: #FDC045; }

TABLE.booking TD.blank { background-color: #FFFFFF; }

TABLE.booking TD.reservedtxt {
  background-color: White;
  color: #CCCCCC;
}

TABLE.booking TD.specialtxt {
  background-color: White;
  color: #FDC045;
}

TABLE.booking TD.availabletxt {
  background-color: White;
  color: #75AF75;
}

div.clear {
 	clear: both;
}
h1, p.header1 {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 140%;
  	color : #666699;
    font-weight: normal;

}

h2, p.header2 {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 120%;
  	color : #666699;

}

h3 p.header3 {
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 100%;
  	color : #666699;

	
}

P {
  	font-family: Arial, Helvetica, sans-serif;
  	color : #999999;
  	vertical-align: top;
	text-align: justify;
}

#copyright {
	font-family:Arial,Helvetica,sans-serif;
	color:#DEBF97;
	font-size:0.7em;
	width:960px;
	height:20px;
	text-align:right;
	clear: both;
	padding-top: 10px;
	background-color : #F9F7E1;	
}

#copyright a {
	color:#DEBF97;
	text-decoration:none;
	font-weight:bold;
	
}




