﻿body
{
    margin: 0;
    padding: 0;
    font-size: 62.7%;
    font-family: Verdana, Sans-Serif;
    color: #000;
    background: #f8f4e8 url(../images/top-background.gif) top left repeat-x;
    text-align: center;
}
	
a { color: #900; text-decoration: underline; }	
a:link { color: #900; text-decoration: underline; }	
a:visited { color: #c66; text-decoration: underline; }
a:hover { color: #c33; text-decoration: underline; }	
a:active { color: #f66; text-decoration: underline; }
a.newWin
{
    padding-right: 12px;
    background: url(../images/icon_newwin.png) no-repeat right center;
}

a.img, 
a.img:visited, 
a.img:active, 
a.img:hover 
{ border: none; }

h1, h2, h3, h4, h5, h6 
{ 
    font-weight: bold;
    margin: .25em 0;
}
h1 { font-size: 300%; }	
h2
{
    font-size: 250%;
    font-family: Georgia;
    color: #20386d;
    text-transform: uppercase;
    background: url(../images/h2-dotted-border.gif) bottom left repeat-x;
    padding-bottom: 3px;
}

h3 
{
    font-size: 120%;
    margin-top: 1.25em;
    font-family: Georgia;
    background: #e6e2d7;
    padding: 5px;
    color: #88867f;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

h4 { font-size: 175%; margin-top: 1.25em; }
h5 { font-size: 125%; margin-top: 1.25em; }
dt { font-size: 125%; margin-top: 1.25em; }
h6 { font-size: 100%; margin-top: 1.25em; }		
		
tfoot, thead	
{	
    font-size: 120%;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}	
		
th	
{	
    vertical-align: baseline;
    font-size: 100%;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

p
{
    margin: 0 0 15px 0;
    line-height: 1.75em;
    font-size: 120%;
    text-align: justify;
}

.ParagraphIndent
{
    padding-left: 2em;
}

blockquote, code
{
    font-family: "Times New Roman", Serif;
    font-size: 110%;
    color: #666666;
    margin: 15px 20px 20px 30px;
    padding: 0;
    font-style: italic;
}
pre, code 
{
    font-family: "Courier New", monospace;
    font-style: normal; 
}	

strong { font-weight: bold; }
em { font-style: italic; }

ul { margin: 15px 0 20px 40px; }
li { margin-bottom: 10px; }
ul li { list-style-type: disc; }	
ul li li { list-style-type: square; }	
ul li li li { list-style-type: circle; }	
ol li { list-style-type: decimal; }	
ol ol li { list-style-type: lower-alpha; }	
ol ol ol li { list-style-type: lower-roman; }	

/******End Generic Rules**************************/

#Page
{
    width: 760px;
    margin: 0 auto;
    background: red;
    position: relative;
    background: url(../images/content-background.gif) top left repeat-y;
    margin-bottom: 25px;
}

#Header
{
    background: url(../images/top-background-pattern.gif) top left no-repeat;
    height: 85px;
}

#Header h1
{
    margin: 0;
    width: 313px;
    height: 118px;
    background: url(../images/logo.gif) top left no-repeat;
    text-indent: -9000px;
    position: absolute;
    left: 218px;
    top: 12px;
}

    #Header h1 a
    {
        display: block;
        height: 100%;
    }

#Nav
{
    margin: 0;
    position: absolute;
    top: 57px;
    padding-left: 15px;
}

    #Nav li
    {
        list-style-type: none;
        display: inline;
    }

    #Nav a
    {
        color: #fff;
        font-size: 110%;
        font-family: Georgia;
        text-transform: uppercase;
        padding-right: 15px;
    }
    
    #Nav .LawyerProfileLink
    {
        margin-left: 337px;
    }
    

.ContentTopBorder
{
    width: 760px;
    height: 7px;
    background: url(../images/content-top-border.gif) top left no-repeat;
    margin: 0;
    padding: 0;
}

.ContentBottomBorder
{
    width: 760px;
    height: 10px;
    background: #f8f4e8 url(../images/content-bottom-border.gif) top left no-repeat;
    margin: 0;
    padding: 0;
}

#Content
{
    margin: 32px 7px 0 7px;
    padding: 5px 20px 10px 20px;
}

    #Content ul
    {
        font-size: 120%;
    }
    
    #Content ul li ul
    {
        margin-left: 0;
        margin-top: .5em;
        padding-top: 0;
    }
    
    #Content ul li ul li
    {
        list-style-type: none;
        font-size: 90%;
        margin-left: 0;
        padding-left: 0;
    }

#Footer
{
    background: #e6e2d7 url(../images/bottom-fade.gif) top left repeat-x;
    height: 125px;
    text-align: center;
}

.FooterContents
{
    width: 760px;
    margin: 0 auto;
    color: #bcb9b0;
    padding-top: 10px;
    font-size: 120%;
    font-family: Georgia;
}

    #Footer #Copyright
    {
        float: left;
    }
    
    #Footer #DesignedBy
    {
        float: right;
    }
    
    #Footer #DesignedBy a
    {
        color: #bcb9b0;
    }
    
    #Footer #Copyright a
    {
        color: #bcb9b0
    }

.LegalHonorsList li
{
    list-style-type: none;
    display: block;
    padding: 10px 4px;
    clear: both;
    margin: 0;
    margin-right: 38px;
}

.LegalHonorsList .Year
{
    float: left;
    width: 8.75em;
    line-height: 1.5em;
}

.LegalHonorsList .Desc
{
    margin: 0 0 0 8.75em;
    line-height: 1.5em;
}

.AltRow { background: #f2f2f2; }

.PageTableContents
{
    background: #f8f4e8;
    width: 140px;
    height: 14.5em;
    float: right;
    margin: 8px 5px 5px 15px;
    display: block;
    padding: 0 15px 0 0;
    
}

    .PageTableContents ul
    {
        margin-left: 20px;
    }    
    
    .PageTableContents ul li
    {
        font-size: 90%;
        line-height: 1.25em;
        color: #88867F;
    }
    
   
.FirstH3
{
    margin-right: 14.75em;
}

.FrontpageGavel
{
    float: right;
    margin: 5px 5px 10px 15px;
    border: 1px solid #e6e6e6;
    padding: 7px;
    background-color: #fbf9f3;
}

.ScalesWatermark
{
    background: url(../images/scales-watermark.gif) top center no-repeat;
}

.GoogleMap
{
    float: right;
    border: none;
}

#flash
{
    position: absolute;
    top: 13px;
    left: 218px;
    z-index: 999;
}

.NewsRoomBox
{
    background: #f8f4e8;
    border: 1px solid #e6e2d7;
    width: 440px;
    padding: 8px;
    margin-top: 12px;
}

.ProfilePhoto
{
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #e6e6e6;
    padding: 7px;
    background-color: #fbf9f3;
}

.NewsRoomList li
{
    line-height: 1.7em;
}

.NewsRoomList li a { padding: 2px; }

.NewsRoomList li .PDF
{
    background: url(../images/icon-pdf.gif) left center no-repeat;
    padding-left: 22px;
}

.FresnoBeeLogo
{
    float: right;
    margin: 50px 25px 0 0;
}

.LexisNexis
{
    margin: 0 0 0 auto;
    width: 203px;
    height: 87px;
    background: url(../images/lexis-nexis-peer-review-rated.gif) left top no-repeat;
}