
/*
Based upon the 'fruitopia' template provided via http://www.free-css-templates.co.uk/free-templates.php
and amended by Steve Gibbon for use in the KWSC web site
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

* {   	font-family: Arial, Helvetica, sans-serif;}

body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px; 
  text-align: left;
}

#page_header {
	height: 150px;
	clear: both;
	background-image: url(../Images/Banner-Gif6.gif);
	/* background-image: url(../Images/Banner-Gif2.gif); */
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
	width: auto;
}

#page_header h1, #page_header h2 {
	font-size:0.8125em;
	color: #ffffff;
	margin-left:25px;
	padding: 0px;
	margin-top: 0px;
}

#page_header h1 {
	font-size:2.0em;
	margin-top: 15px;
	font-style: italic;
}

page_header h1 a, #page_header h1 a:hover, #page_header h1 a:link, #page_header h1 a:visited{
	color: #ffffff;
	text-decoration:none
}

#leftheader {
	float:left;
	width:60%;
}

#leftheader img {
	padding-left:25px;
	border:none
}

#rightheader {
	float:right;
	width:40%;
	text-align:right;
}

#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_half, #gallery_content_quarter, #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_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;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#page_footer {
	height: 20px;
	background: #eee;
	clear: both;
}

#page_footer p {
  padding-top:5px;
  text-align: center;
  font-size: 0.5em;
  color: #1509B3;
}

#spacer {
  height:20px;
  clear:both;
}

#thin_spacer {
  clear:both;
}

/* This set of styles puts the background colour in the form boxes */
  
input, textarea, select, option { /* normal box appearance */
	background-color: #F6FCEC;
	border:1px solid #A3D0E7;
	font-size: 0.875em;
}

.label { /* the format for the abels (questions) for each form field) */
  font-size: 1.0em;
  color: #ffffff;
  line-height: 1.25em;
  padding-left:4px;
}

/**************** menu coding *****************/
#menu {
	width: 100%;
	float: left;
	text-align:center;
	margin:0;
	padding:0;
}

#menu ul {
	list-style: none;
	clear: both;
	float: left;
	width:100%;
	margin:0;
	padding:0;
}

#menu ul li{
	width: 14%; /* enough for 7 menu buttons */
	display: inline;
	float: left;
	text-align:center;
}

#menu a {
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: bold;
    line-height: 1.0em;
	text-align:center;
}

#menu ul li a {
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover {
  color: #0000CC;
}