/* --------------------------------------------------------------- */
/* ----------------- 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: #381e4c 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 ----------------- */
/* -------------------------------------------------------- */

/* 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#contact {
	position: absolute;
	top: 100px;
	left: 165px;
	width: 200px;
	height: 45px;
	color: #537653;}
	#contact address {
		font-size: 12px;}
	#contact p {
		padding: 5px;
		font-size: 14px;
		font-weight: bold;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;
	}

div#content {
	float: left;
	width: 620px;
	background: url(images/content_bg.gif) top left no-repeat;
	padding: 0 0 15px 0;}
	#content h1 {
		padding: 15px 10px;
		font-size: 24px;
		font-family: times new roman;}
	#content h2 {
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 18px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		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#iframe {
	float: left;
	width: 620px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#iframe h1 {
		padding: 15px 10px;
		font-size: 24px;
		font-family: times new roman;}

div#map {
	padding: 5px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: #381e4c;
	padding: 10px 0 0 0;}

	/* DIV UTILITY NAV */
	div#utilnav {
		margin-left: 150px;/**/
		font-size: 9px;
		padding: 5px 0;
		color: #fff;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		margin-left: 150px;/**/
		font-size: 9px;
		color: #fff;
		padding: 5px 0;}
		#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 {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	float: left;
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 150px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #c00 url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav dl {
	width: 150px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav dl dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav dl dt a {
	display: block;
	padding: 7px 0;
	color: #000;
	text-decoration: none;
	background: #c00 url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

html>body #nav dl dt a {
	width: auto;}

div#nav dt a:hover {
	background: #999 url(images/nav_on.gif) top left no-repeat;
	color: #fff;}

div#nav p {
	padding: 5px 0;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 0;
	left: 590px;
	clear: both;
	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: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	background: #efefef url(images/signin_off.gif);}

div#signin dt a:hover {
	color: #333;
	background: #ccc url(images/signin_on.gif);}

/* -----------------------------------------------*/
/* ----------------- 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;}
