@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	background: #9EBEE7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
img a{
	border-bottom:none;
	decoration:none;
	}
img{
	border: 0px;
	}
h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-variant:normal;
	color:#060;
	margin-bottom:10px;
	padding:3px;
	background:none;
	}
h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#363;
	text-decoration:none;
	background:none;
	}
h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:underline;
	}
h4 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#363;
	text-decoration:none;
	background:none;
	}
h5 {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#363;
	padding:0;
	margin:0;
	text-decoration:none;
	font-style:normal;
	font-variant:normal;
	background:none;
	}	
#container { 
	width: 1056px;  /* Narrower than current city page for future addition of shadow or glow*/
	background:url(../Images/Sidebar_Background.jpg) repeat-y;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

#header { 
	margin-bottom:0;
	background-image:url(../Images/Header_Background.jpg);
	background-repeat:no-repeat;
	width:1056px;
	height: 100px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	border-right: none;
	margin:0;
	padding:0;
	left:none;
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	}
#sidemenu {
	width:185px;
	padding: 0;
	margin: 0;
	height:auto;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	}

#sidemenu a {
	color:#000;
	text-decoration:none;
	}
#social_net{
	padding:20px 0 20px 20px;
	margin:30px 15px 0 15px;
	border-bottom:1px #CCC solid;
	border-right: 1px #CCC solid;
	}
#holder {	/*Divider that holds the slideshow*/
	position:relative;
	background-color:#FFF;
	background-image:url(../Images/HolderBackground.png);
	border-bottom:1px solid #CCC;
	padding:10px 10px 30px 10px;
	margin: 0 0 10px 0;
	height: 280px;
	width: 830px;
	float:left;
	z-index:0;
	text-align:left;
	}

#mainContent { 
	margin: 0 0 20px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border:2px solid #CCC;
	height:auto;
	width:850px;
	float:left;
	background-color:#FFF;
	}

/* --------------   The following apply to the main editable content-----------------*/

 
#columns_div{
	background-color:none;
	background-image:url(../Images/MainBG.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 10px 10px;
	padding: 25px 0 20px 0;
	width:836px;
	color:#000;
	position:relative;
	height:auto;
	}
#column_1 {
	width:575px;
	height:auto;
	float:left;
	padding:0 10px 0 20px;
	border-right:1px solid #CCC;
	}
#column_1 ul{
	margin-left:5px;
	padding-left:5px;
	list-style:disc;
	}
#column_1 li{
	margin-left:5px;
	padding-left:5px;
	}
#column_2 {
	width:290px;
	height:auto;
	float:left;
	padding:0 10px 0 20px;
	}
#column_2 li a {
	list-style:none;
	}
#column_2 li  {
	list-style:none;
	}

#column_3 {
	width:240px;
	height:auto;
	float: left;
	padding: 0 0 0 10px;
	margin-left:20px;
	border-right:1px solid #CCC;
	}
#column_3 li a {
	list-style:none;
	}
#column_3 li  {
	list-style:none;
	}
.content_div{	/*For separating content in #column_1 into rows without using tables*/
	border-bottom:1px solid #CCC;
	width:580px;
	height:auto;
	float:left;
	}
.news_div{	/*For separating content in #column_1 into rows without using tables*/
	border-bottom:1px dashed #CCC;
	width:210px;
	height:auto;
	padding:10px;
	float:left;
	}
.wide_news_div{	/*For separating content in #column_1 into rows without using tables*/
	border-bottom:1px solid #CCC;
	width:480px;
	height:auto;
	padding:10px;
	float:left;
	}

.headerDiv {   /*For titles at the top of the editable content*/
	width:auto;
	border-bottom:2px solid #333;
	}

.content_div2 {	/* Narrower divider for specialized content*/
	width:320px;
	float:left;
	border-bottom:1px dashed #CCC;
	border-right:1px dashed #CCC;
	}

/* ---------------Right side items -------------*/

.error {
	color:#A91131;
	font-weight:600;
	text-decoration:bold;
	margin-top:10px;
	}
	
.required {
	color:#5A991B;
	font-weight:600;
	text-decoration:bold;
	margin-top:10px;
	}
	
#right_menu {
	width:180px;
	height:auto;
	float: right;
	padding:20px 20px 0 0;
	}
#green_tips {
	width:150px;
	height:auto;
	float:left;
	margin:30px 0 0 0;
	background-image:url(../Images/Mayors_Tip.png);
	background-repeat:no-repeat;
	background-color:#335C33;
	padding:35px 15px 10px 15px;
	color:#FFF;
	font-size:12px;
	}
#green_tips a {
	color:#FFF;
	font-weight:600;
	text-decoration:underline;
	margin-top:10px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
/* --------Unused definitions: for further expansion ------------------*/

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	width:1056px;
	height:20px;
	float:left;
	background:url(../Images/Footer_Background.jpg) no-repeat;
	color:#FFF;
	} 
.footer_div {
	margin:10px 20px 0 0;
	font-size:11px;
	width:200px;
	border-right:1px dashed #FFF;
	float:left;
	font-weight:400;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	color:#FFF;
	}