/*
Based upon the 'fruitopia' template provided via http://www.free-css-templates.co.uk/free-templates.php
and amended by M&G Web Designs for use in the Stonecrop 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/
*/

/* SG 25/1/2008 All font-sizes and line-heights changed to em nits for usability/font resizing via browsers
*/

* {   font-family: "Comic Sans MS";}

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

A:link {
	COLOR: #E71856; text-decoration: none
}
A:visited {
	COLOR: #E71856; text-decoration: none
}
A:active {
	COLOR: #E71856; text-decoration: none
}
A:hover {
	COLOR: #E71856; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../Images/content_bg.jpg') top right repeat-y;
  border: 1px solid #018843;
}

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

#page_header h1 {
  margin: 0px;
  padding-top:10px;
  padding-left:25px;
  /*font-size:32px;*/
  font-size:2em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  /*font-size:13px;*/
  font-size:0.8125em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#leftheader {
	float:left;
}

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

#menu_bar {
  height:60px;
  background: #FFFFFF url('../Images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: White;
	float: left;
	width: 100%;
	/*font-size:14px;*/
	font-size:0.875em;
	font-weight: bold;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #F986CE url('../Images/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #F986CE url('../Images/menu_hover_bg.gif') top left repeat-x;
  color: #E71856;
}

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

#right_sideindex {
  margin-top:5px;
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}

#right_sideindex h3 {
  margin-top:0px;
  margin-bottom:10px;
  /*font-size:14px;*/
  font-size:0.875em;
  color: #E71856;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

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

#left_sideindex {
  float: right;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side {
  float: left;
  width:730px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  /*font-size: 18px;*/
  font-size: 1.125em;
  color: #E71856;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  /*font-size: 12px;*/
  font-size: 0.75em;
  color: #666666;
  /*line-height: 18px;*/
  line-height: 1.125em;
  padding-left:4px;
}

#left_side li {
  /*font-size: 12px;*/
  font-size: 0.75em;
}

#left_sideindex h3 {
  margin-top:0px;
  margin-bottom:10px;
  /*font-size: 18px;*/
  font-size: 1.125em;
  color: #E71856;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_sideindex p {
  margin-top:0px;
  margin-bottom:15px;
  /*font-size: 12px;*/
  font-size: 0.75em;
  color: #666666;
  /*line-height: 18px;*/
  line-height: 1.125em;
  padding-left:4px;
}

#left_sideindex li {
  /*font-size: 12px;*/
  font-size: 0.75em;
}

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

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

.float_left_header {
  float: left;
  margin-left: 25px;
}

#feature_box {
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

.feature_box_right {
  float:right;
}


.feature_box_left {
  float:left;
}

.feature_box_small {
  width:250px;
}

.feature_box_medium {
  width:350px;
}

.feature_box_large {
  width:450px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  /*font-size: 12px;*/
  font-size: 0.75em;
  color: #779E28;
}

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

#page_footer {
  height: 100px;
  background-color: #99CC33;
  clear: both;
}

#page_footer p {
  padding-top:6px;
  text-align: center;
  /*font-size: 11px;*/
  font-size: 0.6875em;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  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: 11px;*/
  font-size: 0.75em;
  /*line-height: 18px;*/
  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 #AAE5A4;
	/*font-size:14px;*/
	font-size:0.875em;
	font-family: "Comic Sans MS";
}	

