html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #bababa;
	font-family: 'Montserrat', Arial, sans-serif !important;
	font-size: 120%;
    font-weight: 300;
	line-height: 200%;
	color: #696969;
	text-align: left;
}

.responsiveImg {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}

#header {
width: 100%;
max-width: 1024px;
height: auto;
padding-top: 20px;
margin: -20px auto 0 auto;
left: 10%;
right: 10%;
background: #bababa;
}

#banner {
clear: both;
width: 100%;
height: auto;
background: #444;
}

#main {
clear: both;
width: 100%;
max-width: 1024px;
height: auto;
padding: 20px 40px;
margin: 50px auto 0 auto;
background: #fff;
}

.footer {
clear: both;
width: 100%;
position: fixed;
bottom: 0;
height: 30px;
padding: 20px 0;
z-index: 10;
background-color: #444;
text-align: center;
color: #fff;
font-family: Verdana, san-serif;
font-size: 10px;
letter-spacing: 1px;
}

a:link {
	color: #b74718;
	text-decoration: none;
}

a:visited {
	color: #b74718;
	text-decoration: none;
}

a:hover {
	color: #b74718;
	text-decoration: underline;
}

li a:link {
	color: #fff;
	text-decoration: none;
}

li a:visited {
	color: #fff;
	text-decoration: none;
}

li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer a:link {
	color: #fff;
	font-family: Verdana, san-serif;
	font-size: 100%;
}
.footer a:visited {
	color: #fff;
	background-color: #000;
}
.footer a:hover {
	text-decoration: underline;
}

#blockStyle312Banner29 {
width: 100%;
height: auto;
}

/*********************************************** 3 COLUMN STAFF PAGE ***********************************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

#directory {
width: 100%;
max-width: 330px;
height: auto;
}

/******************************* MOBILE STYLESHEET *******************************/
@media screen and (max-width: 1024px){

#header {
width: 85%;
height: 100px;
}

#banner {
position: relative;
top: 0;
}

#main {
width:90%;
padding: 20px;
margin-top: 25px;
}

.responsiveImg {
width: auto;
height: 100%;
}

.bxslider {
display: none;
}

#directory {
width: 80%;
}

#googleMapCanvas432{
display: none;
}
}