@import url('emblem_core.css');

body {
    background-image: url("../images/bg_road_large_02.jpg");
    background-attachment: fixed;
}

#header {
    background-image: url("../images/bg_road_head_02.jpg");
}

#header #sign a {
    background-image: url("../images/aviation_sign_on.png");
    }

#header #sign a:hover {
    background-image: url("../images/aviation_sign_on.png");
    }

#vehicle_rates {
    clear: both;
}

#vehicle_rates h3 {
    /*background-color: green;*/
    display: block;
    clear: both;
    color: #091246;
    margin-bottom: 8px;
}

#vehicle_rates div.vehicle {
    /*border:1px solid green;*/
    /*background-color: red;*/
    display: block;
    float:left;

    width:240px;
    height:140px;

}

#vehicle_rates dl {
    /*background-color: orange;*/
    display: block;
    float:left;
    margin: 0px;
    padding: 0px;
}

#vehicle_rates dl dt {
    margin: 0px;
    padding: 0px;
}

#vehicle_rates dl dd {
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
}


#KPNA h2 {
    color: #091246;
    width: 195px;
    height: 20px;
    margin-left: 7px;
    margin-top: 10px;
    text-align: center;
    }

img.vehicle {
    width: 180px;
    height: 135px;
    margin-left: 16px;
}


#KPNA a span {
    display: none;
    }

#KPNA a {
    background-repeat: no-repeat;
    background-position: left top;
    width: 42px;
    margin-right: 5px;
    height: 50px;
    display: block;
    float:left;
    }

#KPNA a:hover {
    /*border-bottom: 3px solid #a53b2b;*/
    border-bottom: 3px solid #d9d9d9;
    }

#KPNA a.icon-weather {
    background-image: url("../images/icon_noaa_on.png");
    }

#KPNA a.icon-wydot {
    background-image: url("../images/icon_wydot_on.png");
    }

#KPNA a.icon-quotes {
    background-image: url("../images/icon_quotes_on.png");
    }