/* --------------------------------------------------------------- */
/* ----------------- 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 12px 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: #333333;
	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: 770px;
	background-color:#FFFFFF;
	clear: both;	
	}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 200px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;}

/* DIV FLASH */
div#contact {
	position: absolute;
	top: 10px;
	left: 546px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height:13px;
	font-weight: bold;
	color: #333333;
	width: 214px;
	z-index: 3;
}

/* DIV FLASH 
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 231px;
	z-index: 1;}*/

div#content {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	width: 770px;
	background-color:#FFFFFF;
	/*background: url(images/header2.gif) top left no-repeat;*/
	color: #333333;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#686B7D;
		padding: 15px 0px 15px 15px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		padding: 0 10px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		}
	#content p, p.tright, p.left{
		font-size:12px;
		margin: 5px 15px 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 li.rightt {
		margin: 0px 15px 0px 60px;
		}
	#content li.righttno {
		margin: 0px 15px 0px 5px;
		}
	#content table.centerr{
		width:770px;
		text-align:center;}
	/*#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 custom form */
div#forminfo {
	width: 750px;
	margin: 10px 0 0 8px;}
	#forminfo fieldset {
		border: 0;
		margin: 0;
		padding: 0 10px;}
	#forminfo dt.leftcol {
		float: left;
		margin: 0;
		width: 150px;
		font-weight: bold;
		font-size: 11px;}
	#forminfo dd {
		margin: 2px 0 5px 0;
		padding: 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: 119px;
	width: 770px;
	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:101px;
	right:0px;
	width:770px;
	left: 0px;
}
	/*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:#333333;
			}
		/*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:#333333;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:125px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#686B7D;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333333;
			text-decoration:none ;
			}
			


/* 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 10px;}
img.rightno {
	float: right;
	margin: 0px 0px 5px 10px;}

div#centerr{
	width:auto;
	text-align:center;
	margin: 5px 0px 5px 0px;
	}
div#goleft{
	width:auto;
	text-align:left;
	margin: 5px 0px 5px 0px;
	}
div#goright{
	width:auto;
	text-align:right;
	margin: 5px 0px 5px 0px;
	}

img.borderr {
	border:1px solid #666666;}
clear {
	clear: both;}

/* -----------------------------------------------------*/
/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */

div#mainnav, div#mainnav a#current { 
	font-weight: bold;
	}
	
div#mainnav a#current { 
	background: url(images/navbkgon.gif);
	color:#333;
	}

div#mainnav {
	font: bold 11px/11px arial;
	border: 0px solid #fff;
	}

div#mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div#mainnav li {
	float: right;
	width: 135px;
	text-align: center;
	background: url(images/navbkg.gif) top left no-repeat;
	}

div#mainnav li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	color: #666;
	height: 100%;
	width: 100%;
	}

html>body #mainnav li a {
	width: auto;
	}

div#mainnav li a:hover {
	font-weight: bold;
	background: url(images/navbkgon.gif);
	color: #333;
	}
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/


/* NAVIGATION CONTAINER */
/*div#nav {
	position: absolute;
	top: 186px;
	left: 0px;
	width: 120px;
	height: 105px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	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: 120px;}*/

/*div#nav li {
	display: inline;  Redefined here only to remove stray padding.
	list-style: none;} */

/*div#nav li a {
	font-size: 11px;
	color: #EAF9C6;
	text-decoration: none;
	display: block;
	width: 120px;
	padding: 11px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-indent: 0px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#ffffff;
	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;
	}

