/* CSS Document */


#grph_thumbnails {
	overflow: auto;
	position: relative;
	float: left;
	top: 10px;
	left: 60px;
	width: 0 auto;
	height: 570px;
	padding: 5px;
	margin: 0 0 10px 0;
	background-image: url(../images/graphics/fw/grngradientvert.png);
}

#grph_thumbnails p {
	font-size:9px;
}

#grph_thumbnails td {
	width:80px;
	height:80px;
	text-align:center;
	vertical-align:top;
	padding: 5px 5px 5px 5px;
}

#grph_thumbnails img {
	width: 65px;
	height: 55px;
	margin: 0 auto;	/* centers image */
	border: inset 1px #764f27;
}

#graphgallery {
	overflow: hidden;
	position: relative;
	float: right;
	top: 0px;
	right: 20px;
	width: 700px;
	height: 620px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

.graph {
	margin: 0 0 100px 0;
}

#graphgallery img {
	width: 600px;
	height: 500px;
	border: 2px solid #c3dfdd;
}

#graphcaption {
	font-size:10px;
	text-align:justify;

	width: 600px;
	margin: 0 0 20px 0;
}

#graphcaption p {
	color: #193e4a;
}