@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	background: #ffffff;
	color: #465159;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
}
::-webkit-input-placeholder { color:#909ca3;font-style:italic;font-weight:600;font-size:1em; }
::-moz-placeholder { color:#909ca3;font-style:italic;font-weight:600;font-size:1em;} /* firefox 19+ */
:-ms-input-placeholder { color:#909ca3;font-style:italic;font-weight:600;font-size:1em; } /* ie */
input:-moz-placeholder { color:#909ca3;font-style:italic;font-weight:600;font-size:1em;}
input:focus, select:focus, checkbox:focus, radio:focus {
	outline-style: none; 
}
.clear {
	clear: both;
}
p {
	margin: 20px 0;
}
h1 {
	color: #465159;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 30px 0;
	letter-spacing: normal;
}
h2 {
	color: #465159;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 30px 0;
	letter-spacing: normal;
}
h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 30px 0;
	letter-spacing: normal;
}
h4 {
	color: #6ea027;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	display: block;
	letter-spacing: normal;
}
a, a:visited {
	color:#1592c7;
	text-decoration: underline;
}
a:hover {
	color:#6ea027;
}
strong {
	font-weight: 600;
}

/* ********** Wrapper Elements ********** */

#mach_wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.mach_container {
	width: 980px;
	margin: auto;
	color: #465159;
	position: relative;
	clear: both;
}
.mach_content {
	background: #ffffff;
	padding: 40px 0 50px 0;
}
.mach_column_left {
	width: 565px;
	float: left;
	padding: 0 20px 0 0;
}
.mach_column_right {
	float: right;
	padding: 00;
	background: #e9edef;
	width: 335px;
	padding: 15px 30px 10px;
	margin: 0 0 0px 0;
	overflow: auto;
	position: relative;
	display: block;
}
.mach_column_right2 {
	float: right;
	padding: 0;
	border-left: 1px solid #d1d9dd;
	width: 334px;
	padding: 0px 30px 10px;
	margin: 0 0 0px 0;
	overflow: auto;
	position: relative;
	display: block;
}

/* ********** Header ********** */

#mach_header {
	background: #1180b1 url(images/mach-header-background.jpg) no-repeat center;
	height: 200px;
	background-size: 100% 100%;
}
#mach_logo {
	background: url(images/mach-logo.png) no-repeat;
	width: 480px;
	height: 94px;
	left: 0px;
	top: 50px;
	position: absolute;
	display: block;
}

/* ********** Homepage Body ********** */

.mach_content.promo {
	background: #1378a4;
	padding: 40px 0;
	color: #ffffff;
}
.mach_content.promo p {
	color: #ffffff;
}
.mach_content.gallery {
	background: #404f58;
	padding: 40px 0 20px;
	color: #ffffff;
	overflow: auto;
}
.mach_content.gallery img {
	margin: 0 22px 22px 0;
	float: left;
}

/* ********** Footer ********** */

#map-canvas {
	width: 100%;
	height: 400px;
}
#mach_footer {
	background: #404f58;
}
#mach_footer .mach_container {
	padding: 35px 0 40px 0;
	overflow: auto;
	color: #ffffff;
}
#mach_footer .mach_container span {
	color: #d1d9dd;
}
#mach_footer .mach_container span {
	display: block;
}
#mach_footer .mach_container .mach_column_right2 {
	border-left: 1px solid #6f8691;
}