/*CSS*/
/*GLOBAL*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clearer {
	width: 100%;
	clear: both;
}

/****************** CONTAINER *****************/

#container {
	width: 100%;
	background: #fff  url(../images/background.gif) repeat-y;
	color: #333;
}

/****************** MASTER HEAD *****************/

#top {
	width: 100%;
	height:100px;
	background: #62a976 url(../images/logo.gif) no-repeat 100% 0;
	border-top: solid thin #000;
}

/****************** BREADCRUM *****************/

#breadcrum {
	background: #AAD3B6;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	height: 20px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0 0 0;
	width: 100%;
}

#breadcrum a {
	color: #fff;
	text-decoration: none; 
	font-weight: bold; 
}

#breadcrum a:hover {
	text-decoration: underline;
}

#breadcrum p {
	padding: 0 0 0 10px;
}

/****************** PICTURE *****************/

#pic {
	position: relative;
	background: #62a976 url(../images/index_pic.jpg) top left no-repeat;
	height: 200px;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
}

#pic p {
	position: absolute;
	bottom: -8px;
	right: 10px;
	color: #FFF;
}

/****************** LEFTNAV *****************/

#leftside {
	position: absolute;
	left: 0;
	width: 180px;
}

.leftnav {
	margin: 0 0 20px 0;
	background: #62a976;
}

.leftnav ul {
	list-style: none;
	background: #62a976;
}

.leftnav ul li {
	display: block;
	width: 180px;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;
}

.leftnav form {
	margin: 20px 0;
	background: #62a976;
}

.leftnav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
}

.leftnav a:hover {
	display: block;
	color: #FFF;
	background: #AAD3B6;
}

.leftnav ul li.menuhead {
	text-align: center;
	color: #427951;
	background: #aad3b6;
	font-weight: bold;
}

#sidesearch {
	text-align: center;
}

#sidesearch input {
	margin: 2px 0;
	padding: 0 1px;
}

#searchtext {
	border: #eec900 2px solid;
}

#submit {
	color: #fff;
	background: #AAD3B6;
	font-weight: bold;
	font-size: 90%;
	border: 2px solid #62a976;
}

/****************** CONTENT *****************/

#content {
	min-height: 1110px;
	height: auto !important;
	height: 1110px;
	margin: 0 0 0 180px;
	padding: 10px;
}

#content h2 { 
	color:#AAD3B6;
	text-decoration: underline;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#content p {
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 10px 0;
}

#content h3 {
	clear: both;
	width: 100%;
	background: #62a976;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	color: #FFF;
	margin: 30px 0 25px 0;
	font-size: 12px;
}

#content h4 {
	font-size: 14px;
	margin: 0 0 20px 0;
}

#content h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin: 30px 0;
}

#content a {
	color: #62a976;
	text-decoration: none;
}

#content a:hover {
	color: #F00;
	text-decoration: underline;
}

#content ul {
	margin: 0 0 20px 50px;
	border: 0;
}

#tools {
	clear: both;
	height: 20px;
	border-top: 1px #62a976 solid;
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
	margin: 0 10px 0 170px;
	text-align: center;
}

#tools a {
	color: #000;
	text-decoration: underline;
	font-size: 10px;
}

#tools a:hover {
	text-decoration: none;
}

#factbox {
	float: right;
	width: 150px;
	text-align: center;
	margin: 10px;
}

#factbox h1 {
	width: 150px;
	padding: 5px 0;
	margin: 0 0 2px 0;
	background: #62a976;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#factbox p {
	width: 140px;
	background: #AAD3B6;
	padding: 5px;
	color: #427951;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 2px 0;
	text-align: center;
	line-height: 1.2em;
}

#factbox h2  {
	width: 150px;
	background: #427951;
	margin: 0 0 10px 0;
	text-decoration: none;
	padding: 5px 0;
}

#factbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#factbox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

.address1 {
	border-top: 1px #62a976 solid;
	border-bottom: 1px #62a976 solid;
	margin: 20px 0;	
	list-style: none;
}

.address1 p {
	text-align: center;
	margin: 10px 0;
}

.imgfloat
{
margin: 40px 0;
}

.imgfloatright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}

.imgfloatleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

.imgfloatleftcenter {
	float: left;
	margin: 70px 10px 10px 0;
	padding: 2px;
}

.hr {
	clear: both;
	width: 100%;
	height: 5px;
	border-bottom: 1px #62a976 solid;
	margin: 15px 0;
}

#interest {
	float: right;
	padding: 20px;
}

.interest {
	float: right;
	padding: 20px;
}

#interest p {
	width: 175px;
	background: #CCFF00;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	padding: 10px 0;
	text-align: center;
}

#interest img {
	padding: 0;
	margin: 0;
}

.pdf {
	list-style: url(../images/pdf_sml.gif);
} 

#pdf p {
	padding: 0 0 0 10px;
}

.address {
	margin: 0 0 0 180px;
}

.scribbler {
	margin: 20px 0 0 20px;
}

.inspection {
	list-style: none;
	float: left;
	padding: 0 0 0 100px;
	width: 270px;
}

.inspection1 {
	list-style: none;
	float: left;
	padding: 0 0 0 0;
}

#mobile {
	float: right;
	clear: right;
	width: 350px;
	border: 1px #000 solid;
	padding: 10px;
	margin: 0 0 40px 20px;
}

.brochure {
	margin: 20px 0 0 30px;
}

.picturegallery img {
	float: left;
	clear: left;
}

.imgborderleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #62a976;
}

.imgborderright {
	float: right;
	margin: 10px;
	padding: 2px;
	border: 1px solid #62a976;
}

#news {
	float: right;
	clear: right;
	width: 200px;
}

#news h2 {
	text-align: center;
	line-height: 1.5em;
}

#egm {
	list-style: none;
}



/* NEWS PAGE */

#newspage {
	width: 70%;
}

#newspage h3 {
	clear: none;
}

#news h6 {
	clear: both;
	width: 100%;
	background: #8A4274;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: right;
	color: #FFF;
	margin: 30px 0 10px 0;
	font-size: 12px;
}

#furtherinfo a {
	text-align: right;
	margin: 5px 0 0 100px;
}

/* NEWS LETTER */

#newsletterhead {
	width: 100%;
	border: 5px solid #AAD3B6;
}

#newsletter h1 {
	color: #62a976;
	width: auto;
	font-size: 50px;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-left: 2px solid #AAD3B6;
	border-bottom: 2px solid #AAD3B6;
	padding: 0 0 0 10px;
	margin: 0 0 0 150px;
}

#newsletter h2 {
	color: #FFF;
	width: auto;
	font-size: 16px;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	border-left: 2px solid #AAD3B6;
	border-bottom: 2px solid #AAD3B6;
	text-decoration: none;
	margin: 0 0 0 150px;
	padding: 5px 0 5px 10px;
	background: #F00;
}

#newsletter h3 {
	clear: none;
	color: #FFF;
	width: auto;
	background: #62a976;
	border: 0;
	border-left: 2px solid #AAD3B6;
	border-bottom: 2px solid #AAD3B6;
	text-align: left;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 150px;
	padding: 5px 0 5px 10px;
	font-size: 16px;
}

#newsletter h4 {
	clear: both;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px solid #62a976;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #AAD3B6;
}

.newsarticle {
	width: 100%;
	border: 2px solid #AAD3B6;
	padding: 5px;
}

.newsletterimgleft {
	float: left;
	padding: 0;
}

.emailcampaign {
	margin: 0 0 30px 15%;
}

/************ WEB PORTFOLIO HOVER ************/

.webhover {
	position: relative;
	float: right;
	margin: 0 110px 100px 20px !important;
	margin: 0 10px 0 10px;
}

.webhover a.p1, #pichover a.p1:visited {
	display: block; 
	width: 75px; 
	height: 75px; 
	text-decoration: none; 
	background: #fff; 
	top: 0; 
	left: 0; 
	border: 0;
}

.webhover a img {
	border: 1px ridge #003399;
}

.webhover a.p1:hover {
	text-decoration: none; 
	background-color: #8c97a3; 
	color: #000;
}

.webhover a .large {
	display: block; 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	border: 0px; 
	top: 0px; 
	left: 0px;
}

.webhover a.p1:hover .large {
	display: block; 
	position: absolute; 
	top: -150px; 
	left: -470px; 
	width: auto;
	height: auto; 
	border: 2px solid #003399;
}





/************ FORM STYLE ************/

input, select, textarea {
	border: 1px #62a976 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
}

form.contactform {
	width: 100%;
	color: #333;
	padding: 10px;
	font-style: italic;
}

.btn {
	float: left;
	margin-left: 10px;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #62a976;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #333;
}

form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	width: 210px; /* Width of labels */
}

form.contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
}

form.contactform em {
	font-weight: bold;
	font-style: normal;
	color: #62a976;
}
	
/****************** FOOTER *****************/

#footer {
	clear: both;
	color: #fff;
	background-color: #AAD3B6;
	height: 20px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 7px 10px 0 0;	
}

#footer a {
	color: #fff;
	text-decoration: none; 
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/******************** FOOTNOTE *******************/

#footnote {
	
	font-size: 10px;
}

#footnote img {
	border: 0;
	float: left;
}

#valid {
	float: left;
	clear: left;
	margin: 3px 0 5px 3px;
}

#footcss {

}

#footxhtml {

}

#footnote p {
	text-align: center;
	font-size: 10px;
	margin: 5px 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px #62a976 solid;
}

#footnote a {
	font-size: 10px;
	color: #62a976;
}

#footnote a:hover {
	text-decoration: underline;
	color: #F00;
}

#sublinks {
	text-align: center;
	margin: 0 0 0 170px;
	padding: 0 0 10px 0;
}

/******************** END *******************/

.listings {
	FONT-SIZE: 90%;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-right: 5px;
	padding-left: 5px;
	
}

.listbottom {
	background-color: #AAD3B6;
}

.searchbottom {
	background-color: #AAD3B6;
}

.searchbottom1 {
	background-color: #AAD3B6;
}

.searchbottom2 {
	background-color: #AAD3B6;
}

.linkshead {
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #62A976;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	padding-left: 5px;
}
.tariff {
	FONT-SIZE: 100%;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #AAD3B6;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
}
.img { 
	margin: 20px;
	border: #006666 1px solid;
}

.formfields {
	BORDER-RIGHT: #FFD700 2px solid; PADDING-RIGHT: 0px; BORDER-TOP: #FFD700 2px solid; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #FFD700 2px solid; COLOR: #464646; PADDING-TOP: 0px; BORDER-BOTTOM: #FFD700 2px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.formbutts {
	BORDER-RIGHT: #180557 1px solid; BORDER-TOP: #180557 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN: 1px; BORDER-LEFT: #180557 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #180557 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #62A976;
}
.head {
	background: #62A976;
	padding: 0px;
	border-top: solid thin #000;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center
}

/* ACCOMMODATION SEARCH */

#accommodationsearch fieldset {
	border: 2px solid #4b964f;
	background: #fff;
	width: 95%;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

#accommodationsearch #rating {
	height: 70px;
}

#accommodationsearch #rating input {
	display: none;
}

#accommodationsearch #rating img {
	border: 0;
}

#accommodationsearch #rating li {
	margin-left: 30px;
}

#accommodationsearch #location {
	height: 100px;
}

#accommodationsearch fieldset legend {
	color: #000;
	font-weight: bold;
	background: #fff;
	font-size: 110%;
}

#accommodationsearch fieldset ul {
	float: left;
	list-style: none;
	margin-left: 3%;
}

#accommodationsearch fieldset ul li label {
	display: inline-block;
	width: 300px;
	font-size: 100%;
}

#accommodationsearch #rating ul {
	margin-top: 15px;
}

#accommodationsearch #rating ul li {
	float: left;
}

#accommodationsearch #rating ul li label {
	width: 20px;
}

#accommodationsearch #searchbtn {
	border: #4b964f 2px solid;
	background: #4b964f;
	margin: 0 10px 10px 5px;
	padding: 4px 10px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
	color: #fff;
}

/* ACCOMMODATION SEARCH RESULTS */

.clearer {
	clear: both;
}

#centre .accomresult {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: url(http://www.shropshirecaravans.com/images/link_bg.jpg) repeat-x bottom left;
} 

#centre .accomresult .resultinfo {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
}

#centre .accomresult h1 {
	font-size: 120%;
	background: #62a976;
	color: #fff;
	padding: 8px 0;
	text-indent: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

*:first-child+html #centre .accomresult h1 {
	margin-bottom: 0;
}

#centre .accomresult .resultinfo .thumbimg {
	float: left;
	margin-left: 10px;
	border: 1px #000 solid;
	width: 115px;
	margin-bottom: 10px;
}

#centre .accomresult .ratingimg {
	float: right;
	border: 0;
	width: 80px;
	margin-right: 0.7%;	
}

#centre .accomresult .ratingimg1 {
	float: right;
	width: 70px;
	margin-right: 0.7%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;	
}

#centre .accomresult ul {
	float: left;
	width: 280px;
	list-style: none;
	margin-left: 10px;
	border-right: 1px solid #000;
	font-size: 90%;
}

#centre .accomresult p {
	margin: 0 10px 5px 10px;
}

#centre .accomresult .moreinfo {
	float: right;
	margin-right: 10px;
}

#centre .accomresult .bookable {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-bottom: 0;
}

#centre .accomresult .moreinfo a {
	background: url(../images/arrows.png) center right no-repeat;
	padding-right: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#centre .accomresult .email {
	padding-right: 12px;
	text-decoration: none;
	color: #000;
}

#centre .accomresult .moreinfo a:hover {
	text-decoration: underline;
}

#centre .accomresult .email {
	padding-right: 12px;
	text-decoration: none;
	color: #000;
}

#centre .accomresult .email:hover {
	text-decoration: underline;
}

#centre .stats {
	background: #aad3b6;
	width:100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border: 2px solid #62a976;
}

#centre .stats p {
	float: left;
	clear: left;
	color: #000;
	margin: 2px 0 2px 5px;
	font-size: 80%;
}

#centre .stats .rightstats {
	float: right;
	clear: right;
	margin: 2px 5px 2px 0;
}

#centre .stats a {
	color: #000;
	text-decoration: none;
}

#centre .stats a:hover {
	text-decoration: underline;
}

/* ACCOMMODATION DETAILS */

#centre #detailsholder #detailheader {
	float: left;
	width: 100%;
	background: #4b964f;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}

#centre #detailsholder #detailheader a {
	float: right;
	clear: right;
	color: #000;
	font-weight: bold;
	font-size: 95%;
	background: url(../images/arrows.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 10px;
}

#centre #detailsholder #detailheader h1 {
	float: left;
	font-size: 120%;
	background: #4b964f;
	color: #fff;
	padding: 6px 0;
	margin-bottom: 10px;
	width: 50%;
	padding-left: 10px;
}

#centre #detailsholder .short {
	clear: none;
	width: 50%;
}

#centre #detailsholder h2 {
	clear: both;
	width: inherit;
	background: #C2E0C4;
	color: #000;
	font-size: 100%;
	text-indent: 10px;
	padding: 2px 0;
	margin: 0 0 10px 0;
}

#centre #detailsholder img {
	float: right;
	clear: right;
	width: 290px;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
} 

#centre #detailsholder img.accessimg {
	width: 50px;
	float: left;
}

#centre #detailsholder #facdiv {
	width: 100%;
}

#centre #detailsholder #facdiv img {
	width: auto;
	float: none;
}

#centre #detailsholder ul {
	font-size: 90%;
	margin-bottom: 20px;
	list-style: none;
}

#centre #detailsholder ul li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#centre #detailsholder a {
	text-decoration: none;
	color: #4b964f;
}

#centre #detailsholder a:hover {
	text-decoration: underline;
}

#centre #detailsholder .ratingimg {
	float: left;
	width: 95px;
	border: 0;
}

#centre #detailsholder .ratingimg1 {
	float: left;
	width: 85px;
	margin-left: 0.7%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

#centre #detailsholder .tooltips {
	background: #ccc;
	border: 2px solid #4b964f;
	margin-bottom: 10px;
	padding: 3px;
	float: left;
	clear: both;
	width: 95%;
}

#centre #detailsholder .tooltips a {
	color: #000;
	font-size: 85%;
	font-weight: bold;
	background: url(../images/arrows.png) no-repeat center right;
	padding-right: 15px;
	margin-left: 60px;
} 

#centre #detailsholder .tooltips h5 {
	background: none;
	border: none;
	margin: 0;
}

/* accommodation price table */

#centre #accomprice {
	border: 2px solid #4b964f;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	margin-left: 1%;
}

#centre #accomprice th {
	background: #4b964f;
	color: #fff;
	padding: 6px 3px;
	font-size: 100%;
} 

#centre #accomprice td {
	border-left: 1px solid #4b964f;
	border-right: 1px solid #4b964f;
	padding: 10px 10px;
	font-size: 90%;
} 

#centre #accomprice #tools {
	background: #ccc;
	border-top: 1px solid #4b964f;
}

#centre #accomprice #tools h4 {
	float: left;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline;
}

#centre #accomprice #tools a {
	color: #000;
	float: left;
	margin-left: 20%;
	font-size: 95%;
	font-weight: bold;
	background: url(../images/arrows.png) right center no-repeat;
	padding-right: 15px;
	margin-left: 60px;
}

#centre #disclaimer {
	font-size: 75%;
}

/* attraction open table */

#centre #attractopen {
	border: 2px solid #4b964f;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 20px;
	background: #fff url(../images/attract_fieldset_bg.png) top left repeat-x;
}

#centre #attractopen th {
	background: #4b964f;
	color: #fff;
	padding: 6px 3px;
	font-size: 90%;
} 

#centre #attractopen td {
	border-left: 1px solid #4b964f;
	border-right: 1px solid #4b964f;
	padding: 6px 3px;
	font-size: 85%;
} 

#centre #attractopen .bankholiday {
	background: #e3efe3;
	border-top: 1px solid #4b964f;
}

#centre #attractopen #tools {
	background: #ccc;
	border-top: 1px solid #4b964f;
}

#centre #attractopen #tools h5 {
	float: left;
	font-size: 70%;
	font-weight: bold;
	text-decoration: underline;
}

#centre #attractopen #tools a {
	color: #000;
	float: left;
	margin: 0;
	margin-left: 20%;
	font-size: 95%;
	font-weight: bold;
	background: url(../images/arrows.png) right center no-repeat;
	padding-right: 15px;
}

/* accommodation + attractions contact form */

#centre form#contactform {
	color: #000;
}

#centre form#contactform input, #centre form#contactform select {
	border: 1px #4b964f solid;
	width: 15em;
}

#centre form#contactform .rooms {
	width:4em;
}

#centre form#contactform .cb {
	border: 0;
}

#centre form#contactform .btn {
	border: #4b964f 2px solid;
	background: #4b964f;
	margin: 0 10px 10px 5px;
	padding: 4px 10px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	width: auto;
}

#centre form#contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4b964f;
	background: url(bg.gif) repeat-x left bottom;
}

#centre form#contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #4b964f;
}

#centre form#contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #000;
	font-weight: 100;
	width: 175px; /* Width of labels */
}

#centre form#contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
	background: url(divider.gif) repeat-x left bottom;
}

#centre form#contactform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

#centre form#contactform h1 {
	text-align: center;
	width: 100%;
	color: #000;
	font-family:Garamond, Verdana, Arial, Helvetica;
	font-size:21px;
	margin-top: 20px; 
	letter-spacing: 4px;
	font-weight: 100; 
}

#centre form#contactform ul {
	margin-bottom: 20px;
	list-style: none;
}

#centre form#contactform .hr {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 2px solid #4b964f;
	margin-bottom: 10px;
}

#centre form#contactform img {
	float: right;
	border: 1px solid #000;
}

#centre form#contactform a {
	color: #4b964f;
	text-decoration: none;
}

#centre form#contactform a:hover {
	text-decoration: underline;
}

#centre form.contactform h2 {
	width: 100%;
	float: left;
	clear: both;
	color: #fff;
	background: #4b964f;
	text-indent: 10px;
	padding: 5px 0;
	font-size: 100%;
	margin-bottom: 10px;
}

#centre .accomresult .eventinfo {
	float: right;
	clear: right;
	font-size: 90%;
	border-collapse: collapse;
	width: 45%;
	border-bottom: 1px solid #4b964f;
	margin-right:10px;
}

#centre .accomresult .eventinfo td {	
	padding: 2px;
	width: 15%;
}

/* brochure request form --------------------------------------------------------- */

#brochureholder {
	border-collapse: collapse;
}

#brochureholder th {
	text-align: left;
	background: #4b964f;
	font-weight: 100;
	padding: 5px;
}

#brochureholder #tick {
	width: 120px;
}

#brochureholder td {
	padding: 5px;
	padding-top: 20px;
	border-bottom: 1px solid #4b964f;
	vertical-align: top;
}

#brochureholder #checkbox {
	vertical-align: middle;
	text-align: center;
}

#brochureholder td h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

#brochureholder td p em {
	color: #2642c6;
}

#brochureholder tr .tools {
	background: url(../images/tools_bg.png) repeat-x bottom left;
	padding-top: 5px;
}

#brochureholder tr .tools a {
	margin-right: 2%;
}

#brochurerequestform fieldset {
	margin: 20px 0 0 0;
	border: 2px solid #4b964f;
	background: url(../images/contact_bg.jpg) repeat-x top left;
}

#brochurerequestform label {
	display: inline-block;
	width: 150px;
}

#brochurerequestform ol {
	margin: 10px;
}

#brochurerequestform a {
	font-size: 12px;
	margin-left: 10px;
	color: #000;
}

#brochurerequestform .btn {
	margin: 10px;
	float: right;
}

#brochurerequestform img {
	border: 1px solid #000;
}

/* googlemap ---------------------------------------------------------------------- */

#googlemap {
	font-size: 80%;
}

#googlemap p.moreinfo {
	float: right;
	font-size: 120%;
}

#googlemap ul {
	float: left;
}

#googlemap img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#googlemap h2 {
	color: #000;
	text-indent: 10px;
	font-size: 100%;
}

#googlemap h2 span {
	position: absolute;
	right: 10px;
}

/* newsfeeds ---------------------------------------------------------------------- */

.newsholder {
	float: left;
	border:2px solid #ccc;
	background: url(../images/newsbg.jpg) repeat-x top left #eee;
	margin-bottom: 30px;
	padding: 10px;
}

.newsholder img {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #000;
}

.newsholder p {
	margin-left: 110px;
}

.newsholder h3 {
	font-size: 95%;
	text-decoration: underline;
}

.newsholder h4 {
	font-size: 85%;
	margin-bottom: 5px;
}

.newsholder .newslink {
	float: right;
	margin: 0;
	padding: 0;
}

#newsarticle h4 {
	color: #666;
	font-size: 90%;
	border-bottom: 2px solid #666;
	width: 100%;
	margin-bottom: 10px;
}

#newsarticle img {
	float: right;
	clear: right;
	width: 290px;
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* END */
