/* CSS Document */

/*##############################################################
  Eric Meyer's Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*##############################################################
  Element Styles
##############################################################*/

h1 {margin-left:12px;padding-top:15px; padding-left:76px; font-size:51px; text-shadow:1px 1px #000; color:#fff;}
h3, h5, h6 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura; color:#000}
h4 {margin:20px 0 15px 0; font-weight:bold; font-family:Futura; color:#000; text-decoration:underline; font-size:17px;}
h2 {clear:both;margin:27px 0 15px 0; font-size:38pt; font-weight:bold; font-family:Futura; color:#000}
h3 {font-size:22px; font-weight:normal}
ul, ol, dl, li {margin:15px 0; padding-left:15px; line-height:2px;}
p {width:100%; text-align:justify; margin:15px 0 0 0}
a {color:#a63c3c; text-decoration:underline; outline:none}
	a:hover {text-decoration:none}
	
.clear {clear:both; float:left}
.tagline {font-family:"Comic Sans MS"; }
.center_text {text-align:center; font-size:smaller; }

/*##############################################################
  Layout Styles
##############################################################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#fff url(../images/body_bg.jpg) 50% top repeat-x}

#wrapper {width:830px; overflow:hidden; margin:0 auto; padding:0 220px; background:url(../images/city_wide_logo125x238_white.png) left 10px no-repeat}
	
	#header {float:left; width:960px; height:80px;margin:12px 0 0 5px}
/*	
	#navigation {float:left; width:817px; height:53px; margin:0; list-style-type:none; background: url(../images/nav_bg.jpg) 50% top repeat-x;border-left:#e4e4e4 solid 3px; border-top:#e4e4e4 solid 3px; border-right:#e4e4e4 solid 3px}
	*/
	#navigation {
	float: left;
	width: 815px;
	height: 53px;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	border-left: #e4e4e4 solid 3px;
	border-left: #000 solid 3px;
	border-top: #000 solid 3px;
	border-right: #000 solid 3px
}
		#navigation #index {height:53px; width:146px}
		#navigation #about_us {height:53px; width:150px}
		#navigation #contact_us {height:53px; width:146px;}
		#navigation li {float:left; margin:0; font-size:18px; color:#989797; border-right:#e4e3e3 solid 1px}
			#navigation li a {display:block; height:26px; padding-top:16px; text-align:center; text-shadow:1px 1px #fff; color:#989797; text-decoration:none}
				#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none
}
	
	#content {
	clear: both;
	float: left;
	display: inline;
	width: 804px;
	padding: 0 13px;
	background: #fff;
	border-left: #000 solid 3px;
	border-bottom: #000 solid 3px;
	border-top: #000 solid 3px;
	border-right: #000 solid 3px;
	background-color: #CCC
}
		#main_content {clear:both; float:left; display:inline; width:410px; margin:0 0 30px 0}
			#main_content p {width:526px}
			.two_columns {float:left; display:inline; margin-right:30px; width:247px}
			#main_content .two_columns p {width:400px}

			#main_content .right_column {margin:0}

		#menu_content {clear:both; float:left; display:inline; width:800px; margin:0 0 30px 0; background-color: #CCC}
			#menu_content p {width:800px}
			.two_columns {float:left; display:inline; margin-right:30px; width:400px}
			#menu_content .two_columns p {width:300px}
			
			#menu_content .right_column {margin:0; width:400px;}
	
		#sidebar {clear:right; float:right; display:inline; width:360px; margin-left:30px}
				
		#footer {clear:both; padding:10px 0 30px 0; font-size:16px}
		
		
		
		
