/* --------------------------------------------------------------- */
/* ----------------- 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: #fff 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: #600;}
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: 200px;
	background: url(images/header_bg.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	position: relative;
	width: 770px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#column {
	float: left;
	width: 200px;}
		
div#contact {
	width: 200px;
	color: #222;
	padding: 10px 0;}
	#contact address {
		font-size: 12px;
		padding: 0 10px 5px;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 0 10px;}
	#contact p {
		font-size: 12px;
		padding: 0 10px 5px;}

div#flash {
	position: absolute;
	top: -25px;
	left: 200px;
	width: 565px;
	height: 75px;
	z-index: 1;}

div#content {
	float: left;
	width: 570px;
	color: #333;
	padding: 50px 0 10px 0;}
	#content h1 {
		padding: 20px 30px 10px;
		letter-spacing: -1px;
		font-size: 24px;
		font-family: georgia;}
	#content h2 {
		padding: 10px 30px 0;
		font-size: 16px;
		font-weight: bold;}
	#content h3 {
		padding: 20px 30px;
		font-size: 16px;
		font-weight: bold;
		font-family: georgia;
		text-align: center;}
	#content h4 {
		padding: 10px 30px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content p {
		padding: 7px 30px;
		line-height: 16px;}
		#content p.top {
			text-align: right;}
			#content p.top a {
				font-size: 11px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 7px 30px 7px 30px;
		margin: 0px;}
	#content ul {
	padding: 0px;
		margin: 0;
		list-style: none}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#content dl.list dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 7px 0 7px 15px;
		background: url(images/bullet_faq.gif) 0px 10px no-repeat;}
	#content ul.list{
	padding: 7px 10px 7px 200px;}
	#content ul.list li{
	background: url(images/bullet.gif) no-repeat 0px 5px;
	padding-left: 10px;	
	margin: 7px 0px;	

		}
	#content dl.listcheck {}
	#content dl.listcheck dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listcheck dd {
		padding: 7px 0 7px 22px;
		background: url(images/bullet_check.gif) top left no-repeat;}

	#content dl.listdirections {}
	#content dl.listdirections dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listdirections dd {
		padding: 7px 0 7px 15px;
		background: url(images/bullet_faq.gif) 0px 12px no-repeat;}

div#map {
	padding: 7px 30px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: #fff url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 9px;
		padding: 25px 0 7px;
		color: #333;
		font-family: tahoma;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #333;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 10px 0;
		text-align: center;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #333;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
		margin: 0 0 10px 0;}
#left {
	float: left;
	margin-bottom: 10px;}
	#left img {
		margin: 0 0 10px 0;}
.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 {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 5px 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #6889aa url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;} 

div#nav li {
	margin: 0 5px 2px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	color: #4c6986;
	text-decoration: none;
	background: #abcff3;
	width: 190px;
	height: 40px;}
	
div#nav li a#nav01 {background: url(images/nav01.gif) top left no-repeat;}
div#nav li a#nav02 {background: url(images/nav02.gif) top left no-repeat;}
div#nav li a#nav03 {background: url(images/nav03.gif) top left no-repeat;}
div#nav li a#nav04 {background: url(images/nav04.gif) top left no-repeat;}
div#nav li a#nav05 {background: url(images/nav05.gif) top left no-repeat;}
div#nav li a#nav06 {background: url(images/nav06.gif) top left no-repeat;}
div#nav li a#nav07 {background: url(images/nav07.gif) top left no-repeat;}
div#nav li a#nav08 {background: url(images/nav08.gif) top left no-repeat;}
div#nav li a#nav09 {background: url(images/nav09.gif) top left no-repeat;}
	
div#nav li a#nav01:hover {background: url(images/nav01on.gif) top left no-repeat;}
div#nav li a#nav02:hover {background: url(images/nav02on.gif) top left no-repeat;}
div#nav li a#nav03:hover {background: url(images/nav03on.gif) top left no-repeat;}
div#nav li a#nav04:hover {background: url(images/nav04on.gif) top left no-repeat;}
div#nav li a#nav05:hover {background: url(images/nav05on.gif) top left no-repeat;}
div#nav li a#nav06:hover {background: url(images/nav06on.gif) top left no-repeat;}
div#nav li a#nav07:hover {background: url(images/nav07on.gif) top left no-repeat;}
div#nav li a#nav08:hover {background: url(images/nav08on.gif) top left no-repeat;}
div#nav li a#nav09:hover {background: url(images/nav09on.gif) top left no-repeat;}
	
div#nav li a#nav01current {background: url(images/nav01current.gif) top left no-repeat;}
div#nav li a#nav02current {background: url(images/nav02current.gif) top left no-repeat;}
div#nav li a#nav03current {background: url(images/nav03current.gif) top left no-repeat;}
div#nav li a#nav04current {background: url(images/nav04current.gif) top left no-repeat;}
div#nav li a#nav05current {background: url(images/nav05current.gif) top left no-repeat;}
div#nav li a#nav06current {background: url(images/nav06current.gif) top left no-repeat;}
div#nav li a#nav07current {background: url(images/nav07current.gif) top left no-repeat;}
div#nav li a#nav08current {background: url(images/nav08current.gif) top left no-repeat;}
div#nav li a#nav09current {background: url(images/nav09current.gif) top left no-repeat;}

div#nav li a:hover {
	background: #566f88 url(images/nav_on.gif) top left no-repeat;
	color: #ff9;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

div#signin {
	width: 735px;
	text-align: right;
	color: #be8169;
	padding: 9px 0 0;
	font-family: tahoma;}

div#signin a {
	color: #ff9;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma;}

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: 52px;
	left: 75px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
