/* --------------------------------------------------------------- */
/* ----------------- 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;
	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,h2,h3,h4,p {
	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;
	background: url(images/container_bg.gif) top left repeat-y;
	margin: 10px auto;
	width: 770px;
}

/* DIV HEADER */
div#header {
	height: 140px;
	background: url(images/header_bg.gif) top left no-repeat;}
	#header address {
		position: absolute;
		font-style: normal;
		font-weight: bold;
		color: #fff;
		text-align: right;
		width: 200px;
		left: 558px;
		top: 9px;}

/* DIV BODY */
div#body {
	clear: both;}

div#content {
	float: left;
	width: 620px;}
	#content h1 {
		font-family: times new roman;
		font-size: 22px;
		padding: 5px 15px;
		margin: 0;}
	#content h2 {
		font-family: times new roman;
		font-size: 18px;
		padding: 5px 15px;}
	#content p {
		padding: 5px 15px;}
	#content dl {
		padding: 5px 15px;}
	#content dt {
		margin: 0;
		font-size: 12px;}
	#content dd {
		margin: 0;
		padding: 5px 0;}
	#content li {
		font-size: 12px;}
		
dl.services {
	float: left;
	width: 200px;}
	dl.services dt {
		padding: 4px 0;
		border-bottom: 1px solid #ccc;}

dl#faq {}
	#faq dt {
		font-weight: bold;}
	#faq dd {
		padding-left: 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 620px;
	margin-left: 150px;
	background: none;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 9px;
		padding: 3px 0;
		color: #fff;
		background: #333;}
		#utilnav a {
			text-decoration: none;
			font-size: 9px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #f00;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #fff;
		padding: 3px 0;
		background: #333;
		text-align: center;}
		#copyright a {
			text-decoration: none;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #f00;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
.clear {
	clear: both;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/nav_current.gif) top left no-repeat;
	color: #c00;}

/* UL TAG */
div#nav ul {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	background: url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 10px;
	text-align: left;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: url(images/nav_on.gif) top left no-repeat;
	color: #333;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	width: 180px;
	clear: both;
	left: 547px;
	top: 115px;
}

/* UL TAG */
div#signin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-transform: lowercase;} 

div#signin li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#signin li a {
	display: block;
	padding: 7px 0;
	width: 90px;
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

div#signin li a:hover {
	color: #333;
	background: none;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.mapit{
	border: #999 solid 1px;
}
