﻿*
{
    margin:0;
    padding:0;
}

body 
{
    background:#3f84ac url(../images/html_bg.jpg) top center repeat-y;;
}
h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18pt;
    color: #000000;
    text-align: center;
    font-style:italic;
    padding: 10px 40px 0 40px;
}    
h2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 17pt;
    color: #FFFFFF;
    padding: 10px 0 0 10px;
}
h3
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12pt;
    padding: 30px 0 10px 30px;
}
li {
    font-family: Arial, Helvetica, Sans-Serif;
}

p
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #000000;
    padding: 0 30px 10px 30px;
}
p.footer
{
    color: #FFFFFF;
    font-size: 10pt;
    padding: 10px 0px 10px 10px;
}
p.nav
{
    color: #FFFFFF;
    padding: 3px 0 0 0;
}
p.padding
{
    padding-top: 90px;
}
p.small
{
    text-align: right; 
    padding: 0 20px 0 370px; 
    font-size: 10pt;
}
a
{
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
}
li
{
    list-style: none;
    float: left;
}
input.field
{
    width: 250px;
}  
#wrapper
{
    width: 700px; 
    margin: 0px auto;
    background-repeat: no-repeat;
    background-color:#FFFFFF;
}
#header
{
    width:700px;
    height:90px;
    padding-top: 20px;
    background-image: url("../images/header_bkg.gif");
    background-repeat: no-repeat;
}
#header img.logo
{
    padding: 5px 20px 10px 0;
    float: right;
}
#header img.badge
{
    padding-left: 40px;
    float: left;
    border: none;
}
#nav
{
    height:30px;
    background-image: url("../images/nav_bkg.gif");
    float:right;
    width: 700px;
}
#nav a span
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    background: transparent url("../images/nav_right.gif") no-repeat scroll right top;
    display: block;
    padding: 2px 16px 6px 16px;
}
#nav a:hover span
{
    background-position: 100% -30px;
}
#nav a.tabon span
{
    background-position: 100% -60px;
}
#nav ul
{
    float:right;
}
#content
{
    margin: 50px 15px 30px 15px;
    min-height:400px;
}
#content a 
{
    color:#3f84ac;
}
#content a:hover 
{
    background:#3f84ac;
    color:#FFF;
    text-decoration:none;
}

#sub_nav
{
    height: 250px;
}
#sub_nav a
{
    color: #645a4d;
    font-size: 12pt;
    font-weight: bold;
    padding: 2px 5px 2px 2px;
    text-decoration: none;
}
#sub_nav a:hover, #sub_nav a.current:hover, #sub_nav a.current
{
    color:#FFFFFF;
    background: #7cd0d8;
}
#sub_nav ul
{
    width: 235px;
}   
#sub_nav li
{
    float: none;
    text-align: right;
    margin: 5px 0;
}

#sub_nav img
{
    padding: 20px;
    float: right;
}
#practice
{
    background-image: url("../images/practice_subnav.gif");
    background-repeat: no-repeat;
    background-position: 70px 15px;
    height: 250px;
}
#practice ul
{
    padding-top: 73px;
}
#attorneys
{
    background-image: url("../images/attorneys_subnav.gif");
    background-repeat: no-repeat;
    background-position: 45px 15px;
    height: 250px;
}
#attorneys ul
{
    padding-top: 83px;
}
.sub_header
{
    height: 42px;
    margin: 20px 0 10px 0;
    background-image: url("../images/sub_header.gif");
}
#text img.content_img
{
    float: right;
    padding: 20px;
}
#text img.content_header
{
    float: left;
    margin:15px 0 15px 40px;
}
.text img
{
    padding: 20px;
}
#contact
{
    padding-top: 60px;
}
#footer
{
    height: 100px;
    width: 700px;
    background:#b30545 url("../images/footer.gif") top center no-repeat;
}
#footer a
{
    font-size: 10pt;
    color: #FFFFFF;
    text-decoration: none;    
}
#footer a:hover
{
    border-bottom: 1px dotted #FFF;
}
#footer a.qlink
{
    float:right;
    padding:30px 0px 0px 0px;
    margin-right:10px;
}
#footer a.qlink:hover
{
    text-decoration: none;
}
#footer li
{
    padding: 20px 0;
}  

.clear {clear:both;}
.point { margin: 10px 0px 10px 15px; }
.point li {float:none; background:url(../images/bullet_blue.jpg) top left no-repeat; margin:10px 0px 5px 25px; padding-left:17px;}
.green li {background:url(../images/bullet_green.jpg) top left no-repeat;}
.pink li {background:url(../images/bullet_pink.jpg) top left no-repeat;}
