@charset "UTF-8";
/* CSS Document */

a {
	color: #903;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#header {
	background: transparent url(../images/gwo_images/husband_wife_nap.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	/*float: left;*/
	height: 190px;
	border: solid 1px #003333;
	width: 760px;
}
#header img {
	padding: 0;
	margin: 0;
}
#flashMovie {
	width: 300px;
	float: right;
}
#headerImage {
	float: left;
}
p {
	font: normal .9em Arial, Helvetica, sans-serif;
}

/* Quick Contact Form */
fieldset {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 5px;
}
legend {
	font: bold .9em Arial, Helvetica, sans-serif;
}
input, textarea {
	display: block;
	border: solid 1px #333;
	width: 250px;
	margin: 0 0 7px;
}

legend {
	font-weight: bold;
}

.reset {	display: inline;
	color: #000;
	font-weight: bold;
}
.hiddenField {
	border: none;
}
.submit {	display: inline;
	color: #000;
	font-weight: bold;
	width: auto;
}

