@charset "utf-8";
/* CSS Document */

/*body{
max-width: 900px;
margin: 0 auto !important;
float: none !important;
}*/


h1 {
	padding: 0px;
	margin: 0px;
  	font-weight: bold;
  	color: #fff;
  	font-size: 32px;
}

h2 {
	padding: 0px;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

h3 {
	padding: 0px;
	margin-top: 5px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	text-transform: uppercase;
}

h4 {
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
	color:#fff;
    font-size:14px;
	font-weight:bold;
}
h5 {
	margin:5px 0;
	color:#fff;
	font-size:12px;
}
dd {
	text-indent:2em;
}
dt4 {
	font-weight:bold;
	margin:5px 0;
	color:#00ff80;
	font-size:14px;
}
dd5 {
	margin:5px 0;
	color: #FFF;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
p {
	display: block;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
	font-weight:normal;
	color:#fff;
	font-size:16px;
	line-height: 1.3;
}
li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFF;
}
#site_container {
	background-color: #004b25;
	width: 900px;
	margin: 0 auto;
	margin-top:20px;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}
#site_welcome {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #01803d;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index: 98;
	border: 2px solid #ccff99;
	border-radius: 25px;
	-moz-box-shadow: 0 0 10px #ccff99;
	-webkit-box-shadow: 0 0 10px #ccff99;
	box-shadow: 0 0 10px #ccff99;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.welcome_bug{
	float: right;
	width: 173px;
	padding: 15px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 20px;
}

a.welcome:link {color: #99cc99;}
a.welcome:visited {color: #99cc99;}
a.welcome:hover {color: yellow;}
a.welcome:active {color: red;}

#site_carousel {
	background-color: #000;
}
#site_header {
	background-color: #00763c;
	height: 120px;
}
#gvpc_logo {
	float: left;
	margin-top: 8px;
	margin-left: 9px;
}
#gvpc_header_info {
	font-weight: bold;
	color: #FFF;
	text-align: right;
	float: right;
	height: 30px;
	width: 320px;
	margin-top: 11px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#site_navmenu {
	height: 36px;
	width: 100%;
	background-color: #ccff99;
}
body {
	background-color: #3cb371;
}
.site_columns_left {
	float:left;
	background:#01803d;
	color:#fff;
	width: 46%;
	line-height: normal;
	margin-left:15px;
	margin-top: 15px;
	margin-bottom:25px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right:15px;
	border: 2px solid #ccff99;
	border-radius: 25px;
	-moz-box-shadow: 0 0 10px #ccff99;
	-webkit-box-shadow: 0 0 10px #ccff99;
	box-shadow: 0 0 10px #ccff99;
}
.site_columns_right {
	float:right;
	background:#01803d;
	color:#fff;
	width: 46%;
	line-height: normal;
	margin-right:15px;
	margin-top:15px;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:15px;
	border: 2px solid #ccff99;
	border-radius: 25px;
	-moz-box-shadow: 0 0 10px #ccff99;
	-webkit-box-shadow: 0 0 10px #ccff99;
	box-shadow: 0 0 10px #ccff99;
}

#site_footer{
	margin-top: 25px;
	padding: 20px;
	clear: both;
	text-align: center;
	background-color: #01803d;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
