/* CSS Document */

/* ESK website css */

BODY	{
	margin:	0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:	#000000;
	}
	
.body	{ /* body class for bad browsers. apply this explicitly if the browser forgets the BODY tag */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:	#333333;
	}
	
div, p, th, td, li, dd, dl, dt    {
    	/* redundant selectors to help NS4 not forget */
    	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.3em;
	}
p {
	margin-top: 0; padding-top: 0;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 	12px; /* controls space after */
	color: #000000; /* black type */
	text-align: left;
	
	}	
img	{
		/* turns off gaps around images */
	border:	0
	}

/* positionsing divs */

.leftholder {
	position:absolute;
	top:144px;
	left:108px;
	width:180px;
	z-index:0;
	float: none;
	height: 550px;
	background-color: #C1BDB8;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/map5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.leftholder2 {
	position:absolute;
	top:144px;
	left:108px;
	width:180px;
	z-index:0;
	float: none;
	height: 533px;
	background-color: #C1BDB8;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/large_map.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.rightholder {
	position:absolute;
	top:144px;
	left:288px;
	z-index:0;
	background-color: #D8D3CC;
	padding: 89px 16px 11px 144px;
	width: 452px;
	height: 450px;
	float: left;
	overflow: visible;
	background-image: url(images/rules_right4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.homenav {
	position:absolute;
	top:162px;
	left:72px;
	width:215px;
	z-index:6;
	float: left;
	height: 17px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	visibility: visible;
}

.logo {
padding-left:50px;
float:left;
}

.navigation {
padding-top:20px;
padding-right:25px;
float:right;
}

.subNavHolder {
position:relative;
top:35px;
width:95%;
float:left;
display:inline;
padding-bottom:20px;
}

.subnavigation {
padding-top:10px;
padding-right:25px;
float:right;
}

.esklogo {
float:left;
display:inline;
}
	
/* LINKS */
	
a {
   	font-size: 100%;
	color:#06688B;
	text-decoration: underline;
	}

.homephoto {
	position:absolute;
	top:368px;
	left:134px;
	width:237px;
	z-index:2;
	float: left;
	height: 184px;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	background-image: url(images/homephoto.jpg);
	overflow: hidden;
	visibility: visible;
	background-repeat: no-repeat;
}
.navcontact {
	position:absolute;
	top:162px;
	left:144px;
	width:143px;
	z-index:7;
	float: left;
	height: 17px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	background-repeat: no-repeat;
}
.homephoto2 {
	background-image: url(images/long_building4.jpg);
	background-repeat: no-repeat;
	top: 572px;
	height: 100px;
	width: 518px;
	position: absolute;
	visibility: visible;
	z-index: 0;
	left: 414px;
}
.navcurrent {
	position:absolute;
	width:215px;
	z-index:8;
	float: none;
	height: 17px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	background-repeat: no-repeat;
	left: 288px;
	top: 162px;
}
.navfuture {
	position:absolute;
	width:215px;
	z-index:8;
	float: none;
	height: 17px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	background-repeat: no-repeat;
	left: 504px;
	top: 162px;
}
.navplanned {
	position:absolute;
	width:215px;
	z-index:8;
	float: none;
	height: 17px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #000000;
	display: inline;
	background-repeat: no-repeat;
	left: 720px;
	top: 162px;
}
.copyright {
	position:absolute;
	top:694px;
	left:836px;
	width:64px;
	z-index:9;
	float: left;
	height: 17px;
	background-color: #8DACBF;
	padding: 0px;
	border: 0px solid #000000;
	display: inline;
	visibility: visible;
	background-image: url(images/copyright.jpg);
	background-repeat: no-repeat;
}
.webenquires {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #97a37f;
	text-decoration: none;
	letter-spacing: 0.1em;
	white-space: normal;
	display: inline;
	border-right: 4px solid #97a37f;
	border-left: 4px solid #97a37f;
}
