﻿#Navigation li#ContactUs a
{
	background: #CB7307 url('/images/bg-navigation-link.png') repeat-x top;
}

#Content #Contact
{
	float: left;
	display: inline;
	width: 565px;
	margin-top: 20px;
}

#ContactInformation
{
	float: right;
	display: inline;
	width: 200px;
	border: solid #ECECCA;
	border-width: 0 0 0 3px;
}

#ContactInformation p
{
	margin-left: 10px;
	color: #827355;
}

#ContactInformation p img
{
	margin-bottom: 3px;
}

#ContactForm
{
	float: left;
	display: inline;
	width: 325px;
	margin-left: 18px;
}

#ContactForm fieldset
{
	float: left;
	display: inline;
	width: 325px;
	margin: 0 0 10px 0;
	border: none;
}

#ContactForm fieldset .FormElement
{
	float: left;
	display: inline;
	width: 325px;
	margin-bottom: 4px;
}

#ContactForm fieldset .FormElement label
{
	float: left;
	display: inline;
	width: 100px;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #827355;
	text-align: right;
	line-height: 0.9em;
}

#ContactForm fieldset .FormElement label small
{
	color: #AEA084;
}

#ContactForm fieldset .FormElement input, 
#ContactForm fieldset .FormElement textarea
{
	float: left;
	display: inline;
	width: 175px;
	margin: 0 5px 0 0;
	padding: 2px;
	border: solid 1px #DEDCB4;
	background: #F4F4E1 url('/images/bg-text.png') repeat-x top;
	font-size: 1.2em;
	color: #635841;
}

#ContactForm input[type="submit"]
{
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	width: 55px;
	padding: 2px;
	border: solid 1px #6A5F46;
	background: #6A5F46 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
}