/* --------------------------------------------------------------- */
/* ----------------- 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: bold;
	color: #333333;
	font-size:11px;}
	a.email {	
	color: #2D4488;
	}

a:hover, a.email:hover {
	text-decoration: none;
	color: #666666;}

/* -------------------------------------------------------- */
/* ----------------- 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: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
}

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

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


address {
	position: absolute;
	top: 417px;
	left: 1px;
	height: 47px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #2D4488;
	width: 120px;
	line-height:16px;
	font-style:normal;
	z-index: 3;
	}
 .big {
	 color:#FFB200;
	 font-size: 16px;
	 line-height:16px;
	 }

/* DIV CONTAINER SPLASH */
div#containersplash {
	width: 550px;
	/*margin: 20px auto 0px auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -245px 0 0 -275px; /*half height, half width*/
	}

/* Splash */
div#splash {
	text-align:center;
	height: 428px;
	width: 550px;
	padding: 0px;
	margin: 0px auto;
	}

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

div#content {
	margin-left: 124px;
	padding: 0px 0px 0px 0px;
	width: 646px;
	background: #ffffff;
	color: #333333;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#2D4488;
		padding: 8px 0px 5px 15px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#2D4488;
		font-size: 13px;
		font-weight: bold;
		margin: 5px 10px 10px 15px;
		}
		
	#content h3 {
		padding: 0px 0px 0px 15px;
		font-size: 14px;
		font-weight: bold;
		color:#2D4488;
		}
	#content p/*, p.tright, p.left*/{
		font-size:12px;
		margin: 5px 10px 10px 15px;
		}
	/*div#captiontag{
		float:right;
		width: 300px;
		margin: 0px 15px 0px 15px;
		
		}
		#captiontag p{
			padding: 35px 0px 0px 20px;
			font-size: 14px;
			text-align:left;
			font-weight: bold;
			color:#FF6600;		
			}*/
		/*#content p.tright {
			text-align:right;
			margin: 5px 3px 5px 15px;
			}
		#content p.tleft {
			text-align:left;
			margin: 5px 15px 5px 0px;
			}
		
	
/* 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:#fff;
	height: 69px;
	width: 770px;
	position: relative;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:50px;
	right:0px;
	width:770px;
	left: 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#333333;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#666666;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:12px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#6666CC;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#666666;
			text-decoration:none ;
			}

	
	/******************* SPLASH *********************/
	/*DIV skip intro */
	div#skipsplash{
		text-align: center;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top:5px;
		right:0px;
		width:550px;
		left: 0px;
		}
			
		#skipsplash a {
			text-decoration: none;
			font-size: 16px;
			font-weight: bold;
			color:#666666;
			}
		#skipsplash a:hover {
			text-decoration: underline;
			color:#333333;
			}
	
	/****** DIV FOOTER Splash******/
	div#footersplash {
		text-align: center;
		font-size: 10px;
		padding: 0px 0px 0px 0px;
		clear: both;
		color:#6666CC;
		width: 550px;
		position: relative;
		}
	
	
	/*DIV UTILITY NAV SPLASH */
	div#utilnavsplash{
		text-align: center;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top:25px;
		right:0px;
		width:599px;
		left: -25px;
		}
			
		#utilnavsplash a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#6666CC;
			}
		#utilnavsplash a:hover {
			text-decoration: underline;
			color:#333333;
			}
	
	/* DIV COPYRIGHT Splash*/
	div#copyrightsplash {
		color:#666666;
		text-align: center;
		font-size: 9px;
		margin: 0px 0px 0px 0px;
		position: absolute;
		top:45px;
		right:0px;
		width:550px;
		left: 0px;
			}
		#copyrightsplash a {
			color:#6666CC;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyrightsplash a:hover {
			color:#666666;
			text-decoration:none ;
			}
	/******************* END SPLASH *********************/


/* 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;
	border:1px solid #666666;
	margin: 0px 8px 8px 0px;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;}
clear {
	clear: both;}

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

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 124px;
	height: 240px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	color: #FFB200;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
div#nav li a#current:hover{
	color: #FFB200;
	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: 124px;}

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

div#nav li a {
	font-size: 11px;
	color: #2D4488;
	text-decoration: none;
	display: block;
	width: 124px;
	padding: 9px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 35px;
	font-weight:bold;}

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

div#nav li a:hover {
color:#FFB200;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 132px;
	left: 1px;
	width: 222px;
	z-index: 2;
	height: 26px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#2D4488;
	padding: 10px 15px 5px 23px;
	}
