@charset "utf-8";
body {
	background-color: #3A5C20;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A5C20;
}
#container {
	height: 671px;
	width: 100%;
	background-image: url(images/tree_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#header {
	background-image: url(images/vt_logo.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 382px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#buttons {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	text-decoration: none;
}
a:hover {
	color: #62A003;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
strong {
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
}
.quote {
	width: 355px;
	float: right;
	padding-top: 45px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	color: #34830F;
	font-weight: normal;
	text-align: left;
}

/* ------------------- Button Styles ------------------- */
.linkText {
	height: 114px;
	width: 175px;
	color: #3A5C20;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 115px;
}
.linkText a:hover, .linkText a:visited {
	color: #3C720A;
}
.download {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 300px;
	display: block;
	background-position: top;
	float: left;
}
.download a:link, .download a:visited {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: top;
}
.download a:hover {
	background-image: url(images/download.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}
.info {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 300px;
	display: block;
	background-position: top;
	float: left;
}
.info a:link, .info a:visited {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: top;
}
.info a:hover {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}
.join {
	background-image: url(images/join.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 300px;
	display: block;
	background-position: top;
	float: left;
}
.join a:link, .join a:visited {
	background-image: url(images/join.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: top;
}
.join a:hover {
	background-image: url(images/join.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}

/* ------------------- Bottom Text Styles ------------------- */

.copy {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	height: 300px;
}

