@charset "utf-8";
/* CSS Document */
#ContactTextFrame{
	position:absolute;
	left:20px;
	width:420px;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-size:10px;
	color:#fff;
}
#ContactTitle{
	font-size:24px;
	color: #ffa90b;
	padding-top:40px;
	padding-bottom:40px;
}
#ContactOrange{
	color:#faa200;
}
#LargeImageFrame{
	position:absolute;
	top:0px;
	left:475px;
}
#ContactForm{
	position:relative;
	top:320px;
	left:20px;
	width: 430px;
	color: #faa200;
	font-size:12px;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}
.Row{
	padding-top:10px;
	position:relative;
	width:430px;
	height:25px;
}
.Label{
	position:relative;
	width:120px;
	float:left;
}
.Input{
	position:relative;
	width:300px;
	float:right;
}
#TextAreaFrame{
	padding-top:10px;
	position:relative;
	width:430px;
}
#TALabel{
	position:relative;
	float:left;
	width:120px;
}
#TextArea{
	position:relative;
	width:300px;
	float:right;
	
}
#SubmitRow{
	top:0px;
	position:relative;
	left:215px;
	width:50px;
	z-index:10;
}
input, textarea{
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
	font-size: 12px;
	border-radius:2px;
}

#MenuFrameTwo{
	position:relative;
	top:520px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:570px;
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", sans-serif;
}