/* CSS Stylesheet */
/* Produced by Wildwood Technology Limited, info@wwood.co.uk */


/* HTML Styles */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-color:#b9b9b9;
	color: #000000;
}

h1 { 
	font-size: 1.4em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

a { 
	color: #000;
}

/* a:hover { 
	background-color: #116534;
} */

/* Layout */

.container { 
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
}

.header { 
	height: 87px;
	background-image: url("images/headerimage.jpg");
	background-repeat: no-repeat;
	background-color:#116534;
}

.contentContainer {
	padding: 5px 5px 20px 15px;
}

.columnContainer {
	/*float: left;*/
}

/*.clear {
	clear: both;
}*/

.footerContainer {
	padding: 0px;
	clear: both;
	text-align: right;
}

.footer {
	padding: 10px 10px 10px 0px;
	color: #999999;
	font-size: 80%;
	background-color:#fff;
}

.footer a {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	background-color: #fff;
	color: #116534;
}

.column2 a {
	color: gray;
	text-decoration: none;
}

.column2 a:hover {
	background-color: #fff;
	color: #116534;
}

/* Navigation */

.navcontainer {
	font-size: 1em;
	background-color: #000;
	height: 25px;
}

.navcontainer ul {
	margin: 0px;
	padding: 0px;
}
	
.navcontainer li {
	list-style: none;
	display: block;
	width: 80px;
	float: left;
	line-height: 25px;
	text-align: left;
	text-indent: 20px;
}

.navcontainer a {
	display: block;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
}

.navcontainer a:hover {
	background-image: url("images/menugrad.gif");
	background-repeat: repeat-x;
	color: #fff;
} 

.navText {
	display:block;
}

#navItem1 {
	padding-left: 0px;
}

#navItem2 {
	padding-left: 15px;
}

#navItem3 {
	padding-left: 15px;
}

#navItem4 {
	padding-left: 15px;
}

/* General */ 

.imageLeft {
	float: left;
	margin: 0px 5px 0px 0px;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.footnote {
	font-size: 80%;
	color: #999999;
	margin-bottom: 10px;
	display: block;
}

.footnoteWhite {
	font-size: 80%;
	color: #ffffff;
	margin-bottom: 10px;
	display: block;
}

.highlight {
	color: #116534;
	font-weight: bold;
}

.directionsMapBox {
	width: 250px;
	height: 150px;
	background-color: #116534;
}

#directionsMap {
	width: 160px;
	height: 141px;
	float: left;
}

#directionsMap img {
	margin-top: 3px;
	margin-left: 5px;
}

#directionsMap a img {
	border: none;
}

.clickHere {
	margin-left: 170px;
	color: #fff;
	font-weight: bold;
}

.clickHere a {
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
}

.clickHere a:hover {
	text-decoration: underline;
}

.contentTable {
	font-size: 95%;
}

.contentTable td {
	border-bottom: 1px solid #999999;
	padding: 10px 5px 10px 2px;
	vertical-align: top;
}

.contentTable td img {
	vertical-align: bottom;
}

.contentTable th {
	border-bottom: 1px solid #999999;
	padding: 10px 5px 10px 2px;
	vertical-align: top;
	text-align: right;
}
/* Page backgrounds */

#page1 .column1, #page2 .column1, #page3 .column1, #page4 .column1 { 
	height: 141px;
	width: 256px;
	float: left;
	margin: 3px 0px 20px 0px;
	padding-right: 10px;
	color: gray;
	line-height: 16px;
}

#page1 .column1 img, #page2 .column1 img, #page3 .column1 img, #page4 .column1 img {
	margin-top: 5px;
}

#page1 .column2, #page2 .column2, #page3 .column2, #page4 .column2 { 
	/*float: left;*/
	margin-left: 266px;
	/*width: 405px;*/
	margin-top: 2px;
	color: gray;
	line-height: 16px;
}

#page1 .column2 img {
	padding-bottom: 40px;
}

#page2 .column2 img {
	padding-bottom: 5px;
}
