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

body {
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #bfe6f1;
	background-image: url('img/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:active, a:visited {
	font-family: verdana;
	color: #009bc9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: verdana;
	color: #009bc9;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	list-style-image: url('img/bullet.gif');
}

li {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-bottom: 16px;
	padding-left: 5px;
}

p, form {
	font-family: verdana;
	color: #000000;
	font-size: 14px;
}

input, textarea {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
}

textarea {
	width: 222px;
}

#mainbody {
	width: 806px;
}

#gcs-info {
	position: relative;
	width: 800px;
	height: 510px;
	background-color: #ffffff;
	background-image: url('img/bg-grass.gif');
	background-repeat: no-repeat;
	background-position: top;
	border-left: 3px solid #008752;
	border-right: 3px solid #008752;
}

#gallery {
	position: absolute;
	left: 20px;
	width: 375px;
	height: 265px;
	float: left;
}

#highlights {
	position: absolute;
	right: 30px;
	width: 375px;
	height: 250px;
	text-align: left;
}

#description {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 750px;
	padding: 0px 25px 20px 25px;
	text-align: left;
	top: 261px;
	left: -4px;
	height: 224px;
}

#gcs-extras {
	position: relative;
	width: 800px;
	height: 258px;
	background-color: #ffffff;
	background-image: url('img/bg-dots.gif');
	background-repeat: repeat-y;
	border-left: 3px solid #008752;
	border-right: 3px solid #008752;
}

#contact {
	position: absolute;
	left: 0px;
	width: 236px;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

#location {
	position: absolute;
	left: 266px;
	width: 236px;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

#links {
	position: absolute;
	right: 0px;
	width: 239px;
	word-wrap: break-word;
	padding: 0px 15px 0px 15px;
	text-align: left;
	top: 0px;
}

#footer {
	width: 800px;
	padding-top: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

