* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: normal;
}
body {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #003366;
}
a.active, a:hover {
	color: #C5161D;
}
h1 {
	color: #CC0000;
	padding-bottom: 24px;
	font-size: 21px;
	line-height: normal;
}
h2 {
	color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1ex;
	margin-bottom: .5ex;
}
h4 {
}
h5 {
}
h6 {
}
b {
	font-weight: bold;
	color: #BC2025;
	text-decoration: none;
}
p {
	margin-bottom: 1ex;
	margin-top: 1ex;
	line-height: normal;
}
td {
	text-align: left;
	vertical-align: top;
}

#container {
	background-color: #E7E7E7;
	width: auto;
	padding: 0px 7px 0px 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-width: 1000px;
	background-image: url(images/container_rborder.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#navbar {
	background-color: #90837F;
	margin-bottom: 0px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BC2025;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC2025;
}

#navbar li {
	list-style-type: none;
	padding: 0;
	float: left;
}
#navbar a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
	padding: 10px;
	border-right: solid 1px #BC2025;
	border-left: solid 1px #888888;
	float: left;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
}
#navbar a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	border-left: solid 1px #990000;
	background-image: url(images/nav_bg_o.gif);
	background-repeat: repeat-x;
	border-right: solid 1px #990000;
}
#subnav {
	margin: 0px;
	background-color: #BC2025;
	margin-bottom: 10px;
	background-repeat: repeat;
	background-position: top;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
#subnav li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	float: left;
}
#subnav a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 5px;
	border-right: 1px solid #BC2025;
	border-left: 1px solid #E52924;
	float: left;
	background-image: url(/images/nav_bg_o.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#subnav a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
	border-left: solid 1px #990000;
	background-image: url(images/nav_bg_o.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right: solid 1px #990000;
}
#sidebar {
	width: 28%;
	float: left;
	padding: 10px;
	position: relative;
	clear: left;
}
#cities {
	width: 65%;
	float: left;
	padding: 10px;
	position: relative;
}


#content {
	background-color: #E7E7E7;
	width: 75%;
	float: left;
	padding: 10px;
	line-height: 1em;
	position: relative;
}
#marketing {
	background-color: #A2A591;
	width: 15%;
	float: right;
	padding: 10px;
	margin-right: 10px;
	position: relative;
}

#bottom {
	background-color: #A2A591;
	clear: both;
	padding: 10px;
	text-align: center;
}
#footer {
	background-color: #A2A591;
	clear: both;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin: auto;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a:hover {
	color: #BC2025;
}
img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
img.right {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
