#vmenu {
    width: 200px;
    min-height: 400px;
    margin: 5px 5px 5px 5px;
    padding-bottom: 10px;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
    border: 5px solid #460c07;
    color: #fff;
    text-align: center;
    float: left;

}

#vmenu ul {list-style-type: none; margin-left: 20px; font-size: 12px;}
#vmenu li ul {display: block; margin-left: 30px;}  /* change to none for hidden */
#vmenu li:hover > ul {display:block; }
#vmenu > li:hover > ul {}


#vmenu a {
    text-align: left;
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#vmenu a:hover {
    text-decoration: underline;
}

#pagedetail {
    width: 740px;
    min-height: 400px;
    margin: 5px;
    padding: 5px;
    float: left;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
    border: 5px solid #460c07;
    color: #fff;
}

#pagedetail p {
    margin: 10px;
}

#pagedetail h3 {
    margin-left: 10px;
}

#pagedetail ul {
    margin-left: 30px;
}


.sectpic {
    float: left;
    padding: 8px;
}

.underline {
    text-decoration: underline;
}
.extratopmargin {
    margin-top: 10px;
}
#vsubmenu {
    margin-left: 20px;
    font-size: 10px;
    display: none;
}

#vsubmenu a {
    margin-bottom: 3px;
    font-size: 12px;
}

#contactform {
    clear: both;
    width: 600px;
    margin: 10px 30px;
    border: 1px solid #000;
    padding: 5px;
}

#contactform h2 {
    display: block;
    width: 590px;
    margin: 5px auto;
    color: #fff;
    padding: 5px;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
}

.formlabel {
    clear: both;
    padding-right: 5px;
    width: 190px;
    display: block;
    float: left;
    text-align: right;
    margin-top: 5px;
}

.inputtext {
    margin-top: 5px;
    width: 250px;
}

.checkbox {
    margin-right: 3px;
}

#yellowpages {
    width: 95%;
    margin: 0 auto;
}

#yellowpages ul {
    list-style-type: none;
}

.rsect {
    width: 95%; margin: 0 auto;
}

.rsect ul {
    list-style-type: none;
}

.rsect ul li {
    display: block;
}

.rsect ul li a {
    color: #fff;
    text-decoration: none;
}
.rsect ul li a:hover {
    text-decoration: underline;
}

#zframediv {
    width: 96%;
    margin: 10px auto;
}
#zframe {
    width: 100%;
    height: 1200px;
}
#yellowdetails {
    margin-top: 15px;
}
#yellowdetails a {
    color: #fff;
    text-decoration: none;
}

#yellowdetails a:hover {
    text-decoration: underline;
}