@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
line-height: 1.5em;
margin-left: 10px;
margin-right: 10px;
}


a:link {color:#3366ff; text-decoration:none;}     
a:visited {color:#3366ff; text-decoration:none;} 
a:hover {color:#3366ff; text-decoration: underline;}  
a:active {color: #0000FF}



.center{
font-family: "Century Gothic", Arial;
font-size:18px;
color: #666666;
text-align:center;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-weight:normal;
font-size:26px;
color: #333333;
line-height: 1.2em;
margin: 10px 0px 0px 10px;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-weight:normal;
font-size:16px;
color: #666666;
line-height: 1.7em;
margin-left: 10px;
}

body {
	background-image:url(images/background.gif);
	font-family: Verdana;
	font-size: 14px;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height: 1.5em;}



#header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#resultsheader{
background-image: url(images/results-top-image.jpg);
background-repeat:no-repeat;
position:relative;
width:800px;
height: 475px;
margin:auto;
}

#content-bg{
background-image: url(images/content-tile.jpg);
background-repeat: repeat-y;
padding: 15px 20px 0px 55px;
width: 710px;
}

#content{
	background-color:#FFFFFF;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding: 5px;
	/*position:relative;*/
	}

.footer{
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}

.footertxt{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
margin: 15px 40px 20px 40px;
}

.smalltxt{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
}

.center{
width:96px;
height:29px;
margin:auto;
}

.begincheckout{
width:230px;
height:50px;
margin:auto;
background-image: url(images/begin-checkout-up.gif);
margin: 7px 0px 0px 12px;
}

.rightcol-txt{
padding: 0px 15px 10px 8px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
line-height: 1.5em;
}

.verdana-title {
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}


#splash-wrap{
width:710px;
}


#begin-button{
width:257px;
height:70px;
margin:auto;
}

#rnt-logo{
	width:161px;
	float:right;
	position:relative; top:-25px; right:39px;
		
}

#rnt-logo-results{
	width:161px;
	position:absolute;
	top:40px;
	right:35px;

		
}

#status-bar{
	position:relative; top: 110px;
	}
	
/*#form{
	width: 350px;
	border: solid 1px #CCCCCC;
	float: right;
	}*/
	
#folder{
	width:451px;
	height:243px;
	background-image:url(images/report-graphic.jpg);
	}

#reportwrap{
	margin:15px;
	position:relative;
	height:50px;
	width:250px;
	}

	
#name{
	position:absolute;
	bottom: 31px;
	left: 57px;
	width:300px;
	}

	
	
/* ROLLOVERS*/	
a.beginsplash {
	display: block;
	width: 212px;
	height: 68px;
	margin:auto;
	margin-top:18px;
	text-decoration: none;
	background: url(images/begin-splash-sprite.gif);
	}

a.beginsplash:hover {
	background-position: -212px 0;
	}
	
a.addtocart {
	display: block;
	width: 96px;
	height: 29px;
	text-decoration: none;
	background: url(images/add-to-cart-sprite.gif);
	}

a.addtocart:hover {
	background-position: -96px 0;
	}

a.add {
	display: block;
	width: 45px;
	height: 26px;
	text-decoration: none;
	background: url(images/add-sprite.gif);
	}

a.add:hover {
	background-position: -45px 0;
	}

a.viewreport {
	display: block;
	width: 229px;
	height: 48px;
	text-decoration: none;
	background: url(images/view-report-sprite.gif);
	}

a.viewreport:hover {
	background-position: -229px 0;
	}
	
a.begincheckout {
	display: block;
	width: 229px;
	height: 48px;
	text-decoration: none;
	background: url(images/begin-checkout-sprite.gif);
	}

a.begincheckout:hover {
	background-position: -229px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}


/* END OF ROLLOVERS*/	

