/* CSS Document */

body {
	margin: 0px;
	color: #808284;
	background: url(../images/background.jpg) top left;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	/* margin-top: 30px; */
}

.midTable {
	background-image: url(../images/table-background2.jpg);
	background-repeat: no-repeat;
	background-color:#c9c9c9; 
	text-align: center;
	height: 757px;
	vertical-align: middle;
}
.headerText {
    color: #2a316a;
	font-size: 36px;
	text-align: right;
	margin-top: 16px;
}
.hmlText {
	font-size: 26px;
	text-align: left;
	color: #0092c1;
	line-height: 20px;
}
.notHmlText {
	font-size: 26px;
	text-align: left;
	color: #2a316a;
	line-height: 20px;
}
.hmlTextSmall {
	font-size: 12px;
	text-align: left;
	color: #0092c1;
	font-weight: bold;
}
.notHmlTextSmall {
	font-size: 12px;
	text-align: left;
	color: #2a316a;
	font-weight: bold;
}
.textBoxHawksworth {
	color: #808284;
	background-image: url(../images/hawksworth-box-back.gif);
	width: 349px;
	height: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align:justify;
}
.textBoxAndertons {
	color: #808284;
	background-image: url(../images/andertons-box-back.gif);
	width: 349px;
	height: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align:justify;
}
.textBoxShaw {
	color: #808284;
	background-image: url(../images/shaw-box-back.gif);
	width: 349px;
	height: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align:justify;
}
.textBoxMandells {
	color: #808284;
	background-image: url(../images/mandells-box-back.gif);
	width: 349px;
	height: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align:justify;
}
.textBoxHathaways {
	color: #808284;
	background-image: url(../images/mandells-box-back.gif);
	width: 349px;
	height: 212px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align:justify;
}
.textAboveMap {
	text-align:justify;
	margin-left: 20px;
	margin-right: 10px;
	margin-top:6px;
}
.postcodeBox {
	float: left;
	width: 100px;
	height: 200px;
	overflow: auto;
	visibility:hidden;
}
.footerText {
	font-size: 13px;
	text-align: center;
	color: #808284;
	font-weight: bold;
	height:20px;
	padding-top:20px;
	margin-bottom:15px;
}
.footerSubText {
	font-size: 13px;
	text-align: right;
	background-color:#c9c9c9;
	color:#FFFFFF;
}

a:link {
	color:#808284;
	text-decoration: none;
}
a:visited {
	color:#808284;
	text-decoration: none;
}
a:visited:hover {
	color: #0092c1;
	text-decoration: none;
}
a:hover {
	color: #0092c1;
	text-decoration: none;
}
a:active {
	color: #808284;
	text-decoration: none;
}

.footerSubText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.footerSubText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color: #0092c1;
	text-decoration: none;
}
.footerSubText a:hover {
	color: #0092c1;
	text-decoration: none;
}
.footerSubText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

