﻿body
{
    margin: 0;
    padding: 0;
    font-size: 62.7%;
    font-family: Verdana, Sans-Serif;
    color: #000;
    background: #fff url(../images/background-tile.gif) left top repeat-x;
    text-align: center;
    padding-bottom: 60px;
}
	
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%; }
h3 { text-align: center; font-size: 160%; margin: 30px 0 15px 0; }
h4 
{
    font-size: 140%;
    background: url(../images/h4-dotted-background.gif) left bottom repeat-x;
    color: #7e7a6e;
    padding-bottom: 2px;
    margin-right: 25px;
}
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%;
}	

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: 908px;
    margin: 0 auto;
    text-align: left;
}

#InnerWrap
{
    background: url(../images/background-shadow.gif) left top no-repeat;
    background-position: left 179px;
}

#Header h1
{
    text-align: center;
    margin: 0;
    padding: 0;
}

#Header h1 a
{
    width: 900px;
    height: 176px;
    display: block;
    text-indent: -9000px;
    margin: 0 auto;
    background: url(../images/logo.jpg) left top no-repeat;
}

#Nav
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #8d9e7a;
    border-bottom: 1px solid #fff;
    margin-left: 4px;
    background: #e9e9e9 url(../images/nav-background.gif) left top repeat-x;
    display: block;
    width: 900px;
}

#Nav ul
{
    padding: 0;
    margin: 0;
    text-align: center;
}

#Nav li
{
    list-style-type: none;
    padding: 0;
    display: block;
    float: left;
    margin: 0;
}

#Nav li a
{
    color: #545454;
    font-size: 140%;
    display: block;
    padding: 11px 23px 11px 22px;
    text-decoration: none;
}

#Nav li a:hover 
{
     background: #98a489 url(../images/nav-hover-background.gif) left top repeat-x;
     color: #fff;
}

#Nav li .LastNav
{
    padding-right: 27px;
}

.Clear
{
    clear: both;
    font-size: 0;
}

#Content
{
    background: #fff;
    width: 900px;
    margin: 0;
    margin-left: 4px;
    color: #676767;
}

#Content ul
{
    font-size: 120%;
}

#Content ul li
{
    line-height: 1.3em;
}

#Content ul li ul li 
{
    font-size: 80%;
}


#Content ul li p
{
    font-size: 110%;
}

#Content a 
{
    color: #8d9e7a;
    font-weight: bold;
}

#InnerContent
{
    margin: 0;
    padding: 0 10px 10px 10px;
}

#BannerPhoto
{
    width: 900px;
    height: 198px;
    background: url(../images/banner-photo.jpg) left top no-repeat;
    margin: 0 0 5px 0;
    padding: 0;
}

h2
{
    background: url(../images/h2-drop-shadow.gif) left bottom no-repeat;
    color: #7d8c6c;
    padding: 0 0 15px 3px;
    font-size: 180%;
}

.GeoServiceAreas
{
    background: url(../images/geo-service-areas.gif) left top no-repeat;
    width: 238px;
    height: 176px;
    float: right;
    text-indent: -9000px;
    margin: 0 15px 25px 15px;
}

#FooterTop
{
    background: url(../images/footer-top-background.gif) left bottom no-repeat;
    height: 43px;
}

#Footer
{
}

#FooterInner
{
    background: #f2f2f2 url(../images/footer-bottom-background.gif) -4px bottom no-repeat;
    width: 900px;
    margin-left: 4px;
}

#Footer ul
{
    margin: 0;
    padding: 0;
}

#Footer ul li
{
    list-style-type: none;
    color: #6d6d6d;
}

.FooterInfoLeft
{
    float: left;
    padding: 15px 0 20px 10px;
    font-size: 110%;
}

.FooterInfoRight
{
    float: right;
    padding: 15px 10px 20px 0;
    font-size: 110%;
}

.FooterInfoRight ul li 
{
    text-align: right;
}

#Copyright
{
    float: left;
    padding: 2px 0 15px 5px;
    font-size: 110%;
    color: #b4b4b4;
}

#FooterLinks
{
    float: right;
    font-size: 110%;
    padding: 2px 5px 15px 0;
    color: #b4b4b4;
}

#FooterLinks ul
{
    margin: 0;
    padding: 0;
}

#FooterLinks ul li
{
    display: inline;
    padding-left: 7px;
}

#DesignedBy
{
    clear: both;
    text-align: center;
    font-size: 110%;
    color: #b4b4b4;
    padding-bottom: 2px;
}

#Footer a 
{
    color: #b4b4b4;
    text-decoration: underline;
}

.PracticeAreasSection
{
    border: 1px solid #ededed;
    padding: 0 10px 10px 10px;
    background: #fafafa;
    margin: 10px 0 5px 0;
}

.PracticeAreasSection p, .PracticeAreasSection ul li
{
    text-align: justify;
}

.StaffPhotoFloatLeft
{
    float: left;
    margin: 0 15px 15px 0;
}

.StaffPhotoFloatRight
{
    float: right;
    margin: 0 0 15px 15px;
}

.StaffPhotoSection
{
    margin: 5px 15px 35px 15px;
}

.AttorneyPhoto
{
    float: left;
    margin: 2px 15px 15px 10px;
}

.CAMap
{
    text-align: center;
    position: relative;
}

.CAMap ul
{
    position: absolute;
    left: 425px;
    top: 15px;
}

.CAMap ul li { font-size: 140%; }

.ContactUsList li
{
    list-style-type: none;
}