body {
	background: url(images/bg.jpg) top left repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	text-align: left;
	text-decoration: none;
	margin: 0;
}
br {
	clear:both;
}
ul, li {
	margin:0;
	padding:0;
	text-align:left;
}
h1, p, span { 
	margin:0 0 10px 0;
	padding:0;
}
img {
	border:0;
}
strong {
	color: #14578d;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
br {
	clear:both;
}
A:Active,A:link,A:visited{
	text-decoration : underline;
	color :#5b8600;
}
A:Hover{
	text-decoration : none;
	color :#000000;
}
A:Active.link,A:link.link,A:visited.link{
	text-decoration : underline;
	color :#2976b1;	
}
A:Hover.link{
	text-decoration : none;
	color :#999999;
}
/* Class */
/* Text layout */
.square li {
	list-style-type:square;
	margin: 0 0 0 25px;
}
.text {
	font-size:12px;
	color:#5a5a5a;
	text-align: justify;
}
.justify {
	text-align:justify;
}
.small {
	font-size:11px;
	text-align:left;
	color:#2c71a7;
}
.clear {
	clear: both;
}
.padding30 {
	padding : 20px 30px;
}
.title {
	background:url(images/title_header_bg.gif) repeat-y top left;
	padding: 2px 0 0 25px;
	margin:4px 0;
	font-size: 20px;
	font-weight: normal;
	color:#5494bc;
	text-align:left;
}
.title_content {
	font-size: 18px;
	font-weight: normal;
	color:#5494bc;
	text-align:left;
}

/* Image and other classes */
.construction {
	height:300px;
	background:url(images/construction.gif) no-repeat center;
}
.spaceborder {
	margin:5px 0 5px 0;
	background-image:url(images/border.gif);
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
}
.imageleft {
	float: left;
	margin: 0px 10px 10px 0;
	width:245px;
}
.imageright {
	float: right;
	margin: 0px 0 10px 10px;
}
#home-box {
	margin : 5px 0;
}
.box {
	float:left;
	width : 246px;
	margin: 0 4px 0 4px;	
}
.boxheaderleft {
	float:left;
	width:8px;
	height:28px;
	background-image:url(images/box_header_left.gif);
}
.boxheaderright {
	float:left;
	width:8px;
	height:28px;
	background-image:url(images/box_header_right.gif);
}
.boxheader {
	float:left;
	width:230px;
	height:28px;
	padding: 0;
	background:url(images/box_header.gif) repeat-x ;
}
.boxheader div {
	background-color:#2976b1;
	color:#FFFFFF;
	padding: 7px 0 0 0;
	font-size:14px;
	font-weight:bold;
	
}
.boxcontent {
	clear:both;
	padding: 5px;
	border:1px solid #CCCCCC;
	height:250px;
	margin:0 1px 1px 1px;
}
.boxcontent div {
	padding: 10px;
}
#menu {
	text-align:left;
	float:left;
	min-height: 26px;
	margin: 0;
	padding: 0;
	background:url(images/menu-bg.gif) repeat-x;
	list-style-type: none;
}
#menu ul li {
	float:left;
	list-style-type: none;
}
#menu ul li a {
	margin:0;
	list-style:none;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	padding: 5px 14px;
	font-size:14px;
	color: #00467f;
}
#menu ul li a:hover{
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	background:url(images/menu-bg-over.gif) repeat-x;
}
#menu li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #00467f;
	background: #FFFFFF;
	width: 170px;
	margin:0px 0 0 1px;
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
}

#menu li ul li { /* second-level lists */
	margin: 0px;
	width: 170px;
	padding : 0px;
}
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menuleft {
	width:16px;
	float:left;
	background:url(images/menu-left.gif) top left no-repeat;
	height:26px;
}
#menuright {
	width:16px;
	float:left;
	background:url(images/menu-right.gif) top right no-repeat;
	height:26px;
	
}
#helpfullinks {
	padding : 20px;
	border: 1px solid #666666;
}
#cityhall_content {
	width : 500px;
	float: left;
}

/* ID */
#container {
	text-align:center;
	margin:0px auto;
	padding:0px 0 20px 0;
	border:0px solid #CCCCCC;
	width:772px;
	position: relative;
}
#banner {
	margin: 0 0 5px 0;
	background:url(images/banner.jpg) center no-repeat;
}
#content {
	padding:5px 0; 
	margin:5px 0;
	text-align:left;
}
#eventcal {
	background:url(images/event_cal_bg.gif) no-repeat;
	clear:both;
	text-align: left;
	margin: 0px;
	padding: 0px;
	min-height:42px;
}

#eventcal div {
	padding: 10px 0 10px 60px;;
}
#footer {
	text-align:right;
	clear:both;
	margin:0;
	background-color:#f0f1f2;
	padding:5px;
	font-size:11px;
	color:#798c9c;
}

