@charset "utf-8";
/* CSS Document */
body {
	background-image: url( /images/body-bg.gif );
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #2e5e2e;
	margin: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #003300;
}

a {
	color: #005500;
	text-decoration: none;
}

a:hover {
	color: #005500;
	text-decoration: underline;
}

hr {
	color: #003300;
	background-color: #005500;
	height: 1px;
}

h1 {
	color: #aa0000;
}

h2 {
	color: #ffcc00;
}

#header h1 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}

#header h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#header p {
	color: #ffcc00;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#wrapper {
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-image: url( /images/content-bg-top.gif );
	background-repeat: no-repeat;
	width: 1038px;
	height: 41px;
	clear: both;
}

#content {
	background-image: url( /images/content-bg-repeat.gif );
	background-repeat: repeat-y;
	width: 958px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#bottom {
	background-image: url( /images/content-bg-bottom.gif );
	background-repeat: no-repeat;
	width: 1038px;
	height: 38px;
	clear: both;
}

#nav {
	width: 100%;
	border-top: 1px solid #007700;
	border-bottom: 1px solid #007700;
	padding: 3px;
}

img {
	border: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

#footer {
	font-size: 12px;
	text-align: center;
}

/* Form Styles */

.form-error {
	background-color: #ffaaaa;
}

.fieldstyle {
	padding: 2px;
	border: 1px solid #000000;
	float: left;
}

.form-label {
	font-weight: bold;
}

.form-subtitle {
	text-size: 90%;
}

.form-full {
	width: 400px;
}

.form-half {
	width: 192px;
}

select.form-half {
	width: 197px;
}

.form-third {
	
}

.form-city {
	width: 253px;
}

.form-state {
	width: 35px;
}

.form-zip {
	width: 80px;
}

.form-hspace {
	width: 10px;
	height: 10px;
	float: left;
}

.form-vspace {
	height: 10px;
	clear: both;
}

/* Photo Gallery Styles */
.slideshow {
	width: 532px;
	margin-left: auto;
	margin-right: auto;
}

.slideshow img { 
	padding: 15px;
	border: 1px solid #005500;
	background-color: #aadd88;
	margin-bottom: 5px;
}
