/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FDFFD1 url(images/page_bk.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231F20;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	margin: 0px 20px 0px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0294C7;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #414B89;
	margin: 0px 0px 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	left: 202px;
	top: -1px;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #4D4141;
	text-decoration: none;
}
a:visited {
	color: #F79A37;
	text-decoration: none;
}
a:hover {
	color: #3DAEE1;
	text-decoration: none;
}
a:active {
	color: #413C3C;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background-image: url(images/layout_01.jpg);
	height: 280px;
	width: 770px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #123C8D;
	border-right-color: #123C8D;
	border-bottom-color: #414B89;
	border-left-color: #123C8D;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	background-color: #FDFFD1;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3938;
	height: 123px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #123C8D;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #123C8D;
	letter-spacing: 1px;
	clear: both;
	background-image: url(images/layout_03.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	padding: 5px;
	border: 1px solid #656D9E;
}
clear {
	clear: both;
}
/* ------------------------- MAIN NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px auto;
	padding: 0px;
	width: auto;
	border-bottom: 5px none #E7344D;
}
/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	float: right;
	border: 1px none #FFFFFF;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/nav.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 90px;
	margin-left: 0px;
}

/* This creates the style for our links. */

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
}
/* Creates hover and current ("on") status for each link. Apply current class to  link to highlight tab.*/

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	border-bottom-style: none;
	background-image: url(images/nav_on.gif);
	background-position: center top;
	width: 80px;
	padding: 6px;
	background-repeat: no-repeat;
}
/* ----------------- CUSTOM CLASSES ----------------- */
.NavHolder {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	position: absolute;
	left: 0px;
	top: -4px;
}
.logo {
	position: absolute;
	left: -5px;
	top: -120px;
	width: 163px;
}
div#container {
	background-color: #FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #123C8D;
	border-bottom: 1px none #123C8D;
	border-left: 1px solid #123C8D;
	background-image:  url("");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	color: #000000;
}
.audio {
	position: absolute;
	left: 594px;
	top: 107px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D4886;
	padding: 3px;
}
.audio a:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.audio a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.audio a:hover {
	color: #F8D651;
	text-decoration: none;
}
.audio a:visited {
	text-decoration: none;
	color: #F4EB82;
}
.addressbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 129px;
	width: 770px;
	letter-spacing: 2px;
}
.footerrt {
	padding: 8px;
	float: right;
	width: 400px;
	margin-right: 15px;
	height: 70px;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.contentrt {
	padding: 10px;
	width: 530px;
	margin-left: auto;
	text-align: left;
	margin-right: 5px;
}
.starburst {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 192px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4D4141;
	margin-top: 0px;
	width: 250px;
}
li {
	font-size: 12px;
	list-style-image: url(images/bullet.jpg);
}
.bkclickhere {
	background-color: #123C8D;
	padding: 2px 4px;
	border: 1px solid #F7E785;
}
.reservationsswish {
	position: absolute;
}
div#content {
	background-image: url(images/layout_02.jpg);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 770px;
}
.contentleft {
	padding: 5px;
	width: 150px;
	margin-left: 20px;
	border: 1px solid #F79935;
	height: 380px;
	font-size: 10px;
	margin-right: 10px;
	clear: both;
	float: left;
}
.girlside {
	position: absolute;
	left: 635px;
	top: 195px;
	width: 250px;
	height: 417px;
}
.girlside2 {
	position: absolute;
	left: 667px;
	top: 298px;
	width: 250px;
	height: 417px;
}
.sloganholder {
	position: absolute;
	left: 224px;
	top: 381px;
	width: 400px;
	height: 57px;
}
.bigger {
	font-size: 11px;
	font-weight: bold;
}
.audiobox {
	background-color: #83BA67;
	padding: 10px;
	border: 1px solid #A64242;
	margin: 10px;
}
.audiobox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.audiobox a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.audiobox a:hover {
	color: #FFFF99;
	text-decoration: none;
}
.audiobox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

