/* ORIGINAL
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
	height: 100%;
}
#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 15px 15px 15px 0;
}
*/

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
div p{
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
.header p{
	background-color:#000;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    padding: 0 .25em
}

#map-canvas {
	height: 100%;
/*	width: 700px; */

}
#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 0 15px 0 0;
    text-align: left;
}
.iw_content .contact {

} 
.iw_content li {
	list-style-type: none;
    line-height: 1.5em
}
.iw_content ul {
    -webkit-padding-start: 0px;
}
.iw_content li:first-child {
    -webkit-padding-start: 0px;
    padding-top:0;
    padding-bottom:5px;
    font-weight: bold;
}
.iw_content li {
    -webkit-padding-start: 20px;
}
li:empty {
   display: none;
}
#footerNav {
	position: fixed;
    z-index: 1000;
    top: 780px;
    width: 100%;
/*    padding-top: 10px;*/
}
#footerNav.second{
    top: 810px
}
