@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: #e3dac5 url(/images/bodyBkgd.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content{
	background: url(/images/contentRptBkgd.jpg) repeat-y left;
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	min-height: 600px;
}

#header{
	width: 700px;
	height: 85px;
	background: url(/images/headerRptBkgd.jpg) repeat-x top;
}

#logo{
	width: 700px;
	height: 60px;
	background: url(/images/logo.jpg) no-repeat 10px 0;
}

#logo h1{
	display: none;
}

#topNav{
	width: 700px;
	height: 25px;
	padding: 0 15px;
}

#topNav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#topNav li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
}

#topNav li a:hover{
	text-decoration: underline;
}

#topNav li a.here{
	font-weight: bold;
}

#leftColumn{
	width: 250px;
	float: left;
}

#leftColumn p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00300a;
	padding: 10px 10px;
}

#rightColumn{
	width: 440px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #414242;
}

#welcomeBanner{
	width: 440px;
	height: 70px;
	background: url(/images/welcomeBanner.gif) no-repeat;
}

#welcomeBanner h2{
	display: none;
}

#callTodayBanner{
	width: 232px;
	height: 70px;
	margin: 10px 10px;
	background: url(/images/callTodayBanner.gif) no-repeat center;
}

#callTodayBanner h3, #callTodayBanner p{
	display: none;
}

#footer{
	background: #a5b7b8 url(/images/footerRptBkgd.jpg) repeat-x top;
	width: 100%;
	overflow: hidden;
}

#footerContent{
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
	height: 200px;
	background: url(/images/footerContentOverlay.jpg) no-repeat top;  
}

#botNav{
	width: auto;
	height: 25px;
	margin: 13px 0 0 250px;
}

#botNav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#botNav li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#botNav li a{
	color: #518181;
	text-decoration: none;
	padding: 0 5px;
}

#botNav li a:hover{
	text-decoration: underline;
}

#botNav li a.here{
	font-weight: bold;
}

#botNav li a.last{
	padding-right: 0;
}

#footerContactInfo{
	margin: 20px 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #4d5959;
	line-height: 20px;
}

#legal{
	margin: 10px;
	font-size: 10px;
	text-align: right;
	color: #4d5959;
}

#brandLogos{
	background: url(/images/NRP_toplogo.jpg) no-repeat;
	width: 100px;
	height: 35px;
	position: absolute;
	margin-top: -125px;
}

#leftGradShadow{
	width: 10px;
	height: 400px;
	background: url(/images/bodyLeftGradShadow.jpg) no-repeat top;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -360px;
}

#rightGradShadow{
	width: 10px;
	height: 400px;
	background: url(/images/bodyRightGradShadow.jpg) no-repeat top;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 350px;
}