* { margin: 0; padding: 0; }
body {
    font-family: "times new roman",  sans-serif;
    font-size: 1em;
    color: #009;
}

#pagewrapper {
    width: 100%;
    margin: 0px auto;
}

#pagedetails a {
    color: #009;
}

#header {
    width: 100%;
    text-align: center;
}
#leftcol {
    float: left;
    width: 0px;
    display: none;
}

#vmenu { display: block; width: 100%;}

#vmenu a {
    display: block;
    margin: 5px;
    width: 130px;
    text-decoration: none;
    color: #fff;
    border: 4px solid black;
    background-color: #009;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
    border-top-color: #ccf;
    border-left-color: #ccf;
    padding: 5px 10px;
    clear: both;
}

#vmenu a:hover {
    background-color: #c06;
    border-top-color: #fcc;
    border-left-color: #fcc;
}

.imagelink {
    border: 0;
}

#content {
    float:none;
    width: 100%;
    margin: 8px 0;
}
#pagedetails {
    width: 100%;
    margin: 0;
}
#footer {
    background: transparent url(../images//blueline.gif) top center no-repeat;
    padding-top: 50px;
    width: 100%;
    clear: both;
    margin-left: 0px;
    margin-top: 100px;
}

#copyrite {
    display: none;
    background: transparent url(../images//blueline.gif) top center no-repeat;
    padding-top: 50px;
    width: 100%;
    clear: both;
}
#awards { display: none; }

#vmenutext {
    color: #009;
    font-style: italic;
    margin: 10px
}
#vmenufeatured {
    background: transparent;
    border: 20px;
    display: block;
}

#vmenufeatured a {
    background: transparent;
    border: 0;
}

#vmenufeatured img {
    border: 0;
}

#sitemap {
    display: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: .9em;
}

#sitemap a {
    color: #009;
    text-decoration: none;
}

#sitemap a:hover {
    text-decoration: underline;
}

#contentfooter {
    margin: 10px 0;
}

#companyinfo {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

.award {
    float: left;
    margin: 5px 30px;
}

.description {
    font-size: 1.1em;
}

.rentaltype {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #c06;

}
.desc_comment {
    font-size: 1.4em;
    font-weight: bold;
    color: #c06;

}

.pagemenu {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.pink {
    color: #c06;
}