@font-face {
 font-family: 'FrutigerBold';
 src: url(fonts/frutibol-webfont.eot);
 src: url(fonts/frutibol-webfont.eot?#iefix) format('embedded-opentype'),  url(fonts/frutibol-webfont.woff) format('woff'),  url(fonts/frutibol-webfont.ttf) format('truetype'),  url(fonts/frutibol-webfont.svg#FrutigerBold) format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'FrutigerRoman';
 src: url(fonts/frutirom-webfont.eot);
 src: url(fonts/frutirom-webfont.eot?#iefix) format('embedded-opentype'),  url(fonts/frutirom-webfont.woff) format('woff'),  url(fonts/frutirom-webfont.ttf) format('truetype'),  url(fonts/frutirom-webfont.svg#FrutigeRoman) format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'FrutigerLight';
 src: url(fonts/frutilig-webfont.eot);
 src: url(fonts/frutilig-webfont.eot?#iefix) format('embedded-opentype'),  url(fonts/frutilig-webfont.woff) format('woff'),  url(fonts/frutilig-webfont.ttf) format('truetype'),  url(fonts/frutilig-webfont.svg#FrutigerLight) format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'FrutigerCond';
 src: url(fonts/fruticn-webfont.eot);
 src: url(fonts/fruticn-webfont.eot?#iefix) format('embedded-opentype'),  url(fonts/fruticn-webfont.woff) format('woff'),  url(fonts/fruticn-webfont.ttf) format('truetype');
 font-weight: normal;
 font-style: normal;
}

ul {margin: 0px; padding:0 0 0 12px;}

body {
	margin: 0px;
	font-family: 'FrutigerLight', Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	font-size:14px;
	line-height:18px;
}
a {color:#956928; text-decoration:none;}
a:hover {text-decoration: underline;}


h1 {
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	font-family: 'FrutigerBold', Helvetica, Arial, sans-serif;
	margin-top:0px;
}

.submit {text-align:center; margin:0px; position:absolute; bottom: -40px;}

.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	margin-bottom:10px;
}

.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	margin-bottom:10px;
}
.required_info {
	font-size:11px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:171px;
	height:20px;
	border:1px solid #cccccc;
	padding:7px;
	color:#808080;
	text-transform:uppercase;
}
.inputTextarea {
	width:171px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#444444;
	font-size:13px;
}
.contact_form label span {
	color:red;
}
.none {
	display:none;
}

#container {
	width:800px;
	margin:0 auto;
	position:relative;
}
#top-image {
	position:relative;
}
#main-content {
	width:780px;
	padding:0 0 0 20px;
}
#text-box {
	width:440px;
	padding-right:20px;
	float:left;
}
#footer {
	width:800px;
	float:left;
	font-size:12px;
	text-align:center;
	font-family: 'FrutigerLight', Helvetica, Arial, sans-serif;
	letter-spacing: 0.3px;
	margin-top: 15px;
}
#form-box {
	
	width:320px;
	float:left;
	margin-left:0px;
}
#form-box h2 {
	font-size:14px;
	line-height:16px;
	color:#19191A;
	text-align:center;
	margin:0 0 4px 0;
	font-weight:normal;
}
.living {font-size:18px; font-style:italic; margin:0 0 10px 0; color:#19191A; text-align:center;}