/* CSS Document */
BODY {
	background-color: #B6CEE1;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2
{
font-size: 16px;
color: #78adca;
margin: 0px 0px 0px 0px;
padding: 0px;
}
A {
	font-size: 11px;
	color: #78ADCA;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.blue {
	color: #78ADCA;
	font-weight: bold;
}
.main {
	width: 1010px;
	height: 595px;
	background-color: #FFFFFF;
	background-image: url(bgs/main-hands2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #999999;
}
.contactdetails {
	font-size: 11px;
	margin-bottom: 20px;
	line-height: 17px;
}
.contactdetails A {
	font-size: 11px;
	color: #78ADCA;
	text-decoration: none;
	font-weight: bold;
}
.lefttext {
	margin-left: 20px;
	width: 250px;
	text-align: left;
	margin-top: 57px;
}
.news-lefttext {
	margin-left: 20px;
	width: 250px;
	text-align: left;
	margin-top: 57px;
}
.news-lefttext A {
	display: block;
	padding-bottom: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.news-lefttext A:hover {
	display: block;
	padding-bottom: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#linkline {
	margin-top: 0px;
	margin-left: 40px;
	text-align: left;
	white-space: nowrap;
}
.whitebox {
	background-color: #ffffff;
	width: 150px;
	/* FOR IE */
	opacity: 0.5;
	/* FOR MOZILA */
	-moz-opacity: 0.5;
	/* FOR SAFARI */
	-khtml-opacity: 0.5;*/
	/* FOR FIREFOX */
	filter: alpha(opacity=50);
}
/* BOTTOM LEFT BACKGROUNDS */
.homepic {
	background-image: url(bgs/home-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 532px;
}
.sm-pic {
	background-image: url(bgs/southmoulton-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 532px;
}
.mhead-pic {
	background-image: url(bgs/minehead-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 532px;
}
.qanda-pic {
	background-image: url(bgs/qanda-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 532px;
}
.contact-pic {
	background-image: url(bgs/contact-pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 532px;
}
#brand {
	padding: 20px 0px 20px 137px;
}

#middleground {
	width: 490px;
	overflow: auto;
	height: 500px;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-top: 10px;
	scrollbar-face-color: #BCD6E5;
	scrollbar-highlight-color: #F2F2F2;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #D7D7D7;
	scrollbar-darkshadow-color: #999999;
}
.newspics {
	margin-bottom: 10px;
	margin-top: 15px;
}
.pagetitle {
	margin-bottom: 10px;
}
.lowerlinks {
	margin-top: 15px;
	color: #FFFFFF;
} 
.lowerlinks A {
	margin-top: 15px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
} 
.lowerlinks A:hover {
	margin-top: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
} 
/* INPUT */
INPUT.cont {
	width: 140px;
	border: 1px solid #555555;
	font-size: 11px;
	height: 17px;
	margin: 3px 0px 10px 0px;
}
INPUT.cont-full {
	width: 455px;
	height: 17px;
	border: 1px solid #555555;
	font-size: 11px;
	margin: 3px 0px 10px 0px;
}
INPUT.cont-mid {
	width: 210px;
	height: 17px;
	border: 1px solid #555555;
	font-size: 11px;
	margin: 3px 13px 10px 0px;
}
INPUT.cont-mid2 {
	width: 215px;
	height: 17px;
	border: 1px solid #555555;
	font-size: 11px;
	margin: 3px 0px 10px 0px;
}
TEXTAREA.cont-larg {
	width: 455px;
	height: 65px;
	border: 1px solid #555555;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 3px 0px 10px 0px;
}