@import url(layout.css);
@import url(navigation.css);

html {
	width: 800px;
}

body {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 800px;
}

h1 {
	color: #79B04C;
	font-size: 250%;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1.heading_blue {
	color: #408F00;
}

h2 {
	color: #79B04C;
	font-size: 150%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px 20px 15px 0px;
}

p.paragraph_blue {
	color: #408F00;
}

a, a:visited {
	color: #79B04C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.image_logo {
	position: absolute;
	left: 38px;
	top: 10px;
}

.blackBorder {
	width: 100%;
	border: 1px solid black;
}

a.linkPageContent, a.linkPageContent:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.linkPageContent:hover {
	text-decoration: underline;
}

.register_interest {
	position: absolute;
	left: 42px;
	top: 182px;	
	z-index: 2;
}

.image_left_column {
	position: absolute;
	left: 42px;
	top: 220px;
}

.main_content_column {
	position: absolute;
	left: 215px;
	top: 182px;
	width: 450px;
	font-size: 80%;
}

.main_content_column_case_study {
	position: absolute;
	left: 215px;
	top: 182px;
	width: 570px;
	font-size: 80%;
}

.pageContent {
	min-height: 398px;
	_height: 398px;
}

.alert {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	color: #FF0000;
}

.right_column {
	position: absolute;
	left: 660px;
	top: 182px;
	width: 125px;
}

div.txtCopyRight {
	float: left;
	text-align: left;
	font-size: 85%;
}

div.townBox {
	color: #79B04C;
	font-size: 150%;
	float: left;
	width: 450px;
	padding: 10px 0px 5px 0px;
}

a.townName {
	font-weight: normal;
}

div.solicitorBox {
	width: 130px;
	height: 150px;
	float: left;
	padding: 5px 5px 15px 5px;
	margin: 0px 5px 5px 0px;
	border: 1px solid black;
}

div.solicitorFirm {
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.text_solicitor_list {
	font-size: 80%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

#right_column a {
	color: #79B04C;
	text-decoration: none;
	font-size: smaller;
}

#right_column a:hover {
	text-decoration: underline;
}

.accessibility_content {
	width: 450px;
	position: absolute;
	left: 215px;
	top: 185px;
	font-size: 80%;
}

.back2top {
	float: left;
	width: 440px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

.contactDetails {
	font-weight: bold;
	font-size: 150%;
}

sup {
	font-size: 80%;
}

p.footnote {
	font-size: 80%;
}

img.imgRight {
	margin: 0px 0px 15px 15px;
}

p.quote {
	padding: 0px;
	margin: 5px 0px 5px 5px;
	font-size: 60%;
}

p.quoteDet {
	padding: 0px;
	margin: 5px 0px 5px 5px;
	font-size: 75%;
	font-weight: bold;
}

p.coming_soon {
	text-align: center;
	color: red;
	font-weight: bold;
	padding: 30px 0px;
}

.asterisk {
	color: #FF3300;
	font-weigth: bold;
	font-size: 160%;
}

#notAvailable {
	margin: 0px 0px 300px 0px;
}

td.error1 {
	color: #FF0033;
	font-weight: bold;
}

div.row {
	float: left;
}