/* --------------------------------------------------------------- */
/* ----------------- 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, ol, ul {
	font: normal 12px arial;
	}


/* Defines the body tag */
body {
	background: url(images/bg.gif) top left;
	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;
	}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a, a.email {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size:12px;}
	a.email {
		color: #553C24;
		font-size:11px;}
a:visited {
	text-decoration: none;}
a:hover, a.email:hover {
	text-decoration: none;
	color: #666666;}
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/content.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 175px;
	background: url(images/header.jpg) top left no-repeat;
	z-index: 0;}

/* DIV BODY */
div#body {
	clear: both;
	}

/* DIV FLASH */
div#contact {
	position: absolute;
	top: 46px;
	left: 300px;
	height: 63px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #553C24;
	width: 414px;
	z-index: 3;
	line-height:14px;
}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 175px;
	z-index: 1;}
	

div#content {
	margin-left: 145px;
	padding: 0px 0px 0px 0px;
	width: 625px;
	/*background: #ffffff url(images/header2.gif) top left no-repeat;*/
	color: #666;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#553C24;
		padding: 8px 0px 5px 15px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#553C24;
		padding: 8px 0px 5px 15px;
		font-size: 16px;
		font-weight: bold;
		text-align:center;
		}
	#content p, p.centerr, p.disclaimer{
		font-size:12px;
		margin: 5px 15px 10px 15px;
		}
		#content p.centerr {
			text-align:center;
			}
		#content p.disclaimer{
			font-style:italic;
		}
		/*#content p.tleft {
			text-align:left;
			margin: 5px 15px 5px 0px;
			}
	#content ol {
		list-style-type: decimal-leading-zero;
		}*/
	/*#content dl {
		margin: 10px;}
	#content dt {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px 0;
		border-bottom: 1px dashed #ccc;}
	#content dd {
		margin: 0 0 10px 0;
		padding: 0;
		text-indent: 0;}*/


	/* DIV COUPON 
	#content input.print {
		margin-left: 130px;}*/

/* DIV COUPON 
div#coupon {
	width: 300px;
	border: 1px dashed #333;
	margin: 10px 15px;
	padding: 15px;
	text-align: center;}
	#coupon h1 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-size: 18px;
		color: #333;}
	#coupon h2 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-size: 18px;
		color: #c00;}
	
	#coupon p {
		margin: 0 0 25px 0;
		padding: 0 0 0 0;}*/


/* DIV FOOTER */
div#footer {
	background: #fff url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#ffffff;
	height: 28px;
	width: 770px;
	position: relative;
	}
/*Footer utility nav for intro page
div#footerintro{
	text-align: center;
	font-size: 10px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	clear: both;}*/


	/* DIV UTILITY NAV */
	div#utilnav/*, div#utilnavintro*/ {
		text-align: center;
		font-size: 11px;
		margin: 30px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color:#fff;
		position: absolute;
		top:-23px;
		right:0px;
		width:770px;}
	/*div#utilnavintro {
		margin: 5px 0px 5px 0px;
		text-align: center;
		}*/
		
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#ccc;
			}
		/*Footer utility nav for intro page
		#utilnavintro a {
			color:#ffffff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;}
		#utilnavintro a:hover {
			text-decoration: underline;
			color:#666666;}*/
	
	/* DIV COPYRIGHT */
	div#copyright {
		color:#333333;
		text-align: center;
		font-size: 9px;
		margin: 60px 0px 0px 0px;
		position: absolute;
		top:-33px;
		right:0px;
		width:770px;
		}
		#copyright a {
			color:#553C24;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333333;
			text-decoration:none ;
			}
			
/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align:top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;}
	
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;}
	
img.borderr{
	border:1px solid #666666;
	margin: 0px 0px 0px 0px;}
.clear {
	clear: both;}
	
hr {height:1px;
	border:1px dotted #553C24;
	width:595px;
	margin: 10px 15px 10px 15px;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 145px;
	height: 200px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	color: #333;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
div#nav li a#current:hover{
	color: #333;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 145px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 145px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 15px;
	font-weight:bold;}

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

div#nav li a:hover {
color:#333;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 1px;
	left: 551px;
	width: 216px;
	z-index: 2;
	height: 33px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#553C24;
	padding: 10px 15px 5px 23px;
	}
