#content {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 100%;
    padding: 0;
}

#content>center {
    background: #f9f9f9;
    margin-top: 0;
    padding: 10px 40px;
}

#finder {
    font-weight: 300;
}

#finder-results {
    padding: 40px;
}

#finder_form {
    background: #f9f9f9;
    border: 0;
    color: #7c726b;
    margin: 0;
    padding: 0 0 20px;
}

#finder_form>legend {
    background: #f9f9f9;
    color: #7c726b;
    font-family: Muli, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}

#finder_results {
    border: 0;
    margin-bottom: 0;
    padding: 20px;
}

#finder_results>legend {
    color: #7c726b;
    font-family: Muli, Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-top: 25px;
    text-transform: uppercase;
}

#finder_table {
    border: 0;
    margin: 20px 0 40px;
    width: 100%;
}

#finder_table .finder_miles {
    background-color: #FFFFCC;
    color: #000000;
    font-weight: 300;
}

#finder_table td.finder_address {
}

#finder_table thead {
    background: #ababab;
    color: #fff;
    font-weight: 300;
}

#finder_table, #finder_table tr, #finder_table td, #finder_table thead, #finder_table th {
    border: 0;
    font-family: Muli, Helvetica, Arial, sans-serif;
}

#map_canvas {
    border: 0px solid #7c726b;
}

#submitBtn, .search {
    background: #882137; 
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: Muli, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 7px 10px;
    text-transform: uppercase;
}

#submitBtn:hover, #submitBtn:active, #submitBtn:focus, .search:hover, .search:active, .search:focus {
    background: #a22f44;
    color: #fff;
}

#vipcopyright {
    background: none;
    border: 0;
    color: #7c726b;
}

#vipcopyright a {
    color: #3d5082;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}

.finder_row_b {
    background: #f9f8f6;
}

a {
    color: #6B6B6B;
}

a:hover, a:focus, a:active {
    color: #888888;
    text-decoration: none;
}


@media screen and (min-width: 820px) {
  #finder_table, #finder_table tr, #finder_table td, #finder_table thead, #finder_table th {    
    text-align: center;    
    line-height: 30px;
  }
  #finder_table thead {    
    line-height: 30px;
  }
  #finder_table td.finder_address {    
    padding-top: 7px;    
    padding-bottom: 7px;    
    line-height: 18px;
  }
}

body {
    background: #f9f9f9;
    min-height: 100%;
}

html *, body *, body {
    font-family: "Amiri", Georgia, serif;
}

p {
    font-family: "Amiri", Georgia, serif;
}

select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 5px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

select, input, button, textarea, button {
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    font-weight: 300;
    margin: 5px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

