@charset "UTF-8";
body {
	background-color: #000000;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-repeat: no-repeat;
}
#nav {
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	background-repeat: no-repeat;
	height: 550px;
	float: left;
}
#text {
	float: left;
	width: 700px;
	background-repeat: repeat-y;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: -5px;
	background-image: url(images/text.png);
}
#text p {
	font-family: "Lucida Sans";
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: left;
	font-size: 12px;
}
#top {
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 700px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
#bottom {
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 1000px;
	height: 50px;
	float: left;
	background-position: top;
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #FFFFFF;
}
#bottom a {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #FFFFFF;
}
#logo {
	background-repeat: no-repeat;
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: left center;
	background-image: url(images/staffordlogowebcontact.jpg);
}
#top h1 {
	font-family: "Lucida Sans";
	font-size: 1.2em;
	color: #FFFFFF;
	margin-left: 15px;
	font-weight: lighter;
	text-align: center;
}
#form1 p {
	font-family: "Lucida Sans";
	text-align: center;
	font-size: 0.8em;
}
label{
	margin:0.33em;
	display:block;
	font-family:"Lucida Sans";
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}

input, textarea {
	width:236px;
	height:15px;
	font-family: "Lucida Sans";
	border:none;
	padding:4px 8px;
	background-image: url(images/input.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#themessage {
	width:336px;
	height:125px;
	font-family: "Century Gothic", Century;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	}
#Submit {
	font-family: "Lucida Sans";
	font-size: 10px;
	width: 80px;
	margin: 5px;
	background-color: #000000;
}
	
.buttonSubmit, .buttonSubmitHovered {
	width:30px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	border:none;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	background-color: #000000;
}
.buttonSubmitHovered {
	background-position:center bottom;
}

#form1 {
	text-align: center;
	background-position: center center;
	padding: 5px;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
