/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #000;
	margin-top: 10px;
}

.green {
	color: #39B54A;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
}


h2 {
	font-weight: bolder;
	width: 770px;
	color: #ca0008;
	text-align: center;
	background-image: url(images/address-bg.gif);
	border: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

h4 {
	font-weight: bold;
	line-height: 23px;
	width: 855px;
	color: #824100;
	text-align: left;
	background-image: url(images/address-bg.gif);
	border: 1px solid #824100;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	color: #000000;
	font-weight: 100;
	margin: 40px 90px 5px 0px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	border: 1px solid #999999;
}
address a:link, address a:visited {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 369px;
	text-align: left;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 345px;
	right: 50px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 940px;
	top: 282px;
	left: 33px;
	position: absolute;
	text-align: center;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	background-image: url(images/nav-bar-3.gif);
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	color: #fff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background-image: url(images/nav-bar-3.gif);
	color: #ffffff;
}

/* NAVIGATION CONTAINER FOR THE SECOND ROW*/
div#nav2 {
	width: 940px;
	top: 310px;
	left: 33px;
	position: absolute;
	text-align: left;
}
	
div#nav2 li a#current, div#nav2 li a#current:hover{
	color: #ffffff;
	background-image: url(images/nav-bar-3.gif);
}

/* UL TAG */
div#nav2 ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav2 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav2 li a {
	display:block;
	color: #fff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 45px;
	padding-bottom: 8px;
	padding-left: 45px;
}

* html #nav a {
	width: 1%;}

div#nav2 li a:hover {
	background-image: url(images/nav-bar-2.gif);
	color: #ffffff;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	width: 910px;
	padding: 0px;
	margin: 0px auto;
	border: 0px solid #000000;
}

/* Creates the div for the photoshop flash galleries */
div#gallery {

	width: 510px;
	height: 450px;
	padding: 0px;
	margin:0px auto;
	border: 0px solid #000000;
}

div#video {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#mapclick {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	
}



/* Creates the div for the images on the custom seat cover page */
div#imageright {
	float: right;
	width: 410px;
	height: 200px;
	padding: 0px 50px 0px 0px;
	margin: 10px auto 0px auto;
	border: 0px solid #000000;
}

div#imageright2 {
	float: right;
	width: 650px;
	height: 200px;
	padding: 0px 50px 0px 0px;
	margin: 10px auto 0px auto;
	border: 0px solid #000000;
}

img.left {
	float: left;
	padding: 5px;
	background: white;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: 1px solid #333333;
	clear: right;
}

img.right2 {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: 1px solid #333333;
}

img.right3 {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 20px 10px 15px;
	border: 1px solid #333333;
}

img.left2 {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: 1px solid #333333;
}

img.left {
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	color:#ffffff;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 123px;
	text-align: center;
}

div#footerholder {
	text-align: center;
	padding-top: 18px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	font-weight: 100;
	color:#ffffff;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color: #cc0008;
	text-decoration:none;		
}
div#footerholder h2 a:link, div#footerholder h2 a:visited, div#footerholder h2 a {
	color: #ca0008;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
div#footerholder h2 a:hover {
	color: #ca0008;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
	
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: right;
	width: 195px;
	vertical-align: top;
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-top: 0px;
}

li {
	font-size: 14px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	padding: 0px;
	clear: left;
	float:right;
	
}

.clear {
	clear: both;
	margin-top: 0px;
}

div.column {
	float: left;
	width: 445px;
	margin-right: 5px;	
	border: 0px solid #000000;
}

div.column2 {
	float: right;
	width: 440px;
	border: 0px solid #000000;
}

div.column3 {
	float: left;
	width: 390px;
	margin: 10px 0px 0px 0px;	
	border: 0px solid #000000;
}

div.divider {
	clear: both;
	border-top: 1px solid #333333;
	margin: 15px 0px;
}

div#direction {
	float: right;
	background: white;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
}


.vstack{
	float:right;
	margin:0 10px 0 15px;
	text-align:right;}
	
.vstack img{
	margin-bottom:10px;
	margin-right:10px;}	
	
.bordered{
	padding: 5px;
	background: white;
	border: 1px solid #333333;
	}	
	
	.rightalign{ text-align:right;
	margin:0 20px 0 0;}
	
.mapped{
	width:400px;
	height:275px;
	background:#000;
	text-align:center;
	padding:5px;
	float:right;
	margin:0 20px 0 20px;}	
	
.mapped iframe{
	margin:0;
	padding:0;}	
	
.mapped a{
	color:#ffffff;
	display:block;
	text-align:center;
	padding:5px 0;}	
	
.mapped p{
	padding:0 0 4px 0; margin:0;
	color:#FFF;
	text-align:center;
	display:block;}	

