/* --------------------------------------------------------------- */
/* ----------------- 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: #efefef 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;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #304a59;}
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: 125px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

a#ctalink {
	display: block;
	position: absolute;
	top: 70px;
	left: 320px;
	width: 140px;
	height: 20px;}

div#flash {
	position: absolute;
	top: 125px;
	left: 0;
	width: 550px;
	height: 100px;
	z-index: 2;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 220px;
	padding-top: 200px;
	background: url(images/column_bg.gif) top left no-repeat;}

div#contact, div#hours {
	padding: 25px 0 40px 15px;
	color: #fff;
	font-size: 11px;}
	#contact address {
		font-size: 11px;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact p {
		padding: 5px 0 0;
		font-size: 11px;}
	#contact a {
		color: #fff;
		text-decoration: none;}
	#contact a:hover {
		color: #000;
		text-decoration: underline;}

img#credit {
	margin: 0 5px;}

div#cta {
	padding: 8px 0 0 0;}

div#content {
	float: left;
	width: 550px;
	padding-top: 95px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 24px;
		font-weight: bold;
		padding: 20px 20px 20px;
		letter-spacing: -1px;
		color: #304a59;}
	#content h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 20px;
		letter-spacing: -1px;
		color: #304a59;}
	#content h3 {
		font-size: 12px;
		font-weight: bold;
		padding: 15px 0 5px;
		margin: 0 20px;
		color: #304a59;
		border-bottom: 1px solid #304a59;}
	#content p {
		padding: 5px 20px;
		line-height: 18px;}
	#content address {
		padding: 0 10px 10px;}

	#content ul {
		margin: 0;
		padding: 10px 0;}
	#content ul.listleft {
		float: left;}
	#content ul li {
		list-style: none;
		margin: 0 40px;
		padding: 5px 15px;
		background: url(images/bullet.gif) 0px 11px no-repeat;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 40px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

div#map {
	padding: 10px 20px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: #efefef url(images/footer_bg.gif) top left no-repeat;}
	
	#footer p {
		text-align: center;
		width: 550px;
		padding: 20px 0 5px;
		font-size: 9px;
		color: #222;}
		#footer p a {
			padding: 0 5px;
			text-decoration: none;
			color: #000;
			font-size: 9px;
			font-family: tahoma;}
		#footer p a:hover {
			text-decoration: underline;
			color: #fc0;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		width: 550px;
		text-align: center;
		font-size: 10px;
		padding: 5px 0px;
		color: #efefef;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #efefef;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		width: 550px;
		font-size: 9px;
		color: #000;
		padding: 8px 0;
		text-align: center;
		background: #efefef;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #000;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fc0;}
			
	img.ypimg {
		background: #d5d8dd;
		margin: 10px 0;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 100px;
	left: 90px;
	width: 600px;
	height: 25px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #98bfbf url(images/nav_off.gif) top center no-repeat;
	color: #fff;}

/* 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;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	padding: 7px 10px;
	background: url(images/nav_on.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_current.gif) top left no-repeat;
	color: #222;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	position: absolute;
	top: 245px;
	left: 390px;
	clear: both;
	width: 130px;
	z-index: 2;
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma;
	text-decoration: none;
	color: #304a59;
}

a#audio:hover {
	color: #000;}

/* -----------------------------------------------*/
/* ----------------- 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: 82px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
