
div.body {
    width: 85%;
    /*min-width: 1024px;*/
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px #6699ff;
    margin: auto;
}


h1 {
    line-height: normal;
}


div.col1 {
		width: 450px;
		float: left;
		/*padding-right: 20px;*/
}


div.col2 {
		width: 450px;
		float: right;
}


img.ad {
		width: 350px;
		vertical-align: top;
		border: none;
}


table.find {
    margin-left: 10px;
    width: 600px;
    margin: auto;
    margin-top: 5px;
}


table.find td {
  padding-left: 20px;
}


table.adtext {
		height:100%;
		width:350px
}


div.ads {
		width: 950px;
		margin: auto;
}


div.logo {
    background-image:url(/graphics/logo3.png);
    background-repeat:no-repeat;
    height:60px;
    background-size:90px;
    float:left;
}


div.innerlogo {
    position: relative;
    top: 24px;
    left: 44px;
}


div.area {
    padding-top: 2px;
    width: fit-content;
    display: inline;
}


div.find {
    width: fit-content;
    /*margin: auto;
    padding-top: 5px;*/
    float: right;
}


nav {
  vertical-align: middle;
    text-align: center;
    border: solid 4px #F67420;
    border-style: solid none none none;
    height: 26px;
    background-image: url(/graphics/hdr1.jpg);
    background-repeat: repeat-x;
}


nav ul{
    margin: 0px;
    padding-left: 0px;
}


nav li{
    text-align: center;
    display: table-cell;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    color: #FFFFFF;
    /* border: 1px solid blue;
    margin: 5px;              */
    /* padding: 10px; */
    vertical-align: top;
    position: relative;
    width: 1%;
}


a.amenu, a.amenu:link, a.amenu:visited, a.amenu:active
               { font-size: 12px;
                 color : #000000;
                 text-decoration: none;
               }

a.amenu:hover
               { font-weight: bold;
                 font-size: 12px;
                 color: #000000;
                 text-decoration: none;
               }


button.find {
    font-size: 18px;
    width: unset;
    padding-left: 5px;
    padding-right: 5px;
}

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


div.body {
    float: unset;
    width: 100%;
}


div.logo {
    float: unset;
}



div.col1 {
    float: unset;
    width: 100%;
}


div.col2 {
	width: 100%;
}


div.find {
    /*width: fit-content;*/
    margin: auto;
    padding-top: 5px;
    float: none;
}


img.ad {
    width: 350px;
}


table.find {
    margin: unset;
    margin-left: 10px;
    margin-top: 5px;
    width: 100%;
}


table.find td {
  padding: unset;
}


select.area {
  width: 130px;
}


table.adtext {
    width:350px
}


div.ads {
	width: 100%;
}

}
