@charset "iso-8859-1";
/* CSS Document */

/*centers website to the  page*/

body{
	background-image: url(../images/pageElements/headerBand.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight:500;
  	color: #003333; 
  	margin:0px;


	

}
.baseLayer{
/*	background-image: url(../images/pageElements/background.jpg);
	background-repeat: repeat-y;*/
	height:100%;
	margin: auto;
	top: 0px;
	width:1024px;
}



html { 
	scrollbar-arrow-color: #006666;  
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#006666;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-shadow-color:#006666;
} 

#banner {
	background-image:url(../images/pageElements/backgroundTop.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:114px;
	float:left;
	}

#clock {
	width:100px;
	height:100px;
	margin-left:70px;
	margin-top:30px;
	display:inline;
	float:right;
	}

#main{
	background-image:  url(../images/pageElements/baselayerback.gif);
	background-repeat: repeat-y;
	margin:0px;
	width: 960px;
	height:auto;
	z-index:3;
	float:left;
	padding-bottom:20px;
 }

.thumbnail{
position: relative;

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
border: 1px thin;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50;
/*position where enlarged image should offset horizontally */

}


#default{
	margin-left:88px;
	margin-top:37px;
  padding: 0px;
  width: 796px;
  height: 596px;
 }
 
 

 
 #invis{
	margin-left:0px;
	margin-top:0px;
	width:auto;
	height: auto;
	z-index:1;
	visibility:hidden;
 }
 
#homLink{
	margin-left:0px;
	margin-top:30px;
	width: 188px;
	height: 86px;
	padding-left: 40px;
	float: left;
	display: inline;

 }
 
img {
	border:0;}
#mainCMS{
	margin-left:0px;
	margin-top:0px;
	padding: 20px;
	width: 756px;
	height: 768px;
	overflow:auto;
	scrollbar-arrow-color: #006666;  
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-highlight-color:#006666;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-shadow-color:#006666;
 } 


#navigation{
	left:300px;
	width:auto;
	height:25px;
	float: left;
	display: inline;
	margin-top: 90px;
	margin-left: 70px;
}

#leftnav  {
	width:176px;
	height:auto;
	min-height:500px;
	background-color:#006666;
	float:left;
	display:inline;
	padding:40px 10px 20px 40px;
	}
#mainDisp {
	margin-left:0px;
	margin-top:0;
	width:630px;
	height:auto;
	min-height:500px;
	overflow:auto;
	float:left;
	display:inline;
	padding: 40px;

}
#subMenu {
	margin-left:0px;
	margin-top:0px;
	width:170px;
	height:300px;
	float:left;
}
#leaflets {
	margin-left:0px;
	margin-top:30px;
	width:160px;
	height:20px;
	float:left;

}

#theImage  {
	float:right;
	width:120px;
	z-index:5;
	vertical-align:top;
	padding-left:10px;
}
#pageImg {
	margin-left:0px;
	margin-top:50px;
	bottom:30px;
	width:170px;
	height:180px;
	float:left;
	z-index:5;
	vertical-align: baseline;
	visibility: visible;
}

#foot {
	width:960px;
	height:24px;
	float:left;
	}


#footright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:730px;
	height:23px;
	float:right;
	display:inline;
	text-align:center;
}
#leftFoot {
	width:188px;
	height:auto;
	float:left;
	display:inline;
	padding:0px 0px 0px 40px;
}
table {
	border: thin inherit #006666;
	padding: 4px;
	text-align: left;
	border-collapse:collapse;
}


/* row colors */
	/* row alternative color */
	.colour_list tr.colour_even, tr.colour_even {
		background-color:#f7f7f7;
	}

/* row colors */
	/* row alternative color */
	.colour_list tr.colour_odd, tr.colour_odd {
		background-color:#e7e7e7;
	}

