/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 11px tahoma;}

/* Defines the body tag */
body {
	background: #fff url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 150px;
	background: url(images/header_bg.gif) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0;
	left: 150px;
	width: 620px;
	z-index: 1;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#content {
	float: left;
	width: 420px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 10px;
		background: url(images/h1_bg.gif) top right no-repeat;
		color: #333;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 10px;}
	#content h3 {
		padding: 5px 10px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dl dt {}
	#content dl dd {
		margin: 0;
		text-align: left;}

	#content dl.list {}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}

div.gallery {
	width: 420px;
	text-align: center;
	padding: 10px 0;}
	.gallery div {
		float: left;
		width: 50%;
		text-align: center;}

div.coupon {
	padding: 10px;
	margin: 10px 25px 10px 25px;
	border: dashed #ccc;
	border-width: 1px;
	text-align: center;}
	.coupon span {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-align: center;}
	.coupon .special {
		font-size: 14px;}
	.coupon .type {
		font-size: 18px;}

	.coupon dl.list {
		padding: 5px 10px;
		margin: 0px;}
	.coupon dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	.coupon dl.list dd {
		padding: 5px 0 5px 15px;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}


div#maps {
	padding: 10px;}

div#column {
	float: left;
	width: 200px;
	color: #fff;}

div#contact, div#hours {
	padding: 10px 0;
	margin: 0 0 0 10px;}
	#contact h1, div#hours h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0 5px 30px;}
	#contact h2, div#hours h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 5px 0 0;}
	#contact address, div#hours address {
		padding: 0 0 0 30px;}
	#contact p, div#hours p {
		padding: 5px 0 0 30px;}
	#contact a, div#hours a {
		color: #fff;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 7px 0;
		color: #333;}
		#utilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #333;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 15px 0 5px;
		text-align: center;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #333;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 3px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	float: left;
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 149px;
	padding: 20px 0 0 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #3485ff url(images/nav_off.gif) right center no-repeat;
	color: #fff;}

/* UL TAG */
div#nav ul {
	width: 149px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;
	list-style: none;} 

div#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;
	border-bottom: 1px solid #53a4ff;}

div#nav li a {
	display: block;
	padding: 7px 0;
	color: #333;
	text-decoration: none;
	background: url(images/nav_off.gif) right center no-repeat;
	width: 100%;
	text-indent: 10px;
	text-align: left;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #fc0 url(images/nav_off.gif) right center no-repeat;
	color: #600;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 128px;
	left: 345px;
	clear: both;
	width: 180px;
	text-align: right;
	color: #efefef;
	z-index: 2;}

div#signin a {
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 49px;
	left: 87px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/
	

div#splashcontainer {
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;}
	
#splashflash{
	margin: 0 auto;
	width:400px;
	height:350px;}

a#enter {
	margin: 0px auto 0;
	padding: 5px 0;
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #600;
	background: #f90;}
	#enter:hover {
		background: #600;
		color: #fff;}


/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#splashutilnav {
		text-align: center;
		font-size: 9px;
		color: #333;
		padding: 7px 0;}
		#splashutilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #333;}
		#splashutilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#splashcopyright {
		font-size: 9px;
		color: #333;
		padding: 15px 0 5px;
		text-align: center;}
		#splashcopyright a {
			text-decoration: none;
			color: #333;}
		#splashcopyright a:hover {
			text-decoration: underline;
			color: #333;}
