/* CSS RESET */
/* 20090115 */
/* MD EDIT | 20090115 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; /* causes IE6 & 7 to ingnore deprecated align right/left on images */
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* END CSS RESET */

/* TYPOGRAPHY RESET SETUP */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px; 
}
h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	}
h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

h4, h5, h6  {
	
}
p {
	margin-bottom: 20px;
}

p + h1 {
	margin-top: 36px;
}

h1.supersize {
	font-size: 30px;
	line-height: 36px;
	}
	
ul, ol, dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

li, dt, dd {
	margin-left: 20px;	
}



body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-color: #5E0000;
	color: #fff9ae;
	margin-top: 60px;
	
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 80px;
}
#wrapper img {
	float: left;
	margin: 0 40px 40px 0;
	padding: 0px;
	width: 177px;
}
#contact {
	clear: left;
	
}
ul {
	list-style-position: inside;
	margin-top: 0;
}
li {
	font-style: italic;
}
#leftcol {
	float: left;
	width: 360px;
	_width: 350px;
	padding: 0 20px 20px;
}
#rightcol {
	float: left;
	width: 360px;
	padding: 0 20px 20px;
}

#contactform {
	padding: 10px 10px 0;
	border: 2px solid #FDB743;
	background-color: #7F0006;
}
textarea, input {
	margin-top:5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	
}
textarea.formelement, input.formelement {
	margin-top:5px;
	padding: 2px;
	background-color: #FFF9AE;
	border: 1px solid #FDB743;
	width: 328px;
	
}
.nomargin {
	margin-bottom: 0;
	}
small {
	font-size:12px;
	}
.error {
	border: 2px solid green;
	padding:4px;	
}
label.error {
	margin-top:2px;
	display: block;
	color: white;
	background-color: green;
	padding: 4px;
	
}
a {
	color: #fff9ae;
}
#testimonials {
	font-style: italic;	
}