body
{
	background-color: #FFFFFF;
	color: #111111;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;   /*0.9*/
	margin: 0;
}

p, h1, h2, h3, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #318C3C;
}

a:hover, a:active
{
	text-decoration: none;
	color: #318C3C;
}

.clear
{
	clear: both;
}

.invisible
{
	display: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.btnSubmit
{
    font-weight:bold;
    color: Red;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div.container
{
	width: 700px;
	margin: 10px auto;
	padding: 0;
/*	border-width: 0 0 14px 0;
	border-style: solid;
	border-color: #99CC99; */
/*	width: 90%; */
}

div.header
{
/*	height: 118px; */
	border-width: 0 0 14px 0;
	border-style: solid;
	border-color: #99CC99;
/*	background-image: url(../images/header.jpg);
	background-repeat: no-repeat; */
	padding-bottom: 5px;
/*	margin-bottom: 7px; */
}

div.main
{
}


div.nhehome
	{
	    margin: 0 auto;
	    /* font-size: small; */
	    text-align: center;
	    min-height: 600px;
	    /*margin: 7px 0 7px 7px;*/
	    width: 700px;
	}

    div.nhehome div.header
	{

	    margin: 7px 0 7px 0;

	}
	
	    div.nhehome p
	{

	    margin: 0.5em 0 1em 0;

	}
	

    div.nhehome div.nhehomecontent
	{

	    margin: 7px 0 7px 0;
		background-color: #C7E3C9;
		color: #323232;
		/*color: #007034;*/
		/*padding: 20px 0 27px 0;  CHANGED 12/11/08 to accomodate award banner (KS)*/
		padding: 5px 0 27px 0;*/
	}
	
	div.nhehome ul.nav
    {
	    font-weight: bold;
	    font-size: 150%;
	    /*padding: 0;*/
	    /*list-style-type: none;*/
	    margin: 0 0 7px 0;
    }

	div.nhehome ul.nav li
	{
		background-image: url(../images/bullet-normal.png);
		/*background-repeat: no-repeat;
		background-position:;
		padding: 8px 0 8px 3px;
		margin: 0;*/
		background-color: #C7E3C9;
	}
	
	

div.content
{
	float: right;
/*	float: left; */
	/* font-size: small; */
/*	min-height: 600px; */
/*	margin: 7px 0px 7px 7px; */
	margin: 1% 0% 0% 1%;
/*	width: 543px; */
	width: 79%;
}



    div.content .searchcontrollabels
	{
		color: #007034;
	}

	div.content div.reallysimplesearchbox
	{
		background-color: #C7E3C9;
		color: #007034;
		text-align: center;
		margin: 0px 0 7px 0;
		padding: 0.5em 0 2em 0;
	}

	div.content div.themeintro
	{
	    margin: 0px 0.5em 3px 0.5em;
	    /* font-size: small; */
	    text-align: left;
	    padding: 0.5em 0 1em 0;
	    color: #323232;
	}

	div.content div.searchbox
	{
		background-color: #C7E3C9;
		color: #007034;
		text-align: center;
		margin: 0 0 7px 0;
		padding-bottom: 0.2em;
	}
	
	div.content div.searchtype
	{
		background-color: #C7E3C9;
		color: #007034;
		padding-bottom: 0.2em;
		margin: 0 0 7px 0;
	}

	div.content div.mapbox
	{
		background-color: #C7E3C9;
		color: #007034;
		margin: 0 0 7px 0;
	}
	
	div.content div.map
	{
		float: right;
		height: 200px;
		width: 240px;
		border: 1px solid #007034;
		padding: 0;
		margin: 5px;
/*		background-image: url(../images/googlemap.jpg);
		background-repeat: no-repeat; */
	}
	
	div.content div.timeperiod
	{
		background-color: #C7E3C9;
		color: #007034;
		margin: 0 0 7px 0;
	}
	
	div.content div.thematic
	{
		background-color: #C7E3C9;
		color: #007034;
		margin: 0 0 7px 0;
	}

	div.content div.parish
	{
		background-color: #C7E3C9;
		color: #007034;
		margin: 0 0 7px 0;
		padding: 0 0 3px 0;
	}

	div.content h1
	{
		padding: 7px;
		font-size: 150%;
	}

	div.content h2
	{
		padding: 7px;
		font-size: 130%;
	}

	div.content h3
	{
		padding: 7px;
		font-size: 100%;
	}

	div.content p
	{
		padding: 3px;
		color: #323232;
	}

	div.content div.searchresults
	{
		background-color: #C7E3C9;
		color: #007034;
		text-align: center;
		margin: 0 0 7px 0;
	}
	
	div.content span.searchprompt
	    {
	     text-align: left;
	     /*margin-left: 1em;*/
	     font-weight: bold;
	    }
	    
	div.content .filtertext
	    {
	     font-style: italic;
	     color: Purple;
	    }

		div.searchresults div.SingleMap
		{
			border: 0px;
			padding: 0px;
			margin: 10px;
		}
	
		div.searchresults div.MultiMap
		{
			border: 0px;
			padding: 0px;
			margin: 10px;
		}

/* Side panel CSS */

div.nav
{
	float: left;
/*	width: 150px; */
	width: 20%;	
/*	margin: 7px 0; */
	margin: 1% 0%;
	padding: 0;
	background-color: #C7E3C9;
	color: #007034;
}

ul.nav
{
	/* font-size: small; */
	font-weight: normal;
	padding: 0;
	list-style-type: none;
	margin: 0 0 7px 0;
}

	ul.nav li
	{
		background-image: url(../images/bullet-normal.png);
		background-repeat: no-repeat;
		background-position: left;
		padding: 4px 0 4px 35px;
		margin: 0;
		background-color: #C7E3C9;
	}

	ul.nav li.search
	{
		background-image: url(../images/bullet-search.png);
		background-repeat: no-repeat;
		background-position: left;
	}

	ul.nav li a:link, ul.nav li a:visited
	{
		color: #007034;
		background-color: #C7E3C9;
		text-decoration: none;
	}

	ul.nav li a:hover, ul.nav li a:active
	{
		color: #007034;
		background-color: #C7E3C9;
		text-decoration: underline;
	}


/* End */

/* Logos */

div.logos
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3mm;
    margin-top: 3mm;
    width: 700px;
/*	clear: both; */
    padding: 0;
    text-align: left;

}

	div.logos img
	{
		margin: 0 4px 0 4px;
/*		margin-bottom: 2mm;*/
		border: none;
	}
	
div.logosgyam
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3mm;
    margin-top: 3mm;
    width: 700px;
/*	clear: both; */
	padding: 0;
	text-align: left;

}

	div.logosgyam img
	{
		margin: 0 25px 0 25px;
/*		margin-bottom: 2mm;*/
		border: none;
	}

/*	div.logos p
	{
		background-repeat: no-repeat;
		background-position: center;
		height: 50px;
		width: 150px;
		float: left;
		margin: 0 5px;
	}

	div.logos p.hlf
	{
		background-image: url(../images/logo-hlf.png);
	}

	div.logos p.m
	{
		background-image: url(../images/logo-m.png);
	}
	
	div.logos p.ncc
	{
		background-image: url(../images/logo-ncc.png);
	} */
	

div.sitemeter
{
	text-align: center;
	color: #15B622;
}



div.sitemeter img
{
	vertical-align: bottom;
}

div.XGlink
{
	text-align: center;
	font-size: smaller;
}

/* THIS IS THE HBSMR GATEWAY CONTAINER */

div.HBSMRGateway_1
{
	text-align: left;
	width: 95%;
	margin: 0px;
	padding: 5px;
	border: 0px;
	color: #323232;
}

div.HBSMRGateway_1 h2
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #111111;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
}

div.HBSMRGateway_1 h3
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
/*	margin-left: 10px; */
}

div.HBSMRGateway_1 p
{
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	border: 0px;
/*	margin-left: 10px; */
}

div.HBSMRGateway_1 table
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 7px;
/*	margin-left: 10px; */
}

div.HBSMRGateway_1 table th
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 150px;
	vertical-align: top;
}

div.HBSMRGateway_1 table td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
/*	padding-right: 10px; */
}

div.HBSMRGateway_1 table td.UID
{
	width: 100px;
}

div.HBSMRGateway_1 table td.ThemeRecordType
{
	width: 170px;
}

div.HBSMRGateway_1 ul
{
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	border: 0px;
/*	margin-left: 30px; */
}

div.HBSMRGateway_1 li
{
	list-style: none;
}

div.HBSMRGateway_1 img
{
	margin-right: 6px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-color: Gray;
	border-width: thin;
	border-style: solid;
	max-width: 500px;
/*	width: expression(this.width > 500 ? "500px": "auto"); */
}

/*	START Postcode Search */

div.markerTooltip, div.markerDetail {
  color: black;
  font-weight: bold;
  background-color: white;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 0;
}

/*	END Postcode Search */


/* End */