* {
    margin: 0;
    padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}

html, html a {
    -webkit-font-smoothing: antialiased;
}

body {
	font: 13px 'Libre Baskerville', serif;
	background: #fff;
	color: #000;
	font-weight: normal;
}

a img,:link img,:visited img, img { 
	border: none;
}

ul {
	list-style: none;
}

table,tr,th,td { 
	border-collapse: collapse;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

/* layout  */

.wrapper {
	overflow: hidden;	
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.links_wrapper {
	overflow: hidden;	
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}	

.header {
	padding: 30px 0 20px 0;
	overflow: hidden;
	position: relative;
}

.main {
	overflow: hidden;
	position: relative;
}

.logo {
	width: 316px;
	float: left;
}

ul.navigation {
	float: right;
	position: absolute;
	bottom: 0;
	right: 30px;
}

ul.navigation li {
	display: inline;
}

ul.navigation li a {
	font-size: 16px;
	font-style: italic;
	padding-left: 25px;
	color: #3a4043;
	font-weight: normal;
}

ul.navigation li a:hover {
	color: #777;
}

#map {
	width: 100%;
	min-height: 300px;
	z-index: 0;
	position: relative;
}

.gmnoprint  {
	margin-right: 9999px;
}

.infoBox {
	margin: 0;
    background:#c8c3b9;
	padding: 0;
	-webkit-box-shadow: 2px 2px 13px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -7px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -7px rgba(0,0,0,0.75);
	font: 13px 'Libre Baskerville', serif;
	z-index: 2;
}

.boxwrap {
	background-color: #fff;
	padding: 18px;
	margin: 25px;
}

h1 {
	color: #526f9d;
	font-size: 15px;
	line-height: 200%;
	padding-top: 10px;
}

h2 {
	color: #666;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 15px;
	font-style: italic;
	text-transform: uppercase;
}

.slide4 h2 {
	color: #fff;
}

h3 {
	color: #ef7903;
	font-weight: bold;
	font-size: 15px;
}

h3.second_section {
	margin-top: 30px;
}

#map_heading {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-style: normal;
	text-transform: none;
	color: #666;
	font-size: 26px;
	z-index: 1;
	
}

.infoBox h2 {
	color: #2a3032;
	font-size: 18px;
	text-transform: none;
	margin: 10px 0 5px;
	line-height: 140%;
}

p {
	color: #504d4d;
	font-size: 12px;
	line-height: 150%;
	margin-top: 15px;
}

p.address {
	margin: 0;
	color: #fff;
}

p.address span {
	display: block;
}

p.intro {
	font-style: italic;
	font-size: 15px;
	color: #777;
}

p.message {
	margin: 0 0 15px 0;
	color: #fff;
}

.slide ul {
	margin-left: 12px;
}

.slide li {
	color: #504d4d;
	font-size: 12px;
	line-height: 150%;
	list-style: disc;
	margin-top: 5px;
}

.infoBox p {
	margin-top: 0;
}

.infoBox ul {
	margin: 10px 0 0 0;
}

.infoBox li {
	font-size: 11px;
	color: #2a3032;
	padding-left: 20px;
	margin-top: 5px;
	line-height: 150%;
	list-style: none;
}

.infoBox li.ad  {
	background: transparent url("../images/bullet_ad.png") top left no-repeat;
}

.infoBox li.br  {
	background: transparent url("../images/bullet_br.png") top left no-repeat;
}

.infoBox li.am  {
	background: transparent url("../images/bullet_am.png") top left no-repeat;
}

.slide .map_links {
	position: absolute;
	top: 0;
	z-index: 10;
	list-style: outside none none;
	margin: 0;
}

.slide .map_links li {
	list-style: outside none none;
	margin: 0;
	display: inline;
}

.slide .map_links span {
	background-color: #999;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 12px;
}

.slide .map_links span:hover {
	background-color: #aaa;
}

.slide .map_links #back_link {
	display: none;
}

a.arrow{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -27px;
	background: transparent url("../images/arrow.png") top left no-repeat;
	width: 53px;
	height: 36px;
	display: block;
	z-index: 2;
	background-color: #ccc;
	cursor: pointer;
	display: none;
}

.ipad a.arrow {
	display: block;
}

.slide2 {
	background-color: #edf2f9;
}

.slide2, .slide3, .slide4 {
	padding: 30px 0;
}

.slide4 {
	background-color: #829cc6;
}

.col40 {
	width: 40%;
	float: left;
	padding-bottom: 15px;
}

.col60 {
	width: 60%;
	float: left;
	padding-bottom: 15px;
}

.col30 {
	width: 33.3%;
	float: left;
	padding-bottom: 15px;
}

.col60 .col_left_padding, .col40 .col_left_padding {
	padding-left: 40px;
}

.col30 .col_left_padding {
	padding-left: 20px;
}

.col30 .col_right_padding {
	padding-right: 20px;
}

.col30 .col_small_left_padding {
	padding-left: 10px;
}

.col30 .col_small_right_padding {
	padding-right: 10px;
}

.slide3 img {
	width: 100%;
}

.form_row {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

input, textarea {
	font: 12px 'Libre Baskerville', serif;
	border: 0;
	font-weight: normal;
	padding: 5px;
	color: #504d4d;
	width: 100%;
	clear: right;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	margin-left: 75px;
}

.ie8 input, .ie8 textarea {
	width: 635px;
}

textarea {
	height: 70px;
}

label {
	color: #fff;
	display: block;
	float: left;
	width: 75px;
	line-height: 28px;
	clear: left;
	position: absolute;
}

label.error {
	position: static;
	width: auto;
	margin-left: 75px;
	font-style: italic;
	line-height: 120%;
	margin-top: 5px;
}

.button {
	width: auto;
	float: left;
	background-color: #edf2f9;
	font-style: italic;
	text-transform: uppercase;
	color: #526f9d;
	margin-left: 75px;
	font-size: 12px;
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.ie8 .button {
	width: 80px;
}

.button:hover {
	background-color: #526f9d;
	color: #edf2f9;
}

@media only screen and (max-width: 749px) {

	#map, .slide .map_links, #back_link, .links_wrapper {
		display: none;
	}
	
}

@media only screen and (max-width: 640px) {

	.col30 {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.slide4 {
		padding-top: 20px;
	}

	.col30 .col_right_padding, .col30 .col_small_right_padding, .col30 .col_left_padding {
		padding: 0;
	}
	
	ul.navigation {
		position: static;
		clear: both;
		float: none;
		padding-top: 20px;
	}
	
	ul.navigation li a {
		padding: 0 25px 0 0;
	}
	
	.slide ul.navigation {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 580px) {

	.col60, .col40 {
		width: 100%;
	}
	
	.col60 .col_left_padding, .col40 .col_left_padding {
		padding-left: 0;
	}
	
	.wrapper, .links_wrapper {
		padding: 20px;
	}
	
	.slide2, .slide3, .slide4, .header {
		padding: 0;
	}
	
	h1 {
		padding-top: 0;
	}

}

@media only screen and (max-width: 360px) {

	.logo {
		width: auto;
	}
	
	.logo img {
		width: 100%;
	}
	
	h1 {
		font-size: 13px;
	}
	
	h2 {
		font-size: 12px;
	}
	
}


