/* This style appears in the 'body' tag and styles the entire site- this must not be altered */
.margins {
	width: 100%;
	}
/* this contains and styles the header of the page */
.header { 
 	height: 150px;
	background-color: #fff;
	border-bottom: 1px solid #333;
}

/* This holds the navigation menu */
.menubar {
	display: none;
	}
/* This styles the main content of each page */
.center {
	margin: 0; 
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #000;
	background: #FFF;
	line-height: 120%;
	}
#centerwithleft { 
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #000;
	background: #FFF;
	line-height: 120%;
	}
#centerwithleftandright {
	margin: 0 20% 0 20%; 
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #000;
	background: #FFF;
	line-height: 120%;
	}
#left {
	display: none;
	}
#right {
	margin: 10px 5px 0 0;
	width: 18%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFF;
	float: right;
	}
/* this styles the footer of each page wherethe links to text size changer, site map etc live */
.footer {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #000; 
	background-color: #DEEFDD;
	padding: 10px;
	margin: 0;
}
#categories {
	border-bottom: 1px solid #333;
	background-color: #fff;
	background-image: url(images/category-fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	}
#categories ul {
	display: inline;
	margin: 0;
}
#categories li {
	list-style: none;
	display: inline;
	margin: 0;
}
#categories a:link {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#categories a:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#categories a:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#categories a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}
.clearnav {
	clear: both;
	}

#wrap {
	background-color: #fff;
	padding: 3% 0 3% 0;
	}
/* these are the colours which surround the main content of each page */
#wraphome {
	background-color: #FFF;
	padding: 0 0 2% 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	}
/* -------------------------------- */
#clear {
	clear: both;
	}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	color: #000;
	margin-top: 2px;
	padding: 5px; 
}

p.pmarginnone {
	margin-top: 0;
	}
h2.h2marginnone dd {
	margin-bottom: 0;
	color: #054E00;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	}
p.pmarginnone dd{
	margin-top: 0;
	}
/* Internet Explorer Hack for version 6 */
.iefix {
height: 1%
}
html>body .iefix {
height: auto
}
/* Places and styles images within the main content */
.img-right {
	float: right;
	padding: 0px;
	text-align: center;
	margin: 10px 10px 5px 10px;
}

.centerimg {
	text-align: center;
}
/* --------------- Hide ----------------*/
#skip {
position:absolute; 
left:-9000px;
top:0; 
z-index:20
}
/* ---------- Link style Red in color used for bread crumb trail -----------*/
a.seed:link {
	color: #F00;
	background: transparent;
	text-decoration: underline;
}
a.seed:visited {
	color: #F00;
	background: transparent;
	text-decoration: underline;
}
a.seed:hover {
	color: #F00;
	background: transparent;
	text-decoration: none;
}
a.seed:active {
	color: #F00;
	background: transparent;
	text-decoration: none;
}
/* Link style, black in colour, used for links in the footer - can also be used for any links within the main content */
a.normal:link {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a.normal:visited {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a.normal:hover {
	color: #000;
	background: transparent;
	text-decoration: none;
}
a.normal:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}
/* Seed Link */
a.seed:link {
	color: #054e00;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}
a.seed:visited {
	color: #054e00;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}
a.seed:hover {
	color: #054e00;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
a.seed:active {
	color: #054e00;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
/* Red text style - used for 'non-links' in the bread crumb trail */
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	}
#footer hr {
	width: 60%;
	}
.centerit {
	text-align: center;
	}
.greenboldtext {
	color: #054e00;
	font-weight: bold;
	font-size: 110%;
	}
.float-r {
	float: right;
	}
.float-l {
	float: left;
	}
	/* log in form */
form#loginform label{
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 170px;
	margin-bottom: 10px;
	padding-right: 20px;
}
	
form#loginform input {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#loginform select {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 170px;
	margin-bottom: 10px;
	padding-right: 20px;
}
form#loginform br {
	clear: left;
}
/* Contact form */
form#contactform label{
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 180px;
	margin-bottom: 10px;
	padding-right: 20px;
}
	
form#contactform input {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#contactform select {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 170px;
	margin-bottom: 10px;
	padding-right: 20px;
}
form#contactform legend {
	padding: 0 5px 0 5px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
form#contactform fieldset {
	margin-right: 2%;
}
form#contactform br {
	clear: left;
}

/* Registration form */
form#registerform label{
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 180px;
	margin-bottom: 10px;
	padding-right: 20px;
}
	
form#registerform input {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#registerform select {
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 20px;
}
form#registerform legend {
	padding: 0 5px 0 5px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
form#registerform fieldset {
	margin-right: 2%;
}
form#registerform br {
	clear: left;
}

/* form stuff for search box */
form#searchy {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 75%;
	}
form#searchy select, input {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* No border (funnily enough!) */
.noborder {
	border: none;
	}
/* Rotating Image */
#rotatingimage {
	display: none;
}	
/*Rounded boxes for business listings */
dl.curved {
	background: #63DE42  url(images/testcorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curved dt {
	background: transparent url(images/testcorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 10px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
dl.curved dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curved dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curved dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.ad-img {
	float: right;
	padding: 1px;
	margin-right: 5px;
	background-color: #fff;
	}
/* left navigation for Sefton */
dl.curvedseftonnav {
	background: #9496C3  url(images/seftoncorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedseftonnav dt {
	background: transparent url(images/seftoncorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.lefnavsubloc{
	font-size:100%;
}

dl.curvedseftonnav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedseftonnav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedseftonnav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.seftonnav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #DEDEEF;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
a.normalnav:link {
	color: #000;
	background: transparent;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 10px;
}
a.normalnav:visited {
	color: #000;
	background: transparent;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 10px;
}
a.normalnav:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 10px;
}
a.normalnav:active {
	color: #000;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 10px;
}
/* Left nav for pages NOT borough specific */
dl.curvedrandomnav {
	background: #63DE42  url(images/testcorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedrandomnav dt {
	background: transparent url(images/testcorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedrandomnav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedrandomnav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedrandomnav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.randomnav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.randomnav a:hover {
	background-color: #DEEFDD;
	} 
/* Left nav for Lancashire */
dl.curvedlancashirenav {
	background: #2AA080  url(images/lancashirecorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedlancashirenav dt {
	background: transparent url(images/lancashirecorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedlancashirenav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedlancashirenav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedlancashirenav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.lancashirenav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #87D9C1;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.lancashirenav a:hover {
	background-color: #FFF;
	} 
/* Left nav for Cheshire */
dl.curvedcheshirenav {
	background: #ECC54F  url(images/cheshirecorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedcheshirenav dt {
	background: transparent url(images/cheshirecorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedcheshirenav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedcheshirenav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedcheshirenav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.cheshirenav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #FDE197;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.cheshirenav a:hover {
	background-color: #FFF;
	} 
/* Left nav for Wirral */
dl.curvedwirralnav {
	background: #279BEC  url(images/wirralcorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedwirralnav dt {
	background: transparent url(images/wirralcorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedwirralnav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedwirralnav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedwirralnav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.wirralnav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #BBE1FB;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.wirralnav a:hover {
	background-color: #FFF;
	} 
/* Left nav for Knowsley */
dl.curvedknowsleynav {
	background: #D8584F  url(images/knowsleycorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedknowsleynav dt {
	background: transparent url(images/knowsleycorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedknowsleynav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedknowsleynav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedknowsleynav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.knowsleynav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #F6D9D8;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.knowsleynav a:hover {
	background-color: #FFF;
	}
/* Left nav for St Helens */
dl.curvedsthelensnav {
	background: #8FC198  url(images/sthelenscorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedsthelensnav dt {
	background: transparent url(images/sthelenscorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedsthelensnav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedsthelensnav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedsthelensnav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.sthelensnav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #F1F9F2;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.sthelensnav a:hover {
	background-color: #FFF;
	} 
/* Left nav for Liverpool */
dl.curvedliverpoolnav {
	background: #EFE78C  url(images/liverpoolcorner1.gif) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedliverpoolnav dt {
	background: transparent url(images/liverpoolcorner2.gif) top right no-repeat; 
	padding: 5px 0px 2px 0px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
dl.curvedliverpoolnav dd {
	background: #DEEFDD url(images/testcorner3.gif) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedliverpoolnav dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedliverpoolenav dd p.last {
	background: transparent url(images/testcorner4.gif) bottom right no-repeat; 
}
.liverpoolnav {
    display: block;
	margin-bottom: 3px;
	margin-left: -2em;
	width: 100%;
	color: #000;
	background-color: #F9F6D1;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	list-style: none;
	}
.liverpoolnav a:hover {
	background-color: #FFF;
	} 
/*Rounded boxes for business listings */
dl.curvedfree {
	background: #FFF0AA url(images/free-ad-corner1.jpg) top left no-repeat; 
	margin: 5px; 
	padding: 0; 
	width: 98%;
}
dl.curvedfree dt {
	background: transparent url(images/free-ad-corner2.jpg) top right no-repeat; 
	padding: 5px 0px 2px 10px; 
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
dl.curvedfree dd {
	background: #FEF8E2 url(images/free-ad-corner3.jpg) bottom left no-repeat; 
	padding: 10px 0 0 10px; 
	margin: 0;
	
}
dl.curvedfree dd p {
	margin: 0; 
	padding: 10px; 
	line-height: 1.3em;
}
dl.curvedfree dd p.last {
	background: transparent url(images/free-ad-corner4.jpg) bottom right no-repeat; 
}
#clearbottom {
	clear: both;
	}
.buttonfontsize {
	font-size: 100%;
	}

.listpadding {
	padding-top: 10px;
	}
.boldred {
	color: #f00;
	font-weight: bold;
	} .leftnavsubloc {
	font-size: 80%;
}
h2 {

	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	color: #000;
	margin-top: 2px;
	padding: 5px;
}
h2.home {

	font-family: verdana, arial, sans-serif;
	font-size: 130%;
	color: #000;
	margin-top: 10px;
	padding: 3px; 
    background-image: url(images/h1-home-35.gif);
	background-color: #fff;
	background-position: top;
	background-repeat: repeat-x;
}
.feature {
	border: 1px solid #2B9C21;
	text-align: center;
	padding: 5px 3px 3px 3px;
	margin-bottom: 7px;
	background-color: #DEEFDD;
	font-size: 85%;
	}
.featureimg {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #808080;
	width: 60%;
	}