/* --------------------------------------------------------------- */
/* ----------------- 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 {
	color: #11283D;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* 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,h5,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: #f00;}
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: 970px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	position: relative;
	width: 970px;
	height: 150px;
	background: url(images/header_bg.jpg) top left no-repeat;}
	

/* DIV BODY */
div#body {
	width: 970px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#flash {
}

div#column {
	float: left;
	width: 200px;}

div#img {
	float: left;
	width: 200px;
	padding-top: 1px;}
	#img h3 {
		font-size: 16px;
		padding: 15px 0 5px 0;
		margin: 0 20px 5px;
		color: #222;
		border-bottom: 1px dotted #333; }
	#img p {
		padding: 7px 20px;
		font-size: 11px;}

div#contact {
	float: left;
	padding: 150px 0 15px;
	font-size: 11px;
	width: 200px;}
	#contact address {
		padding: 0 20px;
		color: #fff;}
	#contact h3 {
		font-size: 16px;
		padding: 15px 0 7px 0;
		margin: 0 20px 10px;
		color: #fff;
		border-bottom: 1px solid #fff; }
	#contact h1 {
		padding: 0 20px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;}
	#contact a {
		font-size: 9px;
		font-family: tahoma;
		color: #fff;}
	#contact p {
		padding: 7px 0 0 20px;
		font-size: 11px;
		color: #fff;}

div#content {
	float: left;
	width: 760px;
	padding: 125px 0 0;
	}
	#content h1 {
		font-size: 24px;
		padding: 20px 20px 5px 30px;
		letter-spacing: -1px;
		color: #036;}
	#content h2 {
		font-size: 16px;
		padding: 15px 20px 15px 30px;
		color: #036;
		letter-spacing: -0.5px;}
	#content h3 {
		font-size: 14px;
		padding: 20px 0 5px 0;
		margin: 0 20px 0 30px;
		color: #036;
		border-bottom: 1px solid #036; }
		#content h3 strong {
			font-size: 12px;}
	#content h4 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 20px 0 30px;
		padding: 10px 0 5px 10px;
		color: #036;
		background: url(images/bullet.gif) 0px 15px no-repeat;}
	#content h5 {
		font-size: 12px;
		font-style: italic;
		padding: 15px 20px 15px 30px;
		color: #036;}
	#content p {
		padding: 5px 20px 5px 30px;
		line-height: 18px;}
	#content hr {
		height: 1px;
		width: 490px;
		margin: 25px auto;
		padding: 0;}
		
	#content ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;}
		#content ul.listleft {
			width: 50%;
			float: left;}
		#content ul li {
			margin: 0 20px 0 40px;
			padding: 5px 15px;
			line-height: 18px;
			background: url(images/bullet2.gif) 0px 12px no-repeat;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 20px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #efefef;}

div#map {
	width: 500px;
	margin: 0 auto;
	padding: 10px 0;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 970px;
	font-size: 10px;
	padding: 10px 0 0;
	}
	
	div#footer p {
		padding: 10px 30px;
		font-size: 9px;}
		#footer p a {
			text-decoration: none;
			color: #333;
			padding: 0 5px;
			font-size: 9px;
			font-family: tahoma;}
		#footer p a:hover {
			text-decoration: underline;
			color: #000;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 7px 15px;
		margin: 0 0 0 5px;
		color: #333;
		font-family: tahoma;
		background: #efefef;
		border: solid #ccc;
		border-width: 1px;}
		#utilnav a {
			padding: 0 5px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #333;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 15px 30px;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		padding: 10px 0px;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;
	margin: 10px;}
.center {
	text-align: center;}
.clear {
	clear: both;}


/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	position: absolute;
	top: 128px;
	left: 793px;
	clear: both;
	z-index: 2;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;}

a#audio:hover {
	color: #000;}

/* -----------------------------------------------*/
/* ----------------- 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: 82px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/
	

div#splashcontainer {
	position: relative;
	top: 50px;
	width: 100%;
	text-align: center;}
	
#splashflash{
	margin: 0 auto;
	width:400px;
	height:350px;}

a#enter {
	margin: 0px auto 0;
	padding: 5px 0;
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #600;
	background: #f90;}
	#enter:hover {
		background: #600;
		color: #fff;}


/* DIV FOOTER */
div#splashfooter {
	clear: both;
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 10px;
	background: none;}

	/* DIV UTILITY NAV */
	div#splashutilnav {
		text-align: center;
		font-size: 9px;
		color: #333;
		padding: 7px 0;}
		#splashutilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 9px;
			padding: 0 5px;
			color: #333;}
		#splashutilnav a:hover {
			text-decoration: underline;
			color: #333;}
	
	div#splashfooter p {
		padding: 10px 30px;
		font-size: 9px;}
		#splashfooter p a {
			text-decoration: none;
			color: #333;
			padding: 0 5px;
			font-size: 9px;
			font-family: tahoma;}
		#splashfooter p a:hover {
			text-decoration: underline;
			color: #000;}

