/* --------------------------------------------------------------- */
/* ----------------- 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: #000 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: #f00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

ul#list li {
	list-style-image:url(images/bullet.gif);
	padding: 5px 10px;
	margin:0px;
}

/* -------------------------------------------------------- */
/* ----------------- 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: 800px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	position: relative;
	width: 800px;
	height: 130px;
	background: url(images/header_bg.gif) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#cta {
	width: 800px;
	height: 150px;
	text-align: center;}

div#column {
	float: left;
	width: 235px;
	padding-top: 20px;
	background: url(images/column_bg.gif) top left no-repeat;}

div#contact {
	padding: 45px 0 20px 30px;
	color: #fff;}
	#contact address {}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact p {
	padding: 5px 0 0;
	font-size: 14px;
}

div#content {
	float: left;
	width: 540px;
	padding-bottom: 20px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	padding: 20px 20px 5px;
	letter-spacing: -1px;
	text-align: center;
}
	#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 p {
	line-height: 20px;
	padding: 10px 20px;
}
	#content address {
		padding: 0 10px 10px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;
		line-height: 18px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 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;}

div#maps {
	padding: 0 20px 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 800px;
	font-size: 10px;
	padding-top: 20px;
	background: url(images/footer_bg.gif) top left no-repeat #000;
	position: relative;
}

	/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 10px;
	padding: 5px 15px;
	color: #ccc;
	font-family: tahoma;
}
		#utilnav a {
			padding: 0 3px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #ccc;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #ccc;
		padding: 8px 0 25px;
		text-align: center;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #ccc;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}
		#copyright img{ padding:20px 0 0 0; }

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;
	padding: 0 0 0 20px;
}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 750px;
	height: 25px;}
	
div#nav li a.current, div#nav li a.current:hover{
	background: url(images/nav_current.gif) top left repeat-x;
	color: #fff;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	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:8px 12px 11px 12px;
	width: 100px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	background: url(images/nav_off.gif) top right;
	background-repeat:repeat-x;
	font-weight: bold;
	font-family: tahoma;}

div#nav li a:hover {
	background: url(images/nav_on.gif) top right;
	background-repeat:repeat-x;
	color: #fc0;
}
	

	
	

	
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav2 {
	position: relative;
	/*top: 150px;
	left: 0;*/
	width: 235px;
	height: 158px;}
	
div#nav2 li a.current, div#nav2 li a.current:hover{
	background: #6889aa url(images/nav2_current.gif) top left no-repeat;
	color: #FFFFFF;
	text-transform:uppercase;
}

/* UL TAG */
div#nav2 ul {
	position: absolute;
	top:30px;
	left: 15px;
	list-style: none;
	width: 225px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	font-family: tahoma;} 

div#nav2 li {
	margin: 0 5px;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav2 li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	background: #111 url(images/nav2_off.gif) top left no-repeat;
	width: 100%;
	border-bottom: 1px solid #333;
	text-indent: 10px;
	text-align: left;
	font-family: tahoma;}

html>body #nav2 li a {
	width: auto;}

div#nav2 li a:hover {
	background: #fc0 url(images/nav2_on.gif) top left no-repeat;
	color: #600;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 107px;
	left: 605px;
	clear: both;
	width: 180px;
	text-align: center;
	z-index: 2;
	color: #9cf;
	font-family: tahoma;}

div#signin a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	color: #9cf;
	font-family: tahoma;}

div#signin a:hover {
	color: #fc0;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

/* -- 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: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}

/* ------------------------------------------------*/
/* ----------------- SPLASH PAGE ----------------- */
/* ------------------------------------------------*/

/* DIV SPLASH BODY */
div#splashbody {
	clear: both;
	background: url(images/splashflash_bg.jpg) top left no-repeat;}

div#splashflash {
	position: relative;
	width: 800px;
	height: 270px;}
	#splashflash div {
		position: absolute;
		top: 0;
		left: 15px;
		width: 770px;
		height: 270px;}
/* ----------------- AUDIO POPUP STYLES ----------------- */
div#audio {
	position: absolute;
	background: #ffffff;
	top: 125px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	z-index: 200;
	visibility: hidden;
	border-top: 3px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	padding-right: 10px;
	padding-left: 10px;
	width: 250px;
}
div#audio p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#audio a {
	color: #990000;
}
div#audio .warning {
	font-size: 9px;
	font-weight: normal;
}
div#windowshade {
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: .35;
	filter:alpha(opacity=35);
	display: none;
}
a#audiobutton {
	position:absolute;
	width:188px;
	height:22px;
	z-index:3;
	left: 33px;
	cursor:hand;
	cursor:pointer;
	top: 630px;
}

a#audiobutton2 {
	position:absolute;
	width:188px;
	height:22px;
	z-index:3;
	left: 33px;
	cursor:hand;
	cursor:pointer;
	top: 750px;
}

a#ownerlogin {
	position:absolute;
	width:127px;
	height:30px;
	background: url(images/ownerlogin.gif) top left no-repeat;
	z-index:3;
	left: 654px;
	cursor:hand;
	display:block;
	cursor:pointer;
	top: 46px;
}
img#small_camera {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 289px;
	left: 314px;
}


