﻿* {
	padding: 0px;
	margin: 0px;
}
body {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #575151;
	background-repeat: repeat-x;
	background-image: url(/templates/images/background_tile.gif);
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 948px;
}
#content {
	clear: right;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 25px;
	margin-top: 25px;
	float: right;
	width: 618px;
	text-align: justify;
	margin-bottom: 16px;
	line-height: 18px;
	font-size: 14px;
	color: #e5e5e3;	
}
#rpformcontent {
	clear: right;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 25px;
	float: left;
	width: 618px;
	text-align: justify;
	margin-bottom: 16px;
	line-height: 18px;
	font-size: 14px;
	color: #e5e5e3;
	background-color: #575d66;
	}
#fullpagecontent 
{
	background-color: #575d66;
	margin: 0;
	float: left;
	width: 868px;
	text-align: justify;
	line-height: 18px;
	font-size: 14px;
	color: #e5e5e3;
	padding: 25px 40px 25px 40px;
	}

#header {
	position: relative;
	height: 92px;
}
a#header-logo {
	border-width: 0px;
	top: 22px;
	position: relative;
	display: block;
}

.hide {
	display: none;
}

#footer {
	position: relative;
	clear: both;
	background-color: white;
	height: 104px; /*96*/
}
#footer .legal {
	text-transform: none;
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 41px;
	width: 400px;
	display: block;
}
#footer .extraLinks
{
	text-transform: none;
	font-size: 12px;
	display: block;
	line-height: 16px;
	width:400px;
	text-align: left;
	color: #dfb141;
}
#footer .legal a:link, #footer .legal a:visited {
	margin-right: 1em;
	text-decoration: none;
	color: #dfb141;
}
#footer .legal a:hover, #footer .legal a:active {
	text-decoration: underline;
}
#footer .studio-logos {
	top: 36px;
	right: 20px;
	position: absolute;
	display: block;
	height: 52px;
	width: 419px;
}
#footer .copyright {
	margin-top: 2px;
	display: block;
	font-size: 10px;
	text-transform: none;
	color: black;
}
#search {
	position: absolute;
	right: 0px;
	top: 21px;
	height: 50px;
	width: 273px;
	display: block;
  font-family: arial, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#searchinput.text {
	float: left;
	background-color: white;
	border-width: 0px;
	height: 25px;
	width: 232px;
  font-size: 12px;
  font-family: arial, sans-serif;
}
#searchgo {
	float: right;
	display: block;
	height: 25px;
	width: 41px;
	background: #000;
	cursor: pointer;
}
#searchrating {
	float: left;
	clear: left;
	display: block;
	height: 25px;
	width: 145px;
  background: #60646f;
  cursor: pointer;
}
#searchsite {
	border-width: 0px;
	float: right;
	display: block;
	height: 25px;
	width: 273px;
  background: #dfb141;
  /*cursor: pointer;*/
  text-align:center;
}
.clear {
	clear: both;
}
h1 {
	margin-bottom: 12px;
	font-size: 18px;
	color: white;
}
h2 {
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 14px;
	color: white;
}
p {
	text-align: justify;
	margin-bottom: 16px;
	line-height: 18px;
	font-size: 14px;
	color: #e5e5e3;
}
#content ul, #fullpagecontent ul {
	text-align: justify;
	margin-bottom: 16px;
	line-height: 18px;
	font-size: 14px;
	color: #e5e5e3;
	margin-left: 40px;
	margin-right: 40px;
}
#content li, #fullpagecontent li {
	margin-bottom: 12px;
}
#content ul.out-links, #fullpagecontent ul.out-links {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
p.narrow {
	text-align: left;
}
#content p strong, #fullpagecontent p strong {
	font-weight: bold;
	color: white;
}
#content a:link, #content a:visited, #fullpagecontent a:link, #fullpagecontent a:visited  {
	color: #e5e5e3;
}
#content a:hover, #content a:active, #fullpagecontent a:hover, #fullpagecontent a:active {
	color: #fff;
}
#content ul.out-links li a, #fullpagecontent ul.out-links li a {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(/templates/images/new_window_icon.gif);
}
ul#subnav {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
ul#subnav li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#subnav li a {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 15px;
	line-height: 42px;
	height: 42px;
	width: 235px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-image: url(/templates/images/sub_nav_arrow.gif);
}
#subnav li a.active {
  /* was bold, but that was stretching out the left nav too much... */
}
#subnav li a:link, #subnav li a:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #cccccc;
	background-color: #2c333a;
}
#subnav li.open a {
	background-image: url(/templates/images/sub_nav_open_arrow_sprite.gif);
	font-weight: bold;
	color: #fff;
}
#subnav li.open a:link, #subnav li.open a:visited {
	background-color: #5e656e;
}
#subnav li.open a:hover, #subnav li.open a:active {
	background-color: #e6af3f;
}
#subnav li a:hover, #subnav li a:active, ul#subnav li a.active:link, #subnav li a.active:visited {
	background-position: 0px -42px;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #e7b03f;
}
#subnav li.open ul li a {
	padding-left: 25px;
	width: 225px;
	background-image: none;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}
#subnav li.open ul li ul li a {
	padding-left: 55px;
	width: 195px;
	background-image: none;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}
#subnav li.open ul li.open a {
	font-weight: bold;
}
#subnav li.open ul li.open ul li a {
	font-weight: normal;
}
.searchHeader 
{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
 color: #fff; 
}
.searchresult 
{
  margin-bottom: 20px;
  font-size: 14px;
  color: #e5e5e3;
}
.searchresult a 
{
  font-size: 18px;
  color: #e5e5e3;
}
.searchresult a:hover 
{
  color: #fff;
}
#pagination-head 
{
  float: left;
}
.pagination *
{
  margin-left: 7px; 
}
.docicon a
{
  float: left;
  width: 60px;
  height: 80px;
  text-align: center;
  padding: 10px 12px 10px 0px;
  font-size: 10px;
  color: #e5e5e3;
  text-decoration: none;
}
.docsize a:hover 
{
  text-decoration: underline;
}
.smallTextBold
{
  font-size: 13px;
  color: #e5e5e3;
  font-weight: bold;
}
.tinyText
{
  font-size: 12px;
  color: #e5e5e3;
}
.tinyText a
{
  font-size: 12px;
  color: #e5e5e3;
}
#prFolders 
{
  float:right;
}
#prFolders ul
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  position: relative;
  bottom: 0px;
}
#prFolders ul li
{
  width: 60px;
  height: 50px;
  line-height: 25px;
  position: relative;
  float: right;
	background-image: url(/templates/images/grey_folder.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#prFolders ul li a 
{
  margin-bottom: 0px;
  margin-top: 50px;
}
.yearActive
{
	background-image: url(/templates/images/gold_folder.gif) !important;

}
.yearActive a
{
  font-weight: bold;
  
}
#credit 
{
	position: relative;
	height: 80px;
	padding: 15px 20px 0px 20px;
}