/* --------------------------------------------------------------- */
/* ----------------- 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: #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,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: #f00;}
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: 790px;
	background: url(images/container_bg.gif) top right repeat-y;}

/* DIV HEADER */
div#header {
	float: left;
	width: 220px;
	height: 370px;
	background: url(images/header_bg.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	float: left;
	width: 570px;
	background: url(images/body_bg.jpg) top right no-repeat;}

div#contact {
	width: 570px;
	height: 100px;
	color: #333;}
	#contact address {
		font-size: 12px;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact div {
		/**/width: 400px;
		text-align: right;
		padding: 20px 0 10px;}
	#contact p {
		font-size: 12px;}

div#content {
	width: 570px;}
	#content h1 {
		line-height: 36px;
		background: none;
		text-align: right;
		padding: 0 10px 0 0;
		font-weight: bold;
		color: #fff;}
	#content h2 {
		padding: 5px 10px;
		font-size: 16px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}
	#content address {
		padding: 10px;}
	#content table {
		margin: 0 10px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 10px;
		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;
		padding: 5px 0 5px 10px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}
	#content dl.list dt span {
		font-size: 10px;
		font-weight: normal;}	
	#content dl.list dd {
		padding: 5px 0 5px 10px;
		margin: 0 0 0 25px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet2.gif) left center no-repeat;}

div#maps {
	float: left;
	padding: 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	width: 790px;
	background: #333 url(images/footer_bg.gif) top right no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
	margin: 0 0 0 220px;
		text-align: center;
		font-size: 10px;
		padding: 10px 0;
		color: #fff;
		background: none;}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			color: #fff;
			text-transform: uppercase;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	margin: 0 0 0 220px;
		font-size: 9px;
		color: #fff;
		padding: 0 0 6px 0;
		background: none;}
		#copyright a {
			text-decoration: none;
			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;}
.center {
	text-align: center;}
	.center img {
		border: 1px solid #333;}
.clear {
	clear: both;}
/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 570px;
	height: 21px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #fff url(images/nav_current.gif) top left no-repeat;
	color: #333;
	text-transform: uppercase;}

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

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

div#nav dt a {
	display:block;
	padding:5px 10px;
	color: #999;
	text-decoration:none;
	background: url(images/nav_on.gif) top left no-repeat;
	font-weight: bold;}

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

div#nav dt a:hover {
	background: url(images/nav_off.gif) top left no-repeat;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 0;
	left: 610px;
	width: 180px;}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: lowercase;} 

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

div#signin dt a {
	display: block;
	padding: 7px 0;
	width: 90px;
	color: #5C94CB;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

div#signin dt 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;}

