@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px;

	background:#5a728c;
	
	color:#5d5c5c;
}

.clear { clear:both; width:0px; height:0px; padding:0; margin:0; }

/* HEADER */

#header {
	width:950px;
	top:5px;
	
	left:50%;
	margin-left:-475px;
	position:absolute;
	
	height:105px;
	
	background:url(images/top_bar.jpg) #f6eee3;
	
	border-bottom:2px #d5cabb solid;
}

#header #rr_logo {
	position:absolute;
	left:10px;
	top:0px;
	
	width:225px;
	height:105px;
	
	overflow:hidden;
	
	background:url(images/top_bar_rr_logo.jpg) no-repeat;
}

#header #rr_logo a {
	display:block;
	height:100%;
	width:100%;
	padding-top:115px;
	height:0px;
	overflow:hidden;
}

#header #contact_info {
	position:absolute;
	right:10px;
	top:12px;
	
	width:225px;
	height:85px;
	
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#5d5c5c;
}

/* NAV BAR */
#nav_bar {
	background:#616261;
	
	position:absolute;
	top:111px;
	height:32px;
	
	width:950px;
	
	left:50%;
	margin-left:-475px;
}

#nav_bar ul {
	padding:0;
	margin:0;
	list-style:none;
}

#nav_bar li {
	padding:5px 15px;
	border-right:1px #CCC solid;
	float:left;
	
	font-size:14px;
	
	width:auto;
}

#nav_bar li.nav_active a {
	text-decoration:underline;
}

#nav_bar a {
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	
	color:#fff;
}

#nav_bar a:hover, #nav_bar a:active {
	text-decoration:underline;
}

/* FOOTER */
#footer {
	width:950px;
	
	text-align:center;
	
	position:relative;
	
	background:#fff;
	
	padding:10px 0;
	border-top:5px #e7dccf solid;
	border-bottom:5px #5a728c solid;
}

#design {
	background:#5a728c;
	color:#fff;
	text-align:center;
	font-size:0.9em;
}
	#design a { color:#CCC; }
	#design a:hover { color:#fff; }