/* Main Body */
body {
margin: 0px auto;
padding: 0px;
font: 70% Arial, sans-serif;
background: #FFFFFF; font-family: arial, sans-serif;
}

#wrap {
background: #FFFFFF;
margin: 0 auto;
width: 800px;
}

/* HEADERS */
#header {
margin: 50px 0 0 0;
width: 800px;
padding: 0;
}

.header-top {
width: 800px; 
height: 30px; 
background: url(../images/styles/bg_header_top3.jpg); 
overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

.header-middle {
background: url(../images/styles/middle_header.jpg);
width: 800px; 
height: 115px; 
}

.header-middle-2 {
background: url(../images/styles/middle_header_re360.jpg);
width: 800px; 
height: 115px; 
}

.sitelogo {
	width: 130px;
	height: 90px;
	position: absolute;
	z-index: 1;
	margin: 12px 0 0 10px;
	background: url(../images/styles/RT_Logo_SMALL.jpg);
}

.sitename h1 {
	width: 800px;
	margin: 17px 0px 0 450px;
	position: absolute;
	color: rgb(238,237,232);
	font-size: 190%;
	background-color: transparent;
	font-style: normal;
	font-weight: 100%;
}
.sitename-1 h1 {
	width: 800px;
	margin: 17px 0px 0 300px;
	position: absolute;
	color: rgb(238,237,232);
	font-size: 190%;
	background-color: transparent;
	font-style: normal;
	font-weight: 100%;
}
.sitename-2 h1 {
	width: 800px;
	margin: 17px 0px 0 275px;
	position: absolute;
	color: rgb(238,237,232);
	font-size: 190%;
	background-color: transparent;
	font-style: normal;
	font-weight: 100%;
}

}
.sitename-3 h1 {
	width: 800px;
	margin: 17px 0px 0 555px;
	position: absolute;
	color: rgb(238,237,232);
	font-size: 190%;
	background-color: transparent;
	font-style: normal;
	font-weight: 100%;
}

/* Header Menu Navigation */
.header-bottom {
	width: 800px;
	height: 25px;
	background: #333333; /*Firefox*/
	overflow: visible !important; /*IE6*/
	overflow: hidden;
}

/* LOG IN MENU NAVIGATION */
.menu 
{
	float: right;
	margin: 9px 7px 3px 0;
	text-align: right;
	font-size: 100%;
}
.menu a:link, .menu a:visited, .menu a:active
{
	color: rgb(102,102,102);
	display: block;
}
.menu a:hover, a.selected
{
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	background: transparent none;
}


/* MAIN MENU NAVIGATION */
.navmenu {
	margin: 2px 0 0 5px;
	padding: 8px;
}

.navmenu {
	float: left;
	margin: 0 0 0 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 1px;
}

.navmenu a {
	color: rgb(255,255,255);
	transform:
	text-decoration: none;
	margin-right: 10px;
}

.navmenu a:hover, a.selected {
	border: 0;
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
	color: rgb(169,173,172);
}

.navmenu a.selected {
	border: 0;
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
	color: rgb(169,173,172);
}


/* DROP MENU NAVIGATION */

#dropmenudiv{
	position: absolute;
	border: 0px inset rgb(204,204,204);
	border-bottom-width: 1px;
	font-size: 102%;
	font: arial, sans-serif;
	letter-spacing: 2px;
	line-height: 15px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #FF0000;
}

a {
text-decoration: none;
color: rgb(23,62,67);
}

a:hover {
color: rgb(255,255,255);
}

.hide {
	display: none;
}

#footer{
	background: transparent url(../images/styles/footer.gif) no-repeat bottom left;
	width: 800px;
	height: 17px;
	padding: 10px px;
	border-top: 1px solid rgb(147,135,113);
	padding-bottom: 0;
	background-color: inherit;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active
{
	color: rgb(23,62,67);
}
#footer a:hover, a.selected
{
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
	background: transparent none;
}
#footer p{line-height:1.8em; margin:0}

#footer img{
vertical-align: middle;
	width: 30px;
	height: 25px;
	background: transparent;
}

