@charset "utf-8";
/* CSS Document */

* html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-size: 12px;
	font-family: Helvetica,Tahoma,Verdana,Arial;
}

a img {
	border: none;
}

a, a:visited {
	color:#002a76;
	text-decoration: none;
}

a:hover, a:active {
	color:#002a76;
	font-weight: bold;
	text-decoration: none;
}
	
h2 {
	font-size: 18px;
	font-weight: bold;
}
	
h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
	
h4 {
	margin: 0;
	color: #002a76;
	font-size: 14px;
	font-weight: bold;
}
	
hr { 
	margin: 0;
	color: #002a76;
}

.clear {
	clear: both;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}
	
#header {
	height: 172px;
}

#navigation {
	height: 280px;
}
	
#content {
	margin-top: 7px;
	padding: 0 20px 0 10px;
	background: url(/graphics/border.gif) repeat-y right;
	width: 620px;
}
	
#nav {
	margin: 0;
	padding: 0;
	width: 176px;
	float: left;
	font-size: 11px;
	color: #000;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	height: 256px;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: block;
	height: 33px;
}

#nav ul li a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#nav ul li.last {
	position: absolute;
	bottom: 0;
	left: 0;
}

#slideshow {
	position: relative;
	width: 623px;
	height: 256px;
	float: right;
}

#slides {
	padding-left: 50px;
}

#overlay {
	background: url(/graphics/frame.png) no-repeat;
	position: absolute;
	z-index: 500;
	top: 0;
	right: 0;
	width: 623px;
	height: 256px;
	float: right;	
}
	
#main-home {
	background: url(/graphics/title-home.jpg) no-repeat;
	padding-top: 59px;
}
	
#main-floorplans {
	background: url(/graphics/title-floorplans.jpg) no-repeat;
	padding-top: 59px;
}
	
#main-community {
	background: url(/graphics/title-community.jpg) no-repeat;
	padding-top: 59px;
}
	
#main-exhibitors {
	background: url(/graphics/title-exhibitors.jpg) no-repeat;
	padding-top: 59px;
}
	
#main-exhibitorscorner {
	background: url(/graphics/title-exhibitorscorner.jpg) no-repeat;
	padding-top: 85px;
}
	
#footer {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	height: 25px;
	width: 800px;
	text-align: center;
	color: #000000;
	font-size: 9px;
}
	
#reserve {
	margin-top: 20px;
}

#table {
	width: 500px;
}

#cell {
	width: 300px;
}

#cell2 {
	margin: -15px 0 0 270px;
	padding: 0;
	width: 350px;
	text-align: right;
}

#prices {
	margin-left: 100px;	
}
	
.forward {
	float: right;
}
	
.back {
	float: left;
}
	
.spacer {
	padding: 0 15px;
}

.black {
	color: #000000;
}

.indent {
	margin: 0 0 0 40px;
}

.public {
	margin: 0 5px;
	padding: 5px 0 0 0;
	border-top: 1px solid #002a76;
	border-bottom: 1px solid #002a76;
}

.odd {
	background-color: #E0EEEE;
}

.exhibit2 {
	float: right;
	width: 55%;
}

.exhibit {
	width: 45%;
}

.community {
	width: 80%;
}

.disclaimer {
	color: #f00;
	font-weight: bold;
}

.indent {
	padding-left: 30px;
}

.title {
	color: #002a76;
	font-size: 14px;
	font-weight: bold;
}

.red {
	color: #f00;
	vertical-align: top;
	width: 15%;
}

.blue {
	color:#002a76;
}	