/*
	File: template.css 
	Date: November 6, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

body {
	margin: 0px auto 6px auto;
	text-align: center;
	background-color:#006699;
	background-image:url(../siteImages/bkgrd-repeat.jpg);
	background-repeat:repeat-x;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
	
}

#header{
	height: 140px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-color:#fff;
}

#middleHeaderTop {
	width: 461px;
	height: 119px;
	background-color:#fff;
}

#middleHeaderBottom {
	width: 461px;
	height: 21px;
	background-color:#fff;
	background-image:url(../siteImages/header-middle-bottom.jpg);
	text-align:center;
}

#middleNavText {
	margin:0px auto 0px auto;
	padding-top:2px;
}

.middleNavText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;	
}

.middleNavText a, .middleNavText a:active, .middleNavText a:visited {
	color:#000099;
	text-decoration:underline;
	
}

.middleNavText a:hover {
	text-decoration:none;
	color:#0000FF;
}

#mainContent{
	width:760px;
	text-align:left;
	margin: 0px auto 0px auto;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#contentLeft {

	min-height:450px;
	width:150px;
	margin: 0px auto 0px auto;
	float:left;
	background-image:url(../siteImages/left-navbar.jpg);
	background-repeat:no-repeat;

}

#navcontainer {
	width:145px;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 3px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 140px;
}

.cityhall{
color:#006699;
font-size:11px;
font-family:"Trebuchet MS", Arial, sans-serif;
text-align:left;
line-height:1.4em;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 4px;
border-top: 1px solid gray;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navlist li a:link {
	text-decoration: none;
	color:#000099;
}

#navlist li a:active {
	text-decoration: none;
	color:#000099;
}

#navlist li a:visited {
	text-decoration: none;
	color:#000099;
}

#navlist li a:hover {
	color:#0000FF;
	text-decoration:underline;
}

#webcam {
	width:140px;
	margin:0px auto 0px auto;
	text-align:center;
	font-size:65%;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

#contentMiddle {
	float:left;
	width:450px;
	min-height:450px;
	background-color:#fff;
	margin:0px;

}

#innerContent{
	text-align:left;
	height:100%;
	margin: 10px 0px 10px 10px;
	width:435px;
	float:left;
}

#contentRight {
	float:right;
	width: 149px;
	min-height:450px;
	background-image:url(../siteImages/content-right.jpg);
	background-repeat:no-repeat;

}

#footer {
	
	clear:both;
	height: 10px;
	margin: auto auto auto auto;  
	width: 760px;
	background-image:url(../siteImages/footer.jpg);
}

#footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
	padding-top:3px;
	margin-top:0px;
	line-height:14px;
	background-image:none;
	background-color:#006699;
}

#footerText a, #footerText a:active, #footerText a:visited {
	color:#fff;
}

#footerText a:hover {
	color:#0033CC;
	text-decoration:none;
}