html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('/themes/GOODGARDEN/images/bg.jpg');
    background-position: center;
	font-family: "Lato", Arial, Helvetica, san-serif;
	font-size: 95%;
    font-weight: 400;
	line-height: 150%;
	color: #454545;
	text-align: left;
}

.container {
    background: #fff;
    border-radius: 6px;
}

#headerwrap {
    width: 100%;
    height: auto;
    text-align: center;
}

.menuwrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}





/***********************************************EDITORIAL*********************************************/
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*******************************************FOOTER*********************************************/
#footer {
	clear: both;
	width: 100%;
	height: 80px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    background-image: url("/themes/GOODGARDEN/images/footerbg.png");
    background-repeat: x-axis;
    background-color: transparent;
	margin: 100px auto 0 auto;
	text-align: center;
	color: #fff;	
}

.footer {
	color: #fff;
	font-family: Verdana, san-serif;
	font-size: 10px;
	letter-spacing: 1px;
    padding-top: 50px;
}

/**************************************************LINK STYLES***************************************************/

.myButton a:link {
	color: #fff;
	text-decoration: none;
}
.myButton a:visited {
	color: #fff;
	text-decoration: none;
}
.myButton a:hover {
	color: #fff;
	text-decoration: none;
}

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: 10px;
}
.footer a:visited {
	color: #fff;
	background-color: #000;
}
.footer a:hover {
	text-decoration: underline;
}



/**************************************************** RESPONSIVE ************************************************/

@media screen and (max-width: 1024px) {

#googleMapCanvas347 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
}