﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999999;
	font-weight: normal;
	/*text-shadow: 0 0 0 #000; */ /* thin's thick white fonts in safari */
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
#container {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}
#masthead {
	position: relative;
	width: 814px;
	height: 118px;
	margin-top: 0px;
	padding-top: 0px;
}
#main {
	position: inherit;
	width: 814px;
	background-image: url('../images/RROMain.png');
	background-repeat: repeat-y; /* this was omitted ?? nc */
}
#navigation {
	position: relative;
	z-index: 100000;
	width: 560px; /* was 610 */
	height: 30px;
	margin-left: 7px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #CACAB5;
	float: left;
}
#navigation p{
	padding: 4px;
	color: #FFFFFF;
}
#navigation_right {
	position: relative;
	z-index: 100000;
	width: 235px; /* was 190 */
	height: 30px;
	margin-right: 7px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #CACAB5;
	float: right;
	text-align: left;
	margin-top: 0px;
	padding-right: 5px; /* new */
	padding-top: 0px;
	overflow: hidden;
}
#navigation_right p{
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	/*position: relative;*/
	width: 800px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#banner {
	position: relative;
	width: 776px;
	padding-top: 10px;
	margin-left: 25px;
	clear: both;  /*this is the line that stops it working !nc */ 
}
#leftcontent {
	position: relative;
	/*width: 200px;*/
	float: left;
	padding-top: 14px;
	margin-left: 20px;
	margin-right: 10px;
}
#leftcontent2 {
	position: absolute;
	top: 410px; /* was 470 */
	left: -3px;
	float: left;
	height: 240px; /* was 300 */
	width: 205px;
}
#rightcontent {
	/*position: relative;*/
	overflow: hidden;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 3px;
	padding-left: 7px;
}
#today {
	margin: 12px 5px 5px 20px;
	border: 1px solid #800000;
	padding: 5px;
	background-color: #FFFFCC;
}
#fullcontent {
	position: relative;
	width: 780px;
	float: left;
	padding-top: 17px;
	margin-left: 17px;
}
#footer {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #CCCCCC;
	clear: both;  /*it seems to need this line nc*/
	/*padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;*/
	font-size: 10px;
	color: #808080;
}
#base {
	position: relative;
	/*clear: both;*/
	background-image: url('../images/RROBase.png');
	width: 814px;
	height: 11px;
    /*Z-INDEX: inherit; /* not sure why this is necessary, but it is! nc */
}

/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	padding: 0px;
	margin: 0px 0px 3px 4px;
	color: #455;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
h2 {
	padding: 0px;
	margin: 10px 0px 5px 5px;
	color: #455;
	font-size: 14px;
	float: left;
}
h1b {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #455;
	font-size: 18px;
}
h1 {
	padding: 0px;
	margin: 0px 0px 5px 5px;
	color: #455;
	font-size: 18px;
}
p {
	padding: 0px;
	margin: 5px 0px 5px 5px;
	text-align: left;
	clear: left;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #800000;
	text-decoration: underline;
}
/* Link Styles */
a {
	/*color: #004080;*/
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.separator {  /* used in item_Detail */
	border-style: solid none none none;
	border-width: 1px;
	border-color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
h3 {
	padding: 0px;
	margin: 0px 0px 3px 4px;
	color: #800000;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
h2 {
	padding: 0px;
	margin: 10px 0px 5px 5px;
	color: #800000;
	font-size: 14px;
	float: left;
}
h1b {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #455;
	font-size: 18px;
}
h1 {
	padding: 0px;
	margin: 0px 0px 5px 5px;
	color: #800000;
	font-size: 18px;
}


.RedBox {
	width: 200px;
	padding: 10px 2px 10px 10px;
	background-color: #800000;
	color: #FFFFFF;
	font-size: small;
	text-align: left;
}

