body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
}
* {margin: 0px; padding: 0xp; border: 0px;}

#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}


/*-------------------------- Main Navigation --*/

#mainnav {
	height: 150px;
	background-image: url(../assets/masthead_back.gif);
	background-repeat: no-repeat;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 100px;
	left: 110px;
	width: 625px;
	height: 70px;
}
#mainnav li {
	float: left;
	position: relative;
}
#mainnav a:link, #mainnav a:visited {
	display: block;
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
	padding: 12px 15px 12px 0;
	text-decoration: none;
}
#mainnav a:hover {
	color: #0077d7;
}
	
/*-------------------------- Drop-down Menus --*/

#mainnav ul li ul {
	display: none;
	margin: 15px 0 0 0;
	width: 8em;
	position: absolute;
	border-top: 1px solid #CCCCCC;
	left: 0px;
	top: 25px;
	
}
#mainnav ul li ul li {
	width: 100%;
}
#mainnav ul li:hover ul {
	display: block;
}
#mainnav li ul li a:link, #mainnav li ul li a:visited {
	font-size: .75em;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 7px;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #e4e0d8;
}
#mainnav li ul li a:hover {
	color: #FFFFFF;
	background-color: #d0cabb;
}


/*-------------------------- Page Images --*/

#home #image {
	height: 250px;
	background-image: url(../assets/home_image.jpg);
	background-repeat: no-repeat;
}
#onecol #image {
	height: 140px;
	background-image: url(../assets/about_image.gif);
	background-repeat: no-repeat;
}


/*-------------------------- Content --*/

#home #content {
	float: left;
	width: 740px;
	background-image: url(../assets/home_tempgauge.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0px;
}
#onecol #content {
	float: left;
	width: 740px;
	background-image: url(../assets/rounded_top.gif);
	background-repeat: no-repeat;
}

#panel1 {
	width: 380px;
	float: left;
	display: inline;
	margin-left: 140px;
	background-image: url(../assets/panel1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#panel2 {
	width: 200px;
	float: right;
	display: inline;
	margin-right: 2px;
	background-image: url(../assets/panel2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-------------------------- Typography --*/

#onecol #content h1 {
	color: #0077d7;
	font-size: 0.9em;
		background-repeat: no-repeat;
	background-position: center top;
	padding-left: 140px;
	height: 400px;
	margin-bottom: -370px;
	padding-top: 30px;
}
.h1highlight {
	color: #666666;
}
#onecol #content h2 {
	color: #666666;
	font-size: .85em;
	line-height: 1.3em;
	padding: 0px 20px 0px 140px;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#onecol #content h3 {
	color: #333333;
	font-size: 0.8em;
	padding: 0px 20px 0px 140px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#onecol #content p {
	font-size: .75em;
	line-height: 1.4em;
	color: #666666;
	padding: 0px 20px 0px 140px;
	margin-bottom: 1em;
}
strong {
	color: #333333;
}
a.bodylink:link, a.bodylink:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.bodylink:hover {
	text-decoration: underline;
	color: #0066CC;
}
.bodylist {
	color: #333333;
	font-weight: bold;
	padding: 0px 100px 10px 180px;
	list-style-image: url(../assets/redbullet.jpg);
	font-size: .75em;
	line-height: 1.4em;	
}
.subhead {
	font-size: 1em;
	font-weight: normal;
	color: #660000;
	padding-left: 138px;
}
.bodylist li {
	margin-bottom: .2em;
}
	
#home #content h1 {
	color: #0077d7;
	font-size: 1.0em;
	padding: 0px 20px;
	margin-top: 1em;
	margin-bottom: .5em;
	
}
#home #content h2 {
	color: #0077d7;
	font-size: 1em;
	padding: 0px 20px;
	margin-top: 1em;
	margin-bottom: .5em;
}
#home #content h3 {
	color: #333333;
	font-size: 0.8em;
	padding: 0px 20px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#home #content p {
	font-size: .75em;
	line-height: 1.4em;
	color: #666666;
	padding: 0px 20px;
	margin-bottom: 1em;
}

#content ul {
	margin: 10px 0px;
	font-size: .75em;
	line-height: 1.4em;	
}

.newsdate {
	font-size: 0.7em;
	color: #666666;
	display: block;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 20px;
}
.newstitle {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 0.3em;
	padding: 0px 0px 0px 20px;
}
.foottext {
	font-size: 0.8em;
	padding-top: 20px;
	color: #999999;
	text-align: left;
}
a.news:link, a.news:visited {
	display: block;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
	font-size: .75em;
	padding: 0px 0px 0px 20px;
	margin-bottom: 1em;
}
a.news:hover {
	color: #660000;
}


/*-------------------------- Footer --*/


#footer {
	color: #999999;
	width: 740px;
	height: 40px;
	clear: both;
	font-size: 0.7em;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #660000;
}
.foot1 {
	float: left;
	margin-right: 60px;
}

.links1 {
	float: right;
	margin-right:80px;
}
.links1 a:link, .links1 a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 0.7em;
}
.links1 a:hover {
	color: #660000;
	font-size: 0.7em;
}

/*-------------------------- Form--*/

form {
	padding: 20px 30px 0px 140px;	
}
#onecol #content form p {
	padding: 0px 0px 0px 30px;
}
fieldset {
	background-color: #dfdfdf;
	border: 1px solid #ccc;
	padding: 20px 0px;
	margin-bottom: 1em;
}
legend {
	position: relative;
	top: 0px;
	left: 5px;
	font-size: .8em;
	font-weight: bold;
	color: #666666;
	padding-left: 1em;
}
label {
	font-size: .95em;
	float: left;
	width: 12em;
}
input {
	width: 300px;
}
textarea {
	width: 300px;
	height: 100px;
}
input.checkbox, input.submit {
	width: auto;
}
input.radio {
	width: 30px;
}
input.radio {
	float: left;
	margin-right: 1em;
}
input.submit {
	width: 100px;
}
.postcode {
	width: 100px;
}
input:focus, textarea:focus {
	background: #ffc;
}
.required {
	font-size: .8em;
	color: #760000;
}

.services #content input.tick {
	width: 30px;
}
.services #content label {
	font-size: .95em;
	float: left;
	width: 30em;
}
	
.boldtext {
	font-weight: bold;
	color: #333333;
}
.picright {
	margin-right: 65px;
}
.homelist {
	font-weight: bold;
	color: #0077D7;
	font-size: 0.7px;
}
.porfoliotable {
	margin-left: 130px;
}
.picleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border:1px solid #666;
}
.redhighlight {
	color: #660000;
	font-weight: bold;
}

a.samelink
{
font-size: 1.0em;
	color: #666666;
	text-decoration: none;}
