/* --------------------------------------------------------------- */
/* ----------------- 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;
	width:100%;
}
/* Defines the body tag */
body {
	background: #fff url(images/bg.jpg) 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, h2, h3, h4, p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* GENERAL H2 TAG */
h1 {
	font-size: 18px;
}
/* GENERAL H2 TAG */
h2 {
	font-size: 16px;
}
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 {
	margin: auto;
	position: relative;
	width: 100%;
	text-align: left;
}
/* DIV HEADER */
div#header {
	width: 100%;
	height: 280px;
	/***background: url(images/header_bg.gif) top left no-repeat;***/
}
/* DIV BODY */
div#body {
	width: 100%;
	clear: both;
}
div#address {
	position: absolute;
	left: 15px;
	top: 210px;
	width: 150px;
}
#address h1 {
	font-size: 14px;
	font-weight: bold;
}
div#contact {
	position: absolute;
	left: 174px;
	top: 210px;
	width: 239px;
}
#contact a {
	color: #000;
}
#contact a:hover {
	color: #c00;
}
div#logo {
	position: relative;
	top: 6px;
	left: 5px;
}
div#flash {
	position: absolute;
	top: 6px;
	right: 5px;
}
div#images {
	position: absolute;
	top: 290px;
	left: 530px;
	width: 220px;
}
#images img {
	border: 1px solid #333;
	margin-bottom: 15px;
}
div#content {
    min-width: 950px;
    width: 100%;
}
#content address {
	font-style: normal;
	margin: 10px;
}
#content h1 {
	line-height: 36px;
	padding: 0 10px;
	color: #c00;
}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	color: #c00;
}
#content p {
	margin: 10px;
}
#content strong {
	font-size: 12px;
}
#content dl {
	margin: 10px;
}
#content dt {
	font-weight: bold;
	color: #c00;
}
#content dd {
	margin: 0;
}
#content dl.bullet {
}
#content dl.bullet dt {
	font-size: 12px;
}
#content dl.bullet dd {
	padding: 5px 0;
}
#content dl.faq {
}
#content dl.faq dt {
	font-size: 12px;
}
#content dl.faq dd {
	padding: 5px 0;
}
/* DIV FOOTER */
div#footer {
	width:100%;
	text-align: center;
	font-size: 10px;
	background: url(images/footer_bg.jpg) top left repeat-x;
}
/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 9px;
	color: #fff;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#utilnav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #fff;
}
#utilnav a:hover {
	text-decoration: underline;
	color: #000;
}
/* DIV COPYRIGHT */
	div#copyright {
	width: 770px;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 5px 0;
}
#copyright a {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	padding:8px;
}
img.right {
	float: right;
	padding:8px;
}
.clear {
	clear: both;
}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 11px;
	left: 323px;
	width: 144px;
	background: url(images/nav_bg.gif) top left no-repeat;
}
div#nav li a#current {
	background: #fff url(images/nav_current.gif) top left no-repeat;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 1px 0;
}
div#nav li a#current:hover {
	background: #fff url(images/nav_current.gif) top left no-repeat;
	color: #000;
	text-transform: uppercase;
}
/* UL TAG */
div#nav ul {
	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;
	margin: 0 0 1px 0;
}
div#nav li a {
	display:block;
	padding: 8px 0px;
	color:#fff;
	width: 144px;
	text-decoration:none;
	background: #777;
	text-indent: 5px;
}
div#nav li a:hover {
	background: #fc0;
	color: #c00;
}
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 180px;
	left: 55px;
	width: 210px;
	height: 20px;
	clear: both;
}
/* UL TAG */
div#signin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-transform: uppercase;
}
div#signin li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
}
div#signin li a {
	display: block;
	padding: 5px 0px;
	width: 100px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
div#signin li a:hover {
	color: #fff;
}

