h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
/*	display: inline;  seems that IE displays HRs as inline by default but gecko goes with block */
	margin-left: -28px;
	margin-right: -28px;
}

.ad {
	margin: 10px 0px; 
}

.ad .body {
	margin: 0 25% 0 1em;
}

.ad .body:first-letter {
	text-transform: uppercase;
}

.ad .contact:first-line {
	font-weight: bold;
}

.ad .contact {
	margin-top: 0.5em;
}

.ad .title {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: capitalize;
	line-height: 1.2em;
}

.contact .address {
	margin-left: 1em;
	text-transform: capitalize;
}

.contact .name-position{
	margin-left: 1em;
	text-transform: capitalize;
}

.contact .phone, .contact .fax, .contact .website, .contact .email {
	margin-left: 1em;
}

.section {
	margin-bottom: 5px;
	text-align: left;
}

.section .description{
	border-bottom: 1px dashed #C78425;
	font-size: 1em;
	font-weight: normal;
	margin-left: -29px;
	margin-right: -29px;
	text-align: center;
	text-transform: none;
}

.section-links{
	margin-bottom: .5em;
	text-transform: capitalize;
}

.section h2.title {
	background: #DFB579;
	border: 1px solid #C78425;
	color: #116611;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0 -29px;
	text-align: center;
	text-transform: capitalize;
}


