/* --------------------------------------------------------------- */
/* ----------------- 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 11px tahoma;}

/* 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;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #66703d;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #fc972d;}
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;
	width: 790px;
	background: url(images/container_bg.gif) top right repeat-y;}

/* DIV HEADER */
div#header {
	float: left;
	width: 220px;
	background-repeat: no-repeat;
	background-position: left top;
}

div#flash {
	width: 220px;
	height: 260px;}

div#credit {
	padding: 0 10px;}

/* DIV BODY */
div#body {
	float: left;
	width: 570px;
	padding: 125px 0 0 0;
	background: #fff url(images/body_bg.gif) top right no-repeat;}

div#contact {
	width: 220px;
	font-size: 11px;
	padding: 12px 0;
	color: #fff;}
	#contact address {
		padding: 0 20px;}
	#contact h1 {
		padding: 0 20px;
		font-size: 11px;
		font-weight: bold;}
	#contact p {
		padding: 5px 20px;}

div#content {
	width: 570px;
	padding: 0 0 20px 0;}
	#content h1 {
		background: none;
		padding: 10px 15px;
		font-weight: bold;
		color: #900;}
	#content h2 {
		padding: 10px 15px;
		font-size: 16px;
		font-weight: bold;}
	#content h3 {
		padding: 10px 15px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content h4 {
		padding: 7px 15px 0;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 7px 15px;
		line-height: 16px;}
	#content blockquote {
		line-height: 16px;}
	
	div.quote {
		float: right;
		width: 200px;
		margin: 15px 10px 15px 25px;
		padding: 10px;
		border: 1px solid #efefef;}
	div.quote blockquote {
		padding: 0;
		margin: 0;
		line-height: 16px;}
	div.quote cite {
		display: block;
		font-style: normal;
		font-weight: bold;
		text-align: right;
		padding: 5px 0 0;}
		
	#content ul {
		margin-right: 25px;}
	#content ul li {
		line-height: 16px;
		padding-bottom: 7px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 10px 15px;
		margin: 0px;}
	#content dl dt {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;}
	#content dl dd {
		margin: 0 0 0 0;
		padding: 5px 0 5px 15px;}

	#content dl.list {
		width: 270px;}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;
		/*background: #efefef;*/}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	table#hours {
		margin: 0 15px 15px;
			border: solid #efefef;
			border-width: 1px 0 0 1px;}
		table#hours td {
			padding: 7px 10px;
			font-weight: bold;
			border: solid #efefef;
			border-width: 0 1px 1px 0;}
		table#hours td.note {
			font-weight: normal;}

div#maps {
	padding: 10px 15px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	font-size: 10px;
	width: 570px;
	padding: 0 0 0 220px;
	background: url(images/footer_bg.gif) top right no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		padding: 5px 0;
		color: #fff;
		background: #a1af64;}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		text-align: center;
		font-size: 9px;
		color: #333;
		padding: 7px 0;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #333;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
		border: 1px solid #333;}
.right {
	float: right;}
	.right img {
		border: 1px solid #333;
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {
		border: 1px solid #333;}
.clear {
	clear: both;}
/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 570px;
	height: 25px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #cbd3a0 url(images/nav_current.gif) top left no-repeat;
	color: #000;}

/* UL TAG */
div#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	font-size: 9px;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 7px;
	color: #fff;
	text-decoration:none;
	background: url(images/nav_on.gif) top left no-repeat;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #fc0 url(images/nav_off.gif) top left no-repeat;
	color: #900;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 165px;
	left: 600px;
	clear: both;
	width: 180px;
	text-align: right;
	color: #efefef;
	z-index: 2;}

div#signin a {
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- 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: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/
	

div#splashcontainer {
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;}
	
#splashflash{
	margin: 0 auto;
	width:400px;
	height:350px;}

a#enter {
	margin: 0px auto 0;
	padding: 5px 0;
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #600;
	background: #f90;}
	#enter:hover {
		background: #600;
		color: #fff;}


/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#splashutilnav {
		text-align: center;
		font-size: 9px;
		color: #333;
		padding: 7px 0;}
		#splashutilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #333;}
		#splashutilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#splashcopyright {
		font-size: 9px;
		color: #333;
		padding: 15px 0 5px;
		text-align: center;}
		#splashcopyright a {
			text-decoration: none;
			color: #333;}
		#splashcopyright a:hover {
			text-decoration: underline;
			color: #333;}
