/* --------------------------------------------------------------- */
/* ----------------- 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: #e6e6e6 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: #2d5a2d;}
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: 150px;
	background: url(images/header_bg.gif) top left no-repeat;}


/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 250px;
	padding-top: 165px;
	background: url(images/column_bg.gif) top left no-repeat;}

div#contact {
	padding: 15px 0 0px 30px;
	color: #222;}
	#contact address {}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact p {
		padding: 5px 0 0;}

div#hours {
	padding: 10px 0 15px 30px;
	color: #222;}
	#hours address {}
	#hours h1 {
		font-size: 14px;
		font-weight: bold;}
	#hours p {
		padding: 5px 0 0;}

a#ctalink {
	display: block;
	position: absolute;
	top: 90px;
	left: 439px;
	width: 246px;
	height: 28px;
	z-index: 10px;
}

div#content {
	float: left;
	width: 520px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 24px;
		padding: 15px 20px 10px;
		letter-spacing: -1px;
		font-family: Georgia, "Times New Roman", Times, serif;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 20px 20px;
		letter-spacing: -1px;}
	#content h3 {
		font-size: 18px;
		padding: 30px 0 5px;
		margin: 0 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: -1px;}
	#content p {
		padding: 7px 20px;
		line-height: 18px;}
	#content address {
		padding: 0 10px 10px;}
	#content strong.bolder {
		font-size: 14px;
		text-transform: uppercase;}
		
	#content li {
		line-height: 18px;
		padding-right: 20px;}

	div.contactinfo {
		width: 520px;}
		.contactinfo div {
			float: left;
			width: 33%;
			padding: 15px 0;
			text-align: center;}

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

	#content dl.list {
		padding: 7px 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) 0px 10px no-repeat;
		border-bottom: 1px solid #efefef;}


div#map {
	padding: 10px 10px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: url(images/footer_bg.gif) top left no-repeat;}
	
	#footer p {
		padding: 20px 0;
		text-align: center;
		background: #e6e6e6;}
		#footer p a {
			text-decoration: none;
			color: #333;
			font-size: 9px;
			font-family: tahoma;}
		#footer p a:hover {
			text-decoration: underline;
			color: #000;}

p#disclaimer { font-size: 9px;}
		

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 10px 15px;
		color: #333;
		background: #e6e6e6;
		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;*/
		font-size: 9px;
		color: #333;
		padding: 8px 0;
		text-align: center;
		font-family: tahoma;
		background: #e6e6e6;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		margin: 10px 0;}

/* -------------------------------------------------- */
/* ----------------- 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: 125px;
	left: 0;
	padding: 0 0 0 20px;
	height: 25px;
	z-index: 2;}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	padding: 0 0 0 15px;
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #222;}
	
	ul#navlist li a#current span, ul#navlist li a#current:hover span {
	display: block;
	padding: 7px 15px 7px 0;
	background: url(images/nav_current2.gif) top right no-repeat;
	}

/* UL TAG */
ul#navlist {
	margin:0;
	padding:0;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;} 

ul#navlist li {
	list-style: none;
	float:left;
	position: relative;
	margin:0 1px 0 0;
	padding:0;
	line-height:normal;
	text-indent:0;}

ul#navlist li a {
	display:block;
	padding:7px 15px;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background: url(images/nav_off.gif) top right no-repeat;
	font-weight: bold;
	font-family: tahoma;}

/**/* html #nav a {
	width: 1%;}

ul#navlist li a:hover {
	background: url(images/nav_on.gif)  top right no-repeat;
	color: #fff;}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0;
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	float: none;
	text-transform: capitalize;}
	
ul#navlist li ul li a {
	background: url(images/subnav_off.gif) top left repeat-x;
	width: 220px;
	padding: 7px 0;
	text-indent: 15px;
	color: #fff;}

ul#navlist li ul li a:hover {
	background: #fc0 url(images/subnav_on.gif) top left no-repeat;
	color: #600;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 12px;
	left: 475px;
	clear: both;
	width: 120px;
	z-index: 5;
	font-family: tahoma;
}

div#signin a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #efefef;
	font-family: tahoma;}

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

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

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