/* --------------------------------------------------------------- */
/* ----------------- 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: #333 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,blockquote,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: #000;}
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;
	width: 100%;
	background: #036 url(images/container_bg.gif) top left repeat-x;
}

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

div#flash {
	position: absolute;
	top: 0;
	left: 466px;
	width: 299px;
	height: 150px;
	z-index: 3;}

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

div.width770 {
	width: 770px;}

div#column {
	float: left;
	width: 200px;
	padding: 50px 0 0 0;
	background: url(images/column_bg.gif) top left no-repeat;}
	
div.references {
	padding: 0 0 15px;
	background: url(images/referencesbottom_bg.gif) bottom left no-repeat;
		color: #fff;}
	.references h1 {
		padding: 7px 10px;
		margin: 0 0 7px;
		color: #ff9;
		background: #9cf url(images/referencestop_bg.gif) top left no-repeat;
		font-size: 14px;
		font-weight: bold;}
	.references p {
		padding: 5px 10px;}
	.references dl {
		padding: 0 10px;}
	.references dl dt {
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		padding: 7px 0 0;}
	.references dl dd {
		margin: 0;
		padding: 3px 0 3px 15px;
		background: url(images/bullet2.gif) left center no-repeat;}

div#logos {}
	#logos img {
		margin: 5px 10px;
		border: 1px solid #222;}

div#content {
	float: left;
	width: 570px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 22px;
		font-weight: bold;
		padding: 10px 20px;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 7px 20px;}
	#content h3 {
		font-size: 12px;
		font-weight: bold;
		padding: 7px 20px 0;}
	#content p {
		padding: 7px 20px;
		line-height: 16px;}

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

	#content dl.list {}
	#content dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}

div.gallery {
	width: 550px;
	margin: 10px auto;}
	.gallery div {
		float: left;
		width: 50%;
		text-align: center;}

div#map {
	width: 500px;
	margin: 10px auto;
	border: 1px solid #222;}

div#contact {
	clear: both;
	padding: 0 10px;
	background: url(images/contact_bg.gif) top left no-repeat;
	height: 135px;
	color: #222;}
	#contact div.spacer {
		float: left;
		width: 200px;}
	#contact div.blue, #contact div.red, #contact div.credit {
		float: left;
		font-weight: bold;
		width: 185px;
		padding: 35px 0 0;}
	#contact div.blue { 
		color: #009;}
	#contact div.red { color: #900;}
	#contact h1 {
		font-weight: bold;
		font-size: 12px;
		padding: 0 5px;}
	#contact h2 {
		font-size: 11px;
		font-weight: bold;
		padding: 5px;}
	#contact address {
		padding: 0 5px;
		font-size: 12px;}
	#contact p {
		padding: 0 0 5px;
		font-weight: bold;
		font-size: 12px;}
	#contact a {
		color: #900;}

/* DIV FOOTER */
div#footer {
	clear: both;
	font-size: 10px;
	width: 100%;
	background: url(images/footer_bg.gif) top left repeat-x;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		clear: both;
		font-family: tahoma;
		font-size: 11px;
		padding: 15px 10px;
		color: #fff;}
		#utilnav a {
			padding: 0 5px;
			text-decoration: none;
			font-family: tahoma;
			font-size: 9px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		font-family: tahoma;
		color: #fff;
		padding: 15px 10px;}
		#copyright a {
			text-decoration: none;
			font-family: tahoma;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;
		border: 1px solid #036;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

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

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 125px;
	left: 200px;
	width: 570px;
	height: 25px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #fff;}
	
div#nav li a#current span, div#nav li a#current:hover span{
	background: url(images/nav_current2.gif) top right no-repeat;}

/* 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;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 10px;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background: url(images/nav_off1.gif) top left no-repeat;
	font-weight: bold;
	font-family: tahoma;}
	
div#nav li a span {
	display: block;
	padding: 7px 10px 7px 0;
	background: url(images/nav_off2.gif) top right no-repeat;}

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

div#nav li a:hover {
	background: url(images/nav_on1.gif) top left no-repeat;
	color: #600;}

div#nav li a:hover span {
	background: url(images/nav_on2.gif) top right no-repeat;}

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

div#signin a {
	color: #efefef;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
	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#splashcolumn {
	float: left;
	width: 200px;
	height: 225px;
	background: url(images/splashcolumn_bg.gif) top left no-repeat;}

div#splashcontent {
	float: left;
	width: 570px;
	height: 260px;
	background: url(images/splashcontent_bg.gif) top left no-repeat;}
	#splashcontent h1 {
		clear: both;
		padding: 10px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: center;}

div#splashflash {
	position: absolute;
	top: 200px;
	left: 205px;
	width: 560px;
	height: 75px;}

div.splashlist {
	position: absolute;
	top: 290px;
	left: 200px;
	width: 570px;}
	.splashlist dl.list {
		float: left;
		margin: 0 0 0 70px;}
	.splashlist dl.list dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	.splashlist dl.list dd {
		padding: 5px 0 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;}
