﻿/* IDs */
#Wrapper
{
    width: 765px;
    margin: 0 auto;
}
#Header
{
    background-image: url(Images/nameBg.gif);
    background-repeat: repeat-x;
}
#Logo
{
    width: 527px;
    height: 100px;
    float: left;
}
#Address
{
    width: 238px;
    height: 100px;
    float: right;
}
#GlobalNavigation
{
    clear: both;
    margin: 8px 0 39px 0;
}
#GlobalNavigation a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.25em;
}
#GlobalNavigation .dir li a
{
    font-size: 1em;
}
#Wrapper #GlobalNavigation ul
{
    margin: 0;
    padding: 0;
}
#Sidebar
{
    width: 195px;
    float: left;
    background-image: url(Images/bodyBg.gif);
    background-repeat: repeat-y;
}
#SidebarContent
{
    width: 165px;
    padding: 10px;
}
#SidebarContent ul
{
    margin: 0;
    padding: 0;
}
#SidebarContent li
{
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}
#MainContent
{
    width: 543px;
    float: right;
}
#Footer
{
    margin-top: 10px;
    font-size: .75em;
    line-height: 1.5em;
}
/* Classes */
.AutoClear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.AutoClear
{
    display: inline-block;
}
.AutoClear
{
    display: block;
}
.LawyerProfilePhoto
{
    float: right; 
    width: 202px; 
    text-align: center; 
    padding: 6px; 
    background-color: #efefef; 
    margin-left: 10px;
}
* html .AutoClear
{
    height: 1%;
}
/* Tags */
body
{
    font-family: Arial;
    font-size: 1em;
    color: #3B3A31;
    background-image:url(Images/topSubBg.gif);
    background-repeat:repeat-x;
    font-size: 75%;
}
q
{
    font-style: italic;
}
a, a:visited  {
	color : #21346A;
}
a:active, a:hover  {
	color : #A78D36;
}