/* --------------------------------------------------------------- */
/* ----------------- 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: #006 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-left:25px;}

/* 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: none;
	font-weight: bold;
	color: #009;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: underline;
	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: 800px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 800px;
	height: 125px;
	background: #006 url(images/header_bg.jpg) top left no-repeat;}

/* DIV HEADER */
div#index_header {
	width: 800px;
	height: 125px;
	background: #006;}

div#flash_cta {
	position: absolute;
	top: 0;
	left: 520px;
	width: 280px;
	height: 125px;}

/* DIV BODY */
div#body {
	position: relative;
	width: 800px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column, div#index_column {
	float: left;
	width: 150px;}

div#column {
	padding-top: 75px;
	background: #006 url(images/column_bg.jpg) top left no-repeat;}

div#content {
	float: left;
	width: 650px;
	padding: 0 0 10px 0;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 20px 20px 10px;
		font-size: 14px;
		font-weight: bold;
		color: #006;}
	#content h2 {
		padding: 10px 20px;
		font-size: 12px;
		font-weight: bold;}
	#content h3 {
		padding: 10px 20px 5px;
		font-size: 14px;
		font-weight: bold;
		color: #009;}
	#content p {
		padding: 7px 20px;
		line-height: 16px;}
		#content p.top {
			text-align: right;}
			#content p.top a {
				font-size: 11px;}
		#content p.right {
			padding: 7px 10px;}
	#content small {
		display: block;
		padding: 7px 20px;
		line-height: 16px;
		font-size: 10px;}
	#content hr {
		margin: 10px 20px;
		height: 1px;
		background: #ccc;}
	
	#content ul {
		list-style: none;}
	#content ul li {
		padding: 3px 0;
		padding-left: 15px;
		margin: 0;
		background: url(images/bullet_faq.gif) 0px 8px no-repeat;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 7px 20px;
		margin: 0px;}
	#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.gif) 0px 10px no-repeat;}

div#map {
	padding: 7px 20px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 800px;
	font-size: 10px;
	background: none;}
	#footer p {
		text-align: center;
		font-size: 10px;
		padding: 10px 0 10px 170px;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/**/margin-left: 170px;
		text-align: center;
		font-size: 9px;
		padding: 7px 0;
		color: #333;
		font-family: tahoma;
		line-height: 16px;}
		#utilnav a {
			padding: 0 5px;
			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: 170px;
		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;}

	img.ypimg {
		margin: 20px 0 10px;}

/* -------------------------------------------------- */
/* ----------------- 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: 150px;}
	#nav p {
		color: #fc0;
		padding: 7px 10px;
		font-family: arial black;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #006 url(images/nav_current.gif) top left no-repeat;
	color: #fc0;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;} 

div#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	background: #006 url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 12px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: arial black;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #006 url(images/nav_on.gif) top left no-repeat;
	color: #fc0;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

div#signin {
	position: absolute;
	top: 19px;
	left: 600px;
	clear: both;
	width: 180px;
	text-align: right;
	color: #999;
	z-index: 2;
	font-family: tahoma;}

div#signin a {
	color: #009;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma;}

div#signin a:hover {
	color: #003;}

/* -----------------------------------------------*/
/* ----------------- 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;}
