@charset "UTF-8";
body  {
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#RHBcontainer { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 168px;
	width: 800px;
	overflow: hidden;
} 

#header img {
	border: 0px;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
	height: 482px;
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
	height: 530px;
}

#checkRO {
	margin-top: 32px;
}

#mainContent {
	float: right;
	width: 575px;
} 

#textContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 145px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

#textContentWide {
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#textContentDisc ol li {
	margin-top: 0px;
	margin-bottom: 12px;
} 

#textContentDisc ul li {
	margin-top: 0px;
	margin-bottom: 5px;
} 

#textContentDisc {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

#flashContent {
	width: 575px;
}

#textContent form{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#leftMap {
	width: 263px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#rightMap {
	width: 310px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
}

#mapLine {
	width:575px;
	background-color:#999999;
	height:1px;
	overflow: hidden;
}

#footer {
	background-image: url(../images/RHBfoot.jpg);
	width: 800px;
	height: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

#footer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer img {
	margin-top: auto;
	margin-bottom:auto;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer2 {
	background-color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer2 table {
	font-size: 10px;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sectHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B01703;
}

 p.sectHead {
	margin-top:0px;
	margin-bottom: 0px;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.bodyCopy {
	margin-top:0px;
	margin-bottom:0px;
}

.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00341e;
	font-weight: bold;
	margin-bottom: 5px;
}

.small_Ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	font-style: italic;
	margin-bottom: 20px;
	color: #B01703;
}

.small_Ital a:link {
	color: #B01703;
	text-decoration: none;
}

.small_Ital a:visited {
	color: #B01703;
	text-decoration: none;
}

.small_Ital a:hover {
	color: #B01703;
	text-decoration: underline;
}

.bodySmall {
	font-size: 11px;
}

.bodyDisc {
	font-size: 9px;
}


a:link {
	color: #00341e;
	text-decoration: none;
}

a:visited {
	color: #00341e;
	text-decoration: none;
}

a:hover {
	color: #00341e;
	text-decoration: underline;
}

.indentList {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.indentList a:link {
	color: #000000;
	text-decoration: underline;
}

.indentList a:visited {
	color: #000000;
	text-decoration: underline;
}

.indentList a:hover {
	color: #B01703;
	text-decoration: underline;
}

.formCopy {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
