/* --------------------------------------------------------------- */
/* ----------------- 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 12px arial;}

/* Defines the body tag */
body {
	background: #462a27 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;}

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: #4c6986;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}


#column a{color:#FFFFFF;}

/* -------------------------------------------------------- */
/* ----------------- 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: 139px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}

/* DIV BODY */
div#body {
	position: relative;
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

a#cta_btn {
	position: absolute;
	top: 6px;
	left: 206px;
	width: 309px;
	height: 70px;}

div#column {
	float: left;
	width: 200px;}
		
div#contact {
	width: 200px;
	color: #fff;
	padding: 10px 0;
	background: #363e19;}
	#contact address {
		font-size: 11px;
		padding: 0 10px 5px;}
	#contact h1 {
		font-size: 11px;
		font-weight: bold;
		padding: 0 10px;}
	#contact h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 10px 5px;}
	#contact p {
		font-size: 11px;
		padding: 0 10px;}

div#content {
	float: left;
	width: 570px;
	padding: 0 0 20px 0;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 10px 30px 10px;
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #efefef;}
	#content h2 {
		padding: 10px 30px;
		font-size: 14px;
		font-weight: bold;}
	#content h3 {
		padding: 10px 30px 0;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 7px 30px;
		line-height: 16px;}
		#content p.top {
			text-align: right;}
			#content p.top a {
				font-size: 11px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 7px 30px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#content dl.list dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.list dd {
		padding: 7px 0 7px 15px;
		background: url(images/bullet.gif) 0px 10px no-repeat;}

	#content dl.listcheck {}
	#content dl.listcheck dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listcheck dd {
		padding: 7px 0 7px 22px;
		background: url(images/bullet_check.gif) top left no-repeat;}

	#content dl.listanchor {}
	#content dl.listanchor dt {
		padding: 7px 0;
		font-weight: bold;
		font-size: 12px;}
	#content dl.listanchor dd {
		padding: 7px 0 7px 15px;
		background: url(images/bullet_faq.gif) 0px 12px no-repeat;}

div#map {
	padding: 7px 30px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	padding: 20px 0 0;
	background: #462a27;}

div#disclaimer {
		color: #fff;
		margin: 10px 0;
		background: #3d211e;}
	#disclaimer h1 {
		font-size: 11px;
		font-weight: bold;
		padding: 10px 5px 0px;}
	#disclaimer p {
		padding: 5px 5px 10px;
		font-size: 11px;;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		font-size: 9px;
		padding: 7px 0;
		color: #fff;
		background: #462a27;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-decoration: none;
			font-size: 9px;
			color: #fff;
			font-size: 11px;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #FFF;
		padding: 10px 5px;
		background: #462a27;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #FFF;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #FFF;}
			
	div#powered_by {
		padding: 10px 5;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 150px;
	left: 0;*/
	width: 200px;
	padding: 7px 0 6px;}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #313816 url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	font-family: tahoma;} 

div#nav li {
	margin: 0 7px 1px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	padding: 7px 0;
	color: #222;
	text-decoration: none;
	background: #81933e url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;
	font-family: tahoma;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #bad35e url(images/nav_on.gif) top left no-repeat;
	color: #000;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

div#signin {
	position: absolute;
	top: 3px;
	left: 430px;
	clear: both;
	width: 130px;
	text-align: right;
	color: #efefef;
	z-index: 2;
	font-family: tahoma;
}

div#signin a {
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	font-family: tahoma;}

div#signin a:hover {
	color: #fff;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 250px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 50px;
	left: 112px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 87px;
	left: 35px;
	width: 180px;
	height: 10px;}
	
	
	.centeri{border:1px solid #666666;
				padding:5px;
				margin-left:130px;
				width:300px;
				height:280px;}
				
.danger{ font-style:italic;
			font-weight:bold;
			font-size:15px;
			color:#CC0000;}		
			
			
.bigred{
			font-weight:bold;
			font-size:24px;
			color:#CC0000;}		
			
			.pay{ padding-left:10px;
					padding-top:5px;}			
