* {
	margin: 0;
	padding: 0;
}

body {
	background: #231917 url('/images/bg.jpg') repeat-x;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 9pt;
	line-height: 13pt;
}

p {
	margin-bottom: 13pt;
}

h1 {
	margin-bottom: 10px;
	font-size: 13pt;
	color: #A94618;
}

h2 {
	font-size: 10pt;
	line-height: 13pt;
	color: black;
}

h3 {
	font-size: 10.5pt;
	line-height: 13pt;
	color: #a94618;
}

h3.quote {
	color: #73062e;
	height: auto;
	overflow: visible;
	font-size: 12pt;
	letter-spacing: 0px;
	line-height: 22pt; 
	text-align: center;
	margin-bottom: 15px;
}

h3.quote.right,
h3.quote.left {
	line-height: 18pt;
	font-size: 11pt;
	width: 235px;
}

#primary h3.quote.left,
#primary h3.quote.right {
	margin-bottom: 5px;
	margin-top: 0px;
}

#primary h3.quote.left {
	margin-right: 10px;
}

#primary h3.quote.right {
	margin-left: 10px;
}

/*h3.right quote {
	font-weight: bold;
	color: #73062e;
	height: 24px;
	font-size: 20px;
	line-height: 24px; padding: 0;
	display: block;
	text-align: right;
	margin-top: -6px;
	margin-left: 0;
}*/

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	margin-top: 15px;
}

h4 a {
	color: #000000;
}

a {
	color: #8fa547;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

select {
	background-color: #E1DCD7;
	color: #000000;
	border: 1px solid #5c5550;
}

input {
	vertical-align: top;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #5c5550;
	font-size: 8pt;
}

textarea {
	padding: 2px 3px;
	border: 1px solid #5c5550;
	font-size: 8pt;
}

.contactForm textarea {
	margin-top: 10px;
	width: 440px;
}

input.submit {
	height: 20px;
	width: auto !important;
	width: 1px;
	margin-top: 0 !important;
	margin-top: 1px;
	overflow: visible;
	background: #5c5550;
	border: none;
	color: #ffffff;
	padding: 0 5px;
}

input.inputEmail {
	width: 100px;
}

.left {
	float: left;
	display: inline; /* ie6 - fixing double margin bug */	
}

.right {
	float: right;
	display: inline; /* ie6 - fixing double margin bug */	
}

.clear {
	clear: both;
}

.flash-replaced div.alt {
	display: none;
}

sup, sub {
	line-height: 0;
}