/* --------------------------------------------------------------- */
/* ----------------- 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 12px arial;}

/* 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;}


strong {
	color: #900;}

/* 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: 970px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 970px;
	height: 250px;
	background: url(images/header_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 120px;
	left: 0;
	width: 970px;
	height: 130px;
	z-index: 2;
}

/* DIV BODY */
div#body {
	width: 970px;
	padding: 0 0 35px;
	clear: both;}
div.bg {
	background: url(images/body_bg.jpg) top left repeat-y;}

div#column {
	float: left;
	width: 250px;}
		
div#contact {
	position: relative;
	width: 250px;
	padding-top: 400px;
	background: url(images/contact_bg.jpg) top left no-repeat;}
	#contact div {
	position: absolute;
	font-family: tahoma;
	left: 18px;
	top: 215px;
}
	#contact address {
		font-size: 10px;
		font-family: verdana;
		padding: 0 0px 3px;
		color: #efefef;}
	#contact h1 {
		font-size: 11px;
		font-weight: bold;
		padding: 0 0px;
		color: #ff9;}
	#contact h3 {
		font-size: 18px;
		padding: 20px 20px 0;
		color: #600;}
	#contact p {
		padding: 7px 20px;
		line-height: 20px;}
	#contact div p {
		font-size: 10px;
		color: #fff;
		padding: 0 0 5px;
		line-height: normal;
		font-family: verdana;}
	#contact strong {
		color: #ff9;}
	#contact a {
		color: #fff;
		font-size: 9px;
		font-family: verdana;}
	#contact a#map {
	display: block;
	position: absolute;
	top: 158px;
	left: 1px;
	width: 250px;
	height: 50px;
}


div#cta {
	padding: 8px 0 0 0;}

div#middle {
	float: left;
	width: 250px;}

div#contentiframe {
	float: left;
	width: 720px;
	padding-bottom: 20px;}
	#contentiframe div {
		width: 680px;
		margin: 0 auto;}
	#contentiframe h1 {
		font-size: 28px;
		padding: 15px 20px 20px;
		letter-spacing: -1px;
		color: #900;}
	#contentiframe h3 {
		font-size: 18px;
		padding: 20px 20px 0;
		color: #600;}
	#contentiframe h3 span{
		font-size: 12px;}
	#contentiframe p {
		padding: 7px 20px;
		line-height: 20px;}

div#content {
	float: left;
	width: 470px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 28px;
		padding: 15px 20px 20px;
		letter-spacing: -1px;
		color: #900;}
	#content h2 {
		font-size: 18px;
		padding: 15px 20px;
		color: #600;
		letter-spacing: -0.5px;}
	#content h3 {
		font-size: 18px;
		padding: 20px 20px 0;
		color: #600;}
	#content p {
		padding: 7px 20px;
		line-height: 20px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 20px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #efefef;}

div#maps {
	padding: 0 20px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 100%;
	font-size: 10px;
	padding: 5px 0 0;
	border-top: 2px solid #efefef;
	background: url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
	position: relative;
		/*margin-left: 150px;*/
		width: 970px;
		margin: 0 auto;
		font-size: 10px;
		padding: 7px 15px;
		color: #333;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #333;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		width: 960px;
		margin: 0 auto;
		font-size: 9px;
		color: #333;
		padding: 8px 0;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		padding: 10px 0px;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 95px;
	left: 200px;
	width: 570px;
	height: 25px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #222 url(images/nav_current.gif) top left no-repeat;
	color: #000;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;} 

div#nav li {
	list-style: none;
	float:left;
	margin:0 1px 0 0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 10px;
	/*width: 100px;*/
	color:#666;
	padding: 7px 10px;
	text-decoration:none;
	background: #efefef url(images/nav_off.gif) top left no-repeat;
	font-weight: bold;
	font-family: tahoma;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #fc0 url(images/nav_on.gif) top left no-repeat;
	color: #600;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	position: absolute;
	top: 100px;
	left: 793px;
	clear: both;
	z-index: 2;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;}

a#audio:hover {
	color: #ff9;}


/* -----------------------------------------------------*/
/* ----------------- 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: 82px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}



/* -----------------------------------------------*/
/* ----------------- SPLASH CSS ----------------- */
/* -----------------------------------------------*/

div#splashbody {
	position: relative;
	width: 970px;}
	
div#splashcontent {
	float: left;
	width: 570px;
	padding: 0 0 25px;}
	#splashcontent h1 {
		font-size: 28px;
		padding: 15px 20px 20px;
		letter-spacing: -1px;
		color: #2e341f;}
	#splashcontent h2 {
		font-size: 16px;
		padding: 15px 20px 5px;
		color: #600;
		letter-spacing: -0.5px;}
	#splashcontent h3 {
		font-size: 16px;
		padding: 20px 20px 0;
		color: #600;}
	#splashcontent p {
		padding: 7px 20px;
		line-height: 20px;}
		
	#splashcontent ul {
		margin: 0;
		padding: 10px 0;}
	#splashcontent ul li {
		list-style: none;
		padding: 3px 15px;
		margin: 0 30px;
		background: url(images/bullet.gif) 0px 8px no-repeat;}
		
	div#splashvideo {
		width: 570px;
		padding: 20px 0;}
		#splashvideo div {
			width: 426px;
			margin: 0 auto;}
	
	div#splashlist {
		float: left;
		width: 300px;}
	div#splashtext {
		float: left;
		width: 270px;}
	
div#splashcolumn {
	float: left;}
	
	div#splashcta {
		position: relative;
		background: url(images/splashreserve_bg.jpg) top left no-repeat;
		width: 400px;
		height: 150px;}
		#splashcta a {
	display: block;
	position: absolute;
	top: 103px;
	left: 208px;
	width: 180px;
	height: 25px;
}
		
div#splashcontact {
	position: relative;
	width: 400px;
	height: 250px;
	background: #222 url(images/splashcontact_bg.jpg) top left no-repeat;}
	#splashcontact div {
	position: absolute;
	font-family: tahoma;
	left: 17px;
	top: 64px;
}
	#splashcontact address {
		font-size: 10px;
		font-family: verdana;
		padding: 0 0px 3px;
		color: #efefef;}
	#splashcontact h1 {
		font-size: 11px;
		font-weight: bold;
		padding: 0 0px;
		color: #ff9;}
	#splashcontact p {
		font-size: 10px;
		color: #fff;
		padding: 0 0 5px;;
		font-family: verdana;}
	#splashcontact strong {
		color: #ff9;}
	#splashcontact a {
		color: #fff;
		font-size: 9px;
		font-family: verdana;}
		
	#splashcontact a#map {
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 250px;
	height: 50px;
}
div#splashcoupon {
	background: url(images/splashcoupon_bg.jpg) top left no-repeat;
	width: 400px;
	height: 350px;}

div#credit {
	position: absolute;
	top: 10px;
	left: 775px;
}
