/* --------------------------------------------------------------- */
/* ----------------- 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 verdana;}

/* Defines the body tag */
body {
	background: #cdc99c 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,blockquote {
	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: #00403e;}
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: 800px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 800px;
	height: 100px;
	background: #036 url(images/header_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 570px;
	height: 185px;
}

/* DIV BODY */
div#body {
	position: relative;
	width: 800px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#column {
	float: left;
	width: 200px;
	background: url(images/column_bg.gif) top left no-repeat;}
		
div#contact {
	color: #222;}
	#contact div {
		padding: 15px 0;
		border-bottom: 1px solid #cfcd9d;}
	#contact address {
		font-size: 11px;
		padding: 0 20px 10px;}
	#contact h1 {
		font-size: 12px;
		padding: 0px 0px 5px 20px;
		color: #00403e;}
	#contact p {
		font-size: 11px;
		padding: 0 0 0 20px;}
	#contact a#email {
		color: #222;
		font-size: 9px;
		font-family: tahoma;}

div#columnright {
	float: left;
	width: 600px;}

div#splash {
	background: url(images/cta_bg.jpg) top left no-repeat;
	width: 600px;
	height: 175px;}

div#content {
	padding: 0px 0 30px 0;}
	#content h1 {
		font-size: 18px;
		padding: 20px 30px 10px;
		letter-spacing: -1px;
		color: #00403e;}
	#content h2 {
		font-size: 18px;
		padding: 15px 30px;
		color: #222;
		letter-spacing: -0.5px;}
	#content h3 {
		font-size: 13px;
		padding: 20px 30px 0;
		color: #00403e;}
	#content h4 {
		font-size: 14px;
		padding: 10px 30px 0;
		color: #222;
		letter-spacing: -0.5px;}
	#content p {
		padding: 7px 30px;
		line-height: 18px;}
	#content img {
		border: 1px solid #222;}
	#content strong {
		color: #00403e;}
		
	#content ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;}
		#content ul.list li {
			margin: 3px 20px 3px 50px;
			padding: 0 15px;
			line-height: 18px;
			background: url(images/bullet2.gif) 0px 7px no-repeat;}
		#content ul.listleft {
			float: left;
			width: 50%;}
		#content ul.checklist li {
			padding: 3px 15px 3px 20px;
			background: url(images/bullet_check.gif) 0px 5px no-repeat;}
	
	#content ol {}
		#content ol li {
			margin: 3px 20px 3px 30px;
			line-height: 18px;}

		
	div#cta {
		background: url(images/cta.gif) top left no-repeat;}

div#map, div#map2, div#map3 {
	width: 500px;
	margin: 10px 30px;}


/* DIV FOOTER */
div#footer {
	position: relative;
	clear: both;
	font-size: 10px;
	background: #145e5d;}
	
	a#signin {
		display: block;
		position: absolute;
		top: 0;
		left: 700px;
		font-size: 9px;
		font-family: tahoma;
		text-align: center;
		padding: 10px;
		color: #fff;
		background: #003c3a;
		text-decoration: none;}
			a#signin:hover {
				background: #fc0;
				color: #600;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #fff;
		height: 31px;
		padding-left: 5px;
		background: #145e5d;
		font-family: tahoma;}
		#utilnav a {
			display: block;
			float: left;
			padding: 10px 10px;
			text-decoration: none;
			color: #fff;
			font-size: 9px;
			font-family: tahoma;
			background: #145e5d;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fc0;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		clear: both;
		font-size: 9px;
		color: #222;
		padding: 10px 15px;
		background: #cdc99c;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #222;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		padding: 10px 0px;}

/* -------------------------------------------------- */
/* ----------------- 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 NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 10px 0 9px;
	border-bottom: 1px solid #cfcd9d;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #03f 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;
	font-size: 10px;
	text-transform: uppercase;} 

div#nav li {
	margin: 0 10px 2px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 10px 0;
	color: #222;
	text-decoration: none;
	font-weight: bold;
	background: url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: url(images/nav_on.gif) top left no-repeat;
	color: #fff;}



/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	display: block;
	position: absolute;
	top: 0px;
	left: 590px;
	z-index: 2;
	width: 200px;
	height: 26px;
	background: url(images/audio_bg.gif) top left no-repeat;
}

a#audio:hover {
	color: #000;}

/* -----------------------------------------------------*/
/* ----------------- 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;}
