body {
	text-align: center;
	font-family: "Lucida Sans", Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a img {
	border: 0px;
}

.spacer {
	float: none;
	clear: both;
	width: 0;
	height: 0;
	margin: 0px;
	padding: 0px;
}


/*--------------- site construction and style ------------- */
#container {
	width: 766px;
	border: 2px solid #EF7510;
	text-align: left;
	margin: 0px auto;
}


#middle {
	height: 945px;
	margin-top: 3px;
	padding-top: 15px;
	background: url(/images/page-bg.jpg) repeat-y;
}

.column {
	float: left;
	clear: none;
	width: 355px;
	margin: 0px;
	padding: 0px;
	margin-left: 19px !important;
	*margin-left: 10px;
}

#footer {
	width: 766px;
	text-align: right;
	margin: 0px auto;
	color: #666666;
	font-size: 9px;
}

#footer a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* ------------------- end site construction ------------- */





/*---------------------- the menu --------------------------- */
#menu {
	color: white;
	background: url(/images/menu-bg.gif) #EF7510 repeat-x;
	height: 25px;
	padding-top: 5px;
	font-size: 16px;
}

#menu a {
	color: white;
	text-decoration: none;
}

#nav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-left: 20px;
	
}
#nav li {
	float: left;
	margin-right: 34px;
	text-align: left;
	padding-left: 10px;
}

#nav li a {
	display: block;
}
#nav li ul {
	text-align: left;
	list-style-type: none;
	position: absolute;
	left: -999em;
	background: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	margin-left: -10px;
	background: url(/images/dropdown-bg.gif) #F29243 repeat-x;
	z-index: 1000;
}
#nav li ul li {
	float: none;
	text-align: left;
	padding: 3px 10px;
	font-size: 12px;
}

#nav li ul.last-one {
	width: 157px;
	padding-right: 0px;
}


#nav li ul li a {
	display: inline;
}

#nav li ul li a:hover {
	color: black;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}
/* ------------------------ end the menu ------------------ */





/* -------------------- general content boxes ---------------- */
h1.content-box-header {
	width: 345px;
	background: url(/images/boxes/header.gif) no-repeat;
	height: 30px;
	color: white;
	font-size: 18px;
	margin: 0px;
}

h1.right {
	padding: 5px 10px 0px 0px;
	text-align: right;
}

h1.left {
	padding: 5px 0px 0px 10px;
	text-align: left;
}
div.content-box {
	width: 335px;
	background: url(/images/boxes/body-bg.gif) repeat;
	text-align: left;
	padding: 10px;
}

div.content-footer {
	width: 361px;
	height: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: url(/images/boxes/bottom.gif) no-repeat;
}

#mailing-list {
	width: 335px;
	height: 35px;
	background: url(/images/orange-bg.gif) no-repeat;
	margin-bottom: 20px;
	padding: 10px;
	color: white;
}

#mailing-list #list-title {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 5px;
}

#mailing-list input {
	width: 80px;
	font-size: 9px;
	margin-top: 5px;
}

#mailing-list input.postal-code {
	width: 60px;
}

#mailing-list input.submit {
	width: auto;
}

.quote {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
/* ------------------- end general boxes ------------------- */






/* -------------------- specific content boxes ------------- */
#latest-news {
	height: 355px;
}

#latest-news .post-date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#latest-news a.headline {
	font-size: 14px;
	font-weight: bold;
	color: #D87828;
	text-decoration: none;
}


#latest-news a.headline:hover {
	text-decoration: underline;
}

#mayors-priorities {
	text-align: center;
}

#online-networks img {
	margin: 0px;
	padding: 0px;
}

/*community div has a lot going on*/
#community #outbound {
	text-align: center;
}

#community #community-selector {
	margin-left: 20px;
	margin-bottom: 15px;
}

#community #community-selector select {
	margin-left: 25px;
}
	
#community #community-selector img {
	vertical-align: middle;
}

#community #community-info {
	margin-left: 25px;
	margin-bottom: 15px;
}

#community-image, #community-image img {
	width: 75px;
}

#community-text {
	margin-left: 5px;
	width: 200px;
}

#community-image, #community-text {
	float: left;
	clear: none;
}

#page-content {
	height: 740px;
	overflow: auto;
}

#media-box {
	text-align: center;
	height: 280px;
	overflow: hidden;
}

#media-box img {
	top: 0;
	left: 0;
	padding-bottom: 15px;
}

/*-------------------- end specific boxes --------------------- */