@charset "UTF-8";

/* MAIN LAYOUT DIVS & STYLE */
body  {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 4% 0 0 0;
	text-align: center;
}
.city #container {
	width: 900px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
} 
.city #mainContent {
	margin: 0px 230px 0 20px;
	padding: 0px 0px 0;
} 
.city #sidebar1 {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 5px;
	margin-left: 7px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 0px;
}
.city #sidebar2 {
	float: right;
	width: 160px;
	padding: 10px 10px 0px 15px;
	margin-top: 15px;
	margin-bottom: 3px;
}
#sidebar1, #banner, #navcontainer, #textnav, #footer {
	display:none
}


/* GENERIC TAG SELECTORS */
p {
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
}
h1, h2, h3, h4 {
	margin-bottom: 1px;
	padding-top: 1px;
	color: #000000;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
	line-height: 1.4em;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
}


/* HEADER STYLES */ 
.city #header h1 {
	margin: 0;
	padding: 10px 0;
}
.city #container #header .print_header h1 {
	font-size: 24px;
}
.city #container #header .print_header p, .city #container #header .print_header h1 {
	margin-left: 20px;
}


/* MAIN CONTENT STYLES */
.city #container #mainContent h1 {
	padding-top: 4px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1em;
}
.city #container #mainContent img {
	margin: 0 15px 15px 0;
}
.city #container #mainContent #dates {
	padding-top: 0px;
	margin-top: 10px;
}
.city #container #mainContent #dates td, .city #container #mainContent #dates th {
	font-size: 0.95em;
	text-align: center;
}
.city #container #mainContent #testimonial {
	background-color: #D7D7D7;
	padding: 0px 0px 0pt 5px;
	width: 495px;
}
.city #container #mainContent #testimonial table {
	font-size: .9em;
	line-height: 1.2em;
}
.city #container #mainContent ol {
	padding-top: 0px;
	margin-top: 8px;
}
.city #container #mainContent #top #fast {
	display:none;
}
.city #container #mainContent #top #fast p {
	color: #027FA9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
}
.city #container #mainContent h3{
	text-align: left
}
.city #container #mainContent #top #fast h5 {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}



/* SIDEBAR2 STYLES */
.city #container #sidebar2 #icons {
	margin: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #239AD1;
	padding-top: 0px;
	font-size: 1em;
	line-height: 1.4em;
}
.city #container #sidebar2 #icons h4 {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.city #container #sidebar2 strong {
	padding-bottom: 25px;
}
.city #container #sidebar2 h3 {
	padding-top: 0px;
	margin-top: 0px;
}
.city #container #sidebar2 #icons p {
	margin-bottom: 13px;
}


/* GENERIC CLASSES */
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltlftimg { 
	float: left;
	margin-right: 8px;
	border: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.lightcell {
	background-color: #DDDDDD;
}
.nocell {
	background-color: #FFFFFF;
}
.fastfacts {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}.city #container #mainContent h2.clear {
	clear: left;
}
