body {
	font-size: 0.9em;
	background: none;
	font-family : Arial, Helvetica, sans-serif;
}
#widthBox {
	border: solid 1px #bbb;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #3300CC;
	text-decoration: none;
}
h1 {
	font-weight: bold;
}
.Moretext {
	clear:both;
	font-style: italic;
	text-align: right;
	border-top: #666666 solid thin;
	border-bottom: #666666 solid thin;
}
.TextNav {
	font-size: 0.9em;
	color: #333333;
	padding: 5px 5px;
	border-top: #666666 solid thin;
	border-bottom: #666666 solid thin;
	text-align: center;
}
#header {
	font-size: 1em;
	color: #003366;
	background-color: #ffffff;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
}
#leftCol ul {
	margin: 0;
	padding: 0;
	padding-left: 1.2em;
}
#leftCol ul li {
	margin-right: 1%;
}
#leftCol a:link {
	color: #000;
}
#leftCol ul li ul {
	left: -999em;
	position: absolute;
}
.localityAreas #leftCol ul li.LocalRow ul, .geology #leftCol ul li.GeologyRow ul, .mineralsAndMines #leftCol ul li.MineralsRow ul, .Quarrying #leftCol ul li.QuarriesRow ul, .cavesAndKarst #leftCol ul li.CavesRow ul, .biodiversity #leftCol ul li.BioRow ul, .siteInfo #leftCol ul li.sitesRow ul {
	left: auto;
	position: relative;
}
.blackBox {
	background-color: #000;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:50em) {
#widthBox {
	max-width: 63em;
}
#header {
	height: 9.5em;
	border-bottom: solid 1px #bbb;
	margin-bottom: 0.5em;
}
#leftCol {
	border-right: solid 1px #bbb;
	min-height: 30em;
}
.imgBoxLeft50, .imgBoxRight50 {
	width: 49%;
}
#leftCol {
	width: 22%;
}
#leftCol.hasMergedColumns {
	left: -76.5%;
}
#midAndRightCol {
	width: 76%;
	left: 23%;
}
.mobile {
	display: none;
}
}
@media screen and (max-width:50em) {
#header {
	height: 5.5em;
	overflow: hidden;
}
.mobile {
	display: block;
	font-weight: bold;
	padding: 1%;
	background-color: #eee;
	border-top: 1px solid #666;
	margin-top: 0.5em;
}
}
#footer {
	background-color: #f6f7f8;
}
#footer p {
	border-top: 1px solid #bbb;
	padding: 0.5%;
}
#footer p, #footer p a:link, #footer p a:visited {
	color: #003366;
	text-align: center;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 0.25em;
}
/*Menu Styles*/

#leftCol li.GeologyRow a {
	color: #600;
	text-decoration: none;
}
#leftCol li.BioRow a {
	color: #F60;
	text-decoration: none;
}
#leftCol li.MineralsRow a, .red {
	color: #C00;
	text-decoration: none;
}
#leftCol li.QuarriesRow a {
	color: #60F;
	text-decoration: none;
}
#leftCol li.CavesRow a {
	color: #009933;
	text-decoration: none;
}
#leftCol li.LocalRow a {
	color: #003366;
	text-decoration: none;
}
#leftCol li.sitesRow a {
	color: #F39;
	text-decoration: none;
}
.sitemap {
	border: #000000 1px solid;
	padding: 5px;
}
