body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c18a62;
	color: #64341e;
	margin: 24px 24px;
	padding: 0;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
div.body{
	position: absolute;
	left: 4px; /* match body margin */
	top: 300px; /* allow space for dropdown menus- dont work with overlap */
}
/* error handling from rails scaffold.css */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/* end error handling */

div.body h1{
	margin-left: 22px;
	margin-bottom: 8px;
}

div.mixed-content-column{
	float: left;
	width: 365px; /* this is a compromise to allow konqueror to work; it is a little too narrow for most other browsers - and IE6 adds an extra left margin in any case. Need to sort better, but note behavious in IE6/7/Safari/Firefox all different - havent tried Opera yet */
	border: 1px solid #bd4a21;
	padding: 5px;
	margin-left: 20px; 
}
div.single-column{
	float: left;
	width: 700px;
	padding: 5px;
	margin-left: 50px;
}
div.single-column h1, div.mixed-content-column h1{
	margin-left: 0;
	margin-bottom: 8px;
}
table.facilities{
	border: 1px solid #72582e;
/*	border-collapse: collapse; */
	font-family: Arial, Helvetica, sans-serif;
}
table.facilities td, table.facilities th{
	border: 1px dashed green;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.address, .phonelist{
	display: block;
	background-color: #ccc;	
	margin-left: 10px;
	padding-left: 10px;
	width: 20em;
}
.address .name, .address .address1, .address .city, .address .county, .address .country, .address .postcode, .phonelist .phone{
	display: block;
	font-weight: 600;
}

.phone .description{
	font-weight: 600;
}
.phone .number{
}
.error-message{
	font-weight: bold;
	color: #400;
}
.reference p {
	display: block;
	background-color: #c72;	
	margin-left: 10px;
	padding-left: 10px;
	font-style: italic;
	font-size: 120%;
	color: #310;
}
.reference .referree{
	font-weight: bold;
	color: #400;
}
.reference .referral_date{
	font-weight: bold;
	color: #400;
}
	
dl {
 margin: 0;
 padding: 0;
}

dt {
 clear: both; /* allow for floating images within dd */
 margin: 1em 0 0 0;
 padding: 0;
 font-weight: bold;
 background-color: #D19a72;
}

dd {
 margin: 1em 0 0 0;
 padding: 0;
}

div.pullbox{
	float:right;
	width: 300px;
	color: #68481e;
	border: solid #64341e;
	border-width: 7px 0;
	font: 1em Helvetica, Arial, Verdana, sans serif;
	padding: 3px 20px;
	margin: 3px 7px;
}
div.pullbox img{
	float: right;
}
span.pageset{
	float: right;
	font-style: italic;
	font-weight: bold;
}
span.pageset a{
	font-style: normal;
}
/* rails notices in flash */
div#notice{
	border: 2px solid red;
	padding: 10px;
	margin: 10px 5px;
	font-weight: bold;
	width: 700px;
}
