@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;
	text-decoration: none;
}
	
h1 {
	font-size: 36px;
	font-family: Arial;
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

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;
}

p {
	padding: 5px 0;
}
	
hr { 
	margin: 0;
	color: #002a76;
}

.clear {
	clear: both;
}

#container {
	width: 1024px;
	margin: 80px auto 0 auto;
	background: #fff;
}
	
#header {
	height: 179px;
}

#navigation {
	margin-top: 5px;
	border-bottom: 3px solid #abaaaa;
}

#nav ul li {
	margin: 0;
	padding: 1px 25px;
	display: inline;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.yellow {
	background: #fed117;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #fed117), color-stop(0.5, #f8c084));
	background-image: -moz-linear-gradient( center bottom, #fed117 50%, #f8c084 50%);
}

.pink {
	background: #e71a4b;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #e71a4b), color-stop(0.5, #f2859f));
	background-image: -moz-linear-gradient( center bottom, #e71a4b 50%, #f2859f 50%);
}

.green {
	background: #37b34a;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #37B349), color-stop(0.5, #95D79F));
	background-image: -moz-linear-gradient( center bottom, #37B349 50%, #95D79F 50%);
}

.blue {
	background: #9bd2ef;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #9bd2ef), color-stop(0.5, #b1dbf1));
	background-image: -moz-linear-gradient( center bottom, #9bd2ef 50%, #b1dbf1 50%);
}

#nav ul li.last {
	float: right;
}

#nav ul li a {
	color: #000;
}

#content {
	float: left;
	width: 100%;
	padding: 20px 0;
}
	
#main {
	float: left;
	width: 100%;
}
	
#main-home {
	float: left;
	width: 446px;
}

#slideshow {
	float: left;
	width: 578px;
	height: 361px;
	position: relative;
	background: #000;
}

#slides {
	position: relative;
	z-index: 100;
}

#overlay {
	background: url(/graphics/frame-new.png) no-repeat;
	position: absolute;
	z-index: 500;
	top: 0;
	right: 0;
	width: 580px;
	height: 367px;
}
	
#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;
}	

.center {
	text-align: center;
}
