@charset "UTF-8";

/* CSS Document */

html {
	height: 101%;
}
body
{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ffffff;
}

#wrapper
{
	position: absolute;
	left: 50%;
	/*	top:50%;
*/	width:852px;
	height:556px;
	margin-left:-426px;
	/*	margin-top:-278px;
*/
	top:20px;
}

/* ----------- masthead styles---------*/
#masthead
{
	background-color:#FFFFFF;
	border-top:1px solid #ffffff;
	height:77px;
}

#m1
{
	margin:20px 20px 0px 20px;
	padding:0px;
	font:9pt Helvetica, Arial, sans-serif;
}

#m1 li
{
	padding:0px;
	text-indent:0px;
	margin:0px;
	color:#000000;
	list-style:none;
	float:left;
	text-transform:uppercase;
	margin-right: 20px;
}

#m1 a:link, #m1 a:visited
{
	color:#000000;
	text-decoration:none;
}

#m1 a:hover, #m1 a.thisTab
{
	color:#993399;
	text-decoration:none;
}

/* ----------- content styles---------*/
#content
{
	height:345px;
	background:url(images/bg_fade.jpg);
	border:solid #993399;
	border-width: 10px 0px
}

#logo
{
	position:relative;
	margin:0px;
	background:url(images/rtp_logo.png) top left no-repeat;
	overflow:hidden;
	height:149px;
	width:331px;
	padding-left:331px;
	wid\th:0px;
	left:10px;
}

#blank
{
	background: #ffffff;
	height:100px;
}

#copyright
{
	margin-top:10px;
	height:20px;
}

#copyright a:link, #copyright a:visited
{
	color:#ffffff;
	text-decoration:none;
	float:right;
}

#copyright a:hover
{
	color:#000000;
	text-decoration:none;
}

/* ----------- text styles---------*/
h1
{
	font-size:18pt;
	color: #993399;
	line-height: 20pt;	
}
#document
{
	position:absolute;
	top: 191px;
	overflow: hidden;
	margin:0px;
	height:230px;
	width:440px;
	left:44px;
	font:9pt Helvetica, Arial, sans-serif;
	color: #000000;
	line-height:12pt;
}

.bodyCopyBold
{
	font-weight: bold;
}

/* ------------------------------------------------------ scrollbar styles ------------------------------------------ */

.Container
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 510px;
	height: 310px;
}

#Scroller
{
	position: absolute;
	overflow: hidden;
	width: 510px;
	height: 310px;
}

.Scroller-Container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.scrollbarSet
{
	position: absolute;
	top: 0px;
	right: 30px;
}

.Scrollbar-Up
{
	cursor: pointer;
	position: absolute;
}

.Scrollbar-Track
{
	width: 10px;
	height: 170px;
	position: absolute;
	top: 33px;
	left: 0px;
	background: #FFFFFF;
	border:1px solid #993399;
}

#copy_showcase .Scrollbar-Track
{
	top: 17px;
	height: 50px;
}

.Scrollbar-Handle
{
	position: absolute;
	width: 10px;
	height: 20px;
	background: #999999;
}

.Scrollbar-Handle:hover, .Scrollbar-Handle:active
{
	background: #993399;
}

.Scrollbar-Up
{
	cursor: pointer;
	position: absolute;
	top: 15px;
	background: url(assets/scroll/up.png) top left no-repeat;
}

#copy_showcase .Scrollbar-Up
{
	top: 0px;
}

.Scrollbar-Down
{
	background: url(assets/scroll/down.png) top left no-repeat;
	cursor: pointer;
	position: absolute;
	top: 212px;
}

#copy_showcase .Scrollbar-Down
{
	top: 77px;
}

.Scrollbar-Up:hover
{
	background: url(assets/scroll/up-over.png) top left no-repeat;
}

.Scrollbar-Down:hover
{
	background: url(assets/scroll/down-over.png) top left no-repeat;
}

#baseBar
{
	background: #993399;
	color:#FFFFFF;
	padding: 2px 30px;
	clear:both;
}

#baseBar a:link, #baseBar a:visited
{
	color:#FFFFFF;
}

#baseBar a:hover
{
	color:#000000;
}

/* ----------- image styles---------*/
#imagesingle
{
	position:absolute;
	left:514px;
	top: 96px;
	border:0px;
}

#image4up1
{
	position:absolute;
	left:514px;
	top: 96px;
	border:0px;
}

#image4up2
{
	position:absolute;
	left:684px;
	top: 96px;
	border:0px;
}

#image4up3
{
	position:absolute;
	left:514px;
	top: 266px;
	border:0px;
}

#image4up4
{
	position:absolute;
	left:684px;
	top: 266px;
	border:0px;
}


a.downloadDocument, a.downloadDocument:visited {
	display: block;
	margin: 0px 20px;
	background: url(/assets/icons/pdf.png) top left no-repeat;
	height: 30px;
	heigh\t: 25px;
	padding: 5px 0px 0px 30px;
	color: #993399;
	font-weight: bold;
	text-decoration: none;
}

a.downloadDocument:hover {
	color: #000000;
	text-decoration: none;
}