/* CSS Document */
body{
	margin: 0 auto;
	}
#container{
	width: 780px;
	height: 600px;
	border: 1px solid black;
	margin: 20px auto;
	}
#container_med{
	width: 780px;
	height: 800px;
	border: 1px solid black;
	margin: 20px auto;
	}
#container_tall{
	width: 780px;
	height: 1000px;
	border: 1px solid black;
	margin: 20px auto;
	}

/*-----------------------------------end containers--------------*/
#header{
	width:780px;
	height: 106px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
/*-------------------------------- circle navigation for nav------------------------ */

#navCircle {
        margin: 0;
        padding: 80px 0px 0px 400px;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #3399CC;
        background: url(circle.gif) no-repeat bottom center;
}
-->
/*-------------------------------leftside navigation------------------------------------*/
#leftside{
	width: 200px;
	height: 400px;
	float: left;
	margin-left: 10px;
	}
h1{
	font-size:16px;
	color:#0066FF;
	padding: 0px;
	margin-bottom: 5px;
	}
#leftside ul{
	margin: 10px 0px 30px 0px;
	padding: 0px;
	text-indent: 0px;
	}
#leftside li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	font-size: 14px;
	}
#leftside a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#leftside a:hover{
	color:#CC0033;
	}
/*---------------------------------rightside navigation-----------------*/
#rightside{
	width: 550px;
	height: 500px;
	margin-top: 20px;
	float: right;
	text-align: center;
	}
#righside_nav{
	height: 25px;
	width: 550px;
	text-aligh: center;
	float: right;
	}
#righside_nav a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#righside_nav a:hover{
	color:#CC0033;
	}

#rightside2{
	width: 550px;
	height: 700px;
	margin-top: 10px;
	float: right;
	text-align: center;
	}

#rightside h1{
	font-size: 18px;
	}
#rightside2 h3{
	font-size:18px;
	font-weight:150;
	color:#0033FF;
	margin: 5px 0px 5px 0px;
	}
#rightside2 ul{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	}
#rightside2 li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	font-size: 14px;
	}

.blue{
	color:#0066FF;
	} 
.blue2{
	color:#006699;
	font-size:18px;
	font-weight:400;
	} 
#rightside3{
	width: 550px;
	height: 800px;
	margin-top: 10px;
	float: right;
	text-align: center;
	}

#rightside h1{
	font-size: 18px;
	}
#rightside3 h3{
	font-size:18px;
	font-weight:150;
	color:#0033FF;
	margin: 5px 0px 5px 0px;
	}
#rightside3 ul{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	}
#rightside3 li{
	text-decoration:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
	font-size: 14px;
	}

/*-----------------------------------------menu boxes-----------------------*/
.district{
	height: 65px;
	width: 225px;
	border: 1px solid black;
	float: left;
	margin: 0px 20px 10px 20px;
	}
.office{
	height: 120px;
	width: 225px;
	border: 1px solid black;
	float: left;
	margin: 0px 20px 10px 20px;
	}

	
#calendar{
	width: 500px;
	height: 225px;
	background-color:#99CCFF;
	margin-left: 25px;
	}
#parks{
	width: 225px;
	height: 150px;
	background-color:#99CCFF;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	}
#interests{
	width: 225px;
	height: 150px;
	background-color:#99CCFF;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
	}
/*====================================body text===========================*/
h2{
	font-size:22px;
	font-weight:200;
	color:#0033FF;
	margin: 10px 0px 20px 0px;
	}
h3{
	font-size:18px;
	font-weight:150;
	color:#0033FF;
	margin: 10px 0px 5px 0px;
	}
#body_text{
	width: 500px;
	height: 100%;
	font-size: 14px;
	text-align:left;
	}
#body_text a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#body_text a:hover{
	color:#CC0033;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++footer++++++++++++++++++++++++++++++*/
#footer{
	width: 300px;
	float: right;
	clear:both;
	height: 50px;
	font-size: 14px;
	}
#footer a:link, a:visited{
	color:#0033CC;
	text-decoration:none;
	}
#footer a:hover{
	color:#CC0033;
	}
#navigate{
	width: 120px;
	height: 25px;
	float: right;
	clear:both;
	font-size: 14px;
	color:#0066FF;
	}
/*___________________________________________Lightbox________________________________*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#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: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
img{
	border: 0px;
	}

