/* ------------  Contact Page  -----------*/

#body_con #context1 {
	background-color: #E8D6AC;
	background-image: url(graphics/logo_lg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 400px; }

#contact {
	position: absolute;
	background-image: url(graphics/con_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	top: 70px;
	left: 21px;
	width: 220px;
	height: 140px;
	font-size: 14px; }
	
#contact h3 {
	padding-bottom: 5px; }
	
/* --  Form --*/

#form {
	position: absolute;
	background-image: url(graphics/form_bg.png);
	background-repeat: no-repeat;
	left: 291px;
	top: 68px;
	width: 500px;
	height: 300px; }
	
fieldset {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	border: none;
	background-color: transparent; }
	
legend {
	margin-left: .5em;
	color: #000000;
	padding: 0;
	color: #000;
	font-weight:  bold; }
	
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none; }
	
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em; }
	
.submit {
	float: none;
	width: auto;
	border-style: none;
	background-color: transparent;
	padding-left: 15px; }
	
#require {
	position: relative;
	left: 210px;
	top: 8px;
	width: 180px;
	font-size: 12px; }
	
#require span {
	color: #FF0000;
	font-size: 17px;
	font-weight: bold; }
	
.text, textarea {
	border: 1px solid #ccc;
	width: 225px; }
	
label {
	position: relative;
	float: left;
	width: 145px;
	margin-right: 1em; }
	
label em {
	position: relative;
	left: 5px;
	top: -4px; }
	
#thank {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px; }
