@charset "utf-8";
body {
	font-size: 100%;
	line-height:1.2;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
	background: #F1F1F2;
	background-image:url(images/background-fill.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 1032px;
	background-color: transparent;
	margin: 0 auto;
}

.content {
	padding: 0px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header{
	background-color:#000;
	border-bottom:3px solid #F7AFC5;
	background-image: url("images/rj_logo_blk.png");
    background-position: 48px 15px;
    background-repeat: no-repeat;
	padding:84px 0 16px 360px;
	height:20px;
}

.menu li
{
display: inline;
list-style-type: none;
padding:0 20px 0 0;
}

.menu a:link, .menu a:visited {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}
.menu a:hover, .menu a:active{
    color: #F7AFC5;
    text-decoration: underline;
}

#main-panel{
	
}
.start-button a:link,.start-button a:visited{ background: url("images/start-the-test.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    overflow: hidden;
    padding-bottom: 0px;
    text-indent: -9999px;
    width: 340px;
}
.start-button a:hover,.start-button a:active{ background: url("images/start-the-test.png") no-repeat scroll 0 -49px transparent;
    display: block;
    height: 50px;
    overflow: hidden;
    padding-bottom: 0px;
    text-indent: -9999px;
    width: 340px;
}

.start-button-small a:link,.start-button-small a:visited{ background: url("images/start-the-test-small.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 37px;
    overflow: hidden;
    padding-bottom: 0px;
    text-indent: -9999px;
    width: 264px;
}
.start-button-small a:hover,.start-button-small a:active{ background: url("images/start-the-test-small.png") no-repeat scroll 0 -37px transparent;
    display: block;
    height: 37px;
    overflow: hidden;
    padding-bottom: 0px;
    text-indent: -9999px;
    width: 264px;
}

.footer {
border-top: 1px dotted #DEDEDE;
font-size:13px;
text-align:center;
color:#CCC;
padding-top:20px;
}
.footer a:link, .footer a:visited {
    color: #999;
    font-size: 15px;
    text-decoration: underline;
}
.footer a:hover, .footer a:active{
    color: #999;
    text-decoration: none;
}
}