/*  Stylesheet for jmt_grn_template_, Author: Ron Pepper, Date: 11-07-2006, modified: 12-13-07 */

td img {
	display: block;
}

body {					/* puts scroll-bar space on all pages */
	overflow: scroll;
	overflow-x: hidden;
}

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B1C2B7;      /* background color for pictures template */
	margin: 0px;
	padding: 0px;
}

#wrapper {							/* Overall wrapper */
	width: 750px;
	padding: 0px;
	margin: 0px auto;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Content items */
	font-size: 0.82em;
	line-height: 1.2em;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 20px;
	width: 710px;
}

h1 {
	text-align: center;		/* Headings */
	color: #993300;
	font-size: 1.5em;
	line-height: 1.2em;
}
h2 {
	text-align: center;		
	color: #993300;
	font-size: 1.3em;
}

#capt {
	float: right;		/* Caption info about the picture */
	width: 260px;
	min-height:180px;
	margin-top: 10px;
}

.extra_text {
	float: right;
	width: 260px;
	margin-top: 10px;
	margin-bottom:10px;
}

.extra_text p {
	font-size: .95em;
}

extra_text h2 {
	font-size: 1.3em;
}			

#arrow {					/* Navigational arrow for the next picture */
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 70px;
	height:17px;
	text-indent:-5000px;
	overflow:hidden;
	background-image:url(../green_banner/images/r_arrow4.gif); 	
}

#red_arrow {
	visibility:hidden;
	position: absolute;
	top: 125px;
	left: 80px;
	z-index:1;
}

#arrow:hover {
	background-image:url(../green_banner/images/r_arrow4b.gif);
}

#topo {				/* Topo Map to place the location on the trail */
	width: 257px;		
	float: right;
	position: relative;
	z-index:2;
}
#topo img {
	border: 1px solid #000000;
}	

#topo p {
margin-top: .2em;
font-size:.95em;
padding-bottom: 5px;
}

#pict {
	background-color: #F0F0F0;		/* Box for the main image  width:432px; */
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width:432px;  
}
#pict img {
	margin-top: 0px;
	border: 1px solid #333333;
}

.h_capt {
	margin-top:.5em;
	margin-bottom:3em;
	padding-left:8px;
}
.v_capt {
	margin-top:.5em;
	margin-bottom:3em;
	padding-left:58px;
	width:330px;
}


.vert_pict {
	margin-left:50px;
}

#bottom_nav {
	text-align: center;
	color: #993300;
	width: 100%;
	margin-bottom: -0.8em;
	padding-top: 20px;
	clear: both;	
}

#bottom_nav a {
	text-decoration: none;
}

#bottom_nav a:link, #bottom_nav a:visited, 
.prev a:link, .prev a:visited, 
.next a:link, .next a:visited  {
	color: #993300;
}
#bottom_nav a:hover,
.prev a:hover,
.next a:hover {
	color: #FF0000;
	background:#B1CDB7   /* #B1C2B7 #9DB9EA; */	
}

.prev {
	text-align: left;
	width: 15%;
}
.next {
	text-align: right;
	width: 15%;
}
.middle {
	text-align:center;
}

#footer {
	background-color: #999999;		/* Footer items */
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	font-style: normal;
	color: #fff;
}
#footer address a {
	color: #fff;
	text-decoration: none;
}
#footer address a:hover {
	color:#FF0606;
}