A {
    color: #048cd6;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

BODY {
    margin: 0px;
    padding: 0px;
    background: #373737;
    text-align: center;
}

FORM {
    margin: 0px;
    padding: 0px;
}

IMG {
    border: 0px;
}

BODY {
    font-family: "Lucinda Grand", Verdana, Arial, Helvetica, Sans-Serif; 
    font-size: 12px;
    color: #333;
}

P {
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000;
}

HR {
    border: 0px;
    background: #ddd;
    color: #ddd;
    height: 1px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.innerwidth {
    width: 987px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.clear {
    clear: both;
}

/* ##################################################################################### */

#head {
    height: 81px;
    background: url('head.png') center top repeat-x;
}

#head H1 {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0;
}

#head H1 A {
    display: block;
    width: 244px;
    height: 56px;
    margin-left:30px;
    overflow: hidden;
    text-indent: -9999px;

    background: url('logo3.png') left top no-repeat;
}

/* --- */

#head UL {
    position: absolute;
    top: 15px;
    right: 0px;

    list-style: none;
    padding: 0;
    margin: 0;
}

#head UL LI {
    float: left;
    margin-left: 10px;
}

#head UL LI A {
    float: left;
    display: block;
    background: url('menu.png') left -152px no-repeat;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#head UL LI A SPAN {
    display: block;
    height: 49px;
    background: url('menu.png') right -203px no-repeat;
    overflow: hidden;
}

#head UL LI A SPAN SPAN {
    height: 49px;
    margin: 0 3px;
    background: transparent;
}

#head UL LI A SPAN SPAN SPAN {
    padding: 5px 10px;
    margin: 0;
    background: transparent;
}

#head UL LI.oneline A SPAN SPAN SPAN {
    padding: 15px 10px;
    margin: 0;
    background: transparent;
}

/* --- */


/* ##################################################################################### */

#subhead {
    background: url('splash_back.png') left top repeat-x;
    border-bottom: 1px solid #679800;
    height: 7px;
}

/* ##################################################################################### */

#splash {
    background: url('splash_back.png') left top repeat-x;
    overflow: hidden;
}

#splash .innersplash {
/*    background: url('splash.jpg') center top no-repeat;*/
    border-bottom: 1px solid #679800;
}

#splash .innerwidth {
    height: 354px;
}

#splash .readytofight {
    display: block;
    width: 654px;
    height: 94px;

    overflow: hidden;
    text-indent: -9999px;

    position: absolute;
    top: 15px;
    left: 15px;
}

#splash .maparea {
    width: 650px;
    height: 350px;
    margin-left:30px;
    position: absolute;
    top: 30px;
    left: 0px;
}

#splash .maparea .goimage {
    position: absolute;
    top: 273px;
    left: 630px;    
}

#splash .maparea .stateslect {
    position: absolute;
    top: 275px;
    left: 475px;    
    border: 1px solid #7e9db9;
    width: 150px;
}

#splash .maparea #mymapblock {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ##################################################################################### */

#page {
    padding: 20px 0;
    background: #fff;
}

#page .pagetext,
#page P {
    line-height: 1.5;
}


/* --- */

#page .breadcrumb {
    font-size: 11px;
    margin: 0 0 20px 0;
}

#page .breadcrumb A {
    background: url('breadcrumb.png') left center no-repeat;
    padding: 0 0 0 7px;
    margin: 0 0 0 22px;
}


/* --- */

#page .threecol_container {
    height: 1%; /* stupid IE */
    background: url('threecol_back.png') left top no-repeat;
    margin-bottom: 10px;
}

#page .threecol_inner {
    height: 1%; /* stupid IE */
    background: url('threecol_back.png') -1000px bottom no-repeat;
    padding: 0 13px;
}

#page .threecol {
    float: left;
    width: 309px;
    margin-right: 16px;
    font-size: 12px;
}

#page .col_left {
    font-size: 12px;
}
#page .col_left STRONG {
    font-weight: normal;
    color: #;
}


#page .threecol H2 {
    height: 30px;
    padding: 0;
    margin: 10px;
/*  overflow: hidden;*/
    text-indent: 20px;
}

#page .threecol STRONG {
    display: block;
    font-size: 11px;
    line-height: 1.2;
}

#page .threecol P {
    padding: 0 18px 10px 18px;
}

#page .threecol UL.fancylist {
    padding: 0 18px 10px 18px;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

#page .threecol UL.fancylist LI {
    background: url('threecol_dot.png') left center no-repeat;
    padding: 5px 0 5px 10px;
}

#page .threecol .morelink A  {
    text-decoration: underline;
}

#page .threecol .post .title A {
    color: #333;
    text-decoration: underline;
    font-size: 12px;
}


/* --- */


#page .twocol {
    float: left;
    position: relative;
}

#page .twocol_left {
    width: 665px;
}


#page .twocol_right {
    width: 335px;
}




#page.homepage .twocol .resources {
    background-position: -665px top;
}

#page.homepage .twocol .resources .rightinner {
    padding: 50px 0 20px 30px;
}

#page .twocol .resources UL {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
}

#page .twocol .resources UL.right {
    width: 135px;
    margin: 0;
}


#page .twocol .moreinfo {
    padding: 0 0 0 9px;
}


#page .twocol .discussion {
    margin-bottom: 7px;
}

#page .twocol .discussion .rightinner {
    padding: 50px 25px 20px 25px;
}

#page .twocol .insurance H2,
#page .twocol .driving H2,
#page .twocol .discussion H2 {
/*  display: none;*/
}


#page .twocol .imagelinks {
    margin: 0 0 10px 9px;
}

#page .twocol .imagelinks A {
    display: block;
    width: 149px;
    height: 123px;
    float: left;
}













#page .twocol .statechooser .stateslect {
    border: 1px solid #7e9db9;
    width: 240px;
    margin: 0 0 10px 0;
}

#page .twocol .statechooser H5 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 0 0 10px 0;
    margin: 0;
}

#page .twocol .statechooser H5 A {
    color: #333;
}

#page .twocol .statechooser UL {
    padding: 0 0 0 15px;
    margin: 0;
}

#page .twocol .statechooser UL LI {
    padding: 0 0 10px 0;
}


#page .twocol UL.cleanlist {
    list-style: none;
    padding: 0;
}

#page .twocol UL.cleanlist LI {
    border-top: 1px solid #ccc;
    padding: 5px;
}

#page .twocol UL.cleanlist UL {
    list-style: none;
    padding: 10px 0 0 20px;
    display: none;
}

#page .twocol UL.cleanlist LI.current_page_ancestor UL,
#page .twocol UL.cleanlist LI.current_page_item UL {
    display: block;
}

#page .twocol UL.cleanlist UL LI {
    border-top: 1px solid #ccc;
    padding: 5px;
}



#page .twocol UL.bloglist {
    list-style: none;
    padding: 0;
}

#page .twocol UL.bloglist UL {
    list-style: disc;
    padding: 0 0 0 20px;
}

#page .twocol UL.bloglist H2 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -1px;
}



/* --- */

#page .entry {
    padding: 0 20px;
}

#page .entry H1 {
    padding: 0 0 15px 0px;
    font-weight: normal;

    font-size: 26px;
    font-weight: normal;
    color: #545454;
    letter-spacing: -0.05em;
}

#page .entry H2 {
    padding: 0 0 35px 0px;
    background: url('pagetopper_white.png') left bottom no-repeat;

    font-size: 19px;
    font-weight: normal;
    /* color: #66aa09; */
    color: #000;
}

#page .entry H2 SMALL {
    font-size: 10px;
    display: block;
}

#page .entry H3 {
    font-size: 14px;
}

#page .entry UL LI {
    padding: 0 0 15px 0;
}

#page .entry UL.sitemap {
    list-style: none;
    padding: 0;
}

#page .entry UL.sitemap UL {
    list-style: disc;
    padding: 0 0 0 35px;
}

#page .entry UL.sitemap UL LI {
    padding: 15px 0 0 0;
}

#page .blogpost {
    padding: 0 0 20px 0;
}

#page .navigation {
    padding: 10px 0;
    margin: 0 0 15px 0;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}

#page .navigation .alignleft {
    float: left;
}

#page .navigation .alignright {
    float: right;
}


/* form styles */

#page .wpcf7 P {
    clear: both;
}

#page .wpcf7 LABEL {
    display: block;
    width: 125px;
    float: left;
}

#page .wpcf7 INPUT.flat {
    border: 1px solid #999;
    background: #fff;
    color: #333;
    padding: 3px;
}

#page .wpcf7 TEXTAREA.flat {
    border: 1px solid #999;
    background: #fff;
    color: #333;
    padding: 3px;

    width: 500px;
    height: 100px;
}


/* ##################################################################################### */

#foot {
    padding: 20px;
}

#foot .copyright {
    color: #fff;
    text-align: right;
}
#foot .copyright A {
    color: #ccc;
}



/* ##################################################################################### */

/* listing styles */

#page UL.listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

#page UL.listing LI {
    float: left;
    width: 192px;
    padding: 0 0 10px 0;
}

#page .listing_attorney TD {
    vertical-align: top;
}

#page .listing_attorney .image {
    padding-right: 20px;
}

#page .listing_attorney .image IMG {
    border: 1px solid #ccc;
}

#page .listing_attorney .quickinfo {
    padding-right: 30px;
    white-space: nowrap;
    line-height: 1.4;
}


#page .listing_featuredbox {
    background: #fff9da;
    border: 1px solid #ede5bd;
    padding: 20px 20px 10px 20px;
}

#page .listing_featuredbox .listing_attorney {
    padding-bottom: 10px;
}

#page .listing_featuredbox2 {
    background: #fff9da;
    border: 1px solid #ede5bd;
    padding: 10px 20px;
    float: left;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

#page .listing_rightarea {
    float: right;
    width: 329px;
}


#page .listing_profileimage {
    text-align: center;
}

#page .listing_profileimage IMG {
    border: 1px solid #000;
}

#page .listing_formarea FORM LABEL P {
    clear: both;
}

#page .listing_formarea FORM LABEL {
    width: 60px;
    float: left;
}

#page .listing_formarea FORM TEXTAREA {
    width: 260px;
}

#page .listingsdivtxt {
    padding: 30px 0 20px 0;
    font-size: 11px;
}

#page .listingsdivtxt STRONG {
    color: #ff0000;
}

#page .listingsdivtxt .moreinfo {
    text-align: center;
}

#page .col_middle {
    background: url('threecol_left.png') right 120px no-repeat;
}

#page .col_right {
    background: url('threecol_right.png') right 120px no-repeat;
    margin-right: 0;
}
