@charset "UTF-8";
/* CSS Document */

#header{
		background: url(../images/backgrounds/hdr_bg.png) repeat-x;
		height: 60px;
}

#header h1, #header h3{
		visibility:hidden;
}

#home{
		background: url(../images/rpm_logo.png) no-repeat;
		position:absolute;
		top: 5px;
		left: 20px;
		width: 60px;
		height: 97px;
}

#home a span {
		visibility:hidden;
		text-align: center;
}

#home a {
		display: block;
		text-decoration:none;
		width: 60px;
		height: 97px;
}

#buffer{
		background: url(../images/backgrounds/cntnt_bg.png) repeat-x;
		height: 16px;
}

#footer {
		text-align: center;
}

#footer span{
		font: x-small Verdana, Arial, Helvetica, sans-serif;
		color: #996633;
}

#sub-section span{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#sub-section h3{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	padding-left: 7px;
	margin-top: 7px;
	width: 180px;
	height: 22px;
	background-image: url(../images/backgrounds/nav_bar_h3.png);
	background-repeat: repeat-x;
}

#split_lt{
		padding: 8px;
}

#split_rt{
		padding: 8px;
}

#split_rt h1{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #95ae36;
		font-weight:normal;
		margin-bottom: 10px;
}

#split_rt h2{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight:bold;
		margin-bottom: 3px;
}

#split_rt p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight:normal;
}


#menu{
		background: url(../images/backgrounds/nav_bar_bg.png) repeat-x;
		height: 30px;
}
		/* NAVIGATION BUTTONS */
			.menu {
	height: 30px;
	width: 792px;
	margin-left: 0px;
			}
			.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(images/backgrounds/button_bg_on.png) no-repeat;
	width: 88px;
	height: 30px;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(images/backgrounds/button_bg_on.png);
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 88px;
						height: 30px;
						float: left;
						color: #fff; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #fff;
			}
			

			.cssnav img {width: 88px; height: 30px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	left: 0px;
	top: 8px;
	text-align: center;
	width: 88px;
	cursor: pointer;
					     
			}
			/* END OF NAVIGATION */
