.navfooter {
padding-top:10px;
padding-bottom:10px;
width:840px;
/*
background: rgb(241,234,227);
*/
}

.navfooter a:link {
color:#ab9154;
}

.content td{
  background-color:rgb(241,234,227);
}

/* the content column also contains the colourful bar */
.content .contentColumn{
  width:650px;
  padding-top:25px;
  padding-left:70px;
  background:white url('images/red-column.jpg') no-repeat top left;
}

.content .contentColumn td{
  background-color:transparent;
}

.contentColumnLeft{
  width:200px;
}

.contentColumnMiddle, .contentColumnRight{
  width:200px;
  padding-left:25px;
}

.image650200{
  position:relative;
  width:650px;
  height:200px;
  margin-right:-450px;
}

.image650200 span{
  position:absolute;
}

.image425275{
  position:relative;
  width:425px;
  height:275px;
  margin-right:-225px;
}

.image425200{
  position:relative;
  width:425px;
  height:200px;
  margin-right:-225px;
}

.image42592{
  position:relative;
  width:425px;
  height:92px;
  margin-right:-225px;
}

.image42535{
  position:relative;
  width:425px;
  height:35px;
  margin-right:-225px;
}

.image42520{
  position:relative;
  width:425px;
  height:20px;
  margin-right:-225px;
}

.image425275 span, .image425200 span, .image42520 span{
  position:absolute;
}

.contactForm{
  width:425px;
  margin-right:-225px;
}

.sideNav_group{
  width:120px;
  background-color:rgb(241,234,227);
}

.sideNav_item{
  font-weight:bold;
  font-size:12px;
  padding:4px;
  background-color:rgb(241,234,227);
  color:rgb(125,133,127);
  border-bottom:1px solid rgb(125,133,127);
}
.sideNav_item a{
  color:rgb(125,133,127);
  display:block;
  width:110px;
}

.sideNav_selected, .sideNav_item a:hover{
  background-color:rgb(241,234,227);
  color:rgb(125,133,127);
}

.tableHeaderRow{
  border-bottom:2px solid #c2a071;
}

.tableBodyRow{
  border-bottom:1px solid #c2a071;
}

.tableHeaderRow *,
.tableBodyRow *{
  font-size: 12px;
}




/* Orb rules follow */

#orb table{
  width:auto;
  margin-left:0;
  margin-right:0;
  border-width:0;
}

#orb fieldset{
  padding:0.5em;
}

#orb .errorMessage{
  color:red;
  font-weight:bold;
}

#orb .errorList{
  color:red;
  font-weight:bold;
  margin-bottom:0.5em;
}

#orb #saveButton{
  text-align:center;
  margin-top:0.5em;
}

#orb #calendars{
  margin-left:auto;
  margin-right:auto;
}

#orb #calendars td{
  text-align:center;
  vertical-align:top;
}

#orb #calendars .calendar table{
  border-collapse:collapse;
  margin:0.5em;
}

#orb #calendars .calendar .date{
  border:1px solid black;
  padding:0.1em;
}

#orb #calendars .calendar .invalidDate{
  color:#999;
}

#orb #calendars .feature{
  padding:0;
  text-align:left;
}

#orb #calendars #arrivalDateSelected, #orb #calendars #departureDateSelected{
  background-color:#f99;
}

#orb .matchingUnit .images{
  float:right;
}

#orb .matchingUnit .images div{
  margin-bottom:0.5em;
}









/* default rules follow */

body {
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size:12px;
}

h1 {
	color: #ab9154;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #873848;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #787878;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

*html ul {
margin-top:15px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.spoton_footer{
font-size:12px;
text-decoration:none;
color:#333333;
}

a {
text-decoration:none;
color:#333333;
}

.navfooter a {
font-size:12px;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

