/* CSS Document */
body {
	margin:0;
	padding:0 10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#D8D7D3;
	background:url(../images/nrwatermarkbg.png) repeat #353535;
	text-align:center;
	}
	
img.watermark {
	position:relative;
	float:right;
	width:500px;
	height:500px;
	z-index:-1;
	}
	
/* ----------------------------------------------Container-------------------------------------*/

#container{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding:0px;
	color:#070707;
	background:none;
	}
	
#navcontainer{
	position:relative;
	padding-left:20px;
	float:left;
	width:980px;
	height:42px;
	color:#070707;
	background:#070707;
	}
	
#contentcontainer{
	position:relative;
	padding:0px 20px 0px 20px;
	float:left;
	width:960px;
	height:auto;
	color:#070707;
	background:#070707;
	}
	
	
/* ----------------------------------------------Head-------------------------------------*/

#header{
	position:relative;
	float:left;
	width:1000px;
	height:350px;
	font-size:22px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-style:italic;
	color:#747473;
	background:url(../images/brickheaderbg.png) top left no-repeat;
	}

/* ----------------------------------------------Special Nav----------------------------------*/


#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  
  /*height: 355px;
  background: url(images/ForgivenLogo.png) no-repeat center bottom;*/
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 100px;
  height: 50px;
  background: url(../images/homebutton.png) no-repeat;
  left: 70px;
  top: 165px;
  z-index:1;
}
#menu .home span {
  /*width: 100px;
  height: 35px;
  background: url(../images/home-over.png) no-repeat;
  left: 7px;
  top: -24px;*/
}

#menu .schedule {
  width: 150px;
  height: 50px;
  background: url(../images/schedulebutton.png) no-repeat;
  left: 170px;
  top: 190px;
  z-index:1;
}
#menu .schedule span {
  /*width: 100px;
  height: 35px;
  background: url(../images/home-over.png) no-repeat;
  left: 7px;
  top: -24px;*/
}

#menu .products {
  width: 150px;
  height: 50px;
  background: url(../images/productsbutton.png) no-repeat;
  left: 70px;
  top: 235px;
  z-index:1;
}
#menu .products span {
  /*width: 100px;
  height: 35px;
  background: url(../images/home-over.png) no-repeat;
  left: 7px;
  top: -24px;*/
}

#menu .about {
  width: 100px;
  height: 50px;
  background: url(../images/aboutbutton.png) no-repeat;
  left: 220px;
  top: 265px;
  z-index:1;
}
#menu .about span {
  /*width: 100px;
  height: 35px;
  background: url(../images/home-over.png) no-repeat;
  left: 7px;
  top: -24px;*/
}

#menu .contact {
  width: 150px;
  height: 50px;
  background: url(../images/contactbutton.png) no-repeat;
  left: 70px;
  top: 300px;
  z-index:1;
}
#menu .contact span {
  /*width: 100px;
  height: 35px;
  background: url(../images/home-over.png) no-repeat;
  left: 7px;
  top: -24px;*/
}

/* ----------------------------------------------Top Navi-------------------------------------*/

ul#topnav{
	position:relative;
	left:0;
	display:block;
	width:840px;
	height:42px;
	list-style:none;
	margin:0;
	padding-left:120px;
	z-index:1;
	background:url(../images/tnavbg.jpg) top left no-repeat;
	}
	
ul#topnav li{
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:auto;
	height:42px;
	text-align:center;
	background:none;
	}
	
ul#topnav li.last{
	background:none;
	}
	
ul#topnav a:link, ul#topnav a:visited, ul#topnav a:hover{
	display:inline;
	float:left;
	height:21px;
	padding:10px 0 0 0;
	margin:0 2em 0 2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	font-style:normal;
	}

ul#topnav a:hover{
	font-size:16px;
	color:#FFFFFF;
	background-color:transparent;
	}

/* ----------------------------------------------Content-------------------------------------*/

#content{
	position:relative;
	float:left;
	width:960px;
	height:auto;
	min-height:500px;
	padding-top:20px;
	line-height:1.4em;
	color:#FFFFFF;
	background:url(../images/nrwatermark.png) top right no-repeat #B9B9B9;
	}
	
#content h1{
	position:relative;/* Clears IE6 Background Image Bug */
	padding:5px 0 5px 25px;
	margin:8px 0;
	font-size:36px;
	font-family:"Informal Roman","Times New Roman", Georgia, Times, serif;
	font-weight:bold;
	color:#000000;
	background:none;
	}
	
#content h2, #content h3{
	position:relative;/* Clears IE6 Background Image Bug */
	padding:5px 0 5px 25px;
	margin:8px 0;
	font-size:24px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#000000;
	background:none;
	}
	
#content p{
	position:relative;/* Clears IE6 Background Image Bug */
	width:auto;
	padding:10px;
	margin:8px 0;
	font-size:20px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#000000;
	background:none;
	}
	
	/* ---------------------------------------------Contact-------------------------------------*/
	
#contact {
	margin-left:auto;
	margin-right:auto;
	width:30em;
	}
	
#contact h1 {
	position:relative;/* Clears IE6 Background Image Bug */
	margin:8px 0;
	font-size:24px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#000000;
	background:none;
	}
	
#contact p {
	position:relative;/* Clears IE6 Background Image Bug */
	width:auto;
	padding:10px;
	margin-left:5em;
	font-size:20px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#000000;
	background:none;
	}

	
	/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	position:relative;
	float:left;
	width:1000px;
	height:65px;
	background:url(../images/footer.png) top left no-repeat;
	}



/* ----------------------------------------------Absolute Positioned Extras-------------------------------------*/
	
#logo{
	position:relative;
	float:none;
	top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:65px;
	background:url(../images/nrlogo.png) top left no-repeat;
	}
	
#logonofloat{
	position:relative;
	float:none;
	top:-20px;
	left:-15px;
	width:250px;
	height:224px;
	background:url(../images/newrevivallogo.png) top left no-repeat;
	}
	
/* ------------------------------------------------Image Preloader---------------------------------------------*/

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}
