html,
body {
    margin: 0;
    padding: 0;
}

html {
    background: #000 url('img/boots_wp.jpg') top center repeat-y;
    color: #fff;
    font: 13px/18px "Lucida Grande", Tahoma, Arial, serif;
}

body {
    width: 862px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #5cc4f3;
}

a:hover {
    color: #f5f0b4;
}

a:focus {
    outline: none;
}

a.current {
    color: #f5f0b4;
    font-weight: bold;
    text-decoration: none;
}

hr {
    display: none;
}

.cleaner {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
}

#logo_box {
    background: url(img/logo_box.png) 0 0 no-repeat;
    width: 352px;
    height: 97px;
    padding: 20px;
    margin: 0 0 30px 0;
}

    #logo_box h1 {
        margin: 0;
    }

        #logo_box h1 a {
            display: block;
            height: 66px;
        }
    
    #logo_box h1 span {
        display: none;
    }

    #logo_box h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 0 18px;
    }
    
#quick_nav {
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(img/quick_nav.png) 0 0 no-repeat;
    width: 270px;
    padding: 16px 20px;
    text-align: center;
    height: 38px;
    margin: 0;
    font-size: 11px;
    line-height: 14px;
}

    #quick_nav li {
        display: inline;
    }
    
#wrap {
    background: url(img/wrap.png) 0 0 no-repeat;
    overflow: hidden;
}

#wrap_bottom {
    background: url(img/wrap_bottom.png) bottom left no-repeat;
    padding-bottom: 24px;
}

#content {
    float: left;
    width: 544px;
    padding: 10px 40px 30px;
    overflow: hidden;
}

    #content h2 {
        font-size: 22px;
        font-weight: normal;
        font-family: Georgia, Times, sans-serif;
        margin: 1.2em 0 1em 0;
        color: #ddf5f7;
    }
    
#sidebar  {
    float: right;
    width: 220px;
}
    
#nav {
    width: 197px;
    list-style: none;
    margin: 0;
    padding: 20px 20px 20px 0;
    font-size: 13px;
    line-height: 22px;
}

    #nav li {
         margin: 0;
         padding: 0;
     }

    #nav a {
        display: block;
        padding: 0 0 0 24px;
        margin-left: -3px;
        background: url(img/nav_emblem.png) left center no-repeat;
    }
    
    #nav a:hover,
    #nav .current a {
        color: #f5f0b4;
        background-image: url(img/nav_emblem_on.png);
    }
    
    #nav .current a {
        font-weight: bold;
        text-decoration: none;
    }
    
    
/* Home page */

#content .home_title {
    height: 78px;
    padding: 52px 0 0;
    background: url(img/home_title_bg.png) no-repeat;
    text-align: center;
    margin: 0 -39px 30px -30px;
    line-height: 26px;
}

.welcome {
    font-size: 14px;
    list-style: none;
    padding: 0;
}

    .welcome li {
        padding: 10px 10px;
    }
    
    .welcome li.truck {
        padding-left: 75px;
        background: url(img/truck.png) left center no-repeat;
    }
    
    .welcome li.helicopter {
        padding-left: 75px;
        background: url(img/helicopter.png) left center no-repeat;
    }
    
    
/* Content */
    
.left {
    float: left;
    margin: 0 15px 15px 0;
}

.right {
    float: right;
    margin: 0 0 15px 15px;
}

    #content h3 {
        font-size: 15px;
        font-weight: normal;
        font-family: Georgia, Times, sans-serif;
        margin: 1.2em 0 -0.2em 0;
    }
    
.nice_list {
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
    
    .nice_list li {
        display: block;
        float: left;
        margin: 0 6px 6px 0;
        padding: 5px;
        border: 1px solid #759ca0;
        background: #a8bbbd;
        color: #000;
        height: 18px;
        white-space: pre;
    }
    
    .nice_list a {
        color: #000;
    }

    .contact-form fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }
    .contact-form legend {
        display: none;
    }
    
    .contact-form label {
        display: block;
        margin-top: 10px;
    }
    
    .contact-form .submit {
        margin-top: 1em;
    }
    
    .contact-form textarea {
        width: 70%;
        height: 140px;
        font-size: 14px;
        font-family: Arial, serif;
    }
    
    .contact-form .input input {
        width: 40%;
        font-size: 14px;
    }

#tagline {
    background: url(img/tagline_bg.png) 0 0 no-repeat;
    padding: 35px 10px 25px;
    width: 359px;
    height: 51px;
    font: 15px/22px Georgia, Times, serif;
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
}

#footer a,
#footer {
    color: #fff;
    font-size: 11px;
}

#footer {
    text-align: center;
}

#home_icon {
    position: absolute;
    top: 170px;
    left: 360px;
}

#sidebar_content {
    font: 14px/18px Georgia, Times, serif;
    color: #f5f0b4;
    padding: 15px 30px 10px 0;
}

#free_services {
    overflow: hidden;
    margin-top: -1em;
}

#alpa_nav {
    overflow: hidden;
    list-style: none;
    padding: 0 0 0 170px;
    margin: 1em 0;
}

    #alpa_nav li {
        float: left;
        margin: 0;
        padding: 0 3px;
    }


.entry table td {
	padding: 1px 15px 1px 0;
}

/*Google Map*/
#map { width:544px; height:440px; }
#map,
#map h3 { color: #000; margin: 0 0 8px 0; font-size: 13px; font-weight: bold; }
#map .marker_desc { font-weight: normal; font-size: 11px; }
#map .marker_desc * { color: #000; }
