/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #4f6e9d;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{
	height: 0px;	
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 950px;
	padding-left: 15px;
	padding-right: 15px;
}
* html #wrap {  /* This is the Tan hack */
	width: 980px; 
	w\idth: 950px; 
}

#header {
	position: relative;
}
#centerc {
	padding: 0px;
	margin: 0px;
	display: inline;
	float:left;
	margin-left: 335px;
	width: 615px;
}
* html #centerc {  /* This is the Tan hack */
	width: 615px; 
	w\idth: 615px; 
}
#centerc-1col {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	display: inline;
	float:left;
	width: 920px;
}
* html #centerc-1col {  /* This is the Tan hack */
	width: 950px; 
	w\idth: 920px; 
}

#leftc{
	float:left;
	margin-left:-950px;
	width: 335px;
}

#foot{
	background-image: url(../images/footer-fill.gif);
	height: 40px;
	clear: both;
	width: 950px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic img {
	display: block;
	margin-bottom: 3px;
}

#navigation{
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a {
	display: block;
	float: left;
}
#navigation ul li a img {
	display: block;
}



/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	background-color: #efebe4;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 305px;
}
* html #menu { 
	width: 320px; 
	w\idth: 305px; 
}

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/




/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/

div.miniadverta {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: normal;
}

div.miniadverta a , div.miniadverta a:visited {
	color: #333366;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadverta a:hover, div.miniadverta a:active {
	color:#0066CC;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-left: 10px;
	padding-top: 10px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 5px;	
}
#footerleft ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #ffffff;
	text-decoration: none;
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-left: 10px;
	padding-top: 10px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #330000;
	text-decoration: none;
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/


img {
	border: 0px;
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}
p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #a18456;
	font-weight: bold;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}



  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

div.homeContent {
	margin: 0px;
	padding: 0px;
	background-color: #fdf9e8;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.reservationForm {
	width: 490px;
}
.available {
	background-color: #e8f1ff;
}
.booked {	
	background-color: #f6e0bd;
}
.priceList table th {
	border-top: 2px solid #ffc560;
	border-bottom: 2px solid #ffc560; 
	color: #844233;
	background-color: #f6e0bd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.priceList table td {

	background-color: #ddeafd;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.priceList table {
	border-bottom: 2px solid #ffc560;
}
.availabilityInfo {
	float: left;
	margin-top: 10px;
	margin-right: 100px;
	width: 350px;
}
ul {
	color: #a18456;
	font-weight: bold;
}
ul li {
	margin-top: 5px;
}

	

