body {
	background-color: white;
	color: #2f2f2f;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 24px;
	color: #d82121;
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	color: #2f2f2f;
	font-size: 14px;
	margin-top: 0;
}

.main {
	margin: 0px auto;
	width: 759px;
}

.header {
	width: 100%;
	height: 60px;
}

.header .logo {
	float: left;
	margin-left: 5px;
}

.header .leftLinks {
	float: right;
	margin-top: 37px;
	font-size: 11px;
	margin-right: 10px;
}

.header .leftLinks a {
	color: #5a5a5a;
	text-decoration: none;
}

.header .leftLinks img {
	padding: 0 3px 0 10px;
}

.cities {
	color: #4a4a4a;
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	background-color: white;
	background-image: url('images/topBg.jpg');
	background-repeat: no-repeat;
}

.cities .line {
	padding-top: 3px;
	padding-bottom: 7px;
}

.cities a, .cities a:visited {
	text-decoration: none;
	color: #2f2f2f;
}

.cities a:hover {
	text-decoration: underline;
	color: #e61e26;
}

#selected {
	text-decoration: underline;
	color: #e61e26;
}

.search {
	width: 100%;
	height: auto;
}

.text {
	padding: 8px;
}

.middle {
	margin-top: 5px;
	width: 100%;
	height: auto;
	border-left: 1px solid #e1e1e1;
	border-top: 0;
	color: #2f2f2f;
}

.middle .left {
	width: 230px;
	float: left;
	border-right: 1px solid #e1e1e1;
}

.middle .left .hover {
	background-color: #cf1616;
	color: white;
}

.middle .right {
	padding-top: 5px;
	width: 526px;
	float: left;
}

.middle .right .right2 {
	float: left;
	width: 240px;
	padding-left: 9px;
	margin-left: 9px;
	border-left: 1px dashed #e1e1e1;
}

.middle .left a, .middle .left a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

.middle .left a:hover {
	color: white;
	text-decoration: none;
}

.footer {
	margin-top: 5px;
	border-top: 1px solid #e1e1e1;
	clear: both;
	width: 100%;
	background-color: #f9f9f9;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	color: #363636;
}

.footer a, .footer a:visited {
	color: #363636;
	text-decoration: none;
}

.footer .logo {
	position: absolute;
	margin-left: 350px;
}