/*----------------------------- Normalizes Styles ---------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, *
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}

fieldset, img {border: 0;}

a {outline: none;}
/*------------------------------ End Normalize -------------------------------*/


html {
	background-color: #2d2420;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #806754;;
	line-height: 1.5em;
}

h1 {
	margin: 20px auto;
	height: 150px;
	width: 640px;
	text-indent: -9999px;
	background: url(../images/testimonials_popoup.jpg) top center no-repeat;
	border: 3px solid #fff;
}

h3 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ae9b64;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

h4 {
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #a47d40;
	text-shadow: #000 0.1em 0.1em 0.2em;
}


#content {
	margin: 30px auto;
	width: 620px;
	
}

p {
	padding: 8px 0 8px 0;	
}

a:link, a:visited {
	color: #a47d40;
	text-decoration: underline;
}

a:hover, a:active {
	color: #a47d40;
	text-decoration: none;
}






ul {
	list-style: none;
	margin: 2px 0;
	color: #ae9b64;
}

ul li {
	margin-left: 1.5em;
	padding-left: 0;
	padding-bottom: .5em;
}

ul ul {
	list-style: square;
	text-transform: none;
	font-weight: normal;
}

ul li ul li {
	margin-left: 2em;
	padding-left: 0;
	padding-bottom: .2em;
}

ul ul ul {
	list-style: disc;	
}


div.col {
	padding: 10px 0;
	width: 310px;
	float: left;
}

div.clear {
	clear: both;	
}

/*---------------------------------- Contact Form -----------------------------------*/

p.office {
	padding-left: 160px;
	background: url(../images/email.jpg) 30px center no-repeat;
}


form {
	background-color: #2d2420;
}

fieldset {
	margin: 20px 20px;
	padding: 20px 40px 20px 40px;
	background-color: #221b18;
	color: #ae9b64;
}

legend {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #a47d40;
}

label {
	float: left;
	width: 10em;
}

label.checkbox {
	float: none;
	width: auto;
}

input {
	width: 300px;
	padding: 3px;
	font-size: 14px;
}


input.checkbox, input.submit, input.clear {
	width: auto;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	font-size: 14px;
}

h3.redirect {
	font-size: 24px;
	padding: 60px 40px 10px 40px;
	text-align: center;
}

p.redirect {
	font-size: 18px;
	line-height: 1.5em;
	padding: 0 40px 0 40px;
	text-align: center;
}

















