/* --------------------------------------------------------------- */
/* ----------------- 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, ol, ul {
	font: normal 12px arial;
	color:#02775B;
	}


/* Defines the body tag */
body {
	background-color:#669999;
	margin: 10;
	padding: 10 0 0;
	background-image: url(images/bg.gif);
	}

div {
	margin: 0;
	padding: 0;
	}

/* Redefines the p tag */
p {
	color:#FFFFFF;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	color:#00CC99;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a, a.email., a.popup {
	text-decoration: underline;
	font-weight: normal;
	color: #02775B;
	font-size:12px;}
	a.email {
		font-weight: bold;
		color: #ffffff;
		}
	a.popup{
		font-weight: bold;
		color: #FFFFFF;
		}
/*a:visited {
	text-decoration: none;}*/
a:hover, a.email:hover, a.popup:hover {
	text-decoration: none;
	color: #666;}
/*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;
	margin: 0 auto;
	width: 770px;
	background-color:#006666;
	border: 1px solid #003333;
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 155px;}

/* DIV BODY */
div#body {
	clear: both;
}

/* DIV FLASH */
div#contact {
	position: absolute;
	top: 49px;
	left: 539px;
	height: 4px;
	text-align: right;
	font-size: 11px;
	color: #66CCCC;
	width: 220px;
	z-index: 3;
}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 155px;
	z-index: 1;}

/* DIV table images */
div#pics {
	margin: 0px 0px 0px 15px;
	}

/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 25px;
	list-style-position: inside;
	list-style-type: disc;
	color: #FFFFFF;
}



/* DIV CONTENT */
div#content {
	padding: 0px;
	width: 520px;
	color: #333;
	float: left;
	margin: 0px;
}
	#content h1 {
	margin: 0px;
	background: transparent;
	color:#FFFFcc;
	padding: 5px 0px 5px 15px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
		}
	#content h2 {
	color:#FFFFFF;
	padding: 5px 0px 10px 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: underline;
		}
	#content p{
		font-size:12px;
		margin: 5px 10px 10px 15px;
		}
				
	
	
	/* DIV COUPON 
	#content input.print {
		margin-left: 140px;}*/

/* DIV COUPON 
div#coupon {
	width: 300px;
	border: 1px dashed #666;
	margin: 10px 15px;
	padding: 25px;
	text-align: center;}
	#coupon h1 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-size: 18px;
		color: #c00;}
	#coupon p {
		margin: 0 0 25px 0;
		padding: 0 0 0 0;}*/
		
		
/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	padding: 0px;
	clear: both;
	color:#3F5607;
	height: 106px;
	width: 770px;
	position: relative;
	background-image: url(images/footer.jpg);
	}
/*Footer utility nav for intro page
div#footerintro{
	text-align: center;
	font-size: 10px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	clear: both;}*/


	/* DIV UTILITY NAV */
	div#utilnav/*, div#utilnavintro*/ {
		text-align: left;
		font-size: 10px;
		margin: 30px 0px 0px;
		padding: 0px 0px 0px 20px;
		color:#ffffff;
		position: absolute;
		top:58px;
		right:9px;
		width:750px;}
	/*div#utilnavintro {
		margin: 5px 0px 5px 0px;
		text-align: center;
		}*/
		
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			color:#ffffff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#FFFF99;
			}
		/*Footer utility nav for intro page
		#utilnavintro a {
			color:#ffffff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;}
		#utilnavintro a:hover {
			text-decoration: underline;
			color:#666666;}*/
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#006666;
	text-align: center;
	font-size: 9px;
	margin: 50px 0px 0px 0px;
	position: absolute;
	top:76px;
	right:0px;
	width:770px;
	left: -2px;
		}
		#copyright a {
			color:#006666;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#FFFF99;
			text-decoration:none ;
			}
			
/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align:top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	margin: 0px 8px 5px 0px;}
img.right {
	float: right;
	margin: 0px 15px 5px 8px;
	}	
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
img.borderr {
	border:1px solid #666666;
	margin: 5px 10px 10px 0px;
	}	
clear {
	clear: both;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	float: right;
	width: 200px;
	height: 333px;
	margin: 0;
	padding: 0;
	
}
	
div#nav li a#current{
	color: #B1CFC8;
	text-decoration: underline;
	}
	
div#nav li a#current:hover{
	color: #B1CFC8;
	}

/* UL TAG */
div#nav ul {
	padding: 0px;
	width: 189px;
	margin: 35px 0px 0px 0px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color:#66CCCC;
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 5px 10px 5px 0px;
	margin: 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007E82;
}



div#nav li a:hover {
	color:#FFFF99;}
	
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 2px;
	left: 547px;
	width: 213px;
	z-index: 2;
	height: 14px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#63713F;
	padding: 10px 15px 5px 23px;
	}

div#clear {
	clear:both;}
