body {
        background: url(steve_levy_law_bg.jpg) repeat-x;
        background-color: #A3A3A3;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px auto 0px auto;
}

#container {
        margin: 0 auto 0 auto;
        width: 971px;
        padding: 40px 0 0 0;
}

#header {
        width: 971px;
        height: 204px;
        background: url(images/sll-header.jpg) no-repeat;
        margin: 0 0 0 0;
}

#footer {
        width: 971px;
        height: 42px;
        margin: 0 auto 0px auto;
}

.list1 {
        margin-left:0px;
        margin-top:0px;
        list-style-type: none;
        padding: 0px 0px 0px 0px;
}
.list1 li {
        background: url(images/bullet.gif) left center no-repeat;
        padding-left:15px;
        margin-left: 5px;
        margin-bottom: 5px;
}

.list2 {
        margin-left:0px;
        margin-top:0px;
        list-style-type: none;
        padding: 0px 0px 0px 0px;
}
.list2 li {
        background: url(images/bullet.jpg) left center no-repeat;
        padding-left:20px;
        margin-left: 5px;
        margin-bottom: 8px;
}


/* HOME PAGE - BODY */

#homebody {
        margin: 0 0 0 0;
        padding: 30px 0 0 0;
        width: 971px;
        background: url(images/mainbody-txt.jpg) no-repeat;
}

#homeleft {
        margin: 10px 0 0 10px;
        padding: 0 0 0 0;
        width: 440px;
}

#homestarted {
        position: relative;
        z-index: 9999999;
        margin: -10px 15px 0 0;
        padding: 110px 0 0 20px;
        width: 462px;
        height: 116px;
        background: url(images/home-getstarted.jpg) no-repeat;
}

#homeUS{
        margin: 5px 15px 0 0;
        width: 482px;
        height: 174px;
}

#bodyright {
        float: right;
        width: 497px;
        }

#homepic1 {
        margin: 10px 0 0 0;
        padding: 70px 0 0 305px;
        width: 165px;
        height: 139px;
        background: url(images/home-pic1.jpg) no-repeat;
}

div.civil {
    width: 193px;
    height: 30px;
        margin-right: 15px;
        float: left;
}

a.civil {
    display: block;
    width: 193px;
    height: 30px;
    text-decoration: none;
    background: url(images/ca-request.jpg);
}

a.civil:hover {
    background-position: -193px 0;
}

div.criminal {
    width: 217px;
    height: 30px;
        float: left;
}

a.criminal {
    display: block;
    width: 217px;
    height: 30px;
    text-decoration: none;
    background: url(images/crim-request.jpg);
}

a.criminal:hover {
    background-position: -217px 0;
}

div.pdf {
    width: 110px;
    height: 26px;
        float: right;
        margin: 25px 25px 0 0;
}

a.pdf {
    display: block;
    width: 110px;
    height: 26px;
    text-decoration: none;
    background: url(images/dl-pdf.jpg);
}

a.pdf:hover {
    background-position: -110px 0;
}

/* SECONDARY PAGE ELEMENTS */

#secondarybody {
        margin: 0 0 0 0;
        padding: 30px 0 0 0;
        width: 971px;
        background-color: #FFFFFF;
        background: url(images/mainbody-txt.jpg) no-repeat;
}

#spic1 {
        width: 235px;
        height: 220px;
        margin: 20px 5px 0 5px;
        float:left;
}

#gavel {
        width: 315px;
        height: 237px;
        margin: -10px 1px 0 3px;
        float:right;
}

/* NAVIGATION */

#nav {
        width: 971px;
        height: 49px;
        vertical-align: text-bottom;
}
/*
a {
        color: #0000ff;
        text-decoration: none;
}

a:hover {
        color: #66CC33;
}
*/
div.home {
    width: 142px;
    height: 49px;
        float: left;
}

a.home {
    display: block;
    width: 142px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-home.jpg);
}

a.home:hover {
    background-position: -142px 0;
}

div.services {
    width: 160px;
    height: 49px;
        float: left;
}

a.services {
    display: block;
    width: 160px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-services.jpg);
}

a.services:hover {
    background-position: -160px 0;
}

div.phone {
    width: 188px;
    height: 49px;
        float: left;
}

div.about {
    width: 161px;
    height: 49px;
        float: left;
}

a.about {
    display: block;
    width: 161px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-about.jpg);
}

a.about:hover {
    background-position: -161px 0;
}

div.contact {
    width: 160px;
    height: 49px;
        float: left;
}

a.contact {
    display: block;
    width: 160px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-contact.jpg);
}

a.contact:hover {
    background-position: -160px 0;
}

div.login {
    width: 160px;
    height: 49px;
        float: left;
}

a.login {
    display: block;
    width: 160px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-login.jpg);
}

a.login:hover {
    background-position: -160px 0;
}

div.logout {
    width: 160px;
    height: 49px;
        float: left;
}

a.logout {
    display: block;
    width: 160px;
    height: 49px;
    text-decoration: none;
    background: url(images/nav-logout.jpg);
}

a.logout:hover {
    background-position: -160px 0;
}