/* This is the CSS core style sheet for the Monkey River Site */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #848f62;
	margin: 0;
}

#container {
	margin: auto;
  	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.7em;
	text-decoration: none;

}

/*THESE ARE YOUR CHOICES FOR BODY TEXT. */
p {
	font-size: .8em;
	line-height: 1.7em;
	color: #000000;
	text-decoration: none;
}

ul {
font-size: .8em;
line-height: 1.7em;
text-align: left;
list-style-image:url(grc/orange_bullet.gif);
}

/*THIS IS THE CSS FOR H1 TAGS. YOU CAN CUSTOMIZE THE SIZE AND COLOR IN THISS CSS TO MATCH YOUR DESIGN. H1 TAGS ARE USED FOR HEADERS OF PARAGRAPHS AND NOT TO BE USED WITHIN A PARAGRAPH*/
h1 {
	color: #e93000;
	font-size: 1.2em;
	text-align: left;
	letter-spacing: .2em;
	font-weight: bold;
	margin-top:10px;
	border-top: 10px;
}

h2 {
	color: #5e770c;
	font-size: .9em;
	font-weight: bold;
	text-align: left;

}



/* THE FOLLOIWNG IS APPLIED TO ANCHOR TAGS */

p.bottomnav {
	text-align: center;
	font-weight: bold;
	font-size: .6em;
}

a.sublink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e770c;
	font-weight: bold;
	text-decoration: underline;
}

	
a.sublink:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}

a.sublink:hover {
	font-weight: bold;
	color: #e93000;
	text-decoration: none;
	
}

/* THE FOLLOWING IS APPLIED TO HEADER IMAGE SECTION OF THE PAGE*/


#header {
	background-image: url(grc/holder_01.jpg);
	background-repeat: no-repeat;
	height: 125px;

}

#banner {
	background-image:url(grc/holder_02.jpg);
	background-repeat: no-repeat;
	height: 200px;
	position:relative;
}


#content {
	position: relative;
	width: 800px;
}
	
/* THE FOLLOWING TAG APPLIES TO THE ROLLOVER EFFECT FOR THE SIDE NAVIGATION*/
	
#menu {
margin-left: 25px;
padding-bottom: .7em;
}

#menu a {
		display:block;
		width:180px;
		text-align:center;
		margin: .7em 2em 0 0; 
		padding:12px 0 15px 0px;
		font: bold 14px/1 sans-serif;
		color:#ffffff;
		background: url(grc/rollbtn.gif) 0 0 no-repeat;
		text-decoration: none;
		}
	#menu a:hover {	
		background-position: -180px 0;
		
		}
		


#navbar {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	width: 230px;
	text-align: center;
	list-style-type:  none;
	
}

/* END OF ROLLOVER EFFECT FOR THE SIDE NAVIGATION*/


#navimage {
	left: 0px;
	top: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	
}

#navline {
	position: absolute;
	left: 225px;
	top: 0;
	padding-top: 10px;
}

#maintext {
	margin-left: 230px;
	padding: 15px;
	background-color: #FFFFFF;
	
}



#bottom {
	background-image: url(grc/footer01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
}

/* THE CSS BELOW IS FOR THE INDEX PAGE NPL COPY RIGHT FOOTER*/

#url {
	font-size: .7em;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: center;
	
}

/*THE CSS BELOW IS FOR THE NPL COPYRIGHT FOOTERS INTERIOR PAGES*/

.footer {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

a.footlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a.footlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a.footlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.footlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/*END OF COPYRIGHT FOOTERS*/
