
/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
}

#header {
	margin: 0 0 0 0;
}

#left_main {
	margin: 0;
	float: left;
	padding: 0 40px 20px 0;
	width: 638px;
}

#right_main { 
	margin: 0;
	float: left;
	width: 280px;
	height: 2400px;
	padding: 0 0 20px 15px;
	background:#222;
	
}



#right_secondary { 
	margin: 0;
	float: left;
	width: 640px;
	min-height: 330px;
	padding: 0 0 20px 20px;
	background:#222;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.map-graphic {
	float:left;
	padding: 15px 20px 15px 0;
}

.graphic {
	float:left;
	padding: 0 20px 15px 0;
}

.promo {
	padding: 10px 0;
}

#footer {
	clear: both;
	padding-bottom:30px;
}


/* CSS Text Field */
.right{ float:right;}
#divSubmit{ float:right; width:100px;}
.blue{border:solid 1px blue;}





/* START OF CONTENT STYLES*/
p {
	margin: 0;
	padding: 10px 10px 30px 0;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color:#FFFFFF;
}

p.main-text {
	margin: 0;
	padding: 10px 0 30px 0;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #444;
}

h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	font-weight: 100;
	border-bottom: thin dashed #FFF;
}

h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -1px;
	color:#90b0df;
}

h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 20px;
	line-height: 26px;
	color:#333333;
}

ul { 
	padding: 10px 20px 0 0; 
	margin:0; 
}
 
ul li { 
	list-style-type:none;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	line-height: 22px;
	color:#FFF;
	 
} 

ul.editorial { 
	padding: 10px 0 20px 0; 
	margin:0; 
}
 
ul.editorial li { 
	list-style-type:none;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	line-height: 22px;	 
}

.mayoral-forum ul { 
	padding: 10px 0px 0 0; 
	margin:0; 
}
 
.mayoral-forum ul li { 
	list-style-type:none;
	display:inline;
	width:140px;
	padding: 0 15px 20px 0px;
	float:left;
}

ol { 
	padding: 10px 20px 0 0; 
	margin:0; 
}
 
ol li { 
	list-style-type:none;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	line-height: 22px;
	color:#FFF;
	 
}

ol li.question { 
	list-style-type:none;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight:bold;
	color:#FFF;
	 
} 

ol li.answer { 
	list-style-type:none;
	padding:10px 0 50px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#CCC;
	 
}

ul li.pad-bottom { 
	list-style-type:none;
	padding-bottom: 15px; 
}

A:link {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	line-height: 22px;
	color:#FFF;
	text-decoration: none;
}

A:visited {
	color:#FFF;
	text-decoration: none;
}

A:active {
	text-decoration: underline;
	color:#999;
}

A:hover {
	text-decoration: underline;
	color:#999;
}


.editorial ul li A:link {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 22px;
	color:#000;
	text-decoration: none;
}

.editorial ul li A:visited {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

.editorial ul li A:active {
	text-decoration: underline;
	font-weight:bold;
	color:#777;
}

.editorial ul li A:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#777;
}




.editorial ul li.date {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 22px;
	color:#999;
	text-decoration: none;
}

.editorial ul li.synopsis {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color:#000;
}


	


