@charset "utf-8";
/* CSS Document */



html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #033b29;
}



a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #033b29;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
	background: #E8E8E8;
}

#centre1 {
	text-align: center;
	width: 750px !important; width: auto;
	margin: 0 auto !important; margin: auto;	
}

#centre2 {
	width: 750px;
	background-color: #FFFFFF;
}


div.center {
  text-align: center;
}

div#wrapper {
	background-color: #ffffff;
	background-image: url(../images/rrf_watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 730px;
	width: 750px;
}

div#header {
	background-color: #033b29;
	height: 126px;
	background-image: url(../images/rrf_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 23px;
}

#header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -2000px;
}


div#strapline {
	font-size: 33px;
	color: #033b29;
	padding-top: 20px;
}

div#academies {
	float: right;
	width: 345px;
	padding: 15px;
}
div#academies img{
	padding: 14px;
}
div#values {
	float: left;
	width: 350px;
	padding-top: 59px;
}
div#footer {
	clear: both;
}
div#footer p {
	font-size: 18px;
	padding: 5px;
}

div#footer img {
	margin-left: 20px;
	margin-right: 20px;
}

.newpdf {
text-decoration:none;
}
.newpdf a {
text-decoration:none;
float:left;
width:150px;
height:55px;
margin:5px;
padding:5px;
border:solid 1px #dedede;
background-color:#ffffff;
}
.grey {
color:#999999;
}
.newpdf a:hover {
background-color:#f4f4f4;
}
.newpdf a {
  color: #033b29;
}

/* rounded corners */
div.rounded {
    clear:both;
    max-width:600px;
    margin:5px auto;
    width:250px;
}

div.rounded div.top {
    background:url(../images/tl.gif) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../images/tr.gif) no-repeat bottom right;
    height:30px;
    margin-left:11px;
	padding: 0px;
}

div.rounded div.top div.right h2 {
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

div.rounded div.middle {
    background:url(../images/l.gif) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../images/r.gif) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background:url(../images/bg.gif) repeat top left;
    margin-right:5px;
    padding:0px 7px 0px 50px;
}

div.rounded div.middle div.right div.content li {
	margin:0px;
	text-align:left;
	font-size:18px;
	list-style-type: disc;
	list-style-position: inside;
}

div.rounded div.middle div.right div.content h2 {
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(../images/bl.gif) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../images/br.gif) no-repeat top right;
    height:11px;
    margin-left:11px;
}

/* rounded  2 corners */
div.rounded2 {
    clear:both;
    max-width:600px;
    margin:5px auto;
    width:250px;
	padding-top: 20px;
}

div.rounded2 div.top {
    background:url(../images/tl.gif) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded2 div.top div.right {
    background:url(../images/tr.gif) no-repeat bottom right;
    height:30px;
    margin-left:11px;
	padding: 0px;
}

div.rounded2 div.top div.right h2 {
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

div.rounded2 div.middle {
    background:url(../images/l.gif) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded2 div.middle div.right {
    background:url(../images/r.gif) repeat-y right;
    margin-left:5px;
}

div.rounded2 div.middle div.right div.content {
    background:url(../images/bg.gif) repeat top left;
    margin-right:5px;
    padding:0px 7px 0px 10px;
}

div.rounded2 div.middle div.right div.content li {
	margin:0px;
	text-align:left;
	font-size:14px;
	list-style-type: disc;
	list-style-position: inside;
}

div.rounded2 div.middle div.right div.content h2 {
    margin:0px;
    padding:7px 0px;
}

div.rounded2 div.bottom {
    background:url(../images/bl.gif) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded2 div.bottom div.right {
    background:url(../images/br.gif) no-repeat top right;
    height:11px;
    margin-left:11px;
}

div.redbox {
	background: #FA8585;
	border: 1px solid #FF0000;
	width: 600px;
	color: #000000;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
	margin: 10px 75px;
}

#round_box li.active a:link, #round_box li.active a:visited{ /* ACTIVE */
	color: #D58432;
}

#round_box li a:link, #round_box li a:visited { /* 'IN'ACTIVE */
	color: #033b29;
	text-decoration: underline;
}

#round_box li a:hover, #round_box li a:focus { /* 'IN'ACTIVE --HOVER-- */
	color: #D58432;
}
