@charset "UTF-8";
#container {
	height: 1055px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
}
/*FYI _ THIS IS RELATIVE AUTO EXPANDED NOW */
#site {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 844px;
	z-index: 1;
	margin: 0px auto 0px;	
}
/*********** GLOBAL STYLES **************/
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.imgWrap {
	float:left;
	margin:10px 10px 3px 0px;
}
/* Gloabal Text Styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin: 8px 0px 4px;
	line-height: 14px;
}

.bolder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #43215C;
	padding: 0px;
	margin: 14px 0px 0px 14px;
	line-height: 18px;
}

.bold{
	font-weight: bold;
	color: #333333;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4c226b;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
	position: relative;
	top: 0px;
	left: 12px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4c226b;
	margin: 2px 0px 2px;
	padding: 2px 0px;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4c226b;
	margin: 2px 0px;
	padding: 2px 0px;
}

/* ************ LINK STYLES ********************** */
/* global Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #43215C;
	text-decoration: none;

}
a:link {color: #43215C;}
a:hover {color: #602F84;}
a:active {color: #547A27;}
a:visited {color: #547A27;}

a:focus {outline:none}

/* footer links */
#footerBox {
	position: relative;
	width: 600px;
	top: 20px;
}
.footer{
	position: relative;
	top: 22px;
	left: 2px;
	width: 832px;
}
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	position: relative;
	left: 224px;
	top: 4px;
	width: inherit;
	padding-top: 4px;
	text-align: right;
}

.footerLinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #43215C;
}

.footerLinks a:link {color: #43215C;}
.footerLinks a:hover {
	color: #602F84;
}
.footerLinks a:active {color: #547A27;}
.footerLinks a:visited {color: #547A27;}

/* **************** LOGO STYLES **************** */
/* riiPlay Logo Styles orig top = 18 FYI - I CHANGED THIS BACK TO 18 - it shouldn't be right on the line */
.logo {
	position: absolute;
	left: 1px;
	top: 18px;
	height: 53px;
	width: 134px;
	z-index: 999;
}
.logo img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* *************** PAGE BANNER STYLES ***************** */
/* About page banner */
#aboutBanner {
	position: absolute;
	height: 196px;
	width: 834px;
	background-color: #FFFFFF;
	top: 63px;
	left: 1px;
	z-index: 2;
}
.bannerImg {
	height: 167px;
	width: 809px;
	background-color: #FFFFFF;
	position: absolute;
	left: 12px;
	top: 13px;
	z-index: 6;
	background-image: url(../riiPlay_images/graphic/AboutUs.jpg);
	background-repeat: no-repeat;
}
.aboutBannerText {
	position: relative;
	height: 80px;
	width: 362px;
	top: 60px;
	left: 336px;
}
/* ************* Gloabal Banner Header BG Decoration Styles ******************** */
.roundedCorner {
	background-image: url(../riiPlay_images/graphic/playerContainer_roundCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
	width: 37px;
	right: 0px;
	position: absolute;
	z-index: 5;
}

.topLine {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #B6B6B6;
	z-index: 3;
	position: absolute;
	width: 807px;
	height: 38px;
}
/* About Page Banner btm */
.lowerLine {
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #B6B6B6;
	height: 152px;
	width: 832px;
	position: absolute;
	z-index: 4;
	top: 38px;
}

/* ******************* CONTENT POSITIONING ****************** */
/* ABOUT Page */

.aboutContent {
	background-color: #EFEFEF;
	left: 0px;
	top: 0px;
	height: auto;
	width: 830px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#aboutContainer {
	background-color: #EFEFEF;
	position: absolute;
	top: 262px;
	z-index: 7;
	height: auto;
	width: 832px;
	border: 1px solid #B6B6B6;
	left: 1px;
	margin: 0px;
	padding: 0px;
}

.aboutRightCol {
	height: auto;
	width: 385px;
	top: 20px;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	right: 19px;
}
.aboutLeftCol {
	height: auto;
	width: 370px;
	position: relative;
	left: 19px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}


/* ************** Section Header Bars Styles ************* */
.btmHeaderBar {
	height: 52px;
	width: 832px;
	padding: 0px;
	left: 0px;
	position: relative;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* Section Header Bar text areas */
.centerBar .barLeftCol {
	left: 0px;
	position: absolute;
}
.centerBar .barRightCol {
	left: 365px;
	position: absolute;
	height: 52px;
	width: 270px;
}
/* Section Header Bar BG Images */
.leftSideBar img {
	left: 0px;
	position: absolute;
}
.rightSideBar img {
	position: absolute;
	right: 0px;
}
.btmHeaderBar .centerBar {
	position: absolute;
	left: 17px;
	height: 52px;
	top: 0px;
	width: 798px;
	background-image: url(../riiPlay_images/graphic/straightBar.jpg);
	background-repeat: repeat-x;
}
.aboutSingleCol {
	position: relative;
	width: 510px;
	top: 4px;
	height: auto;
	left: 308px;
	margin: 0px;
	padding: 0px;
}
.riiplayImage {
	position: absolute;
	left: 19px;
	top: 96px;
	background-color: #009900;
	width: 277px;
	height: 229px;
}
.contactUs {
	position: relative;
	top: 15px;
	height: auto;
}
