/* CSS Document */

#contactform {
	position: relative;
	height: 60%;
	width: 74%;
	top: 0%;
	left: 260px;
	display: block;
}

#email {
	position: relative;
	width: 100%;
	height: 300px;
	top: 0%;
	display: block;
	padding: 0px;
	font-family: "Myriad Pro", Arial;
}

#contacttextwrapper {
	position: relative;
	width: 74%;
	top: 5px;
	left: 260px;
	max-width: 950px;
}

#contacttextheader {
	position: relative;
	height: 40px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	max-width: 950px;
}

#contacttext {
	position: relative;
	height: 200px;
	width: 100%;
	top: 5px;
	left: 0px;
	z-index: 200;
	overflow: visible;
	margin-top: 0px;
	padding-left: 0px;
	max-width: 950px;
}

.tdleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	display: table-cell;
	padding-left: 3px;
}
.tdright {
	font-family: ;
	font-size: 12px;
	text-align: right;
	display: table-cell;
	color: #6d9707;
}
	
tr {
	height: 15px;
	display: table-row;
}

input.btn {
	color:#6d9707;
	border: 1px solid #1e180e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-left: 3px;
}

input {
	background-color: #FAFAF4;
	border: 1px solid #1e180e;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e180e;
	line-height: normal;
	display: marker;
}

textarea {
	background-color: #FAFAF4;
	border: 1px solid #1e180e;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e180e;
	line-height: normal;
	display: marker;
}

input.btn:hover {
	color: #1e180e;
	border: 1px solid #1e180e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-left: 3px;
}

#FBLogo {
	display: block;
	float: right;
	top: 0px;
	right: 0px;
}

