html {
	background-image: url('/images/black_bg.png');
}

body {
	margin-left: auto;
	margin-right: auto;
  	width: 800px;
  	height: 100%;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
  	font-size: 11pt;
}
	
a {
	color: #000000;
	text-decoration: none;
}

#header {
	height: 175px;
	overflow: hidden;
	z-index: 2;
}

#rounded_top {
	height: 20px;
	background-image: url('/images/roundedtop.png');
	background-position: bottom center;
	background-repeat: none;
}

#rounded_bottom {
	text-align: center;
	font-size: 8pt;
	height: 20px;
	background-image: url('/images/roundedbottom.png');
	background-position: top center;
	background-repeat: none;
}

#gradient {
	float: left;
	z-index: 1;
	position: absolute;
	width: 146px;
	height: 100%;
	background-image: url('/images/gradient.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#header #logo {
	float: left;
	left: 20px;
	top: -18px;
	z-index: 3;
	position: relative;
}

#header #menu {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	height: 16pt;
	font-size: 16pt;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	background-image: url('/images/navbar_bg.png');
}

#city_menu a.item {
	font-size: 13pt;
}

#logo_text {
	float: left;
	display: display;
	position: relative;
	top: -5px;
	left: 20px;
}

#menu_active {
	float: right;
	display: block;
}

#header #menu ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0px 0px 0px 15px;
}

#header #menu ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#header #menu ul li a {
	color: #FFFFFF;
}

#paper {
	background-image: url('/images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;
}
	
#city_menu {
	float: left;
	position: relative;
	top: -50px;
	z-index: 5;
	width: 150px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
}

#city_menu a.item {
	display: block;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
	color: #003366;
}

#content {
	position: relative;
	top: -50px;
	margin-left: 160px;
	width: 600px;
	z-index: 2;
}

#content #about_text {
	width: 580px;
}
	
#content #attractions {
	width: 580px;
}

#content #phone_contact {
	float: left;
	width: 580px;
}

#content #email_contact {
	float: left;
	width: 580px;
}

#content ul {
	list-style-type: none;
}

#content li {
	margin-bottom: 4px;
}

#content #gallery {
	float: left;
	width: 580px;
	height: 271px;
	overflow: hidden;
	margin-bottom: 5px;
}

#content #gallery img {
	width: 580px;
	height: 271px;
}

#city_intro {
	margin-bottom: 10px;
}

#city_attractions {
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

#city_admissions {
	float: left;
	width: 280px;
	margin: 0px 0px 10px 10px;
}

#content #request_form {
	float: left;
	margin-left: 10px;
	position: relative;
}

#content #request_form #divider {
	float: left;
	width: 580px;
	margin: 10px 0px 10px 0px;
	border-top: 4px dashed #AAAAAA;
} 


#content #request_form div.left {
	float: left;
	width: 295px;
}

#content #request_form div.right {
	float: left;
	width: 295px;
}

#content #request_form div.field {
	float: left;
	margin: 8px 0px 0px 5px;
}

#content #request_form div.label {
	float:left;
	text-align:right;
	width: 125px;
	margin-top: 8px;
}

#content #request_form div.required {
	font-weight: bold;
}

#content #quote {
	text-align: center;
	position: relative;
}

#request_form div.error {
	font-size: 8pt;
	color: #FF0000;
	margin-left: 130px;
	clear: both;
}

#request_form div.hidden {
	display: none;
}

#request {
	z-index: 2;
}
	
#footer {
	overflow: visible;
	position: relative;
	top: -98px;
	height: 229px;
	z-index: 1;
}

div.clearer {
	clear: both;
}