/*Stylesheet for HRH Geological Services*/

/*Set up general page format and fonts*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #748092;
	font: 65% verdana, helvetica, arial, sans-serif;
	text-align: center;
	margin: 5px 0 5px 0;
	color: #57595a;
	}
	
/*Set up basic format of headings, paragraphs and lists*/
	
h1 {
	font-size: 125%;
	font-weight: normal;
}	

h2 {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 	115%;
}

p {
	padding: 0px 0px 5px 0px;
}

ul {
	list-style-type: none;
}

/*Format links*/
a {
	text-decoration: none;
	color: #57595a;
}

a:hover {
	text-decoration: underline;
	background: #748aab;	
	color: #fff;	
	padding-bottom: 2px;
}

/*General ID's*/
#heading {
	background: #fff;
	height: 130px;
}

#top {
	float: left;
	width: 528px;
	padding: 0px 0px 7px 0px;
	/*background: Teal;*/
}

#years {
	margin-top: 10px;
}	
 
/*General Classes*/
.separator {
	clear: both;
}	

.right {
	text-align: right;
	padding: 0px;
}

.centre {
	text-align: center;
}

.margin {
	margin: 0px 0px 0px 30px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.none {
	border-right: none;
}

.title {
	font-size: 110%;
}

.pictitle {
	float: right;
	width: 310px;
	text-align: center;
	margin: 0px 5px;
	padding-bottom: 10px;
}

.red {
	color: #cb0203;
}

.blue {
	color: #333366;
}

.white {
	color: #ffffff;
}

.bigger {
	font-weight: bold;
	font-size: 110%;
}

.statement {
	padding-top: 10px;
}

/*Address layout*/
address {
	font-style: normal;
	line-height: 125%;
	padding-bottom: 10px;
}

/*Basic page layout - wrapper*/
#wrapper {
	width: 749px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #0c3b75;
	padding: 1px;
}	

/*Basic page layout - logo banner*/
#logo {
	float: left;
	width: 749px;
	height: 132px;
	background-image: url(images/biglogo2.jpg); 
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#logo a {
	display: block;
	width: 749px;
	height: 132px;
}

#logo a:hover {
	text-decoration: none;
	background: transparent;
}

/*Basic page layout - banner*/
#banner {
	float: right;
	width: 575px;
	text-align: left;
	margin: 10px 10px 10px 0px;
	color: #000044;
	font-size: 110%;
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #0c3b75;
}

#banner p {
	font-size: 115%;
	padding: 0.75em 0em;
	line-height: 120%;
}

#banner img {
	float: right;
	margin: 5px 10px 10px;
	border: 1px solid #57595a;	
}

#bannercontent {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

#bannercontent p {
	font-size: 150%;
}

#banner h2 {
	text-align: left;
	padding-bottom: 2px;
	font-size: 160%;
}

/*Horizontal navigation*/
#navigation {
	background: #fff;
	float: left;
	width: 100%;
	height: 22px;
	border-top: 1px solid #0c3b75;
	border-bottom: 1px solid #0c3b75;
	margin-bottom: 0px;
	font-size: 115%;
}

#navigation li {
	display: inline;
	float: left;
}

#navigation a {
	display: block;
	width: 104px;
	color: #333366;
	text-align: center;
	padding: 3px 0px 5px 0px;
}

#navigation a:hover {
	color: #fff;
}

/*Sidebar navigation*/
#sidebar {
	float: left;
	padding: 5px;
	width: 200px;
	margin-right: 5px;
	color: #333366;
	font-size: 125%;
	line-height: 130%;
	text-align: left;
}

#sidebarhome {
	float: left;
	padding-top: 40px;
	padding: 5px;
	width: 140px;
	margin: 5px;
	color: #333366;
	font-size: 125%;
	line-height: 130%;
	text-align: left;
}

#sidebarhome h1 {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 5px 0px;
	color: #333366;
	width: 140px;
	text-align: left;
}

#sidebarhome ul {
	width: 135px;
	text-align: left;
	padding: 25px 0px 10px 0px;
}

#sidebarhome a {
	color: #333366;
	line-height: 160%;
	padding: 1px 2px 4px;
}

#sidebarhome a:hover {
	background: #748aab;
	color: #fff;
}

#sidebar h1 {
	font-size: 100%;
	font-weight: normal;
	padding: 10px 0px;
}

#sidebar p {
	padding-bottom: 10px;
}

#sidebar p.right {
	text-align: right;
}

#sidebar p.none {
	padding-bottom: 0px;
}

#sidebar ul {
	width: 160px;
	text-align: right;
	padding: 25px 0px;
}

#sidebar a {
	color: #333366;
	line-height: 160%;
	padding: 1px 2px 4px;
}

#sidebar a:hover {
	background: #748aab;
	color: #fff;
}

.inside #sidebar {
	width: 180px;
	padding-top: 40px;
}

.inside #sidebar h1 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 10px 0px;
	color: #333366;
	width: 160px;
	text-align: right;
}

/*Data table layout and format*/
table {
	width: 86%;
	border-collapse: collapse;
	margin: 0px auto;
	line-height: 125%;
}

caption {
	padding: 1em 0.2em;
	margin: 0 auto;
}

td, th {
	border: 1px solid #57595a;	
	padding: 5px 2px;
	margin: 0px;
}

td.endcol {
	width: 20%;
}

td.midcol {
	width: 60%;
}

/*Search Box*/
#search {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 20px;
}

#search input {
	border: 1px solid #0c3b75;
	padding: 0px;
}

#search input.submit {
	padding: 0px;
	margin: 0px;
	background: #5a768f;
	border: 1px solid #0c3b75;
	color: #fff;
	height: 100%;
	width: 40px;
	font-size: 90%;
}

/*Search in homepage sidebar*/
/*#search {
	float: left;
	padding: 0px 5px 5px 0px;
	font-size: 90%;
}*/

/*Search in topnavbar*/
/*#search {
	float: right;
	padding: 1px 10px 1px 0;
	margin: 1px 0;
}*/

/*Breadcrumbs*/
#breadcrumbs {
	float: left;
	height: 20px;
	font-size: 90%;
	font-style: italic;
	color: #57595a;
}

#maincontent #breadcrumbs a {
	padding: 2px;
	border: none;
}

/*Set up Content Section*/
#content {	
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#contenthome {	
	background-image: url(images/hex3.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.inside #content {
	background-image: url(images/hex3.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

/*Main content*/
#maincontent {
	float: right;
	padding: 5px 2px 5px 0px;
	width: 585px;
}

#maincontent ol {
	padding: 0px 0px 10px 20px;
	margin: 0px 10px 0px 30px;
	line-height: 125%;
}

#maincontent ol li, ul li {
	padding-bottom: 3px;
}

#maincontent .lower {
	float: left;
	width: 528px;
	/*background: Fuchsia;*/
}

#maincontent .lower h2 {
	padding-bottom: 5px;
}

/*Main content contact page*/
#maincontent #contactwrapper {
	float: left;
	width: 540px;
}

#maincontent .leftcolumn {
	float: left;
	width: 212px;
	margin: 0px 10px 0px 0px;
}

#maincontent .rightcolumn {
	float: right;
	width: 288px;
	margin: 0px 10px 0px 0px;
}

#maincontent input.formsubmit {
	padding: 1px;
	margin: 0px 10px 0px 0px;
	background: #5a768f;
	border: 2px outset #0c3b75;
	color: #fff;
	font-size: 110%;	
}

/*Main content plus full page plus search*/
#maincontent ul, #fullpage ul {
	list-style-type: disc;
	padding: 0px 0px 10px 20px;
	margin: 0px 10px 0px 30px;
	line-height: 125%;
}	

#maincontent a, #fullpage a, #searchresult a {
	border-bottom: 1px solid #cb0203;
}

#maincontent a:hover, #fullpage a:hover {
	border: none;
}

/*Main content - home page 4 columns*/
#maincontent .fourcolumns {
	float: left;
	width: 124px;
	padding: 0px 5px 0px 2px;
	text-align: left;
	color: #57595a;
}

#maincontent .fourcolumns h2 {
	padding-bottom: 14px;
	color: #ff0000;
}

#maincontent .fourcolumns img {
	border: 1px solid #fff;
	margin: 0px 0px 10px 0px;
}

#maincontent .fourcolumns a {
	color: #fff;
}

#maincontent .fourcolumns a:hover {
	background: #fff;	
	color: #57595a;
	border-bottom: none;
	padding-bottom: 2px;	
}

/*Three columns - available if required*/
#maincontent .threecolumns {
	float: left;
	width: 174px;
	text-align: left;
	font-size: 90%;
	color: #fff;
	border: 1px solid lime;
}

#maincontent .threecolumns h2 {
	font-size: 120%;
}

/*Five columns - available if required*/
.fivecolumns {
	float: right;
	width: 140px;
	padding: 0px 4px 0px 2px;
	text-align: left;
	color: #57595a;
}

.fivecolumns img {
	border: 1px solid #57595a;
	margin: 0px 0px 10px 0px;
}

.fivecolumns h2 {
	padding-bottom: 14px;
	color: #CB0203;
	font-weight: bold;
}

.fivecolumns h3 {
	padding-bottom: 2px;
	color: #CB0203;
	font-weight: bold;
	font-size: 95%;
}

.fivecolumns a {
	color: #00f;
}

.fivecolumns a:hover {
	background: #57595a;	
	color: #fff;
	border-bottom: none;
	padding-bottom: 2px;	
}

/*Sitemap page layout*/
#sitemap h4 {
	padding: 5px 0px;
}

/*"Inside" page content*/
.inside p {
	padding: 0px 10px 10px 0px;
	line-height: 125%;
}

/*"Inside" main content*/
.inside #maincontent {
	width: 540px;
	background: #fff;
	font-size: 110%;
	text-align: left;
	padding-left: 7px;
}

.inside #maincontent h2, h3, h4 {
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}

.inside #maincontent h2 {
	font-size: 115%;
	letter-spacing: 1px;
	margin: 10px 10px 10px 0px;
	border-bottom: 1px solid #57595a;	
}

.inside #maincontent h3 {
	font-size: 105%;
	letter-spacing: 0.5px;
	margin:0px 10px 5px 0px;	
	border-bottom: 1px solid #57595a;	
}

.inside #maincontent h3.list {
	border-bottom: none;
	margin-top: 5px;
}

.inside #maincontent h4 {
	font-size: 105%;
	letter-spacing: 0.5px;
	margin:5px 10px 5px 0px;		
}

.inside #maincontent img {
	float: right;
	margin: 5px 10px 10px;
	border: 1px solid #57595a;
}

.inside #maincontent img.left {
	float: left;
}

.inside #maincontent img.center {
	text-align: center;
}

.inside #maincontent img.leftnoborder {
	float: left;
	border: none;
}

/*Full page layouts*/
#fullpage h2 {
	font-size: 180%;
}

#fullpage p {
	padding: 10px 0px;
}

#fullpage, #searchresult {
	float: left;
	padding: 20px 20px;
	text-align: left;
	font-size: 130%;
}

/*Timeline page layout*/
#timeline {
	float: left;
	width: 98%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 95%;
}

#timeline ul {
	padding: 5px 0px;
	margin: 0px 0px 0px 10px;
}

#timeline li {
	display: inline;
	border-right: 1px solid #57595a;
	padding: 0px 2px 2px 2px;
	text-align: center;
	margin: 0px auto;
}

#timeline li a {
	border-bottom:	none;
	}

#timeline li a:hover {
	/*border-right: 1px solid #57595a;*/
}	
	
/*Timeline page - not in use at present*/
#popwrapper {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}	

#hack {
	float: left;
	width: 432px;
	height: 120px;
	display: inline;
	border: 1px solid #fff;
	margin-left: 40px;
}

.hid, .pop {
	width: 432px;
	padding: 10px;
	display: inline;
	position: absolute;
	top: 61px;
	left: 40px;
	color: #57595a;
	text-align: left;
	border: 1px solid #57595a;
	background-color: #fff;
}

.hid {
	visibility: hidden;
}

.pop {
	z-index: 0;
}

a:hover .hid {
	visibility: visible;
	z-index: 2;
}

a:hover .pop {
	visibility: hidden;
	z-index: 0;
}

/*Footer layout*/
#footer {
	clear: both;
	height: 30px;
	background-image: url(images/footer1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #748aab;
	font-size: 85%;
	color: #fff;	
	margin-top: 1px;
}

#copyright {
	float: left;
	display: inline;
	width: 200px;
	color: #fff;
	text-align: center;
	height: 30px;
	padding: 0px 5px;
	/*height: 20px;
	padding: 5px 5px 0px; 
	- this is for the 1 line copyright with privacy policy */
}

#copyright a {
	color: #fff;
}
	
#footercontent {
	float: right;
	width: 530px;
}

#footercontent ul {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
}

#footercontent li {
	display: inline;
}

#footercontent li a {
	border-right: 1px solid #fff;
	padding: 1px 5px 5px 5px;
	text-align: center;
	color: #fff;
}

#footercontent .none {
	border: none;
}


