@charset "UTF-8";
/* CSS Document */

html{
margin-bottom: 1px;
height: 100%;
}

a {color: #7DC48D;
	text-decoration: none;}
	
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
}

img {border: none;}

#container {
	width: 972px;
	margin: 0 auto;
	}

/* header */

#header {}
	
#header_top {}

#logoholder {
	float: left;
	}
	
#search {
	margin-top: 20px;
	margin-right: 3px;
	float: right;
	}

.textfield {
	border: 1px solid #B2B2B2;
	height: 24px;
	width: 200px;
	}
	
input {margin: 0px;}
	
#header_bottom {
	clear: both;
	}


/* content panels */

#content_left {
	width: 240px;
	float: left;
	margin-top: 70px;
	}

#content_main {
	width: 380px;
	margin-left: 56px;
	margin-right: 56px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.95em;
	margin-top: 40px;
	}

#content_right {
	width: 240px;
	float: left;
	font-size: 0.95em;
	margin-top: 40px;
	}
	
h2 {
	font-weight: normal;
	font-size: 13px;
	color: #000;
}

hr {
	border: none;
	color:#FFF;
	border-bottom: 1px solid #7DC48D;
	}

#content_left hr {
	margin-bottom: -12px;
	}
	
#content_main ul {
	margin-left: -15px;
	}
	
#content_main li {
	list-style-image: url(../images/bulletpoint.gif);
	}

#content_right p {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

#content_right a, a:active, a:visited {
	color: #666;
	text-decoration: none;
	}
	
#content_right a:hover {
	color: #7DC48D;
	text-decoration: none;
	}

#content_right .findacentre {
	margin-top: 30px;
	display: block;
	width: 204px;
	height: 14px;
	background: url(../images/find_a_centre.png) top left no-repeat;
	text-transform: uppercase;
	padding: 18px;
	color: #999;
	}

/* footer */

#footer {
	height: 75px;
	width: 972px;
	padding: 0;
	padding-top: 15px;
	margin: 0 auto;
	color: #666;
	background: url(../images/footer_bg.gif) left top repeat-x;
	font-size: 0.95em;
	}


.footer_right {
	float: right;
	}

#footer a, a:active, a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ccc;
	text-decoration: none;
	}

.clearer {clear: both;}


/* header panels */

h1.tolestext {
	text-indent: -999999px;
	}

#column1 {
	width: 240px;
	height: 232px;
	margin-right: 3px;
	background: url(../images/toles_black_square.png) top left no-repeat;
	float: left;
	}

#column2 {
	margin-right: 3px;
	float: left;
	}

#column3 {
	margin-right: 3px;
	float: left;
	}

#column4 {
	float: left;
	}

/*image gallery code*/

.pics { height: 232px; width: 240px; padding:0; margin:0; overflow: hidden }
.pics img { height: 232px; width: 240px; padding: 0px; border: 0px; top:0; left:0 }

/* side menu */





ul.menu-top {
	margin-left: -40px;
	}

ul.menu-top li {
	list-style: none;
	line-height: 30px;
	border-bottom: 1px solid #7DC48D;
	}
	
ul.menu-top a, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	}
	
ul.menu-top a:hover {
	color: #7DC48D;
	text-decoration: none;
	}

ul.menu-top li ul li {
	list-style-image: url(../images/arrow_white.gif);
	border-bottom: 1px solid #ffffff;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	}
	
	
ul.menu-top li ul li  a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
	
ul.menu-top li ul li  a, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
