@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a {
	color: #c60d00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #c60d00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #e70f00;
	text-decoration: none;
	font-weight: bold;
}

.wrapper {
	border: 1px solid #727272;
}
.phone {
	margin-top: 10px;
	font-size: 10px;
	color: #323232;
	font-weight: bold;
	text-align: right;
}
.content_main {
	padding-top: 37px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 30px;
	text-align: left;
}
.headline {
	margin-bottom: 15px;
}
.content_midbar {
	padding-top: 37px;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	text-align: left;
}
.get_in_touch {
	margin-bottom: 15px;
}
.form_text {
	width: 120px;
	height: 15px;
	padding: 2px;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	border: 1px solid #727272;
}
.form_textarea {
	width: 120px;
	height: 60px;
	padding: 2px;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	border: 1px solid #727272;
}
.get_in_touch_form {
	font-size: 9px;
	color: #000000;	
	font-weight: bold;
}
.red {
	color: #c30d00;
}
.form_label {
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 5px;
}
.footer {
	margin-top: 10px;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.links {
	width: 170px;
	height: 248px;
	background: #7e0800;
}



/* Headline Formatting */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
/*	text-align: center; */
	font-size: 24px;

}

h2 {
	font-size: 12px;
	text-align: center;	
	color: #666666;	
/*	display: inline; */
}

h3 {
	font-size: 5px;
}

h4 {
	color: #666666;
	font-size: 12px;
/*	margin: 10px 0 10px 0; */
/*	display: inline; */
}

h5 {
	font-size: 20px;
}