
/* level the playing field */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	font:72% Arial, Helvetica, sans-serif;
	color:#333;
	background:#D0E8D0;
	line-height:150%;
}
a img {
	border:0;
}
/* Standardize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin:.8em 0;
        padding: 0;
}
h1 {
	font-size:150%;
	font-weight:bold;
}
h2 {
	font-size:130%;
	font-weight:bold;
}

p.smtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color:#CC6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1.3em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
/* commmon classes */
.left {
	float:left;
	display:inline;
}
.right {
	float:right;
	display:inline;
}
.header {
	font-size:125%;
	font-weight:bold;
	color:#336633;
}
/* Custom styles:
	ordered by syntax hierarchy */
#wrapper {
	width:921px;
	margin:0 auto;
}
	#header {
		width:921px;
		height:208px;
		background:url(../images/bg_header.jpg) no-repeat top left;
	}
	#header.about {
		background-image:url(../images/bg_header_about.jpg);
	}
	#header.sistercity {
		background-image:url(../images/bg_header_sistercity.jpg);
	}
	#header.news {
		background-image:url(../images/bg_header_news.jpg);
	}
	
	#header.bicentennial {
		background-image:url(../images/bg_header_bicentennial.jpg);
	}
	#header.govt {
		background-image:url(../images/bg_header_govt.jpg);
	}
	#header.dept {
		background-image:url(../images/bg_header_dept.jpg);
	}
	#header.forms {
		background-image:url(../images/bg_header_forms.jpg);
	}
	#header.residents {
		background-image:url(../images/bg_header_residents.jpg);
	}
	#header.business {
		background-image:url(../images/bg_header_business.jpg);
	}
		#header h1 {
			text-indent:-5000px;
			margin:0;
		}
			#header h1 a {
				display:block;
				width:210px;
				height:208px;
			}
	#main_menu {
		width:919px;
		height:28px;
		border:1px solid #CC6600;
		background:#e5b393;
	}
		#main_menu ul {
			margin:0;
			padding:0;
			list-style:none;
		}
			#main_menu ul li {
				float:left;
				display:inline;
				margin:0;
				padding:0;
			}
				#main_menu ul li a {
					color:#336633;
					font-size:104%;
					font-weight:bold;
					padding:0 12px;
					line-height:28px;
					height:28px;
					float:left;
					display:block;
					text-decoration:none;
				}
				#main_menu ul li ul a {
					line-height:24px;
					height:24px;
					display:block;
					float:none;
				}
				#main_menu ul li a:hover {
					background:#CC6600;
					color:#000;
				}
				
				
				#main_menu ul li ul.dropdown-vertical-rtl {
				 float: right;
				}

				#main_menu ul li ul.dropdown-vertical-rtl ul {
				 left: auto !important;
				 right: 100%;
				}

				#main_menu ul li ul.dropdown-vertical-rtl li {
				 text-align: left;
				}
				
				
				#main_menu ul li ul li ul.dropdown-vertical-rtl {
				 float: right;
				}

				#main_menu ul li ul li ul.dropdown-vertical-rtl ul {
				 left: auto !important;
				 right: 100%;
				}

				#main_menu ul li ul li ul.dropdown-vertical-rtl li {
				 text-align: left;
				}
				
			
				
	#main_content {
		width:919px;
		border:1px solid #CC6600;
		border-top:0;
		background:#fff url(../images/bg_main_content.gif) repeat-y top left;
		overflow:auto;
	}
		#main_content.home #left, #main_content.home #center {
			float:left;
			display:inline;
			border-right:1px solid #CC6600;
		}
		#main_content.home #left {
			width:208px;
			height:432px;
			overflow:visible;
		}
		#main_content.home #left object {
			display:block;
		}
		#main_content.home #center {
			width:531px;
		}
			#main_content.home #welcome {
				background:url(../images/bg_welcome.jpg) no-repeat top left;
				padding:10px 10px 10px 90px;
				height:152px;/*minus padding*/
				border-bottom:1px solid #CC6600;
			}
				#main_content.home #welcome h2 {
					color:#CC6600;
					margin:5px 0;
				}
				#main_content.home #welcome p {
					color:#336633;
				}
				#main_content.home #welcome ul {
					color:#CC6600;
				}
			#main_content.home #news {
				background:#fff url(../images/bg_clague_house.jpg) no-repeat top right;
				padding:1px 10px;
				width:283px;/*minus padding*/
				height:111px;
				border-bottom:1px solid #CC6600;
				border-right:1px solid #CC6600;
			}
				#main_content.home #news h2 {
					margin:10px 0 5px 0;
				}
				#main_content.home #news h2 a {
					color:#CC6600;
					text-decoration:none;
					float:left;
					display:inline;
				}
					#main_content.home #news h2 span a {
						text-indent:-5000px;
						width:20px;
						height:20px;
						background:url(../images/icon_rss.gif) no-repeat top left;
						float:left;
						display:inline;
					}
				#main_content.home #news ul {
					color:#336633;
					margin:0;
					width:60%;
					clear:left;
				}
				#main_content.home #news ul a {
					color:#336633;
					text-decoration:none;
					font-size:95%;
				}
				#main_content.home #news a:hover {
					text-decoration:underline;
				}
				
				
				
				#main_content.home #bicentennial {
				background:#fff url(../images/bg_header_bicentennial.jpg) no-repeat top right;
				padding:1px 10px;
				width:283px;/*minus padding*/
				height:111px;
				border-bottom:1px solid #CC6600;
				border-right:1px solid #CC6600;
			}
			
				#main_content.home #bicentennial h2 {
					margin:10px 0 5px 0;
				}
				#main_content.home #bicentennial h2 a {
					color:#CC6600;
					text-decoration:none;
					float:left;
					display:inline;
				}
					#main_content.home #bicentennial h2 span a {
						text-indent:-5000px;
						width:20px;
						height:20px;
						background:url(../images/icon_rss.gif) no-repeat top left;
						float:left;
						display:inline;
					}
				#main_content.home #bicentennial ul {
					color:#336633;
					margin:0;
					width:60%;
					clear:left;
				}
				#main_content.home #bicentennial ul a {
					color:#336633;
					text-decoration:none;
					font-size:95%;
				}
				#main_content.home #bicentennial a:hover {
					text-decoration:underline;
				}
				
			#main_content.home #magazine {
				background:url(../images/bg_magazine.jpg) no-repeat top right;
				width:227px;/*minus padding*/
				height:114px;
			}
				#main_content.home #magazine h2 {
					margin:0;
					width:227px;
					height:113px;
				}
				#main_content.home #magazine h2 a {
					display:block;
					padding:10px 10px 30px 135px;
					color:#336633;
					text-decoration:none;
					font-weight:normal;
				}
				#main_content.home #magazine a:hover {
					color:#CC6600;
				}
			#main_content.home #webcasts {
				background:url(../images/bg_webcasts.jpg) no-repeat top left;
				border-right:1px solid #CC6600;
				width:152px;
				height:145px;
			}
			
				#main_content.home #webcasts a {
					float:left;
					display:inline;
					font-size:120%;
					color:#336633;
					text-decoration:none;
					padding:10px 40px 98px 12px;
				}
				
				#main_content.home #webcastsnew {
				background:url(../images/bg_webcasts_new.jpg) no-repeat top left;
				border-right:1px solid #CC6600;
				width:152px;
				height:145px;
			}
			
				#main_content.home #webcastsnew a {
					float:left;
					display:inline;
					font-size:120%;
					color:#336633;
					text-decoration:none;
					padding:10px 40px 98px 12px;
				}
				
				#main_content.home #webcastsnew a:hover {
					color:#CC6600;
				}
			#main_content.home #calendar {
				background:url(../images/bg_calendar.jpg) no-repeat top left;
				border:0;
				border-right:1px solid #CC6600;
				width:150px;
				height:145px;
			}
				#main_content.home #calendar a {
					float:left;
					display:inline;
					font-size:150%;
					color:#CC6600;
					text-decoration:none;
					text-transform:uppercase;
					letter-spacing:2px;
					padding:52px 0 0 10px;
					width:140px;
					height:93px;
				}
					#main_content.home #calendar a span {
						display:block;
						font-size:80%;
						color:#336633;
						text-transform:none;
						letter-spacing:normal;
					}
					#main_content.home #calendar a:hover span {
						color:#CC6600;
					}
			#main_content.home #mayor {
				background:url(../images/bg_mayor.jpg) no-repeat top left;
				width:227px;
				height:145px;
			}
				#main_content.home #mayor a {
					float:left;
					display:inline;
					font-size:120%;
					color:#336633;
					text-decoration:none;
					padding:10px 100px 80px 12px;
				}
				#main_content.home #webcasts a:hover, #main_content.home #mayor a:hover {
					color:#CC6600;
				}
				#main_content.home #calendar a:hover {
					color:#336633;
				}
		#main_content.home #right {
			float:left;
			display:inline;
			width:178px;
		}
			#main_content.home #video {
				text-align:center;
				background:#E3F1E2;
				border-bottom:1px solid #CC6600;
				height:151px;
			}
				#main_content.home #video a {
					display:block;
					color:#336633;
					text-decoration:none;
					font-weight:bold;
					padding:8px 5px;
				}
					#main_content.home #video a span {
						display:block;
					}
			#main_content.home #links {
				border-bottom:1px solid #CC6600;
				height:176px;
				overflow:auto;
			}
				#main_content.home #links ul {
					margin:.9em 0;
				}
				#main_content.home #links li {
					margin:0;
					list-style:none;
					padding-left:5px;
					float:left;
					display:inline;
					width:172px;
				}
				#main_content.home #links li a {
					display:block;
					color:#336633;
					text-decoration:none;
					padding-left:18px;
					background:url(../images/icon_arrow.gif) no-repeat 5px center;
				}
				#main_content.home #links li a:hover {
					text-decoration:underline;
				}
			#main_content #contact {
				text-align:center;
				color:#336633;
				background:#F6E8DF;
			}
				#main_content #contact address {
					margin:0;
					height:95px;
					padding-top:8px;
				}
				* html #main_content #contact address { /*IE6 needs one less pixel*/
					padding-top:12px;
				}


	#footer {
		width:919px;
		text-align:center;
	}


		#left_column {
			width:190px;
			padding:10px;
			float:left;
			display:inline;
		}
			#left_column .mayor {
				text-align:center;
				padding-bottom:15px;
			}
			#left_column .cdispatch {
				text-align:center;
				padding-top:10px;
				padding-bottom:15px;
			}					
			#left_column .magazine {
				text-align:center;
				margin:10px 0;
				padding-bottom:7px;
			}
			#left_column .parkvideo {
				text-align:center;
				margin:20px 0;
			}
			#left_column .shopvideo {
				text-align:center;
				margin:20px 0;
			}			
			#left_column #links {
				border:1px solid #CC6600;
				border-left:0;
				border-right:0;
				padding-top:7px;
				padding-bottom:7px;
			}
				#left_column #links ul {
					margin:.3em 0;
					overflow:auto;
					height:100%;
				}
				#left_column #links li {
					margin:0;
					list-style:none;
					padding-left:5px;
					float:left;
					display:inline;
					width:172px;
				}
				#left_column #links li a {
					display:block;
					color:#CC6600;
					text-decoration:none;
					padding-left:18px;
					background:url(../images/icon_arrow.gif) no-repeat 5px center;
				}
				#left_column #links li a:hover {
					text-decoration:underline;
				}
				#left_column #contact {
					background:#FFF;
					padding-top:0px;
				}
					#left_column #contact address {
						padding-top:10px;
					}
		#right_column {
			width:648px;
			padding:0 30px;
			float:left;
			display:inline;
		}
			#right_column h2 {
				text-transform:uppercase;
				color:#CC6600;
				padding-bottom:2px;
				border-bottom:1px solid #CC6600;
			}
			
						#right_column_1
{
	padding: 0 30px;
	float: none;
	display: inline;
}
			#right_column_1 h2 {
				text-transform:uppercase;
				color:#CC6600;
				padding-bottom:2px;
				border-bottom:1px solid #CC6600;
			}
			#top {
				color:#CC6600;
			}
			#calendar {
				border-top:1px solid #CC6600;
				border-left:1px solid #CC6600;
			}
			#calendar td {
				border-bottom:1px solid #CC6600;
				border-right:1px solid #CC6600;
			}

/*-------------------for "bulleted lists"---------------------- */	
	
li.listtest {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	margin-right: 0px;
	width: auto;
	height: auto;
	text-align: left;
	cursor: auto;
	display: list-item;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}

li.listtest2 {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	cursor: auto;
	display: list-item;
	vertical-align: 0px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: circle;
	top: -5px;
	position: relative;
}


li.listtest3 {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	margin-right: 0px;
	width: auto;
	height: auto;
	text-align: left;
	cursor: auto;
	display: list-item;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 300px;
	list-style-position: outside;
	list-style-type: square;
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
.collapsePanelHeader1
{
    width: 100%;
    height: 30px;
    text-align: left;
    text-decoration: underline;
}
.collapsePanelExtender
{
    padding: 5px 5px 5px 5px;
    border: 1px solid #0F2543;
}
.collapsePanelExtender1
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #0F2543;
    text-align: left;
    background-color: #D3DEEF;
    
}
#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

