/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* 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: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	}
	
/* 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.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:both; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #333;}
	a.email {
		color: #578abe;
		font-weight: bold;
		font-size: 11px;
		}

a:hover, a.email:hover {
	text-decoration: none;
	color: #000;}
 a.email:hover {
	color: #fff;}
/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 175px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 65px;
	left: 161px;
	height: 94px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #578abe;
	width: 304px;
	line-height:13px;
	font-style:normal;
	z-index: 3;
	}
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	display:block;
	margin:0px 0px 0px 40px;
	}
	
/* These were required in the assignment and should be used. */

dl {
	padding: 0px 0px 0px 15px;
	}
dt {
	font-weight:bold;
	}
dd {
	margin: 0px 0px 10px 0px;
	}

/* DIV CONTAINER SPLASH */
div#containersplash {
	width: 770px;
	/*margin: 20px auto 0px auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -385px; /*half height, half width*/
	}

/* Splash */
div#splash {
	text-align:center;
	height: 250px;
	width: 770px;
	padding: 0px;
	margin: 0px auto;
	}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 175px;
	z-index: 1;}

/* Double column bulleted list */
ul.left {
	float: left;
	margin: 10px 10px 20px 15px;
	list-style-position: inside; 
	list-style-type: disc;
	}

div#content {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 625px;
	color: #000;
	background: url(images/header2.jpg) top left no-repeat;}
	#content h1 {
		border-bottom: 1px dotted #578abe;
		margin: 5px 15px 5px 15px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#578abe;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#578abe;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 15px 0px 15px;
		}
		
	#content h3 {
		color:#000;
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 0px 15px;
		font-size: 14px;
		font-weight: bold;
		font-style:italic;
		text-transform: uppercase;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 15px;
		clear:left;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 5px 0px;
		}

	/* DIV COUPON */
	#content input.print {
		margin-left: 140px;}

/* DIV COUPON */
div#coupon {
	width: 300px;
	border: 1px dashed #666;
	margin: 10px 15px;
	padding: 25px;
	text-align: center;}
	#coupon h1 {
		margin: 0 0 15 0;
		padding: 0 0 0 0;
		font-size: 18px;
		color: #486590;}
	#coupon p {
		margin: 0 0 15px 0;
		padding: 0 0 0 0;}

dt.logos {
	float: left;
	padding: 0 5px 0 0;
	text-align: center;}
	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#578abe;
	height: 39px;
	width: 770px;
	position: relative;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:19px;
	right:0px;
	width:770px;
	left: 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			/*font-weight: bold;*/
			color:#578abe;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#fff;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:-13px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#578abe;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333;
			text-decoration:none ;
			}

	
	/******************* SPLASH *********************/
	/*DIV skip intro */
	div#skipsplash{
		text-align: center;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top:5px;
		right:0px;
		width:770px;
		left: 0px;
		}
			
		#skipsplash a {
			text-decoration: none;
			font-size: 16px;
			font-weight: bold;
			color:#666666;
			}
		#skipsplash a:hover {
			text-decoration: underline;
			color:#333333;
			}
	
	/****** DIV FOOTER Splash******/
	div#footersplash {
		font-family:Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 10px;
		padding: 0px 0px 0px 0px;
		clear: both;
		color:#578abe;
		width: 770px;
		position: relative;
		}
	
	
	/*DIV UTILITY NAV SPLASH */
	div#utilnavsplash{
		text-align: center;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top:4px;
		right:0px;
		width:770px;
		left: 0px;
		}
			
		#utilnavsplash a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#578abe;
			}
		#utilnavsplash a:hover {
			text-decoration: underline;
			color:#000000;
			}
	
	/* DIV COPYRIGHT Splash*/
	div#copyrightsplash {
		color:#000;
		text-align: center;
		font-size: 9px;
		margin: 0px 0px 0px 0px;
		position: absolute;
		top:25px;
		right:0px;
		width:770px;
		left: 0px;
			}
		#copyrightsplash a {
			color:#578abe;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyrightsplash a:hover {
			color:#000;
			text-decoration:none ;
			}
	/******************* END SPLASH *********************/


/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;
	}
	img.rightul {
	float: right;
	border:1px solid #666666;
	margin: 0px 5px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 121px;
	left: 0px;
	z-index: 10;*/	
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #578abe;
	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: #578abe;
	text-decoration: none;
	display: block;
	width: 145px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent:26px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#578abe;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}


/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 61px;
	left: 401px;
	width: 130px;
	z-index: 2;
	height: 50px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#578abe;
	padding: 10px 15px 5px 23px;
	}

div#maps { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 15px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
