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


@font-face {
    font-family: 'eausans_black';
    src: url('/includes/fonts/eau_sans_black-webfont.eot');
    src: url('/includes/fonts/eau_sans_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/eau_sans_black-webfont.woff') format('woff'),
         url('/includes/fonts/eau_sans_black-webfont.ttf') format('truetype'),
         url('/includes/fonts/eau_sans_black-webfont.svg#eausans_black') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'eausans_bold';
    src: url('/includes/fonts/eau_sans_bold-webfont.eot');
    src: url('/includes/fonts/eau_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/eau_sans_bold-webfont.woff') format('woff'),
         url('/includes/fonts/eau_sans_bold-webfont.ttf') format('truetype'),
         url('/includes/fonts/eau_sans_bold-webfont.svg#eausans_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'eausans_book';
    src: url('/includes/fonts/eau_sans_book-webfont.eot');
    src: url('/includes/fonts/eau_sans_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/eau_sans_book-webfont.woff') format('woff'),
         url('/includes/fonts/eau_sans_book-webfont.ttf') format('truetype'),
         url('/includes/fonts/eau_sans_book-webfont.svg#eausans_book') format('svg');
    font-weight: normal;
    font-style: normal;
}





html {
	overflow-y: scroll;
}
body {
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	color: #000000;
	font-size: 1em;
	font-family: eausans_book, Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
}
#maincontent {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	padding: 0;
	background: #000000 url(img/rhs_1.png) top right no-repeat;
}

.print {
	display: block;
}
.noprint {
	display: none;
}

#header {
	width: 100%;
}
.logo {
	float: right;
	margin: 20px 20px 0 0;
}
.logo img {
	padding: 0;
}

#contentarea {
	margin: 10px 0 10px 20px;
	width: 80%;
	padding: 0;
	display: block;
	clear: both;
	padding-top: 30px;
}

#footerpanel {
	display: none;
}
img.social_icon {
	float: left;
	margin: 10px 20px 10px 0;
}

.tweetpanel {
	float: left;
	margin: 10px 0 20px 10px;
	width:  330px;
	font-size: 90%;
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	color: #8a8c8f;
	font-weight: normal;
	font-style: italic;
}
#jstweets {
}
.twitterbutton {
	clear: both;
}
.quote_open {
	float: left;
	width: 30px;
	height: 80px;
	margin: 0 2px 0 0;
	padding: 0;
}
.quote_close {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px 0 0 15px;
	padding: 0;
}


#footer {
	width: 950px;
	margin: 0 auto;
}

#footer p {
	font-size: 0.7em;
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 10px 0;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #00aeef;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}


/************************* MENU ***********************/
#menu {
	display: none;
}
/*------------drop down elements-----------*/
#menu ul div.toggle_container {
	display: none;
}
/************************* Normal text styles ************/

h1 {
	font-family: eausans_black, Arial Black, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 240%;
	color: #00aeef;
	margin: 10px 0 5px 0;
	letter-spacing: -0.05em;
}

h2 {
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #00aeef;
	margin: 10px 0 10px 0;
	letter-spacing: -0.05em;
}
h3 {
	font-size: 95%;
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 8px 0 10px 0;
	line-height: 120%;
	letter-spacing: -0.05em;
}
p, li {
	margin: 0 0 1.3em 0;
	font-size: 90%;
	line-height: 130%;
	letter-spacing: -0.05em;
}
li li {
	font-size: inherit;
}
li {
	margin-bottom: 3px;
}
a, a:link, a:hover, a:active {
	color: #00aeef;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	border: 1px solida #000000;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.five_reasons {
	width: 100%;
	display: block;
	margin: 10px 0 20px 0;
	clear: both;
}
.five_reasons img {
	float: left;
}
.five_reasons h2 {
	margin: 0 0 10px 130px;
}
.five_reasons h3 {
	margin: 0 0 10px 130px;
}
.five_reasons p {
	margin: 0 0 5px 130px;
}
.addresspanel {
	border: 1px dashed #666666;
	background: #333333;
	padding: 10px;
	margin: 0 0 10px 20px;
}
.rh_contact {
	float: right;
	width: 260px;
}
.addresspanel h3 {
	margin: 0;
}
.blue {
	color: #00aeef;
}
.darkgrey {
	color: #6e6e6e;
}
.lightgrey {
	color: #8a8c8f;
}
.regdetails {
	font-size: 70%;
}
/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	color: #cccccc;
	background-color: #333333;
	border: none;
	width: 200px;
	height: 20px;
	margin: 2px 0 2px 0;
}
form.standard textarea { 
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 1.5em;
	margin: 0 0 0 0;
}
form.standard label {
	font-weight: normal;
	/*color: #999999;*/
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	width: 120px;
	margin-right: 10px;
	display: block;
	padding-top: 4px;
	text-align: right;
}
form.small label {
	width: 260px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 260px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}

form.small input.checkbox {
	
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 1.2em 0 1.2em 10px;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #ee2a24;
	width: 10em;
	height: 21px;
	text-align: center;
}
.down {
	background: #000000;
	color: #ffffff;
}
.downred {
	background: #b7110b;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #737373;
	background: #ffffff;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #474747;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}

/*------ News and calendar etc ----------*/
.newsstory {
	background: none;
	border: none;
	color: #464646;
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstory_sel {
	background: rgb(70,70,70); /* fallback color */
	background: rgba(70,70,70, 0.4);
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstorydate {
	font-size: 70%;
	color: #464646;
	float: left;
	width: 100px;
	padding-top: 3px;
}
.newsstoryheadline {
	display: inline-block;
	width: 450px;
	color: #ffffff;
}
.newsstory p, .newsstory_sel p {
	display: inline-block;
	width: 450px;
	/*margin-left: 100px;*/
}
.rssfeed {
	border: 1px dashed #737373;
	/*background: #ffffff;*/
	padding: 10px;
	margin: 0 0 5px 0;
	width: 95%;
	height: 50px;
}
.rssfeed p { 
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
}
.short_rss_link {
	font-size: 0.8em;
}

.team_photo {
	float: right;
	border: 1px solid #e6e5e5;
	background: #ffffff;
	padding: 2px 2px 0 2px;
	text-align:  center;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 202px;
	overflow: hidden;
}
.team_number {
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
}
.team_email { 
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	font-size: 80%;
}