@charset "UTF-8";
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	height: 100%;
	background-image: url(images/bg.png);
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 902px;
}
#headercontainer {
	background-image: url(images/citybg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navcontainer {
	background-image: url(images/nav-bg_09.png);
	background-repeat: repeat-x;
}
#navdiv {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav {
	background-image: url(images/nav-bg_09.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
html {
	height: 100%;
}
#nav li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #CCCCCC;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#nav    li a:hover  {
	background-image: url(images/images/nav-bg-hilite_09.png);
	line-height: 2em;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	display: block;
	list-style-type: none;
	background-image: url(images/nav-bg_09.png);
	padding-right: 1em;
	padding-left: 1em;
}
#content {
	background-color: #F4F5FF;
	width: 880px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F36C22;
	border-right-color: #F36C22;
	border-bottom-color: #F36C22;
	border-left-color: #F36C22;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 90%;
	color: #660000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .3em;
}
ul {
	margin: 0px;
	list-style-image: url(images/bullet.png);
}
.banner {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -2em;
	padding: 0px;
	background-color: #F8A44C;
}
.rightcolumn  h1 {
	margin-top: 2em;
}
.leftcolumn {
	width: 400px;
	float: left;
	margin-bottom: 1em;
}
.rightcolumn {
	width: 200px;
	float: left;
	margin-left: 1em;
}
.banner  li {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	line-height: 200%;
	margin-top: 0px;
	margin-right: .5em;
	margin-bottom: 0px;
}
.first       {
	margin-left: -2em;
}
#nav li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #F47A21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 125%;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #09174C;
}
