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

body {
	background: url(images/background_image.png) repeat top;
	margin: 0;
	padding: 0;
	color: #A3D39E;
	font-family: Museo, Lucida Grande;
	font-size: .85em;
	color: white;
	}

	
	
	
h1 {
	font-size: 1.1em;
	color: #A3D39E;
	font-weight: bold;
	line-height: 1.3em;
	margin:0;
	padding:0;
	
	}
h1.greeting {
	font-size: 2.25em;
	
	}

#content {
	width: 950px;
	height: 600px;
	margin-right: auto;
	margin-left:auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-image:url(images/lighting.png);
	background-position:top;
	background-repeat:no-repeat;
	
	}
	



#logo {
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 306px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	
	}	
	
#information {
	width: 100%;
	text-align:center;
	margin: 0;
	padding:5px;
	
	}

a:link, a:visited {
	color: pink;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}

a:hover { 
	text-decoration: underline;
}

#request {
	position:relative;
	width: 600px;
	background: url(images/background_image.png) repeat top;
	padding: 30px;
	
	}
.field {
	position: relative;
	width: 580px;
	height: 50px;
	
	}
.field-tall {
	position: relative;
	width: 580px;
	height: 125px;
	
	}
	
.field-submit {
	position: relative;
	width: 525px;
	height: 75px;
	text-align: right;
	
	
	}

input.textField {
	border: 1px #333333 solid;
	display:block;
	background-color: #fff;
	padding: 8px;
	width: 351px;
	background-image:url(images/textbox-shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 1.2em;
	text-transform: uppercase;
	}
	
textarea {
	border: 1px #333333 solid;
	display:block;
	background-color: #fff;
	padding: 8px;
	width: 351px;
	background-image:url(images/textbox-shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 1.2em;
	text-transform: uppercase;
	}


#form-field	{
	float:left;
	padding: 2px;
	background-color: #A3D39E;
	margin-bottom: 10px;
	}

.field  label, .field-tall label { 
    float:left;
	font-size:16px;
	margin-right:20px;
	margin-top:0px;
	text-align:right;
	width:135px;
	padding-top: 15px;

}


.submit {
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:40px;
	line-height:0;
	margin-left:-1px;
	width:164px;

}
.submit:hover {
background-position:left -40px;
}
.submit:active {
background-position:left -80px;
}
.submit {
	background-image:url(/images/button-send_message.png);
	background-color: transparent !important;

}
