/* --------------------------------------------------------------- */
/* ----------------- 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: #F4EAFF 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: #309;}
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;
	margin: 0 auto;
	width: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 175px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

/* DIV BODY */
div#body-home {
	width: 770px;
	clear: both;
	background: url(images/body__homebg.jpg) top left repeat-x;}
	
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;}

div#content-home {
	float: left;
	width: 420px;}
	#content-home h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 10px;}
	#content-home h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;}
	#content-home p {
		padding: 5px 10px;
		line-height: 16px;}
	#content-home address {
		padding: 0 10px 10px;}

	/* GENERAL DEFINITION LIST */
	#content-home dl {
		padding: 5px 10px;
		margin: 0px;}
	#content-home dt {}
	#content-home dd {
		margin: 0;}

	#content-home dl.list {
		padding: 5px 10px;
		margin: 0px;}
	#content-home dl.list dt {
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #c9f;
		padding: 5px 0;}
	#content-home dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #EFDFFF;}

div#content {
	float: left;
	width: 520px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 10px;}
	#content h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}
	#content address {
		padding: 0 10px 10px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 10px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #c9f;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #EFDFFF;}

div#maps {
	padding: 0 10px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: #F4EAFF url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: right;
		font-size: 10px;
		padding: 5px 15px;
		color: #ccf;}
		#utilnav a {
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #ccf;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}

div#contact {
	width: 770px;
	height: 60px;
	color: #000;}
	#contact address {
		font-size: 11px;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact div {
		/*width: 188px;*/
		padding: 10px 25px 10px 10px;
		float: left;}
	#contact p {
		font-size: 12px;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #309;
		padding: 8px 0;
		text-align: center;}
		#copyright a {
			text-decoration: none;
			color: #309;}
		#copyright a:hover {
			text-decoration: underline;
			color: #ccf;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 145px;
	left: 0;
	width: 770px;
	height: 25px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: url(images/nav_on.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav dl {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:uppercase;} 

div#nav dt {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	border-right: 1px solid #309;}

div#nav dt a {
	display:block;
	padding:7px 15px;
	/*width: 100px;*/
	text-align: center;
	color:#ccf;
	text-decoration:none;
	background:url(images/nav_off.gif) top left no-repeat;
	font-weight: bold;}

/**/* html #nav a {
	width: 1%;}

div#nav dt a:hover {
	background: url(images/nav_on.gif) top left repeat-x;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 120px;
	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: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

div#signin dt a:hover {
	color: #666;
	background: #000;}

/* -----------------------------------------------*/
/* ----------------- 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;}

