/* --------------------------------------------------------------- */
/* ----------------- 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: #815781 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;}

/* GENERAL H3 TAG */
h2 { font-size: 16px;}
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: #5C409A;}
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: 330px;
	background: url(images/header_bg.gif) top left no-repeat;}
	#header h1 {
		padding: 7px 10px;
		text-align: right;
		font-weight: bold;
		color: #fff;}

	#contact {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		color: #fff;}
	#contact h2 {
		padding: 5px 5px 0px;
		font-size: 11px;
		font-weight: bold;}
	#contact address {
		padding: 0 5px;}
	#contact p {
		padding: 3px 5px 0;}
		#contact a {
			color: #FFF;
			font-weight: normal;
		}
	#contact div {
		float: left;
		margin-right: 5px;
		}

div#flash {
	position: absolute;
	top: 75px;
	left: 0;
	background: #fff;
	width: 770px;
	height: 250px;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	width: 180px;
	float: left;}

div#content {
	float: left;
	width: 590px;
	font-size: 11px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 7px 10px;
		text-align: right;
		font-weight: bold;
		border-bottom: 1px solid #636;
		color: #fff;
		background: #A080A0}
	#content h2 {
		font-size: 16px;
		font-weight: bold;
		clear: both;
		padding: 5px 10px;}
	#content h3 {
		font-size: 14px;
		font-weight: bold;
		clear: both;
		padding: 5px 10px;}
	#hr { background: #636; height: 1px;}
	#content p {
		font-size: 11px;
		padding: 5px 10px;
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		width: 300px;}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}

	#content dl.listleft {
		float: left;
		width: 250px;
		margin: 0 10px 0 0;}
	#content dl.listleft dt {
		padding: 5px 0;
		font-weight: bold;}
	#content dl.listleft dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}

div#maps {
	padding: 0 10px;
	width:;
	height:450px;}

div.special {
	margin: 10px;
	border: 1px solid #636;
	text-align: center;
	background: #fff;
}



div.coupon {
	padding: 10px;
	margin: 10px 25px 10px 25px;
	border: dashed #000;
	border-width: 1px;
	text-align: center;
	line-height: 24px;}
	.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;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 7px 0;
		color: #fff;
		background: #230B23;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #636;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #fff;
		padding: 3px 0;
		text-align: center;
		background: #815781;}
		#copyright a {
			text-decoration: none;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #636;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
		border: 1px solid #FFE3F8;}
.right {
	float: right;}
	.right img {
		border: 1px solid #FFE3F8;
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {
		border: 1px solid #FFE3F8;}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 180px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #5A245A url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav dl {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;
	border-bottom: 1px solid #672A67;}

div#nav dt a {
	display: block;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	background: #3A163A url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 5px;
	text-align: left;}

html>body #nav dt a {
	width: auto;}

div#nav dt a:hover {
	background: #5A245A url(images/nav_on.gif) top left no-repeat;
	color: #fff;}


/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	width: 180px;
	/*height: 50px;*/}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: lowercase;} 

div#signin dt {
	padding: 0;
	line-height: normal;
	text-indent: 0;
	/*border-bottom: 1px solid #ccc;*/}

div#signin dt a {
	display: block;
	/*padding: 7px 0;*/
	width: 180px;
	/**/height: 25px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

html>body #signin dt a {
	width: auto;}

div#signin dt a span {
	/**/display: none;}

div#signin dt a#signin1 {
	background: url(images/signin1.gif) top left no-repeat;}

div#signin dt a#signin2 {
	background: url(images/signin2.gif) top left no-repeat;}

div#signin dt a#signin1:hover {
	background: url(images/signin1_on.gif) top left no-repeat;}

div#signin dt a#signin2:hover {
	background: url(images/signin2_on.gif) top left no-repeat;}
/* -----------------------------------------------*/
/* ----------------- 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;}