/* --------------------------------------------------------------- */
/* ----------------- 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-family: 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;
		padding: 10px;
		font-size: 10px;
		color: #FFFFFF;}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 15px;}

/* 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: #495a77;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #495a77;}
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: 778px;
	margin: 0 auto;
	background: url(images/container_bg.gif) top left repeat-y;
	background-color: #333333;
}

/* DIV HEADER */
div#header {
	width: 778px;
	height: 173px;
	background: url(images/header.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;}

div#banner {
	position: absolute;
	top: 79px;
	left: 655px;
	z-index: 3;}

/* DIV BODY */
div#body {
	width: 778px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#column {
	float: left;
	width: 190px;}

div#contact {
	padding: 10px 0;
	background: #6699cc url(images/contact_bg.gif) top left no-repeat;}
	#contact h1 {
		font-size: 13px;
		font-weight: bold;
		padding: 5px 5px 0 30px;}
	#contact address {
		font-size: 9px;
		padding: 0px 5px 5px 30px;}
	#contact p {
	padding: 5px 5px 5px 30px;
	color: #333333;
	font-size: 11px;
}
	#contact a {
		color: #fff;}

div#content {
	float: left;
	width: 588px;
	color: #333;
	padding: 170px 0 15px 0;}
	
	#content h1 {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;}
	#content h2 {
		padding: 10px;
		font-size: 14px;
		font-weight: bold;}
	#content h2 span {
		font-weight: normal;
		font-size: 11px;}
	#content h3 {
		padding: 10px 5px 5px;
		font-size: 12px;
		font-weight: bold;}
	#content p {
	padding: 5px 10px;
	line-height: 16px;
	color: #006697;
	font-size: 14px;
}

	/* 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 {}
	#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#maps {
	padding: 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 780px;
	padding: 0;
	font-size: 10px;
	background: #333;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/**/margin-left: 190px;
		text-align: center;
		font-size: 9px;
		padding: 7px 0;
		color: #FFF;
		background: #8DB3DA;}
		#utilnav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
		#utilnav a:hover {
			text-decoration: underline;
			color: #FFF;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/**/margin-left: 50px;
		font-size: 9px;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		background: #333;
		width: 100%;}
		#copyright a {
			text-decoration: none;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {
	margin: 20px 30px 20px 20px;}
.right {
	float: right;}
	.right img {
		margin: 20px 20px 20px 20px;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 150px;
	left: 0;
	width: 778px;
	height: 23px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #006697 url(images/nav_current.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform: uppercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	font-size: 10px;
}

div#nav li a {
	display:block;
	padding:4px 23px;
	color:#000;
	text-decoration:none;
	background: url(images/nav_off.gif) top left repeat-x;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #8FB2DA url(images/nav_on.gif) top left repeat-x;
	color: #FFF;}


/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	width: 190px;
	/*height: 50px;*/}

/* UL TAG */
div#signin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: capitalize;} 

div#signin li {
	list-style: none;
	line-height: normal;
	text-indent: 0;}

div#signin li a {
	display: block;
	/**/padding: 7px 0;
	width: 190px;
	/*height: 25px;*/
	color: #900;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background: url(images/signin_off.gif) top left repeat-x;}

div#signin li a span {
	/*display: none;*/}

div#signin li a:hover {
	background: #8B2F00 url(images/signin_on.gif) top left repeat-x;
	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;}
.phonenumbers {
	font-size: 5px;
	color: #9A3906;
}

#Layer1 {
	position:absolute;
	width:223px;
	height:159px;
	z-index:1000;
	left: 549px;
	top: 180px;
}
.style1 {font-size: 9px}
.style4 {font-size: 14px}
.style5 {font-weight: bold}
.style6 {color: #9E4316}
.style9 {color: #AF4316}
#Layer2 {
position:absolute;
width:226px;
height:55px;
z-index:1;
left: 544px;
top: 651px;
clip: rect(auto,10,auto,10);
}
#Layer3 {
position:absolute;
width:220px;
height:25px;
z-index:1;
left: 547px;
top: 654px;
clip: rect(auto,5,auto,20);
overflow: visible;
visibility: inherit;
}
#content h4 {

		padding: 10px 5px 5px;
		font-size: 18px;
		font-weight: bold;
}
