@charset "utf-8";
/* CSS Document */

body {
	width:1020px;
	margin:0 auto;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.border {
	background:#ADADAD;
	float:left;
	height:4px;
	width:100%;
	margin-bottom:50px;
}

.border2 {
	background:#00CD97;
	float:left;
	height:2px;
	width:100%;
	margin-top:20px;
}
.logo {
	width:200px;
	height:auto;
}

nav {
}

nav ul {
	list-style:none;
	text-align:center;
	margin:-30px 0 0 500px;
}

nav a {
	text-decoration:none;
	color:#464646;
	float:left;
	margin:auto 10px;
	letter-spacing:2px;
}

nav a:hover {
	color:#00CD97;
}

h1 {
	text-align:left;
	color:rgba(99,99,99,1.00);
	font-size:25px;
	margin-top:40px;
}

.pagewrap {
	margin:50px 0 30px 50px;
}

.pagewrap a {
	color:#00CD97;
	text-decoration:none;
}

.pagewrap a:hover {
	color:rgba(73,73,73,1.00);
}

footer {
	margin:50px auto;
}

.buttons {
	border:3px solid #00CD97;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	color:#373737;
}

#sandhillsContentFrame {
	margin-top:30px;
}