@charset "utf-8";
/*****************************GENERIC BODY STYLES***************************/

body {
	background-color:#d1cebd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
}
#mainBody {
	margin:50px 135px 70px 135px;
	min-height:250px;

}
#extendedBody {
margin:50px 32px 50px 33px;

min-height:250px;
}
/*****************************GENERIC STYLES***************************/
.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}
a {
	color:#b8141a;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:underline;
}
a:visited {
	color:#b8141a;
	text-decoration:none;
}
a img{ border:none}
.smallGreyBox {
	width:70px;
	height:70px;
	margin-right:5px;
	margin-bottom:5px;
}
.backGrey{
background-color:#999999}
floatLeft {
	float:left;
}
floatRight {
	float:right;
}
#pictureBox {
	height:225px;
	width:300px;
	float:left;
	margin-right:5px;
}
#miniPictures {
	height:225px;
	width:300px;
	float:left;
	margin-right:6px;
}
#redBox {
	font-family:"Book Antiqua";
	width:270px;
	height:195px;
	float:right;
	background-color:#b8141a;
	color:#FFFFFF;
	padding:15px;
	font-size:18px;
	text-align:center;
	background-image:url(../images/rf-logo.gif);
	background-position: 99% 99%;
	background-repeat:no-repeat
}
#redBox a{
color:#000000;
text-decoration:none;
font-size:18px;
font-weight:normal;
}
#redBox a:hover{
color:#000000;
text-decoration:underline;
font-size:18px;
font-weight:normal;
}
h1{
color:#b8141a;
font-size:24px}
h3{ display:inline; font-size:16px}
 
/*****************************HEADER AND NAV STYLES***************************/
#headerLeft {
	height:130px;
	float:left;
	width:145px;
	background-color:#b8141a;
	font-family:"Book Antiqua";
	font-size:100px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/rf-logo.gif);
	background-position:center;
	background-repeat:no-repeat
}
#leftOfNav {
	float:left;
	width:140px;
	font-size:18px;
	font-family:"Book Antiqua";
	padding-left:5px;
}
#headerRight {
	height:130px;
	float:right;
	width:830px;
	background-color:#000000;
	font-family:"Book Antiqua";
	padding-right:5px;
	color:#FFFFFF
}
#mainNav {
	float:right;
	text-align:right;
}
#mainNav a {
	color:#939598;
	font-size:18px;
	font-family:"Book Antiqua";
	margin-right:25px;
	line-height:130px;
	font-weight:bold;
	text-decoration:none;
}
#mainNav a:hover {
	color:#b8141a;
	text-decoration:underline;
}
/*****************************FOOTER STYLES***************************/
#footer {
	height:100px;
	background-color:#000000;
}
#footer a {
	font-family:"Book Antiqua";
	font-size:16px;
	color:#939598;
	margin-left:14px;
	line-height:70px;
	text-decoration:none;
	font-weight:600
}
#footer a:hover {
	color:#b8141a;
	text-decoration:underline;
}


/* ---------------------------------------Gallery and Playback Controls-------------------------------------- */
.absolute{ display:block; position:absolute; margin-top:-26px}
* {
margin: 0;
padding: 0;
}
 
hr {
margin: 24px 0;
_margin: 0; /*IE Sucks*/
clear: both;
}
 
#page-container {
margin: 0 auto;
width: 350px;
text-align: left;
}

.pg {
width: 310px;
list-style: none none;
margin-top:0px;
padding-left:0px;
margin-left:0px;
}
 
.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
 
.pg li {
list-style: none none;
display: inline;
}
 
.pg li a {
margin: 0px;
padding:0px 0px 4px 4px;
position: relative;
float: left;
display: block;
width: 70px;
height: 53px;
z-index:15
}
 
.pg li a:hover {
font-size: 100%;
z-index: 2000; !important
}
 
.pg li a img {
border: 0 none;
position: absolute;
width: 70px;
height: 53px;
}
 
.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
width: 100px;
height: 75px;
left: -15px;
top: -11px;

}
