/* --------------------------------------------------------------- */
/* ----------------- 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, ol, ul {
	font: normal 11px arial;
	}


/* Defines the body tag */
body {
	background: url(images/bg.gif) top left;
	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;
	}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-size:12px;}
	a.email {
	color: #ffffff;
	font-weight: bold;
	}
/*a:visited {
	text-decoration: none;}*/
a:hover, a.email:hover {
	text-decoration: none;
	color: #666666;}
/*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: 765px;
	background: url(images/content.gif) top left repeat-y;
	}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 765px;
	height: 194px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;}

/* DIV FLASH */
div#contact {
	position: absolute;
	top: 1px;
	left: 506px;
	height: 100px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 250px;
	z-index: 3;
}

/* DIV FLASH 
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 231px;
	z-index: 1;}*/

div#content {
	margin-left: 174px;
	padding: 0px 0px 0px 0px;
	width: 591px;
	background: url(images/header2.gif) top left no-repeat;
	color: #333333;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#0A6FBD;
		padding: 35px 0px 5px 15px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		padding: 0 10px;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0px 5px 15px;
		}
	#content p/*, p.tright, p.left*/{
		font-size:12px;
		margin: 5px 10px 10px 15px;
		}
		/*#content p.tright {
			text-align:right;
			margin: 5px 3px 5px 15px;
			}
		#content p.tleft {
			text-align:left;
			margin: 5px 15px 5px 0px;
			}
	#content ol {
		list-style-type: decimal-leading-zero;
		}*/
	/*#content dl {
		margin: 10px;}
	#content dt {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px 0;
		border-bottom: 1px dashed #ccc;}
	#content dd {
		margin: 0 0 10px 0;
		padding: 0;
		text-indent: 0;}*/


/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#ffffff;
	height: 53px;
	width: 765px;
	position: relative;
	}
/*Footer utility nav for intro page
div#footerintro{
	text-align: center;
	font-size: 10px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	clear: both;}*/


	/* DIV UTILITY NAV */
	div#utilnav/*, div#utilnavintro*/ {
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	position: absolute;
	top:30px;
	right:0px;
	width:591px;
	left: 178px;
}
	/*div#utilnavintro {
		margin: 5px 0px 5px 0px;
		text-align: center;
		}*/
		
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#ffffff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#666666;
			}
		/*Footer utility nav for intro page
		#utilnavintro a {
			color:#ffffff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;}
		#utilnavintro a:hover {
			text-decoration: underline;
			color:#666666;}*/
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#666666;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:60px;
	right:0px;
	width:591px;
	left: 178px;
		}
		#copyright a {
			color:#333333;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#666666;
			text-decoration:none ;
			}
			
/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align:top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;}
clear {
	clear: both;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 194px;
	left: 0px;
	width: 174px;
	height: 112px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	background: url(images/arrow.gif) 155px center no-repeat;
	color: #ffffff;
	/*background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;*/}
	
div#nav li a#current:hover{
	color: #ffffff;
	/*background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;*/}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 174px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	/*text-indent: 25px;*/
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	color:#ffffff;
	background: url(images/arrow.gif) 155px center no-repeat;
	/*background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;*/
	}
	
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 109px;
	left: 563px;
	width: 216px;
	z-index: 2;
	height: 36px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#048DCD;
	padding: 10px 15px 5px 23px;
	}

