@charset "utf-8";
/* CSS Document */

h1 {
	color: #003366;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color: #003366;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bannertext {font-size: 3.5em;
		color:#003366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;	
		}
.bluetextbold{
	color: #003366;
	font-size: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bluetext {
	color:#003366;
	font-size: 0.69em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bluetextbold{
	color: #003366;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.whitelargetextbold{
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bluebodytext{
	color:#003366;
	line-height: 1.5em;
	font-size: 1.1em;		
}
.bluebodytextBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;		
}
.whitebodytext{
	color:#FFFFFF;
	line-height: 1.5em;
	font-size: 1.1em;		
}
.blueUnderline{
	color:#003366;
	line-height: 1.5em;
	font-size: 1.1em;		
	text-decoration: underline;
}
.blueLink {
	color:#003366;
	text-decoration: none;
}
.blueLink:link {
	color:#003366;
	text-decoration: none;
}
.blueLink:visited {
	color:#003366;
	text-decoration: none;
}
.blueLink:hover {
	color:#003366;
	text-decoration:underline;
}
.blueLink:active {
	color:#003366;
	text-decoration: none;
}
.smallbluelink {
 	text-decoration: none;
	color:#003366;
}
.smallwhitelink {
 	text-decoration: none;
	color:#FFFFFF;
}
/*menu*/
#menu {
	clear: both;
	height: 25px;
	list-style: none;
	background-color: #0E004D;
	background-image:url(/images/tel_no.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menu li {
	display: inline;
	padding: 0 15px 0 15px;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	background-color: transparent;
	padding: 0;
	margin: 2px 0 0 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	color: #0066cc;
}
#menu a:active {
	color: #FFFFFF;
}
#menu.home a.home, #menu.details a.details, #menu.location a.location, #menu.contact-us a.contact-us{
	color: #FFFFFF;
}

#bulletlist{
	list-style-image: url(/images/logos/tameside_small_logo.gif);
	font-size: 1.1em;
	color:#FFFFFF;
	line-height: 1.7em;
	margin-left: 0;
}
.smallbluetext {
	color:#336699;
	}
.error {
	font-size: 0.8em;
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
