/* --------------------------------------------------------------- */
/* ----------------- 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 tahoma;}

/* Defines the body tag */
body {
	background: #666 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: 26px;}

/* GENERAL H2 TAG */
h2 { font-size: 16px;}

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: 780px;
	margin: 0 auto;
	background: url(images/container_bg.gif) top right repeat-y;
}

/* DIV HEADER */
div#header {
	width: 780px;
	height: 100px;
	background: url(images/header_bg.gif) top left no-repeat;}

div#flash {
	width: 590px;
	height: 100px;}

/* DIV BODY */
div#body {
	width: 780px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 190px;}

div#contact {
	background: #495a77;
	width: 190px;
	height: 250px;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;}
	#contact address {
		padding: 0 5px 5px 5px;}
	#contact p {
		padding: 5px;}
	#contact a {
		color: #495a77;}

div#disclaimer {
	color:#999;
	padding: 0 5px 0 0;}

div#content {
	float: left;
	width: 590px;
	color: #333;
	padding: 0 0 10px 0;}
	#content h1 {
		padding: 6px 10px 8px 10px;
		font-size: 19px;
		font-weight: normal;
		color: #fff;}
	#content h2 {
		padding: 5px 10px;
		font-size: 14px;
		font-weight: bold;}
	#content h3 {
		padding: 5px 10px;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;}

	/* 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 {
		width: 325px;}
	#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;}

div.locations {
	float: left;
	margin: 10px 15px;
	padding: 10px;
	background:#efefef;}
	.locations div {}

div#maps {
	padding: 5px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 780px;
	padding: 0;
	font-size: 10px;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/**/margin-left: 190px;
		text-align: center;
		padding: 3px 0;
		color: #333;
		background: #efefef;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #333;
			padding:0 3px;
			border-right:1px solid #888;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/**/margin-left: 190px;
		font-size: 9px;
		color: #333;
		padding: 5px 0;
		text-align: center;
		background: #efefef;}
		#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;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 75px;
	left: 0;
	width: 780px;
	height: 25px;
	font-size:12px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #360 url(images/nav_current.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav dl {
	margin:0;
	padding:0;
	list-style:none;
	text-transform: uppercase;} 

div#nav dt {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav dt a {
	display:block;
	padding:4px 17px 3px 17px;
	color:#360;
	text-decoration:none;
	background: url(images/nav_off.gif) top left repeat-x;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav dt a:hover {
	background: #C8E8A8 url(images/nav_on.gif) top left repeat-x;
	color: #360;}


/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	width: 190px;
	/*height: 50px;*/}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	text-transform: capitalize;} 

div#signin dt {
	line-height: normal;
	text-indent: 0;}

div#signin dt a {
	display: block;
	/**/padding: 5px 0 9px 0;
	width: 190px;
	/*height: 25px;*/
	color: #360;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background: url(images/signin_off.gif) top left no-repeat;}

div#signin dt a span {
	/*display: none;*/}

div#signin dt a#signin1:hover {
	background: #8b9ebe url(images/signin_on.gif) top left no-repeat;
	color: #fff;}

div#signin dt a#signin2:hover {
	background: #8b9ebe url(images/signin_on.gif) top left no-repeat;
	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;}

div#splashcontainer {
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -200px;
	width: 450px;
	text-align: center;
}
#splashflash{
	width:400px;
	height:350px;
	margin: 0 auto;}

/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 450px;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#splashutilnav {
		text-align: center;
		font-size: 9px;
		color: #fff;
		padding: 7px 0;}
		#splashutilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			color: #fff;}
		#splashutilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#splashcopyright {
		font-size: 9px;
		color: #fff;
		padding: 15px 0 5px;
		text-align: center;}
		#splashcopyright a {
			text-decoration: none;
			color: #fff;}
		#splashcopyright a:hover {
			text-decoration: underline;
			color: #fff;}#locationbox {
	width: 555px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	height: 260px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#locationbox p {
	float: left;
	width: 160px;
}
div#map {
	padding: 3px;
	border: 1px solid #E0E0E0;
	float: right;
	height: 250px;
	width: 355px;
	margin-right: 5px;
}

.special{ text-transform:uppercase;}


.checked{ list-style:url(images/check-mark.gif);
list-style-position:bottom;
			}

.checked li{ padding:2px 4px;}
