/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000 url(images/bg-body.jpg) repeat-x left top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {font-size: 13px;}
p, h1 {margin: 15px 0;}
h1 {
	font-size: 24px;
	border-bottom: 1px solid #670001;
	margin-top: 10px;
	color: #ffd36a;
	line-height: 22px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #FFD36A;
}

h4 {
	font-size: 16px;
	color: red;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 12px;
	top: 480px;
	color: #FFD36A;
}
address a { color: #FFD36A; }

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #000; float: left; margin: 0 15px 15px 0;}
.rightborder 	{
	padding: 2px;
	border: 1px solid #FFD36A;
	float: right;
	margin: 0 0 15px 15px;
}
.border 		{padding: 2px; border: 1px solid #000;}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{float: left; margin-left: 10px; padding-left: 20px;}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited { color: #FFD36A; }
/* ----------------- Vertical --------------------- */
div#nav {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 185px;
}
#mainnav, #mainnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*float : left;*/
	width : 185px;
}
#mainnav li { /* all list items */
	position : relative;
	float : left;
	width: 185px;
}
#mainnav li ul { /* second-level lists */
	position : absolute;
	left: -2000px;
	margin-left : 185px;
	margin-top : -25px;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
}
#mainnav li ul ul { /* third-and-above-level lists */
	left: -2000px;
}
#mainnav li a {
	color: #FFD366;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 4px 0 4px 20px;
	width: 165px;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #800000;
	border-top: 1px solid #950000;
	border-bottom: 1px solid #660000;
	letter-spacing: 1px;
}
#mainnav li a:hover, #mainnav li a.current:link, #mainnav li a.current:visited {
	background: #530000;
	border-top-color: #480000;
	border-bottom-color: #670001;
}
#mainnav li a.parent {
	background: url(images/bg-nav-parent.gif) no-repeat 170px center #800000;
}
#mainnav li a.parent:hover {
	background: url(images/bg-nav-parent.gif) no-repeat 170px center #530000;
}
#mainnav li a.parentcurrent:hover, #mainnav li a.parentcurrent:link, #mainnav li a.parentcurrent:visited {
	background: url(images/bg-nav-parent.gif) no-repeat 170px center #530000;
	border-top-color: #480000;
	border-bottom-color: #670001;
}
#mainnav li a.parentcurrent:hover {
	background: url(images/bg-nav-parent.gif) no-repeat 170px center #530000;
}
#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
	left: -2000px;
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	zoom:1; /* required to fix ie7 sticky problem */
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 860px;
}
div#header {
	width: 860px;
	height: 82px;
	background: url(images/bg-header.jpg) no-repeat left top;
}
div#flash {
	background-image: url(images/bg-flash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
	width: 860px;
}
div#content {
	width: 660px;
	background: url(images/bg-content.jpg) repeat-y left top;
	padding: 1px 0px 1px 200px;
	line-height: 18px;
	color: #FFD36A;
}
div#footer {
	width: 860px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: left;
	color: #FFD36A;
	padding-top: 10px;
}
div#footer a:link, div#footer a:visited { color: #FFD36A; }
div#footer a:hover { color: #800000; }
div#copyright {
	margin-top: 10px;
	color: #FFD36A;
	font: 10px Arial, Helvetica, sans-serif;
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}
div#copyright a:link, div#copyright a:visited { color: #FFD36A; }
div#copyright  img {
	float: right;
	margin-top: -30px;
	margin-right: 0;
	margin-left: 0;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 282px;
	left: 725px;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #000;
	width: 550px;
	height: 400px;
}

div#tour {
	padding:0 0 5px 10px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
#emergency {
	color: #FFFFFF;
	text-align: center
}
