/* Redefined HTML Tags */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:#D2E6D5;
	background-color:#D2E6D5;
	background:#EEEEEE;
	background-color:#EEEEEE;
}

ul {
/*margin-left: 30px;
padding-left: 30px;
*/list-style: none;
}

ul li {
padding-left: 15px;
padding-bottom: 2px;
padding-top: 3px;
background-image: url(/images/bullet1.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #8EABA7;
	color: #FFFFFF;
	font-size: 1.5em;
	padding: 5px;
	margin: 0px;
	/*border-top: 1px solid #000000;*/
	border-bottom: 1px solid #000000;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	background: #A9BD8B;
	color: #FFFFFF;
	font-size: 1.5em;
	padding: 5px;
	margin: 0px;
	/*border-top: 1px solid #000000;*/
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #12347A;
	font-size: 1.5em;
	margin: 0px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

hr {
	noshade;
	color: #000000;
	size: 1px;
}


td {
	font-size: 0.75em;
}

/* Defined IDs for DIVs */

#bodycontent {
	width: 100%;
	padding: 0px;
	background: #FFFFFF;
	background-color: #FFFFFF;
	-moz-box-sizing:border-box;box-sizing:border-box;
}
		
#container {
	width: 795px;
	border: 1px solid #000000;
	margin:0 auto;
	text-align: left;
	background: #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
	font-size: 0.75em;
	-moz-box-sizing:border-box;box-sizing:border-box; 
}

#gmap {
	border: 1px solid #000000;
}

#heading {
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	
	background: #12347A;
	background-color: #12347A;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#headsep {
	width: 100%;
/*	float: right;
	margin-right: 0px;
	background: #BD0006;
*/	background: #378219;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#hnavbar {
	float: right;
}

#hnavbar ul {
	margin: 0px;
	padding: 0px;
	color: #000000;
	white-space: nowrap;
}

#hnavbar ul li {
	margin-left: 0;
	padding: 3px 8px;
	border-left: 1px solid #FFFFFF;
	list-style-type: none;
	background-image: none;
	display: inline;
}

#hnavbar ul li.first {
	margin-left: 0;
	border-left: none;
	padding: 3px 8px;
	list-style-type: none;
	display: inline;
}

#hnavbar li a {
	text-decoration: none;
	color: #FFFFFF;
}

#hnavbar li a:link {
	color: #FFFFFF;
}

#hnavbar li a:visited {
	color: #FFFFFF;
}

#hnavbar li a:hover {
	color: #FF0000;
}

#hptl {
	width: 50%;
}

#hptr {
	width: 50%;
}

#hpbl {
	width: 50%;
}

#hpbr {
	width: 50%;
}

#footer {
	clear: both;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Tags used to change the menu link item for the active page - not used at present
	body#ix		 			#navlinks li#ix a,
	body#about-ix 			#navlinks li#about-ix a,
	body#bespoke-ix			#navlinks li#bespoke-ix a,
	body#news-ix			#navlinks li#news-ix a,
	body#visit-ix			#navlinks li#visit-ix a,
	body#contact-ix			#navlinks li#contact-ix a
	{
	color: #FFFFFF;
	background: #9B9BB3;
	margin: 0px;
	line-height: 1.2em;
	height: 1.5em;
	display: block;
	padding: 5px 3px 5px 3px;
	}
*/

.blackoutline {
	border: 1px solid #000000;
}


.hpcell {
	border: 1px solid #000000;
}

.hpcell p{
	font-size: 1em;
	margin-top: 5px;
	padding-left: 5px;
	line-height: 1.4em;
}

.hpcellcont {
	padding: 5px;
}

p.first:first-letter {
	padding: 0.1em;
	line-height:0.7em;
	font-size: 3.4em;
	float: left;
	margin-right: 0.1em;
	margin-right: 0.1em;
	background: #948A54;
	border: 1px solid #000000;
}



.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.imgflright {
	float:right;
	margin-left: 10px;
	border: 1px solid #000000;
}

.imgflleft {
	float:left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.footerstyle {
	color: #FFFFFF;
	background-color: #12347A;
/*	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
*/	padding: 5px;
	text-align: center;
	border-top: 1px solid #000000;
}

.formfield {
	border: 1px solid #FFFFFF;
	font-size: x-small;
}

.formfields {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	border: 1px solid #003366;
	font-size: 1em;
}
.formbutton {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9B9BB3;
	cursor: hand;
	border: 1px solid #000000;
}

.hnav td {
	padding: 2px;
	text-align: center;
	margin-left: 20px;
}

/*.hnav td p{
	background: #F8FAEB;
		background: #Ff0000;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	border: 1px solid #000000;
	width: 100px;
}*/

.hnav td p a {
	text-decoration: none;
	color: #000000;
	background: #F8FAEB;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px;
	border: 1px solid #000000;
	width: 90px;
}

.hnav td p a:hover {
	color: #FFFFFF;
	background: #88BD8E;	
}

.hhtext {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 3em;
	margin: 0px;
}

.hstext {
	margin: 4px;
}