/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* was 13 px */
	color: #B1C0C7;
	background-color: #797fa1; /* #727797;  #204886; */
	background-image: url(../Images/01img%20trial.jpg);
	background-repeat: repeat-x;
}

.skiptocontent { /* for CSS browsers hides this link, for text only browsers or with CSS off it should appear OK */
	font-size: 0em;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
	visibility:hidden;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: 4px solid #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

.right {
	float:right;
}

.clearboth {clear:both}

/* Header */

#wrapper {
	width:852px;
	margin: 0 auto;
  	background-image: url(../Images/Header-Right.gif);
	background-repeat: no-repeat;
	background-position: right 15px; /* GETS INHERITED NEED TO 'CANCEL' */
}


#header {
	height: 120px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
}

#logo {
	width: 282px;
}

#logo h1, #logo p {
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:normal;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 3em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
}

/* Menu */

#menu {
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	height: 40px;
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 40px;
	color: #000000;
	background-image: url(../Images/img16.gif);
	background-repeat: repeat-x;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background-image: url(../Images/img16.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 852px;
	margin: 0 auto;
	background-image: url(../Images/img03.jpg);
}

#pagebg {
	background-image: url(../Images/img06.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 26px 20px 20px 46px;
	background-image: url(../Images/img05.jpg);
	background-repeat: no-repeat;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #748AAF;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: right;
	width: 474px;
	padding: 26px 46px 20px 26px;
	background-image: url(../Images/img04.jpg);
	background-repeat: no-repeat;
}

.post {
}

.post .title {
	padding-top: 20px;
	text-align: center;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
	text-align: center;
	text-transform: uppercase;
	color: #849AC1;
}

.post .meta a {
	text-decoration: none;
	color: #B1C0C7;
}

.post .meta a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #797fa1; /* #727797; #204886; */
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #CFA39D;
}

#footer a {
	color: #CFA39D;
}

/* from Dan Cederholms excellent book - Web Standards Solutions */
/* This first group manage the form presentation */
	
	#fig5_14 #enquiryform {
	  	font-family: Georgia, serif;
	  	font-size: 1em; /* was 12px */
	  	color: #999;
	  	}
	
	#fig5_14 #enquiryform label {
	  	font-family: Verdana, sans-serif;
	  	font-weight: bold;
	  	color: #ffffff;
	  	}
	
	#fig5_14 #enquiryform fieldset {
		border: 1px solid #ccc;
		padding: 0 20px;
		}
	
	#fig5_14 #enquiryform legend {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #eee;
		border: 1px solid #ccc;
		border-bottom-color: #999;
		border-right-color: #999;
		padding: 4px 8px;
		}

	#fig5_14 #name, #fig5_14 #Email_address, #fig5_14 #Comments {
		width:300px;
		}

	.form_error {
		color: #FF0000;		
	}
	
/* This is for the mandatory fields */		
	.style1 {color: #FF0000}


.spacer {
  height:20px;
  clear:both;
}

.thin_spacer {
  clear:both;
}


#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  float: left;
  background-color:#000000;
}

#content_wrapper h2, 
#content_wrapper h3 {
  color: #F2F737;
  margin-top:0px;
  margin-bottom:10px;
  font-size: 1.125em;
  padding:4px;
  clear:both;
  border-bottom: 1px solid #ffffff;
}

#content_wrapper p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 1.0em;
  color: #ffffff;
  line-height: 1.25em;
  padding-left:4px;
}

.gallery_content_full p, .gallery_content_half p, .gallery_content_quarter p, .gallery_content_third p {
  text-align:center;
}

.gallery_inner_content {
	/* might need to use this to wrap the image boxes up with and centre the whole thing on the gallery_content_wrapper space */
	/* background-color:#000000; */
	width:100%;
	margin:auto;
}

.gallery_content_full {
	float:left;
	margin: 0 auto;
	width:100% 
}
.gallery_content_half {
	float:left;
	padding:5px;
	width:46%; /*needs tweaking - 50% overlaps the 4th image to the next line - box model issue? */
}


.gallery_content_quarter {
	float:left;
	padding:5px;
	width:23%; /*needs tweaking - 25% overlaps the 4th image to the next line - box model issue? */
}

.gallery_content_third {
	float:left;
	padding:5px;
	width:31%; /*needs tweaking - 32% overlaps the 3rd image to the next line - box model issue? */
}

.gallery_img {
	padding:10px;
	clear:both;
}

.gallery_img img, .gallery_content_quarter img {
	border:1px solid #FFFFFF;
	/* the next two lines automatically centre the image within the gallery_img div */
	display:block;
	margin:auto;
}

#content_wrapper ul li {
	font-size: 1.0em;
	list-style-type: none;
	text-align:left;
	display:inline;
	float:left;
	width:120px;
}

#content_wrapper ul li a:link, #content_wrapper p a:link {
  color: #F2F737;
  text-decoration:underline;
}

#content_wrapper ul li a:hover, #content_wrapper ul li a:visited,
#content_wrapper p a:hover, #content_wrapper p a:visited {
	color: #0000CC;
	text-decoration:underline;
}

.gallery_content_quarter a:link, .gallery_content_quarter a:hover,.gallery_content_quarter a:visited {
	text-decoration:none;
}


