/* --------------------------------------------------------------- */
/* ----------------- 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: #b0aa93 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: 100%;
	background: #daddca url(images/container_bg.gif) top left repeat-x;
}

/* DIV HEADER */
div#header {
	width: 800px;
	height: 200px;
	background: url(images/header_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

/* DIV BODY */
div#body {
	width: 100%;
	clear: both;
	background: url(images/body_bg.gif) top left repeat-y;}

div#column {
	float: left;
	width: 190px;}

div#content {
	float: left;
	width: 590px;
	padding: 0 0 25px 0;}
	#content h1 {
		width: 590px;
		font-size: 22px;
		font-family: georgia, times new roman;
		letter-spacing: -1px;
		padding: 0 0 3px 0;
		margin: 0 0 10px 0;
		text-indent: 10px;
		border-bottom: 1px solid #ccc;
		color: #039;}
	#content h1.sub {
		padding-top: 20px;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 10px 10px 5px;
		color: #039;}
	#content p {
		padding: 5px 20px 5px 10px;
		line-height: 16px;
		text-align: justify;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		margin: 0 0 10px 0;}
	#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;}

	#content dl.listleft {
		float: left;
		width: 250px;
		margin: 0 10px 0 0;}
	#content dl.listleft dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listleft dd {
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;}

div#maps {
	padding: 10px;}

div#contact {
	padding: 10px 0 10px 10px;
	margin-top: 10px;
}
	#contact h1 {
		font-size: 11px;
		font-weight: bold;
		padding: 0 5px;}
	#contact address {
		padding: 0 5px;}
	#contact p {
		padding: 5px;}
	#contact a {
		font-size: 11px;
		color: #333;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 100%;
	font-size: 10px;
	background: #b0aa93 url(images/footer_bg.gif) top left repeat-x;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		font-size:  9px;
		padding: 7px 10px;
		color: #333;}
		#utilnav a {
	text-decoration: none;
	font-size: 9px;
	color: #333;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	div#disclaimer {
		padding: 10px;
		text-align: left;
		font-size: 9px;
		width: 650px;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 10px;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #333;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
		
.rightborder {
padding:1px;
border:1px solid #ccc;
float:right;
	margin: 25px 0 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 190px;
	background: repeat-y left top;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #039 url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 190px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 7px 0;
	color: #000;
	text-decoration: none;
	background: url(images/nav_bg.gif) no-repeat left top;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #999 url(images/nav_on.gif) top left no-repeat;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 8px;
	left: 610px;
	clear: both;
	width: 180px;
	text-align: right;
	color: #666;
	z-index: 2;}

div#signin a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;}

div#signin a:hover {
	color: #ccc;}

/* -----------------------------------------------*/
/* ----------------- 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: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
div#splash {
	padding: 5px 0px 10px 210px;
	margin: 0px;
	background-image: url(images/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
}
div#splash dl {
		margin: 0 0 10px 0;}
div#splash dl dt {
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;}
div#splash dl dd {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #efefef;
	background: url(images/bullet.gif) left center no-repeat;
	width: 100px;
}
h1 a {
	text-decoration: none;
}
