/*
	Style sheet for Horsleys
	Last updated: 26/06/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #666;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #d7e9fa;
	width: 100%;
	font-size: 80%; 
	text-align: center;
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 766px;	 
	background-color: #fff;
	text-align: left;
	border: solid 1px #e5e5e5;
	}

#header {
	margin: 0;
	padding: 0;
	height: 98px;
	line-height: 10px;
	}

#sidenavigation {
	width:179px;
	padding:0 10px 0 0;
	/* compensates for IE Win bungling */
	background: #00ac52;
	}
	
#sidenavigationsub {
	width:179px;
	padding:0;
	/* compensates for IE Win bungling */
	height: 100%;
	background: #b6e5cd;
	}


#maincontent	{
	padding: 10px;
	margin: 0;
	width:557px;
	}

#footer {
	clear: both;
	height: 29px;
	margin: 0px;
	padding: 5px 0 5px 0;
	font-size: 85%;
	background:#fff;
	background-image: url('/media/footer_bkgr.gif');
	background-repeat: no-repeat;
	}


td{
	vertical-align: top;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #00ac52;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

ul li {
	padding-bottom:3px;
	list-style-type: square;
	}

ol li {
	padding-bottom:3px;
	list-style-type: decimal;
	}

.small {
	font-size:85%;
	}

#footer p{
	color:#00ac52;
	margin: 8px 5px 0 220px;
	}


.specials {
	color: #6f6f6f;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
	}

strong {
	color: #636363;
	}

.grey{
	color: #666;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #00ac52;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #666;
    }

.specials  a {
	color: #6f6f6f;
	text-decoration: none;
	}


#footer a {	
	text-decoration:underline;
	padding:3px;
	color: #00b75a;
	}

#footer a:hover {	
	text-decoration:none;
	padding:3px;
	background-color: #fff;
	color: #666;
	}

a.sitecredit {
	font-size: 85%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #e8dccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #c6005f;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #c6005f;
	}

.center {  
    text-align: center;
    }

.imgborder{
	border:solid 1px #c6005f;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:95%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color: #00ac52;
	}

label{
	color: #00ac52;
	}

.blurred {
	border: #00ac52 1px solid;
	padding: 2px; 
	background-color: #fff;  
	color: #888;
	}

.focused {
	border: #6197cf 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	color: #666;
	}


#sidenavigation form{
	font-size:85%;
	}

.star {
	vertical-align:top;
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Green Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


.greennav{
	vertical-align: bottom; 
	padding-left: 10px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Navigation */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #sidenavigation li{ 
	text-align: right;  
	list-style: none;
	font-size:85%;
	border-bottom: 1px solid #38be78;
	margin: 9px 0 9px 0;
	padding: 4px 0 3px 0;
	}
	
#sidenavigation a:link, #sidenavigation a:visited{
	margin: 0;
	text-decoration: none;
	color: #fff;
	}	
	
#sidenavigation a:hover {
	text-decoration: underline;
	}	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Navigation Sub */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #sidenavigationsub li{ 
	list-style: none;
	color:#0dad51;
	font-size:85%;
	font-weight: bold;
	text-align: right;
	margin: 0 0 0 -25px;
	padding: 4px 4px 4px 0;
	}
	
#sidenavigationsub a:link, #sidenavigationsub a:visited{
	margin: 0;
	text-decoration: none;
	color: #0dad51;
	}	
	
#sidenavigationsub a:hover {
	text-decoration: underline;
	}	



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
