/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #badd6d url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	}
	
/* 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.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:both; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #000;}	
	a.email{
		font-weight: bold;
		color: #ff6600;
		font-style: normal;
		}
a:hover{	
	text-decoration: none;
	color: #ccc;}

a.email:hover {	
	text-decoration: none;
	color: #000;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* 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: 271px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 94px;
	left: 438px;
	height: 70px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #83b70f;
	width: 165px;
	line-height:15px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;	
	}
	address#address2 {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	left: 627px;
	height: 63px;
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 136px;
	line-height:13px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;	
	}
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 15px;
	width:550px;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 15px;
	}


/* DIV FLASH */
div#flash {
	position: absolute;
	top: 54px;
	left: 217px;
	width: 239px;
	height: 149px;
	z-index: 1;}

/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside; 
	list-style-type: disc;
	}

div#content {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 595px;
	color: #000;
	background: url(images/header2.gif) top left no-repeat;}
	#content h1 {
		border-bottom: 1px dotted #ff6600;
		margin: 0px 10px 5px 15px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#ff6600;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#000;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 10px 0px 15px;
		}
	
	#content h3 {
		color:#ff6600;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 10px 0px 15px;
		}
	#content h4 {
		border-bottom: 1px dotted #ff6600;
		margin: 0px 10px 5px 15px;
		padding: 0px 0px 0px 0px;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 10px 5px 15px;
		}
	#content ul{
		margin: 5px 0px 0px 55px;
		padding: 0px 10px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 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;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#8c0cb9;
	height: 54px;
	width: 770px;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 33px 0px 0px 0px;

	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#8c0cb9;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#ff6600;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	font-size: 9px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
		}
		#copyright a {
			color:#ff6600;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333;
			text-decoration:none ;
			}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #666666;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	clear:none;
	}
img.right {
	float: right;
	border:2px solid #9bce2c;
	margin: 0px 0px 5px 8px;
	padding: 2px;
	}
img.rightul {
	float: right;
	border:1px solid #666666;
	margin: 0px 5px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
.clear {clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 121px;
	left: 0px;
	z-index: 10;*/	
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #fff;
	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: 175px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 5px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent:25px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#fff;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}


/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 227px;
	left: 230px;
	width: 232px;
	z-index: 2;
	height: 34px;
}

/* CTA button CONTAINER */
div#ctabtn {
	position: absolute;
	top: 91px;
	left: 46px;
	width: 129px;
	z-index: 5;
	height: 34px;
}/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#ff6600;
	padding: 10px 15px 5px 23px;
	}
/*--------------------------------------------------------------------------*/
div#map { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 15px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
