@charset "utf-8";
.bg_gradient {
	background-color: #564325;
	background-image: url(/images/bg_gradient.gif);
	background-repeat: repeat-x;
}
.header_gradient {
	background-image: url(/images/header_gradient.gif);
	background-repeat: repeat-x;
}
.inside_header_gradient {
	background-image: url(/images/inside_header_gradient.gif);
	background-repeat: repeat-x;
}
.blue_header {
	background-image: url(/images/blue_bar.gif);
	background-repeat: repeat-x;
}
.headers {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav {
	background-image: url(/images/nav_box.gif);
	background-repeat: repeat-x;
}
.nav_link  a:link, .nav_link  a:hover, .nav_link  a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #564325;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #564325;
}
.featured_cities_bar {
	background-image: url(/images/featured_cities_bar.gif);
	background-repeat: repeat-x;
}
.featured_cities_north_south a:link, .featured_cities_north_south a:hover, .featured_cities_north_south a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #564325;
}
.content_margin_top_bottom {
	margin-top: 6px;
	margin-bottom: 6px;
}
.bottom_nav a:link, .bottom_nav a:hover, .bottom_nav a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.featured_cities_bullet {
	font-weight: bold;
	color: #C958AA;
	font-size: 12px;
}
.ca_cities a:link, .ca_cities a:hover, .ca_cities a:visited {
	font-weight: bold;
	color: #564325;
	text-decoration: none;
	font-size: 10px;
}
a:link, a:visited, a:hover {
	color: #00AEE8;
	text-decoration: underline;
}
