/* CSS Document */

#pg_cont {
	width:800px;
	height:auto;
	margin:auto;
	}
#con_cont {
	width:500px;
	height:auto;
	float:right;
	}
#pic_cont {
	width:300px;
	height:auto;
	float:left;
	}
#header {
	width:800px;
	height:383px;
	background-image:url(images/header3.jpg);
	background-position:top left no-repeat;
	}
#gbc_cont {
	width:150px;
	height:150px;
	float:left;
	background:url(/images/gbc_logo.png) center no-repeat;
	}
#gs_con {
	width:150px;
	height:150px;
	float:right;
	background:url(/images/gs_logo.png) center no-repeat;
	}
#pic {
	width:275px;
	height:215px;
	float:left;
	background:url(/images/exploded_view.jpg) center no-repeat;
	}
.nav {
	list-style-type:none;
	width:300px;
	height:32px;
	margin: 0;
	padding:343px 5px 0 0;
	float:right;
	}
.nav li {
	display:inline;
	}
.nav li a {
	float:R;
	font:Arial, Helvetica, sans-serif 16px;
	font-weight:bold;
	color:#006600;
	text-decoration:none;
	padding:1px 10px 3px 10px;
	}
.nav li a:hover {
	color:#669933;
	}
.h2 {
	font-size:18px;
	color:#006600;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	}
.h3 {
	color:#006600;
	font-size:14px;
	text-align:justify;
	}
.h4 {
	color:#006600;
	font-size:14px;
	text-align:center;
	}
.h5 {
	margin-top:128px;
	color:#006600;
	font-size:10px;
	text-align:center;
	}

.bold {
	font-weight:bold;
	}
.link  {
	text-decoration:none;
	color:#006600;
	}
.link:hover {
	text-decoration:none;
	color:#669933;
	}
#footer {
	width:800px;
	height:auto;
	clear:both;
	color:#006600;
	}
#footimg {
	background:url(images/grass.png) top center no-repeat;
	height:52px;
	width:800px;
	}
#altnav {
	text-align:center;
	}
#altnav a {
	font:Arial, Helvetica, sans-serif 10px;
	color:#006600;
	text-decoration:none;
	padding:0 10px 0 10px;
	}
#altnav a:hover {
	color:#669933;
	}
#copy {
	font-size:12px;
	text-align:center;
	}
		
	
