* {
    padding: 0;
    margin: 0;
}

html {

}

img {
    border: 0px;
    vertical-align: middle;
}

body {
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    color: #444;
}

#container {

}

#logo {

}

#page-header {
    background-color: #7b7b7b;
    overflow: hidden;
}

* html #page-header{
    height: 1%;
}

#page-nav {
    background: #fff url("images/home.jpg") no-repeat top left;
    width: 389px;
    height: 191px;
    padding-right: 5px;
    float: left;
    position: relative;
}

#page-nav ul {
    position: absolute;
    top: 50px;
    left: 10px;
}

#page-nav li {    
    list-style-type: none;
}

#practice-areas-nav {
    background: #fff url("images/practiceareas.jpg") no-repeat top left;
    width: 279px;
    height: 191px;
    padding-right: 5px;
    float: left;
    position: relative;
}

#practice-areas-nav.contact {
    background: #fff url("images/contact.jpg") no-repeat top left;
}

#practice-areas-nav.about {
    background: #fff url("images/about.jpg") no-repeat top left;
}

#practice-areas-nav.clients {
    background: #fff url("images/clients.jpg") no-repeat top left;
}

#practice-areas-nav.attorneys {
    background: #fff url("images/attorneys.jpg") no-repeat top left;
}

#practice-areas-nav.news {
    background: #fff url("images/news.jpg") no-repeat top left;
}
#practice-areas-nav ul {
    position: absolute;
    top: 50px;
    left: 10px;
}

#practice-areas-nav li {
    list-style-type: none;
}

#right-col {
    float: left;
    width: 406px;
    position: relative;
}

#right-col .flash {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 407;
    height: 191;
    visibility: visible;
}

* html #right-col h1 {
    top: -126px;
}

#right-col h2 {
    position: absolute;
    top: 170px;
    left: 15px;
}

* html #right-col h2 {
    top: 166px;
}

#right-col h3 {
    position: absolute;
    top: 15px;
    left: 15px;
}

#page-content {
    overflow: hidden;
    padding: 35px 0px 15px 0px;
    border-bottom: 1px dotted #ccc;
}

* html #page-content {
    height: 1%;
}

#page-content-one {
    padding: 35px 30px 15px 30px;
    border-bottom: 1px dotted #ccc;
    width: 720px;
}

#page-content-one h1 {
    font-size: 1.6em;
    margin-bottom: 15px;
}

#page-content-one h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

#page-content-one p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#page-content-one .form-row {
    overflow: hidden;
    font-size: 1.2em;
    margin-bottom: 7px;
}

* html #page-content-one .form-row {
    height: 1%;
}

#page-content-one .form-row LABEL {
    width: 90px;
    float: left;
    text-align: right;
    padding-right: 10px;
}

#page-content-one .input-right {
    float: right;
    width: 620px;
}

#page-content a:link, #page-content a:visited {
    color: #59B226;
    text-decoration: none;
}

#page-content a:hover, #page-content a:acitve {
    color: #999;
}

#sidebar {
    width: 249px;
    float: left;
    padding: 0px 15px 0px 15px;
}

#sidebar ul {
    border-left: 7px solid #ddd;
    padding: 10px 0px 10px 0px;
}

#sidebar li {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 80px;
    margin-bottom: 6px;
}
#sidebar h1 {
    font-size: 1.4em;
    font-weight: bold;
}

#sidebar h2 {
    font-size: 1.1em;
    font-weight: bold;
}

#page-body {
    width: 450px;
    padding-left: 20px;
    float: left;
}

#page-body h1 {
    font-size: 1.6em;
    margin-bottom: 5px;
}

#page-body li {
    list-style-type: none;
    background: url("images/green-dot.gif") no-repeat center left;
    padding-left: 20px;
    font-size: 1.2em;
    line-height: 1.4em;

}

#page-body p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#page-footer {
    font-size: 1.1em;
    padding-left: 20px;
    padding-top: 10px;
    color: #999;
}
