/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-color: #272727;
	margin-top: 2px;
	margin-bottom: 2px;
}

p {
	font-size: small;
	margin-top: 2px  0px 2px 0px;
}

p.center {
	text-align: center;
}	

h1 {
	margin: 0px auto 0px auto;
	color: #04045A;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	line-height: 28px;
	font-style: italic;
}		

h2 {
	margin: 0px 0px 6px 0px;
	color: #04045A;
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 10px 0px 7px 0px;
	text-align: center;
	font-weight: normal;
	font-size: large;
	color: #04045A;
}

h3.red {
	color: #FF0000;
}
		

h4 {
	color: #04045A;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	font-size: medium;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h5 {
	margin: 15px 5px 10px 5px;
	text-align: center;
	color: #074882;
	font-size: small;
	font-weight: normal;
}			

img {
	margin: 0px;
	border: none;
}				

td img {
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 0px;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	color: #074882;
	font-size: small;
}

hr {
	color: #E6E6E6;
	border: none;
	height: 1px;
}
	
blockquote {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}		
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* text styling */
p.right {
	margin-top: 10px;
	text-align: right;
}

/* image styling */
img.float_left {
	float: left;
	margin: 2px 10px 2px 0px;
	padding: 0px;
	display: inline;
	border: none;
}

img.float_right {
	float: right;
	margin: 2px 0px 2px 10px;
	padding: 0px;
	display: inline;
	border: none;
}	

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
/* Setting a border to #centralposition does not work in Firefox - apply a border to a 'wrapper' inside this layer */
/* Page width must allow for border width set for inside 'wrapper' otherwise border won't show correctly in Firefox */
#centralposition {
	position:relative;
	width: 964px;
	margin: 0px auto 0px auto;
	border: none;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Set the page border here as well */
#backgrdWrapper {
	margin: 0px;
	width: 960px;
	float: left;
	border: 2px solid #FFFFFF;
	background-image: url(../images/rjt_page_backgrd_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}	

#mainWrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	border: none;
}

#mainWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
}		

#topBanner {
	padding: 0px;
	border: none;
}

#menusection {
	padding: 0px;
	border: none;
}	

#mainPage {
	margin: 0px 0px 0px 0px;
	padding-left: 57px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 900px;
	border: none;
	float: left;
	background-image: url(../images/rjt_page_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainPage p strong {
	color: #04045A;
}

#mainContentLeft {
	margin: 0px 5px 10px 0px;
	padding: 0px;
	width: 140px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	float: left;
	text-align: center;
	font-size: small;
	background-color: #FFFFFF;
}		

#mainContentMiddle {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 540px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

#mainContentRight {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	width: 140px;
	border: 1px solid #C9C9C9;
	vertical-align: top;
	float: left;
	text-align: center;
	font-size: small;
	background-color: #FFFFFF;
}


#mainContentLeft p,#mainContentMiddle p,#mainContentRight p,#mainContentMiddle h2 {
	margin: 5px;
}

#mainContentLeft img, #mainContentRight img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}	

#mainContentMiddle h2 {
	font-size: x-large;
}	

#mainContentMiddle h4 {
	margin-left: 5px;
	margin-bottom: 5px;
}
	
#mainContentMiddle h5 {
	text-align: left;
}	

#mainContentMiddle img {
	margin: 5px;
	padding: 2px;
	border: none;
}		

#lowerNav {
	margin: 0px;
	padding: 0px;
	color: #999999;
	width: 800px;
	background-color: inherit;
	border: none;
	float:right;
	text-align: right;
	font-weight: normal;
}

#lowerNav p {
	padding: 10px 55px 0px 0px;
}
	
#lowerNav p strong {
	font-size: medium;
}	


#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav a:link,#lowerNav a:active,#lowerNav a:visited,#footerWrapper a:link,#footerWrapper a:active,#footerWrapper a:visited,#mainContentMiddle a:link,#mainContentMiddle a:visited,#mainContentMiddle a:active, #mainContentRight a:link,#mainContentRight a:visited,#mainContentright a:active{
	color: #04045A;
	text-decoration: none;
}

#lowerNav a:hover,#footerWrapper a:hover,#mainContentMiddle a:hover, #mainContentRight a:hover {
	color: #04045A;
	text-decoration: underline;
}

#footerWrapper {
	float: left;
	width: 960px;
	height: 86px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url(../images/rjt_footer_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}					

/* top layers */
#maintitle {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 520px;
	margin: 0px 220px 0px 220px;
}

#menubar {
	position: absolute;
	top: 127px;
	left: 0px;
	width: 800px;
	text-align: center;
	margin: 10px 80px 10px 80px;
}

#menubar p {
	font-size: 15px;
}

#menubar .sel {
	color: #FFFF7D;
}	
	
#menubar img {
	display: inline;
}	

#telephone {
	position:absolute;
	left:15px;
	top:30px;
	width:190px;
	z-index:1;
}

#telephone p {
	font-size: 22px;
	color: #EBEBEB;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#telephone .larger {
	font-size: 24px;
}		

#footerinfo {
	position: relative;
	margin: 0px;
	padding: 20px 80px 0px 80px;
	top: 0px;
	left: 0px;
	width: 800px;
	font-size: medium;
	color: #000000;
}

/* Miscellaneous */

.onestar {
	color: #000000;
}

.twostars {
	color: #074882;	
}

.threestars	{
	color: #FF0000;
}
		

