/* 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;
	} 
/*-----------------------------------------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;
	}
