/* --------------------------------------------------------------- */
/* ----------------- 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: #bdbdbd 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: #495a77;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #495a77;}
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;
	top: 10px;
	width: 780px;
	margin: 0 auto;
	background: url(images/container_bg.gif) top right repeat-y;
}

/* DIV HEADER */
div#header {
	width: 780px;
	height: 130px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

div#flash {
	width: 590px;
	height: 100px;}

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

div#column {
	float: right;
	width: 190px;}

div#contact {
	color: #600;
	padding: 10px 0;}
	#contact h1 {
		font-size: 11px;
		font-weight: bold;
		padding:  0 10px;}
	#contact address {
		padding: 0 10px 5px;}
	#contact p {
		padding: 0 10px;}
	#contact a {
		color: #600;}

div#credit {
	padding-top: 5px;}

div#content {
	float: right;
	width: 580px;
	color: #333;}
	#content h1 {
		padding: 20px 15px 10px;
		font-size: 18px;
		font-weight: bold;
		color: #333;}
	#content h2 {
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;}
	#content h2 span {
		font-weight: normal;
		font-size: 11px;}
	#content h3 {
		padding: 5px 0;
		margin: 0 15px;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #333;}
	#content p {
		padding: 5px 15px;
		line-height: 16px;}

	/* 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: 300px;}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}

div#maps {
	padding: 5px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 780px;
	padding: 0;
	font-size: 10px;
	background: #bdbdbd url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 190px;*/
		text-align: center;
		font-size: 9px;
		padding: 22px 0 7px;
		color: #333;}
		#utilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #333;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 190px;*/
		font-size: 9px;
		color: #333;
		padding: 6px 0 14px;
		text-align: center;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
	.rightnomgnbot {
		float: right;
		margin-bottom: -10px;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 100px;
	left: 0;
	width: 780px;
	height: 25px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #8b9ebe url(images/nav_current.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform: uppercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:7px 10px;
	color:#fff;
	text-decoration:none;
	background: url(images/nav_off.gif) top left repeat-x;
	font-weight: bold;}

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

div#nav li a:hover {
	background: #b8c4d9 url(images/nav_on.gif) top left repeat-x;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 10px;
	left: 570px;
	clear: both;
	width: 180px;
	text-align: right;
	color: #999;
	z-index: 2;}

div#signin a {
	color: #999;
	text-decoration: none;
	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: 49px;
	left: 87px;
	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;}
