html, body {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto;
    height: 100%;
    margin: 0 auto -100px;
    background-color: white;
  }
#top {
background: #000000;
height:34px;
font-family: arial;
font-size: 12px;
font-style: bold;
color: #F5F5F5;
vertical-align: center;
}
#header {
background: #F5F5F5;
height:70px;
color: #030084;
font-family: arial;
font-size: 12px;
}
#leftcolumn {
float: left;
width: 20%;
height:auto;
height:100%;
}
#map {
background: #000;
float: right;
width: 80%;
height:auto;
height:100%;
}
#footer, #push {
background: #df781c;
height:100px;
}

.search {
color: #030084;
font-family: arial;
font-size: 14px;
float:fixed;
height:70px;
vertical-align: center;
margin: 0px;
}

.textInput
{
border: 1px solid #4B8CF7;
background: #ffffff;
color: #000000;
font-size: 22px;
height:30px;
}

.link a:link{color:#F5F5F5;font-family: arial;font-size: 12px;text-decoration: none;}
.link a:visited{color:#F5F5F5;font-family: arial;font-size: 12px;text-decoration: none;}
.link a:active{color:#F5F5F5;font-family: arial;font-size: 12px;text-decoration: none;}
.link a:hover{color:#4B8CF7;font-family: arial;font-size: 12px;text-decoration: none;}
