/* --------------------------------------------------------------- */
/* ----------------- 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 arial;}

/* Defines the body tag */
body {
	background: #617a42 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;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}
h3 { font-size: 22px;}
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;}

b {	font-size: 15px;}

/* -------------------------------------------------------- */
/* ----------------- 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/container_bg.gif) top left repeat-y;
}

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

div#flash {
	position: absolute;
	top: 150px;
	left: 0;
	width: 550px;
	height: 65px;
	z-index: 2;
}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

a#cta {
	display: block;
	position: absolute;
	top: 157px;
	left: 5px;
	width: 200px;
	height: 50px;}

div#column {
	float: left;
	width: 220px;
	background: url(images/column_bg.gif) top left no-repeat;}

div#contact {
	padding: 15px 0;
	color: #2d2a1a;}
	#contact address {
		padding: 0 15px;}
	#contact h1 {
		padding: 0 0 3px;
		margin: 0 15px 7px;
		border-bottom: 1px solid #9e8858;
		font-size: 14px;
		font-weight: bold;
		color: #2d2a1a;
		text-transform: uppercase;}
	#contact h2 {
		padding: 0 15px;
		font-size: 12px;
		font-weight: bold;}
		
	#contact h3 {
		padding: 10px 16px 5px 16px;
		font-size: 15px;
		font-weight: bold;
		color: #617a42;}	
		
	#contact h4 {
		margin: 0 30px 0 15px;
		padding: 5px 0 0 0;
		font-size: 15px;
		font-weight: bold;
		color: #a5481f;
		border-bottom: 1px solid #ac9a40;}
		
	#contact p {
		padding: 5px 15px 15px;}
	#contact a {
		font-size: 9px;
		font-weight: bold;}

div#payment {
	padding: 5px 0 0 0;}

div#content {
	float: left;
	width: 550px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 24px;
		font-weight: bold;
		padding: 20px 20px 10px;
		letter-spacing: -1px;
		color: #617a42;}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		letter-spacing: -1px;}
	#content h3 {
		font-size: 12px;
		font-weight: bold;
		padding: 15px 0 5px;
		margin: 0 20px;
		border-bottom: 1px solid #efefef;}
	#content h4 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 20px;}
	#content h5 { 
		margin: 3px 20px;
		padding: 5px;
		font-size: 14px;
		text-transform: uppercase;
		color: #ce6220;
		border-top: 1px solid #d7c150;
		border-bottom: 1px solid #d7c150;}
	#content p {
		padding: 5px 20px;
		line-height: 16px;}
	#content address {
		padding: 5px 20px 10px;}
	#content ul {}
	#content ul li {
		line-height: 16px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;
		line-height: 16px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 7px 20px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;
		border-bottom: 1px solid #efefef;}

	#content dl.listcheck {}
	#content dl.listcheck dt {
		padding: 7px 0 0 22px;
		font-weight: bold;
		font-size: 12px;
		background: url(images/bullet_check.gif) 0px 3px no-repeat;}
	#content dl.listcheck dd {
		padding: 5px 0 7px 22px;}

div#map {
	padding: 10px 20px 10px;
	text-align: center;}

a#cta1 {
	display: block;
	position: absolute;
	top:205px;
	left:5px;
	width: 180px;
	height: 135px;}

a#cta2 {
	display: block;
	position: absolute;
	top:345px;
	left:5px;
	width: 180px;
	height: 135px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	padding: 5px 0 0;
	background: #617a42 url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 7px 0;
		color: #333;
		background: #eade8f;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #333;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #222;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #fff;
		padding: 8px 0;
		background: #617a42;
		text-align: center;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #fff;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

	img.ypimg {
		text-align: center;
		padding: 10px 0;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px;}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 169px;
	left: 0;
	width: 770px;
	height: 35px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/nav_on.gif) bottom center no-repeat;
	color: #fff;}
	
div#nav li a#current span, div#nav li a#current:hover span{
	background: url(images/nav_current2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;} 

div#nav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 15px;
	/*width: 100px;*/
	color:#ff9;
	text-decoration:none;
	background: url(images/nav_off1.gif) top left no-repeat;
	font-weight: bold;
	font-family: tahoma;}
	
div#nav li a span {
	display: block;
	padding: 10px 15px 10px 0;
	background: url(images/nav_off2.gif) top right no-repeat;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_on.gif) bottom center no-repeat;
	color: #fff;}

div#nav li a:hover span {
	background: url(images/nav_on2.gif) top right no-repeat;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 177px;
	left: 542px;
	clear: both;
	width: 210px;
	text-align: left;
	z-index: 2;
	color: #ff9;
	font-family: tahoma;}

div#signin a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #ff9;
	font-family: tahoma;}
	#signin1 {
		margin:0px;
		padding:1px 0 0 10px;
		float:left;
	}
	#signin2 {
		margin:0 0 0 15px;
		padding:0px;
	}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 51px;
	left: 81px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/

div#splashcontent {
	float: left;
	width: 550px;
	height: 280px;
	background: url(images/flash_bg.jpg) top left no-repeat;}
	

div#splashflash {
	position: absolute;
	top: 205px;
	left: 190px;
	width: 360px;
	height: 275px;}
	
.audio {
	padding:5px 20px 0 0;
}
