/*------------------------------------*\
    RESET
\*------------------------------------*/
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,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline: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;
}

/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}

del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.center {
	text-align: center;
}

.intro {
	text-align: center;
	margin-top: 35px;
    margin-bottom: 25px;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
	max-height: 225px;
	margin: 0 -15px;
}

.content {
	float: left;
	width: 40%;
}

.maps {
	float: right;
	width: 60%;
}

.maps iframe {
	max-width: 100%;
}

p, table {
	margin-top: 10px;
	margin-bottom: 15px;
}

tr td {
	padding: 5px 0;
	min-width: 160px;
}

strong {
	font-weight: 18px;
	font-weight: bold;
}

@media (max-width: 799px) {
	.content,
	.maps {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	table {
		margin: 0 auto;
	}
}