html {
	padding:0;
	margin:0;
}

body {
	margin:0 auto;
	background:#fff url(../images/pattern-bg.gif) repeat left top;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	color:#555;
}

a img {
	border:none;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color:#086b73;
	letter-spacing:1px;
}

h1 {font-size:25px; text-transform:uppercase;}

h2 {font-size: 21px; text-transform:uppercase;}

h3 {font-size: 18px;}

h4 {font-size: 16px;}

h5 {font-size: 14px;}

p, ul, li, dl, dt, dd, ol {
	color:#555;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:13px;
	line-height:1.6em;
}

p a, ul a, li a, dl a, dt a, dd a, ol a, h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#086b73;
	text-decoration:none;
	border-bottom:1px solid #086b73;
	padding-bottom:1px;
}

p a:hover, ul a:hover, li a:hover, dl a:hover, dt a:hover, dd a:hover, ol a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, {
	border-bottom:1px solid #eeeeee;
}

p.quote {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;	
	margin-bottom:15px;
}

/* HEADER STYLES */

.header {
	width:1000px;
	height:122px;
	padding:0;
	margin:0 auto;
}

.logo {
	float:left;
	height:102px;
	padding:21px 0 0 20px;
	width:295px;
}

.header h1 {
	display:block;
	width:265px;
	height:51px;
	background: transparent url(../images/logo.png) no-repeat top left;
	color: #000;
	margin:20px 0 0 20px;
	padding:0;
	text-indent:-10000px;
}

/* NAVIGATION STYLES */

.nav {
	float:left;
	height:75px;
	margin:0 0 0 30px;
	position:relative;
}

.nav:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav ul {
	padding:0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.nav ul li {
	display: block;
	float:left;
	padding:0 0 0 9px;
	font-family:Garamond,Georgia,serif;
	position:relative;
	margin: 0 15px 0 0;
	width:auto;
}

body.home .nav ul li.home,
body.venues .nav ul li.venues,
body.information .nav ul li.information,
body.services .nav ul li.services,
body.communication .nav ul li.communication,
.nav ul li:hover, .nav ul li.selected {
	background: transparent url(../images/nav-left.png) bottom left no-repeat;
}

.nav ul li a {
	color:#086b73;
	display:block;
	float:left;
	font-size:13px;
	height:15px;
	margin:0 0 0 0;
	padding:60px 12px 12px 3px;
	text-decoration:none;
	letter-spacing:1px;
	border-bottom:none;
}

body.home .nav ul li.home a,
body.venues .nav ul li.venues a,
body.information .nav ul li.information a,
body.services .nav ul li.services a,
body.communication .nav ul li.communication a,
.nav ul li a:hover, .nav ul li a.selected, .nav ul li:hover a {
	background: transparent url(../images/nav-right.png) bottom right no-repeat; /*THEME CHANGE HERE*/
	color:#fff;
}

.dropmenu {
	background: transparent url(../images/nav-top7.png) no-repeat top right;
	left:0 !important;
	padding:11px 0 0;
	position:absolute;
	visibility:hidden;
	z-index:100;
	top:78px !important;
	width:200px;
}

.dropmenu ul {
	width:200px;
	background-color:#086a73;
	padding:0;
	margin:0;
}

.dropmenu ul li, .dropmenu ul li:hover {
	background:#086A73 none repeat scroll center center;
	list-style:none;
	font-size:11px !important;
	padding:0 10px;
	display:block;
	white-space:nowrap;
}

.dropmenu li a {
	background:#086A73 none repeat scroll center center !important;
	display: block;
	margin: 0;
	width:180px;
	font-size:11px !important;
	padding:5px 0 5px 0 !important;
	text-decoration: none;
	border-bottom:1px solid #064d53 !important;
	color: #ddd !important;
}

* html .dropmenu li a { /*IE only hack*/
	width: 100%;
}

.dropmenu li a:hover { /*THEME CHANGE HERE*/
	border-bottom:1px solid #dddddd !important;
	color:#fff !important;
	background-image:none !important;
}

.dropmenu .nav-bottomLeft {
	background: transparent url(../images/nav-bottom-left2.png) no-repeat bottom left;
	width: 50%;
	height:11px;
	float:left;
	margin:0;
	padding:0;
}

.dropmenu .nav-bottomRight {
	background: transparent url(../images/nav-bottom-right.png) no-repeat bottom right;
	width: 50%;
	height:11px;
	float:left;
	margin:0;
	padding:0;
}

/* MAIN AREA */

.main {
	width:972px;
	height:100%;
	background-color:#fff;
	margin:0px auto;
	padding:10px 14px 0 14px;
}

.photos {
	background-color: #ddd;
	float:right;
	width:275px;
	padding: 20px 20px 0 20px;
	margin: 0 10px 30px 27px;
}

.photos img {
	margin:0 0 20px 0;
}

.venueContent {
	width:972px;
	padding:0 0 30px 10px;
}

.venueRight {
	background-color: #ddd;
	float:right;
	width:400px;
	padding: 10px 20px 20px;
	margin: 0 10px 30px 30px;
}

.content {
	width:610px;
	padding:0 0 30px 10px;
	float:left;
}

.mainTop {
	clear:both;
	background: transparent url(../images/main-top.png) no-repeat top left;
	width:1000px;
	height:11px;
	margin:0px auto;
	padding:0;
}
.mainBottom {
	clear:both;
	background: transparent url(../images/main-bottom.png) no-repeat top left;
	width:1000px;
	height:11px;
	margin:0px auto 30px;
	padding:0;
}

#flash {
	width:971px;
	height:378px;
	margin:0 auto 30px;
	padding:0;
}

#text {
	clear:both;
	float:left;
	margin-left:10px;
	width:561px;
}

#text h2 {
	font-size: 15px;
	font-weight: normal;
	color:#086b73;
	margin-top:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#text p {
	color:#888888;
	font-size:13px;
	line-height:1.5em;
}

#buttons {
	float:left;
	height:144px;
	margin-bottom:20px;
	margin-left:20px;
	width:381px;
}

#buttons img {
	margin-bottom:5px;
}

#sign-in {
	background:transparent url(../images/login-box-m.png) repeat-x center center;
	width: 233px;
	height:42px;
	clear:both;
}

#sign-in-left {
	background:#000 url(../images/login-box-l.png) no-repeat top left;
	width:6px;
	height:42px;
	float:left;
}

#sign-in-right {
	background:#000 url(../images/login-box-r.png) no-repeat top left;
	width:6px;
	height:42px;
	float:right;
}

#sign-in p {
	font-size:10px;
	margin:0;
	padding:3px 0 0 0;
}

/* VENUE PAGE STYLES */

.linkBoxBlue {
	background:#c3d9db url(../images/link-swirls.gif) no-repeat right bottom;
	padding:10px 20px;
}

.venueLEFT {
	width:300px;
	float:left;
	padding-right:20px;
	margin:20px 20px 30px 0;
	border-right:1px solid #cccccc;
}

.venueLEFT h2 {
	color:#42261c;
	font-family: Georgia;
	font-weight:normal;
	text-transform:none;
	padding-left:5px;
}

h2#photoHeading {
	margin-top:0;
	margin-bottom:10px;
}

h2#videoHeading {
	border-top:1px solid #cccccc;
	padding-top:15px;
}

.venueRIGHT {
	float:left;
	margin-bottom:30px;
	width: 628px;
}

.gallery {
	background:url(../images/bg_nav_right.jpg) right top no-repeat;
	height:300px;
}

.gallery ul {
	padding:0;
	margin:0;
}

.gallery ul li {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:8px;
}

.gallery ul li a {
	border:1px solid #c3d9db;
	display:block;
	width:82px;
	height:82px;
	padding-bottom:0;
}

.gallery ul li a:hover {
	z-index:2;
	border:1px solid #086b73;
}

.gallery ul li a img {
	width:82px;
	height:82px;
	border:0;
	margin:0;
	padding:0;
}

.gallery ul li a:hover img, .gallery ul li a:active img, .gallery ul li a:focus img {
	width:82px;
	height:82px;
	z-index:1;
}

#gallery1 ul {
	z-index:2;
}

#gallery2 ul {
	z-index:1;
}

/* FOOTER */

.footer {
	clear:both;
	width:965px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #ccc;
	padding:10px 0;
}

.footer p {
	color:#aaaaaa;
	font-size:11px;
	letter-spacing:1px;
}

.footer p a {
	border:none;
}
