body {
    background-repeat: repeat;
    background-position: left top;
    margin: 0px;
    font-size: 12px;
}
.dentistmain {
    height: auto;
    width: 97%;
    padding: 5px;
    margin: auto;
}
.main{
    float: left;
    height: auto;
    width: 98%;

}
.welcome_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    float: left;
    height: auto;
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: repeat;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
}
.all_div {
    float: left;
    height: auto;
    width: 100%;
}
.logo_top {
    float: left;
    height: auto;
    width: auto;
    text-align: center;
}
.top_right_icon {
    float: right;
    height: auto;
    width: auto;
    padding-top: 5px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;

}
li {
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 40px;
    width: 96%;
    margin-top: 1%;
    margin-right: 2%;
    margin-bottom: 1%;
    margin-left: 2%;
}
.link_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 49px;
    font-weight: bold;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    height: 50px;
    width: 96%;
    padding-left: 4%;
}
.link_text:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 49px;
    font-weight: bold;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    height: 50px;
    width: 96%;
    padding-left: 4%;
}
.button_icon {
    padding-top: 5px;
    padding-left: 7px;
    float: left;
    height: auto;
    width: auto;
}
.button_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    height: auto;
    width: auto;
    padding-left: 15px;
}
.button_link:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    height: auto;
    width: auto;
    padding-left: 15px;
}
.footer{
    width: 100%;
    text-align: center;
}
#header{
    width: 100%;
    clear:both;
}
#content{
    width: 100%;
    clear:both;
}
#appointment_form .apptextarea,#appointment_form .apptext {
    width:90%;
}
#contact_form .context,#contact_form  .contextarea{
    width:90%;
}
.touchtocall img{
    margin-right: 5px;
}
.touchtocall{
    margin-bottom: 5px;
}
.touchtocall a{
    font-size: 16px;
    text-decoration:none;
    line-height: 30px;
    vertical-align: top;
}