body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 0.8em;
	line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
	color: #6ebb21;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: underline;
	color: #4caf9b;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 30px auto 0 auto;
}

#header {
	position: relative;
	border-bottom: 8px solid #6ebb21;
	background-color: #ffffff;
	background-image: url(/images/Bowen-therapy-treatment_2.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
}

#header #logo {
	text-indent: -9999px;
}

#header #logo a {
	background-image: url(/images/Lucy-hollick-bowen-therapy-logo_2_6.gif);
	background-repeat: no-repeat;
	display: block;
	width: 215px;
	height: 100px;
	float: left;
}

#header #search-box {
	position: absolute; 
	right: 0; 
	bottom: 0; 
	background-color: #6ebb21; 
	padding: 5px 5px 0 5px;
}

input.text-field, #search-field {
	color: #000000;
	font-size: 0.9em;
	font-style: italic;
	padding: 5px;
}

#header #search-box input.button, #search-button {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 3px 0;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
}

#column-container {background-image: url(/images/column-container-bg.gif);
		background-repeat: repeat-y;}

#content-left {
	width: 180px;
float: left;
background-color: #d3eabc;
}

ul#vertical-nav {
	border-top: 1px solid #ffffff;
	list-style: none !important;
	margin: 0 !important;
}

ul#vertical-nav li {
	background-color: #6ebb21;
	border-bottom: 1px solid #ffffff;
}

ul#vertical-nav li a {
	display: block;
	background-color: #c5ea7f;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 6px;
	padding: 10px 0 10px 15px;
}

ul#vertical-nav li a:hover {
	background-color: #a8d67a;
}

ul#vertical-nav li a.active {
	background-color: #a8d67a;
}

ul#vertical-nav li ul {
	list-style: none !important;
	margin: 0 !important;	
}




#column-container ul#horizontal-nav, #column-container ul#horizontal-nav-secondary {
	background-color: #c5ea7f;
	height: 2.5em;
	overflow: hidden;
}

#column-container ul#horizontal-nav li, #column-container ul#horizontal-nav-secondary li {
	float: left;
}

#column-container ul#horizontal-nav li a, #column-container ul#horizontal-nav-secondary li a {
	background-color: #c5ea7f;
	color: #000000;
	text-decoration: none;
	line-height: 2.5em;
	padding: 0.87em;
}

#column-container ul#horizontal-nav li a:hover, #column-container ul#horizontal-nav-secondary li a:hover {
	background-color: #a8d67a;
}

#column-container ul#horizontal-nav li a.active, #column-container ul#horizontal-nav-secondary li a.active {
	background-color: #a8d67a;
}


#column-container ul#horizontal-nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	margin-left: 0.87em;
	border-top: 1px solid #ffffff;
	z-index: 99;
}

#column-container ul#horizontal-nav li:hover ul, #column-container ul#horizontal-nav li.sfhover ul {
	left: auto;
}

#column-container ul#horizontal-nav li ul li a {
	display: block;
	line-height: normal;
	width: 12.9em;
	padding: 0.87em 0.4em 0.87em 1.7em;
	background-image: url(/images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 0.4em 1.1em;
}




#content-right {
width: 780px;
float: left;
background-color: #ffffff;
}

#content-right ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 1em;
}

#content-right ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 1em;
}

#content-right table {
	margin-bottom: 1em;	
}

#news-column {
	float: left;
	width: 140px; 
	padding: 11px 20px; 
	background-color:#ffffff;
}

#news-column p#title{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#news-column .news-item {
	border-top: 1px solid #ffffff;
	padding: 10px 0;
}

#news-column .news-item a {
	color: #000000;
	text-decoration: none;
}

#news-column .news-item a:hover {
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
	color: #ffffff;
	background-color: ;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

#contact-form {
	background-color: #dddddd;
	border: 1px solid #666666; 
}

.field-title {
	display: block; 
	width: 200px; 
	float: left;
}

input, select {
	border: 1px solid #666666;
}

textarea {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#newsletter-box {
	background-color: #d3eabc;
	padding: 20px 10px;
}

#newsletter-box p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

#newsletter-button {
	background-color: #6EBB21; 
	color: #000000;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 35px;
	height: 2.3em;
	text-align: center;
}

#advert-box {
	background-color: #d3eabc;
	padding: 20px 10px;
}

#slideshow {
	/*background-color: #ffffff;*/	
}