body {
    text-align: center;
    font-family: Arial;
    font-size: 11pt;
}
div#Wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    color: #000000;
}
    div.PageWrapper {
        width: 792px;
        margin: 0 auto;
    }
    div#Header {
        height: 392px;
        padding: 18px 0 0 0;
    }
        div#Header h1#Logo {
            background: url('../images/logo.png') no-repeat;
            height: 100px;
            display: inline-block;
            width: 335px;
            text-indent: -9999px;
        }
        div#Header ul#ContactDetails {
            float:right;
            border-left: 1px solid #919396;
            padding: 18px 0 7px 8px;
            line-height: 20px;
        }
        div#Header div#Banner {
            height: 256px;
            background: no-repeat center 40px;
            margin: 38px 0 0 0;
        }
        body#HomePage div#Header div#Banner {
            background-image: url('../images/header1.jpg');
        }
        body#ContactPage div#Header div#Banner {
            background-image: url('../images/header2.jpg');
        }
        body#ServicesPage div#Header div#Banner {
            background-image: url('../images/header3.jpg');
        }
        body#AboutPage div#Header div#Banner {
            background-image: url('../images/header4.jpg');
        }
            div#NavigationWrapper {
                background: url('../images/nav_bg.jpg') repeat-y;
                text-align: center;
                width:100%;
                height:40px;
            }
                div#Banner ul#Navigation {
                    height: 40px;
                    margin: 0 auto;
                    display: inline-block;
                }
                    div#Banner ul#Navigation li {
                        float:left;
                        width: 153px;
                        text-align: center;
                        line-height: 40px;
                        height:40px;
                    }
    div#Page {
        margin: 34px 0 0 0;
    }
        div#Page div#Left_Column {
            float: left;
            width: 571px;
        }
            h2.Title{
                margin: 0 0 15px 0;
            }
            div#Left_Column p {
                margin: 0 0 20px 0;
            }
        div#Page div#Right_Column {
            padding: 24px 9px;
            width: 188px;
            float: right;
            border-left: 1px solid #919396;
        }
            div#Right_Column ul {
                padding-left: 30px;
                list-style-image: url('../images/list_arrows.gif');
            }
                div#Right_Column ul li {
                    line-height: 26px;
                    color: #000000;
                }
                body#ServicesPage div#Right_Column ul li {
                    line-height: 14px;
                }
                body#HomePage div#Right_Column ul li {
                    line-height: 16px;
                    margin-bottom: 18px;
                }
                div#Right_Column ul li a {
                    color: #000000;
                }
body#HomePage .Content {
    margin-top: 50px;
}
    body#HomePage div#Right_Column {
            padding: 14px 9px;
    }
body#ContactPage div#Left_Column {
    width: 480px !important;
    float: right;
}
body#ContactPage div#Right_Column {
    border: none;
    float: left;
    text-align: right;
    border-right: 1px solid #919396;
    width:282px !important;
}

body#ServicesPage div#Left_Column {
    width: 570px !important;
    float: right;
    padding-top: 30px;
}
body#ServicesPage div#Right_Column {
    border: none;
    float: left;
    border-right: 1px solid #919396;
    text-align: right;
    width:192px !important;
}
    body#ServicesPage div#Right_Column ul li {
        display: inline-block;
        font-size: 10pt;
        clear: both;
        width: 100%;
    }

    li#convey {
        margin-top: 6px;
    }
    li#property {
        margin-top: 51px;
    }
    li#business {
        margin-top: 37px;
    }
    li#wills {
        margin-top: 19px;
    }
    li#employment {
        margin-top: 25px;
    }
    li#litigation {
        margin-top: 33px;
    }


    body#ServicesPage div#Right_Column ul {
        list-style: none !important;
    }
    #ServicesPage h2.Title {
        display: none;
    }
.noStyleImage {list-style-image: none !important;}
.column_1q, .column_2q, .column_3q, .column_4q {
    overflow: hidden;
    display:inline-block;
}
.column_1q {
    width:24.5%;
}
.column_2q {
    width:49.5%;
}
.column_3q {
    width:74.5%;
}
label {
    display: block;
    line-height: 20pt;
    font-weight: bold;
    font-size: 9pt;
}
input {
    width: 90%;
}
textarea {
    width: 90%;
    height:100px;
}