/* --------------------------------------------------------------- */
/* ----------------- 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: #172e56 url(images/bg.gif) top left repeat-y;
	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;
	width: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

div#side {
	float: left;
	width: 150px;
	padding: 50px 0 0 0;
	background: url(images/side_bg.gif) top left no-repeat;
		color: #cccc99;}
	#side h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px  0 0 5px;}
	#side address {
		padding: 0 0 5px 5px;}
	#side p {
		padding: 0 0 5px 5px;}
	#side h2 {
		padding: 0 5px 5px;
		font-size: 11px;
		font-weight: bold;}

/* DIV BODY */
div#body {
	float: left;
	width: 620px;
	background: url(images/body_bg.gif) top left no-repeat;}
	
/* DIV HEADER */
div#header {
	width: 620px;
	height: 220px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

div#flash {
	position: absolute;
	top: 100px;
	left: 150px;}

div#content {
	width: 620px;
	padding: 0 0 25px 0;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 7px 10px;
		font-size: 22px;
		font-weight: bold;
		color: #335ea6;}
	#content h2 {
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;}
	#content h2 span {
		font-weight: normal;}
	#content h3 {
		padding: 5px 10px;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 14px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		width: 290px;}
	#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.coupon {
	padding: 10px;
	margin: 10px 25px 10px 25px;
	border: dashed #FFC1EB;
	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: 9px;
		padding: 7px 0;
		color: #fff;
		background: #335ea6;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/**/margin-left: 150px;
		font-size: 9px;
		color: #333;
		padding: 10px 0;
		text-align: center;
		background: #fff;}
		#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 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 150px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #335ea6 url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav dl {
	width: 150px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;} 

div#nav dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav dt a {
	display: block;
	padding: 7px 0;
	color: #000;
	text-decoration: none;
	background: url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 10px;
	text-align: left;}

html>body #nav dt a {
	width: auto;}

div#nav dt a:hover {
	background: #fc0 url(images/nav_on.gif) top left no-repeat;
	color: #900;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 5px;
	left: 610px;
	clear: both;
	width: 150px;
	color: #999;}

div#signin a {
	color: #999;
	text-decoration: none;
	font-weight: normal;}

div#signin a:hover {
	color: #333;}

/* -----------------------------------------------*/
/* ----------------- 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: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	
	

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/
	

div#splashcontainer {
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -350px;
	width: 700px;
	text-align: center;
}
#splashflash{
	margin: 0 auto;
	width:400px;
	height:350px;}

/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 700px;
	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;}