
/*
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: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;}

body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-attachment: fixed;
	background-color: #F4FDE5;
	background-image: url(../Images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.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;
}

.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;
	border: 1px solid #1509B3;
	background-color: #FFFFFF;
}

#page_header {
	height: 180px;
	clear: both;
	background-color: #000000;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#page_header h1, #page_header h2 {
  	font-weight: bold;
	font-size:.8125em;
	letter-spacing: 2px;
	color: #ffffff;
	margin-left:25px;
	padding: 0px;
	margin-top: 0px;
}

/*
#page_header h1 {
  font-size:2.0em;
  letter-spacing: -1px;
}
*/


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

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

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

#No_Script {
	background-color:#ee0000;
	color:#ffffff;
	padding:4px;
	font-size:0.75em;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#left_sideindex {
  margin-top:5px;
  float: left;
  width:160px;
}

#left_sideindex h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-size: .875em;
  color: #FD5200;
  padding:4px;
  border: 1px solid #A3D0E7;
  background-color:#F4FDE5;
}

#left_sideindex p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 0.75em;
  color: #666666;
  line-height: 1.125em;
  padding-left:4px;
}
 
#right_sideindex {
  float: right;
  width:540px;
}

#right_sideindex h2, 
#right_sideindex h3 {
  color: #FD5200;
  margin-top:0px;
  margin-bottom:10px;
  font-size: 1.125em;
  padding:4px;
  border-bottom: 1px solid #1509B3;
  clear:both;
}

#right_sideindex p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 0.75em;
  color: #666666;
  line-height: 1.25em;
  padding-left:4px;
}

#right_sideindex li {
  font-size: 0.75em;
}

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

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

.feature_box {
  background-color: #F6FCEC;
  border:1px solid #A3D0E7;
  padding:10px;
  margin:10px;
}

.feature_box_right {
  float:right;
}

.feature_box_left {
  float:left;
}

.feature_box_small {
  width:250px;
}

.feature_box_medium {
  width:350px;
}

.feature_box_large {
  width:514px;
  padding-left:0px;
  margin-left:4px;
}

.feature_box_scrolling {
	height:240px;
	overflow:auto;
}

.feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-size: 0.75em;
  color: #1509B3;
}

.feature_box p {
  font-size: 0.6875em;
  color: #555555;
  line-height: 1em;
  margin-bottom:5px;
}

#page_footer {
  height: 130px;
  background-color: #F6FCEC;
  clear: both;
}

#page_footer p {
  padding-top:6px;
  text-align: center;
  font-size: 0.6875em;
  color: #1509B3;
  letter-spacing:1px;
}

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

#thin_spacer {
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../Images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-size: 0.75em;
  line-height:1.25em;
}

/* 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;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}	


/* This set of styles are used to provide article summaries on the index page */

.article {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.article_image_area {
	float:left;
	width:25%;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.article_summary {
	float:right;
	width:70%;
	padding-right: 5px;
	margin-top: 10px;
}

/* 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: #660000;
	  	}
	
	#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}

