/* //////////////////////////////////////////////////////////////////////////////////////////// */
/*                                                                                              */
/*        Netscape stylesheet for border divs idea                                              */
/*                                                                                              */
/* //////////////////////////////////////////////////////////////////////////////////////////// */


HTML {
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	padding: 0px; 
	font-family: verdana, univers, arial, sans-serif;
	background: #000 url(rccvbpix/bg.jpg) repeat-y;
	color: #000;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */

table.main {
	position: relative; z-index: 2;
	margin: 0px 50px 50px 150px;   
	padding: 0px;
	background-color: #fff;
	border: 2px #000 solid;
}

table.hidtop {	/* holds top background-bleed div open; black border */
	margin-left: 150px;
	margin-right: 50px;
	height: 125px;
	border-bottom: 2px #000 solid;
	width: 100%;
	background: transparent;
}

table.hidbot {	/* holds top background-bleed div open; black border */
	margin-left: 150px;
	margin-right: 50px;
	height: 125px;
	border-top: 2px #000 solid;
	width: 100%;
}

table.top { 	/* holds logo */
	width: 100%;
	margin: 0% 0% 0% 0%; 
	padding: 0%;
	background-color: transparent;
}

td	{
	vertical-align: top;
	margin: 0px; padding: 0px;
}

td.lighthouse {
	width: 289px;
}

td.title {
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

td.mid {
	padding: 190px 40px 20px 100px;
}

/* TEXT FORMATTING CLASSES */

h1 {	/* for header title -alt fonts inc comic sans ms, verdana - bad at this scale*/
	font-family: papyrus, 'apple chancery', 'Lucida Handwriting', 'comic sans ms', cursive;
	font-size: 330%;
	font-style: normal;
	line-height: 1.1em;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: #fff;
}

h2 {	/* for central panel blurb headings */
	font-family: papyrus, cursive;
	font-size: 130%;
	margin: -5px 0px -5px -5px;
	font-weight: bold;
}


h3 {	/* for central panel blurb subheadings */
	font-family: papyrus, cursive;
	font-size: 110%;
	margin: -5px 0px -5px -5px;
	font-weight: bold;
}

p { 
	font-size: 80%;
	line-height: 1.25em;
}

li {
	font-size: 80%;
}

dt.credits {
	font-size: 80%;
	font-weight: bold;
}
dt {
	font-size: 80%;
}
dd {
	font-size: 80%;
	line-height: 1.25em;
	padding-bottom: .75em;
}

img.trs {
	border: none;
	margin: 0px; padding: 0px;
}

img.logopic {
	height: 150px; width: 224px;
	margin-left: 70px;
	border: 2px #000 solid;
}

img.skid {	/* for logo base, if used */
	height: 30px; width: 327px;
	}

img.mo {	/* for mouseover effects */
	margin: 0px;
	border: none;
/*	width: 350px; height: 231px; */
	width: 19.5em; /*21.7em for 90% fontsize */
}

img.mov {	/* for mouseover effects */
	margin: 0px;
	border: none;
/*	width: 256px; height: 359px; */
	height: 22.4em; 	
}

div.skidbox {
	position: fixed; 
	z-index: 24;
	top: 160px; left: 25px;
	height: 30px;
}

div.np {	/* positions next/previous nav buttons; ie's needs differ */
	position: relative;
	margin: 5px;
	padding: 30px 0px 0px 0px; 
	width: 100%; height: 45px;
	clear: left;
	text-align: center;
}

div.divider {	/* beware - if this is fixed width, it forces ns to scroll horizontally: big problems */
	height: 35px;
	width: 80%;
	background: url(rccvbpix/dancerssmall.gif) no-repeat;
	margin: 35px auto;
	clear: both;
}

/* LINKS  */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #903;
	padding: 0px;
	font-size: 90%; 
	display: inline;
}
a:active, a:hover {
	color: #f50;
}

a.trans {
	float: right;
	font-size: 55%;
}

a.nav:link, a.nav:visited {
	font-family: papyrus, 'comic sans ms', verdana, cursive;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 5px 0px 5px 40px;
	font-size: 76%; /*85%; 80%; */
	line-height: 110%; /*98%;*/
	display: block;
}
a.nav:active, a.nav:hover {
	color: #f50;
}

.nav2 { /* indented section, nav links */
	padding-left: 10px;
}

/* mouseover effects */

.mouseover {
	visibility: hidden; 
	position: fixed; z-index: 25;
	bottom: 30px; right: 30px; 
	overflow: hidden;
	background-color: #000;
	border: 2px #fff solid;
}
.mouseoverv {
	visibility: hidden; 
	position: fixed; z-index: 25;
	bottom: 15px; right: 30px; 
	overflow: hidden;
	background-color: #000;
	border: 2px #fff solid;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {	/* expanding menus */
}

#m1, #m2, #m3, #m4, #m5, #m6 {  /* unfolding sub menus */
	visibility: hidden;
	position: absolute; z-index: 27;
	}

#m1 a, #m2 a, #m3 a, #m4 a, #m5 a, #m6 a {
	position: absolute; 	
	margin: 0 0 0 70px; width: 110px;
	border: 2px #000 solid;
	background-color: rgb(255,171,113);
	padding: 4px 20px;
	font-size: 80%;
	color: #903;
}

#m1 a:active, #m1 a:hover, #m2 a:active, #m2 a:hover, #m3 a:active, #m3 a:hover, #m4 a:active, #m4 a:hover, #m5 a:active, #m5 a:hover, #m6 a:active, #m6 a:hover {
	color: #f50;
}


/* ////////////////////////////////////////////////////////////////////////////////////// */

#innertop .uppernav a {
	margin: 2px;
	padding: 2px 8px;
	border: 2px #000 solid;
	background-color: rgb(255,171,113);
}

.uppernav {	/* positions upper nav buttons */
	position: absolute; 
	top: 112px; left: 350px;
	margin: 0px 0px 0px 10%; width: 375px;
	background: transparent;
}

.button {	/* these are upper nav buttons */
/*	border: 2px #000 solid;
	margin: 5px;
	background-color: rgb(255,171,113);*/
}


/* transparent inner margins for logo & nav */

#innertop, #innerright, #innerbottom, #innerleft {
	position: fixed;
	z-index: 10;
	background-color: transparent;
}

#innertop {	/* logo */
	top: 0px; left: 0px;
	width: 100%;
	height: 163px; /* 150 logo + 13px padding*/
	padding-top: 13px;
}

#innerleft {	/* nav */
/*	top: 30px; left: 0px;
	padding: 170px 0px 0px 0px;*/
	bottom: 0px; left: 0px;
	padding: 0px 0px 20px 0px;
	width: 150px;
}

/* background bleed */

#outertop, #outerright, #outerbottom, #outerleft {
	position: fixed;
	z-index: 7;
	background: transparent; /*-color: #000;*/
}

#outertop {
	top: 0px; left: 0px;
	width: 100%;
	margin-left: 0px;
	background: #000 url(rccvbpix/bg.jpg) repeat-y;
}

#outerbottom {
	z-index: 12;
	bottom: 0px; left: 0px;
	height: 52px;
	background: #000 url(rccvbpix/bg.jpg) repeat-Y;
}

/* ////////////////////////// */
/* AdSummus div  */

.adsumsp {
	position: relative;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 30px;
	text-align: center;
}
.adsumsp2 {
	display: inline;
	border-top: 1px #420 solid;
	background: transparent;
	padding: 2px 50px 0px 50px;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 11px;
}
a.adsum { 
	text-decoration: none;
}

a.adsum:link, a.adsum:visited {
	text-decoration: none;
	color: rgb(255,171,113);
	font-size: 100%;
}
a.adsum:active, a.adsum:hover {
	text-decoration: underline;
	color: #fff;
	font-size: 100%;
}

