body {
	margin: 0px;
	color: #333;
	background-color: #730000;
	background-image: url(images/bg_all.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}
body#bg-2007 {
	margin: 0px;
	color: #333;
	background-color: #333;
	background-image: url(images/bg_all_2007.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
}

p { line-height: 18px; }
h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #333;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #339;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #339;
}
h4 {
	font-weight: bold;
	font-size: 18px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #339;
	margin: 15px 0 0 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #33C;
}
a:hover {
	text-decoration: none;
	background-color: #FFCC66;
}
a.nobg:hover, img.linked {
	background-color: transparent;
	border: 0px;
}
img {
	border: none;
}
ul.plain {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 0;
	width: 100%;
}
.clear-1 {
	clear: both;
	height: 1px;
	width: 100%;
}

/* custom */
#container-body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	width: 850px;
	margin: 0 auto;
}
#container-body-2007 {
	background-image: url(images/bg_body_2007.gif);
	background-repeat: repeat-y;
	width: 850px;
	margin: 0 auto;
}
#container-inside {
	background-image: url(images/bg_main2.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-attachment: scroll;
	width: 800px;
	margin: 0 25px 0 25px;
	padding: 0 0 50px 0;
}
#container-film {
	background-image: url(images/bg_main-film.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	margin: 0 25px 0 25px;
	padding: 0 0 50px 0;
}
#header07 {
	background-image: url(images/bg_head_2007.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 140px;
}
#header {
	background-image: url(images/bg_head.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 140px;
}
#header .rplogo, #header07 .rplogo {
	float: left;
	margin: 0;
}
#header .spon, #header07 .spon {
	float: left;
	margin: 20px 0 0 0;
}
#foot {
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	margin: 0 auto; 
	clear: both;
	width: 850px;
	height: 30px;
}
#foot-2007 {
	background-image: url(images/foot_2007.gif);
	background-repeat: no-repeat;
	margin: 0 auto; 
	clear: both;
	width: 850px;
	height: 30px;
}
.rbox-perm {
	width: 650px;
	margin: 0 23px 0 127px;
}
.rbox-film {
	width: 525px;
	padding: 0 23px 0 0;
	float: right;
	position: relative;
}
#sched-box {
	width: 220px;
	overflow: hidden;
}

.b-650-1 {
	background-image: url(images/b_650-1.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 25px;
	float: left;
}
.b-650-2 {
	background-image: url(images/b_650-2.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 25px;
	float: left;
}
.b-525-1 {
	background-image: url(images/b_525-1.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 25px;
	float: left;
}
.b-525-2 {
	background-image: url(images/b_525-2.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 25px;
	float: left;
}
.rbox-perm .b-content {
	padding: 0 25px 0 25px;
	background-color: #fff;
	float: left;
}
.rbox-film .b-content {
	padding: 0 25px 0 25px;
	background-color: #fff;
	float: right;
	width: 475px;
}

/* TOP NAV */
#container {
	width: 100%;
	height: 21px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
}

#nav a {
	display: block;
	width: 8.5em;
	color: #339;
	font-weight: bold;
	text-decoration: none;
}

#nav li { 	/* all list items */
	float: left;
	width: 8.5em; /* width needed or else Opera goes nuts */
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #ffffff;
	width: 8.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul, #nav li a:hover, #nav li a.sfhover { /* lists nested under hovered list items */
	left: auto;
	color: #0066cc;
	background-color: #dddddd;
}

/* domCollapse styles */

.expanded:hover {
	background: #C60;
	color: #ffffff;
	cursor: pointer;
}
.show {
     position:static;
     display: table;
}
.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

.trigger {
	font-weight: bold;
	font-size: 14px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 5px;
}
.expanded {
	font-weight: bold;
	font-size: 14px;
	font-family: 'trebuchet ms', Verdana, Helvetica, Geneva, sans-serif;
	color: #000;
	padding: 5px;
}

.trigger img, .trigger:hover img, .show img, .hide img, #domcollapseall img, .sbox img {
	background-color: transparent;
	border: 0px;
}

.trigger:hover {
	cursor: pointer;
	background: #C60;
	color: #ffffff;
}		
.elementnormal {
	position: static;
	left: 0;
}
.elementcollapsed {
	position: absolute;
	left: -999em;
	top: 0;
	height: 1px;
}
#domcollapseall ul {
	margin: 0;
	padding: 0;
}
#domcollapseall li {
	display: inline;
	padding-right: 1em;
}

/* ammo */
ul.sched {
	list-style: none;
	margin: 1px 0;
	padding: 0 3px;
}

li.s {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/sl.gif);
	background-repeat: no-repeat;
	background-position:  3px 2px;
}
li.t {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/tt.gif);
	background-repeat: no-repeat;
	background-position:  1px 2px;
}
li.p {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/pa.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}
li.po {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/po.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}
li.x {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url(images/x.gif);
	background-repeat: no-repeat;
	background-position:  2px 2px;
}

ul.sched a {
	text-decoration: underline;
	color: #006;
}

ul.sched a:hover {
	text-decoration: none;
	color: #000;
	background-color: #c3de39;
}

/* HOMEPAGE SLIDES */
.slides, .slide-content {
  position: relative;
  height: 150px;
}

.slide {
  position: absolute;
  visibility: hidden;
  display: none;
  top: 0;
  left: 20px;
}
/*.slide img {
  float: left;
  border-bottom: #666;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
}*/
