/* HTML Elements */
html { height: 100%; }  /* Forces vert scrollbar on all pages*/
body {
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}
p, td, li, ul, ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 12px/16px "helvetica neue", helvetica, verdana, arial, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

img {
	border: 0 none;
}
p {
	text-align: left; /* IE5Win bug, if no alignment is presented the text may center */
	margin: 0 0 1em 0;
}
form {
	margin: 0 0 0 0;
}
table {
	border: 0;
}

td img {
	display: block; /* Images that are in tables will always be block level */
}
 /* Link Elements must be in this order*/
a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
br.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
} /* <br clear="all" /> may be unrelyable in gecko based browsers <br style="clear: both;" /> 
clears more reliably but lets get it in the Stylesheet with <br class="clear" /> */

/*css layout elements*/
#headstrip {
	height: 19px;
	border-top: 4px solid Black;
	display: block;
}
#container {
	width: 100%;
	clear: both;
}
#logosrtip {
	height: 83px;
	display: block;
}
#logosrtip img {
	margin: 29px 0 0 10px;
}
#logosrtip p {
	clear: both;
	float: right;
	color: Black;
	font: 15px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	margin: -15px 8px 0 0;
}
/* nav-bar */
#navcont {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#navcont ul {
	display: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Content section */
#content {
	width: 100%;
	float: left;
}

.headtext {
	height: auto;
	display: block;
	border-bottom: 1px solid White;
}
.headtext p {
	padding-top: 10px;
	margin: 0 0 10px 14px;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
.headtext ul {
	width: 185px;
}

.headtext li {
	margin-left:14px;
	padding: 4px 0 4px 14px;
	list-style: none outside;
	background: url(images/list-bullet.jpg) no-repeat 7px left;
}
.greystrip {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	border-bottom: 5px solid #D2D2D2;
}
img.title {
	margin: 12px 0 0 12px;
}
.news-art {
	margin: 12px 12px 8px 12px;
	padding: 0 0 7px 0;
	display: block;
	border-top: 1px dotted Black;
}
.news-art h1 {
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #694414;
	margin: 8px 0 10px 0;
}
.news-art h3 {
	font: 13px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: Black;
	margin: 8px 0 10px 0;
	float: right;
}
.news-art li {
	margin: 4px 0 4px 14px;
	list-style: circle inside;
}
.news-art .contact {
	float: left;
	font: 12px/14px "helvetica neue", helvetica, verdana, arial, sans-serif;
	padding: 0 6px 12px 0;
}
.news-art p { clear: left;}
.alt-rules{
	height: 5px;
	width: 100%;
	border-top: 1px solid #9B8E53;
	margin-top: 7px;
	display: block;
	line-height: 3px;
	/*IE won't render an element less than the current font-size/line-height, 
	unless you include an overflow:hidden in the style declaration.*/
}
img.right {
	float: right;
	padding: 3px 3px 3px 3px;
	border: 1px solid #CFB764;
	margin: 0 10px 0 0;
}
#foot {
	display: block;
   clear: both; /* not required if #clearfooter is used */
	height: 19px;
	width: 100%;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px solid #D9D9D9;
}
#foot p {
	text-align: center;
	line-height: 13px;
	font-size: 9px;
}
#foot a:link, #foot a:visited, #foot a:hover, #foot a:active { 
	color: Black;
	text-decoration: none;
}
/* unique Page css */
body#sage .news-art table {
	margin: 0 0 10px 0;
	border: 0 none White;
	width: 530px;
}
body#sage .news-art table td {
	border-left: 1px solid #DADADA;
	padding: 3px 0 3px 5px;
}
body#sage .news-art table tr.header td {
	color: #BD9D2C;
	border-bottom: 1px solid #DADADA;
	padding: 3px 0 5px 5px;
	font-size: 12px;
	font-weight: bold;
}
body#sage .news-art table tr.alt {
	background-color: #F8F5E9;
}
body#sage .news-art table td.noline {
	border-left: 0 none #DADADA;
}
body#sage .headtext img {
	margin: 5px 0 0 12px;
}
body#about .news-art p {
	margin-top: 10px;
}


body#people .headtext {  
	height: auto;
}
body#people .headtext p {
	width: 60%;
}

body#people .headtext h2 {
	font: 15px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #E26D1F;
	padding: 4px 0 0 14px;
}
body#people .headtext h2 a:link, body#people .headtext h2 a:visited, body#people .headtext h2 a:hover, body#people .headtext h2 a:active {
	color: #E26D1F;
}
body#privacy .headtext, body#terms .headtext, body#smap .headtext, body#links .headtext, body#newsarc .headtext, body#contact .headtext { background-image: none;  height: auto;}
body#privacy .headtext p, body#terms .headtext p, body#links .headtext p, body#contact .headtext p, {
	padding-top: 6px;
	width: 535px;
	display: block;
}
body#terms .headtext li {
	width: 100%;
	margin: 4px 0 4px 14px;
	list-style: circle inside;
}
body#terms .headtext h1 {
	font: 15px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #694414;
	margin: 5px 15px 0 15px;
	display: block;
	border-top: 1px dotted Black;
	padding-top: 3px;
}
body#smap .headtext li { 
	list-style: none;  
	font-size: 14px;
	line-height: 15px;
	width: 100%;  }
body#smap .headtext li ul {
	margin: 6px 15px;
	padding: 0 15px;
	border-left: 1px dotted Black;
}
body#smap .headtext li a:link, body#smap .headtext li a:visited, body#smap .headtext li a:hover, body#smap .headtext li a:active { 
	color: Black;
	text-decoration: underline;
}
body#smap .headtext li ul a:link, body#smap .headtext li ul a:visited, body#smap .headtext li ul a:hover, body#smap .headtext li ul a:active { 
	color: #BD9D2C;
	text-decoration: underline;
}
body#whatsay img.news {
	float: right;
	margin: 5px 10px 0 0;
	max-height: 40px;
	max-width: 150px;
	overflow: hidden;
}

body#Location .headtext {height: auto;}
body#Location .headtext .right {
	float: right;
	padding: 3px 3px 3px 3px;
	border: 1px solid #CFB764;
	background-color: White;
	margin: 9px 10px 0 0;
}
body#links .headtext { 
	height: auto;
	font: 12px/14px "helvetica neue", helvetica, verdana, arial, sans-serif;
	}
body#links .headtext h1 {
	font: 15px "Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #694414;
	margin: 5px 12px 5px 12px;
	display: block;
	border-bottom: 1px dotted Black;
	padding-bottom: 3px
}
body#links .headtext dt {
	margin: 5px 0 3px 12px;
}
body#links .headtext dd {
	margin: 0 0 10px 50px;
}
body#links .headtext dd a:link, body#links .headtext dd a:visited, body#links .headtext dd a:hover, body#links .headtext dd a:active { 
	color: #BD9D2C;
	text-decoration: underline;
}
body#newsarc .headtext p {
	width: 535px;
 	margin: 10px 0 5px 0px;
 }

/*enq form*/
.formtext-required {
	font-weight: bold;
	color: #BD9D2C;
}
body#contact .headtext p {font-size: 12px;}
body#contact .headtext .form-container p {width: auto;}
form#enq-form {margin: 0 0 0 0;}
form#enq-form .form-container {
	float: left;
	width: 275px;
	height: auto;
	margin: 4px 0 0 0;
	position:relative;
}
form#enq-form .singleline-field {
	width: 220px;
	height: 15px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: left;
}

form#enq-form .multiline-field {
	width: 220px;
	height: 80px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: left;
}
form#enq-form .huge-field {
	width: 500px;
	height: 90px;
	margin: 5px 0px 5px 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form#enq-form p label {
  float: left;
  width: 205px;
  text-align: left;
  padding: 0 0 3px 0;
}
form#enq-form .buttoncont {
	margin: 0 0 0 10px;
}
form#enq-form .formbutton {
	height: 25px;
	width: 92px;
	margin: 0 12px 5px 5px;
}

/* All code (C) Antony Ellam, Designed4hits 2005 */