body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #000;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #414141;
    line-height: 18px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
p, h1, h2, h3, h4 {
	margin-bottom: 15px;
}
			
a img, :link img, :visited img {
    border: none
}
a:link {
	color: #414141;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b4a2d;
}
a:hover {
	text-decoration: none;
	color: #deddc2;
}
a:active {
	text-decoration: none;
	color: #4b4a2d;
}
h1 span, h2 span, h3 span {
    display: none;
}
li {
    list-style: none;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}


#content {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#content-wrapper {
	background: #827E60;
	padding-top: 25px;
	padding-bottom: 25px;
}
	
.contact-info li {
	margin-bottom: 10px;
	line-height: 16px;
}
.contact-info li strong { 
	display: block;
	color: #4b4a2d;
}
#contact-form fieldset {
	margin-bottom: 20px;
}
#contact-form fieldset.mini {
	width: 340px;
	margin-right: 30px;
	float: left;
	display: inline;
}
#contact-form fieldset.large {
	padding: 15px;
	background: #888469;
}
#contact-form legend {
	font-size: 16px;
	color: #414141;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
#contact-form input, #contact-form textarea, #contact-form select {
	font-weight: normal;
}
.input {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #7fb4da;
	color: #414141;
	font-size: 14px;
	padding: 3px;
	background: #cfe1ed;
}
#contact-form fieldset input:focus {
	border-bottom: 1px solid #000;
	background: #a9cd46;
}
#contact-form fieldset textarea {
	line-height: 24px;
	width: 100%;
}
#contact-form fieldset textarea:focus {
	border-bottom: 1px solid #000;
	background: #a9cd46
}
#contact-form p {
	font-weight: bold;
}
span.required {
	font-size: 11px;
	color: #99957B;
	font-weight: normal;
}
#contact-form label {
	font-size: 11px;
	color: #FFF;
}
#contact-form select {
	color: #000;
}
#contact-form .submit {
	background: #7fb4da;
	color: #FFF;
	border: 1px solid #6298be;
}
#contact-form table {
	width: 100%;
}
#contact-form th {
	width: 300px;
	vertical-align: top;
}
#contact-form td {
	vertical-align: top;
}
#contact-form th, #contact-form td {
	border-bottom: 1px solid #B0AC94;
}

