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

td img {
	display: block;
}

body {
	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;
}

#pict {
	background-color: #F0F0F0;		/* Box for the main image  width:432px; */
	float: left;
	margin: 50px 10px 10px 0px;
	width:432px;  
}

#pict img {
	margin-top: 0px;
	border: 1px solid #333333;
}

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

#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;
}


/* Items added from PHP mailer CSS Adapt better to my page: TO DO   */		
	
#email_form {
	width: 500px;
	clear: both;
	}	
	
.error_message{
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	}
	
.thanks_message{
	color: #000000;
	}
	
a:link{
	text-decoration:none;
	color: #000000;
	}
a:visited{
	text-decoration:none;
	color: #000000;
	}
a:hover{
	text-decoration:none;
	color: #000000;
	}
	
.table {
	border-collapse:collapse;
	border:1px solid #000000;
	float: left;
	width:500px;
	}
	
.table_header{
	border:1px solid #070707;
	background-color:#B1C2B7;			
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	padding:2px;
	}
	
.attach_info{
	border:1px solid #070707;
	background-color:#EBEBEB;
	padding:4px;
	}
		
.attach_info p {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;	
	line-height: .7em;
	}
		
.attach_norm {
	font-weight:normal;
	}

.table_body{
	border:1px solid #070707;
	background-color:#EBEBEB;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding:2px;
	}
	
.table_footer{
	border:1px solid #070707;
	background-color:#B1C2B7;
	text-align:center;
	padding:2px;
	}
	
input,select,textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color:#AFAEAE;
	border:1px solid #000000;
	}
	
.copyright {
	border:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align:right;
	}
			
form {
	padding:0px;
	margin:0px;
	}

.about a {color:#FF0F06;
	text-decoration: underline;
	}
