/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: #fff; }


	/*** FONT STYLES ***/	
	h1 {
		margin: 0 0 10px 0;
		padding: 0 0 2px 0;
		font-size: 30px;
		font-family: "Arial";
		font-weight: bold; 
		color: #2d8b25; 
		border-bottom: 1px solid; }
	
	h3 { 
		margin: 0 0 10px 0; 
		padding: 0 0 2px 0; 
		font-size: 22px; 
		font-family: "Arial"; 
		font-weight: bold; 
		color: #00639f; 
		border-bottom: 1px solid; }
	
	
	a:link, a:visited { color: #00639f; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	form fieldset { border: none; }
	
	hr {
		display: block;
		width: 100%; 
		height: 1px;
		margin: 10px 0;
		background: #fff; 
		border: 1px solid #888; 
		border-width: 1px 0 0 0; }
	

/************* STRUCTURE STYLES ***/
#wrapper { width: 966px; margin: 0 auto; }

	
	/*** TOPBAR STYLES ***/
	ul#topbar { 
		width: 966px; 
		height: 28px;
		text-align: right;
		list-style: none;
		background: url(../images/topbar_bg.jpg) top left repeat-x; }
		
		ul#topbar li { float: right; height: 28px; }


	/*** HEADER STYLES ***/
	#header { 
		display: block; 
		width: 966px; 
		height: 251px;
		border: 1px solid #fff;
		border-width: 1px 0; }


		/*** HEADERFLASH STYLES ***/
		#header #headerFlash { 
			float: right; 
			width: 711px; 
			height: 251px; }
		
		
		/*** HEADERINFO STYLES ***/
		#header #headerInfo { 
			float: left; 
			display: block;
			width: 254px;
			height: 251px;
			background: url(../images/header_side.jpg) no-repeat;
			border-right: 1px solid #fff; }
			
			
			/*** LOGO STYLES ***/
			#headerInfo a#logo { 
				display: block; 
				width: 224px; 
				height: 105px;
				margin: 16px auto 20px auto;
				background: url(../images/logo.jpg) no-repeat; }
				
			
			/*** BUSINESSSEARCH STYLES ***/
			#headerInfo #businessSearch { 
				width: 224px; 
				margin: 0 auto; 
				text-align: left; }
							
				#headerInfo #businessSearch ol { list-style: none; }
				
					#headerInfo #businessSearch ol li { margin: 0 0 5px 0; }
					
						#headerInfo #businessSearch ol li label { 
							font-weight: bold; 
							color: #222; }
						
						#headerInfo #businessSearch ol li input {}
						
						#headerInfo #businessSearch ol li button {}
	


	/*** SIDEBAR STYLES ***/
	#sidebar { 
		float: left; 
		width: 254px;
		border-right: 1px solid #fff; }
	
		
		/*** MEMBERLOGIN STLYES ***/
		form#memberLogin { 
			display: block; 
			width: 224px; 
			height: 124px;
			padding: 15px;
			text-align: left;
			color: #fff;
			background: url(../images/memberLogin_bg.jpg) no-repeat;
			border-bottom: 1px solid #fff; }
			
			form#memberLogin fieldset { border: none; }
			
				form#memberLogin fieldset ol { margin: 0; list-style: none; }
				
					form#memberLogin fieldset ol li { margin: 0 0 10px 0; }
					
					form#memberLogin fieldset ol li.last { margin: 0; }
					
						form#memberLogin fieldset ol li label { text-transform: uppercase; }
						
						form#memberLogin fieldset ol li input { 
							width: 214px;
							padding: 4px;
							background: url(../images/input_bg.jpg) bottom left repeat-x #fff;
							border: 1px solid #03456e; }
							
						form#memberLogin fieldset ol li a:link,
						form#memberLogin fieldset ol li a:visited { font-size: 80%; color: #fff; }	
		
		
		/*** SIDENAV STYLES ***/
		ul#sidenav { list-style: none; }
		
			ul#sidenav li { margin: 0 0 -2px 0; }
			
		
		/*** SIDEBAR BUTTONS STYLES ***/
		#sidebar a.button { 
			display: block; 
			margin: 20px auto; }		
	
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		float: left; 
		width: 681px; 
		min-height: 100px;
		padding: 15px;
		background: url(../images/contentWrapper_bg.jpg) top left repeat-x; }
		
		
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 414px; 
			text-align: justify; }
			
			#content.wide { width: 681px; }
			
			#content.wide ol,
			#content.wide ul { margin: 0 0 14px 14px; }
			
				#content.wide ol li,
				#content.wide ul li { margin: 0 0 6px 0; }
			
			
			/*** GENERIC TABLE STYLES ***/
			#content table { width: 100%; }
			
				#content table tr td { padding: 5px 5px 5px 0; }
			
			
			/*** AROUNDTOWN STYLES ***/
			#aroundTown { 
				width: 414px; 
				margin: 40px 0 0 0;
				padding: 0 0 70px 0;
				text-align: left;
				background: url(../images/aroundTown_bg.jpg) bottom left no-repeat #fbfbfb; }
			
				#aroundTown h3 { 
					display: block; 
					width: 414px; 
					height: 32px;
					margin: 0;
					padding: 0;
					text-indent: -9999px;
					background: url(../images/title_aroundTown.jpg) no-repeat;
					border: none; }
					
				#aroundTown ul { 
					padding: 15px 15px 0 15px; 
					list-style: none; }
				
					#aroundTown ul li { 
						margin: 0 0 15px 0;
						padding: 0 0 15px 0; 
						border-bottom: 1px solid #bbb; }
					
					#aroundTown ul li.last { 
						margin: 0; 
						padding: 0; 
						border: none; }
					
						#aroundTown ul li a.photo { 
							float: left; 
							width: 140px;
							border: 1px solid #bbb; }
							
							#aroundTown ul li a.photo img { border: 1px solid #fff; }	
						
						#aroundTown ul li p { 
							float: left; 
							width: 220px; 
							margin: 0 0 0 16px; }
			
			/*** PDF DOWNLOAD TEXT STYLE ***/
				.pdfdownload {
					margin: -30px 0 0 40px; }
		
		/*** DOWNTOWNNEWS STYLES ***/
		#downtownNews { 
			float: left; 
			width: 250px; 
			min-height: 100px; 
			margin: 10px -3px 0 17px;
			text-align: left; }

/*** TWITTER ***/
ul#twitter_update_list {
	float: left;
	width: 250px;
	margin: 0;
	text-align: justify; }	
	
	ul#twitter_update_list li {
		margin: 0 0 5px 0;
		font-size: 10px; }
		
		ul#twitter_update_list li a {
			color: #113C6A;
			text-decoration: none;
			font-size: 8px; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */