/* --------------------------------------------------------------- */
/* ----------------- 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 11px tahoma;}

/* Defines the body tag */
body {
	background: #333 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;}

/* 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 {
	text-decoration: underline;
	font-weight: bold;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
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: 790px;
	background: url(images/container_bg.gif) top right repeat-y;}

/* DIV HEADER */
div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 300px;
	background: url(images/splash_header.gif) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	background: url(images/body_bg.gif) top right no-repeat;}

div#address {
	margin-left: 220px;
	width: 570px;
	height: 71px;
	padding: 0;
	background: none;
	color: #fff;}
#address ul {
	position: absolute;
	top: 8px;
	left: 220px;
	width: 570px;
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: right;
	margin: 0;
	padding: 0;}
#address li {
	list-style: none;
	float: left;
	width: 170px;}

div#content {
	width: 570px;
	margin: 0 0 0 220px;}
	#content h1 {
		line-height: 36px;
		background: none;
		text-align: right;
		padding: 0 10px 0 0;
		font-weight: bold;
		color: #fff;}
	#content h2 {
		padding: 10px;}
	#content p {
		margin: 10px;}
	#content dl {
		padding: 0 10px 10px 10px;
		margin: 0px;}
	#content dt {
		font-weight: bold;
		margin: 5px 0;
		font-size: 12px;}
	#content dd {
		margin: 0;
		border-bottom: 1px solid #ccc;
		padding: 3px 0px;
		width: 290px;}

div#rightcol {
	float: right;
	text-align: right;
	width: 260px;}
	#rightcol img {
		border: 1px solid #000;
		margin: 0 10px 10px 0;}

/* DIV FOOTER */
div#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	width: 570px;
	background: #003366 url(images/footer_bg.gif) no-repeat left top;
}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		padding: 3px 0;
		color: #5C94CB;
		background: none;}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			color: #5C94CB;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #5C94CB;
		padding: 0 0 6px 0;
		background: none;}
		#copyright a {
			text-decoration: none;
			color: #5C94CB;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;
	margin: 10px 10px 10px 0;
	border: 1px solid #000;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 570px;
	margin: 0 0 0 220px;}
	
div#nav li a#current{
	background: #fff;
	color: #333;}
	
div#nav li a#current:hover{
	background: #fff;
	color: #333;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 10px;
	color: #999;
	text-decoration:none;
	background-color: none;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: none;
	color: #fff;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#info {
	position: absolute;
	top: 0px;
	right: 0;
	width: 200px;}

/* UL TAG */
div#info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-transform: capitalize;} 

div#info li {
	float: right;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#info li a {
	display: block;
	padding: 5px 10px;
	width: 70px;
	color: #5C94CB;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}


* html #info a {
	width: 1%;
	}

div#info li a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
