/* CSS Document */

body{
	background-color: #FFFFFF;
	margin: 20px;
	text-align: center;
}


hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px dotted #999999;
	border-right: 1px none #99CC00;
	border-bottom: 1px none #99CC00;
	border-left: 1px none #99CC00;
	height: 5px;
	margin-top: 0px;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}


a {
	text-decoration: none;
}


.gttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.gtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

.gtlink {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1px;
}

.gtlink:visited {
	color: #000000;
}

.gtlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#header {
	background-color: #FF0000;
	width: 770px;
	height: 90px;
	background-image: url(images/gtheader.gif);
	background-repeat: no-repeat;
}

#intro {
	background-color: #FF0000;
	width: 770px;
	height: 110px;
	padding: 10px;
}

#footer2 {
	background-color: #FF0000;
	width: 770px;
	height: 90px;
}


#left {
	width: 370px;
	min-height:370px;	
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
}

#right {
	width: 370px;
	min-height:370px;	
	padding: 0px;
	text-align: left;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

#affordable {
	background-color: #FF0000;
	width: 367px;
	height: 160px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#local {
	background-color: #FF0000;
	width: 367px;
	height: 160px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#fun {
	background-color: #FF0000;
	width: 367px;
	height: 160px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#home {
	background-color: #FF0000;
	width: 367px;
	height: 60px;
}

#green {
	background-color: #FF0000;
	width: 367px;
	height: 97px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#safe {
	background-color: #FF0000;
	width: 367px;
	height: 111px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#everyone {
	background-color: #FF0000;
	width: 367px;
	height: 128px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

#newham {
	background-color: #FF0000;
	width: 367px;
	height: 160px;
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}


#container {
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: 5e83a8;
	background-color: #FF0000;
	min-height:600px;
 height:auto !important;
 height:800px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: 5e83a8;
}


li {
	text-indent: 0px;
	list-style-position: outside;
}

ul {
	padding: 0;
	margin-left: 20px;
}





a:link  /* this controls look of lightbox links, but need to watch other links dont change too */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}



#thumbnails{
	position: absolute;
	left: 0;
	width: 724px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	background-position: center center;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; visibility: hidden;}
#nextLink { right: 0; float: right; visibility: hidden;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px/1.6em Verdana, Arial, Helvetica, sans-serif;/* LINDA: caption text size changes here */
	background-color: #FFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 20px; color: #000000; }  /* LINDA: caption colour chenges here */
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 60px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000; /* LINDA: Overlay background colour chenges here */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}
