*  {
   margin: 0; 
   padding: 0;
}

html, body {
   height: 100%;  
}

html {
   overflow: -moz-scrollbars-vertical !important;
}

body {
   background: #FFFFFF url(../images/main-bg.gif) top left repeat-x;  
   font-family: arial, helvetica, sans-serif;
   font-size: 75%;
   color: #4a4a4a;
}

body.home_body {
   background: #FFFFFF url(../images/home-bg.gif) top left repeat-x;  

}

h1 {
   font-size: 1.5em;
   font-weight: normal;
   color: #3B3C2C;
}

h2 {
   padding-top: 10px;
   font-size: 1.2em;
   font-weight: normal;
   color: #666666;
}

h3 {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   color: #FFFFFF;
   letter-spacing: -1px;
   text-transform: uppercase;
}

h4 {
   font-weight: bold;
   color: #333333;
   margin-top: 15px;
   font-size: 1.0em;
}

img {
   border: 0px;
}

a {
   color: #444444;
   outline: none;  
   text-decoration: none;      
}

a:link, a:visited {
   text-decoration: none; 
}

a:hover, a:focus {
   color: #002D25; 
   text-decoration: underline; 
}

ul.no-style {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

li.no-style {

}

fieldset {
   border: 0px;
}

form {
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
}

#container {
   position: relative;   
   min-height: 100%;
   height: 100%;
   margin-bottom: -30px;   
}

html>body #container {
   height: auto;
}

#top_container {
   margin-left: auto;
   margin-right: auto;
   width: 915px;
}

#main {
   margin-left: auto;
   margin-right: auto;
   width: 915px;
   padding-left: 14px;
   padding-top: 40px;
   padding-bottom: 40px;   
}

#branding {
   padding-left: 26px;
   padding-top: 18px;
   padding-bottom: 17px;
   float: left;
   width: 196px;
}

#banner {
   margin-bottom: 20px;
}

#banner img {
   display: block;
}

#banner_content {
   margin-left: 536px; 
   margin-top: -305px;
   position: absolute; 
   line-height: 1.5;
}

#banner_text {
   width: 300px; 
   margin-top: 13px;
   color: #686762;
}

#banner_text a {
   font-weight: bold;
   color: #686762;
}

#banner_links {
   position: absolute;
   margin-left: 780px; 
   margin-top: -34px;    
}

#banner_links a {
   display: block;
   float: left;
   margin-right: 3px;
   padding-left: 6px;
   padding-right: 6px;
   padding-top: 2px;
   padding-bottom: 2px;
   background: #cccab1;
   color: #FFFFFF;
   font-weight: bold;
   color: #686762;
   text-decoration: none;       
}

#banner_links a:hover {
   background: #FFFFFF;
   color: #cccab1;
}

#banner_links a.selected {
   background: #FFFFFF;
   color: #cccab1;
}

#nav-main {
   float: left;
   width: 688px;
   font-family: arial, sans-serif;
   font-weight: bold;
   letter-spacing: 2px;
   text-transform: uppercase;
   margin-top: 86px;  
}
  
#nav-main a {
   float: left; 
   display: block;
   height: 28px;  
   color: #333333;
   padding-top: 11px; 
   padding-left: 11px;
   padding-right: 12px;
   text-decoration: none;   
}

#nav-main a.on {  
   color: #F7F7F7;
   background: url(../images/tab-bg.gif) top left no-repeat; 
}

#nav-main a.off:hover, a.off:focus {
   background: url(../images/tab-bg-hov.gif) top left no-repeat;  
}

#nav-main a.home:hover, a.home:focus {
   background: url(../images/tab-bg-hov-home.gif) top left no-repeat;  
}

.tab_spacer {
   float: left;
   margin-top: 13px;
   width: 1px;
   height: 10px;
   background: #d0d0d0; 
}

#subnav {   
   background: #646557;
   height: 28px;
}

.subnav {
   padding-top: 7px;
   padding-left: 222px;
   padding-bottom: 0px;      
} 

.subnav_home {
   margin-left: 37px;
   padding-top: 10px;
   padding-left: 15px; 
   padding-bottom: 2px; 
   width: 813px;
} 

.subnav_item { 
   float: left;       
   padding-right: 20px; 
}

#subnav select, #subnav input { 
   font-size: 0.9em;
   width: 171px;  
   background: #f0efea;
   color: #333333; 
}

#search_form {
   padding-bottom: 0px;   
   width: 240px;  
}

#home_search_form {
   padding-bottom: 0px;   
   width: 420px;  
}

#search_term {
   padding-bottom: 2px; 
}

#subnav .home_search_term {
  width: 351px; 
}

input#submit_search {
   border: 0;
   background-color: #646557;
   font-family: arial, helvetica, sans-serif;
   font-size: 0.9em;
   color: #f2f9e7;
   cursor: pointer;
   width: 55px;
   text-transform: uppercase;
   font-weight: bold;
   letter-spacing: 1.2px;
}                        

#sidebar {
   float: left;
   width: 203px;
   padding-top: 36px;
   padding-right: 15px;
}

#sidebar-header {
   color: #333333; 
   font-family: arial, sans-serif;
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: uppercase;
   border-left: 1px solid #BEBEBE; 
   border-right: 1px solid #BEBEBE;              
   border-top: 1px solid #BEBEBE; 
   padding: 10px;  
   width: 166px; 
}

.sidebar-select {
   border-left: 1px solid #BEBEBE; 
   border-right: 1px solid #BEBEBE;    
   border-top: 1px solid #BEBEBE;           
   padding: 10px;
   width: 166px;  
   background: #f5f5f5;  
}

.sidebar-select select { 
   font-size: 0.9em;
   background: #efefe7;
   color: #333333;
   width: 165px;
}  

#sidebar-links a {
   color: #333333;
   text-decoration: none;
   font-family: arial, sans-serif;
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: uppercase; 
   display: block;
   border-left: 1px solid #BEBEBE; 
   border-right: 1px solid #BEBEBE; 
   width: 166px; 
   padding-top: 6px; 
   padding-bottom: 10px;
   padding-left: 10px; 
   padding-right: 10px; 
}

#sidebar-header-link a {
   background: #e7e5d7;
   padding: 10px; 
   width: 166px; 
   border-left: 1px solid #BEBEBE; 
   border-right: 1px solid #BEBEBE;    
   border-top: 1px solid #BEBEBE;     
}

#sidebar-links img {
   display: block;   
}

#sidebar-links img.bottom { 
   position: absolute;
}

#sidebar-links a.news_link {   
   text-transform: none;  
   font-weight: normal;
   letter-spacing: normal;   
} 

#sidebar-links a.news_link_archive {   
   text-transform: none;  
   letter-spacing: normal;  
} 

#sidebar-links a:hover {
   background: #f5f5f5;    
}

#sidebar-links a.on {
   background: #e7e5d7;     
}

#sidebar-links a.on:hover {
   background: #e7e5d7;     
}

#sidebar-header-link a:hover {
   background: #e7e5d7;      
}

#sidebar-links-content {   
   padding-top: 5px;
}

#home_content {
   padding-left: 30px;
   color: #666666;
}

#content-container {
   float: left;
   border-right: solid 1px #CCCCCC;
   width: 606px;
   padding-right: 28px;
}

#content {
   min-height: 400px; 
   height: auto !important; 
   height: 400px;
}

#content ul ol {
   font-size: 0.9em;
   color: #666666;
}

#nav-image {
   clear: both;
   width: 452px;
   height: 37px;
   background: #F0F0E8;  
   padding-top: 1px; 
   overflow: hidden;
}

#nav-image img {
   padding-right: 1px;
}

#nav-image-text {
   background: #F0F0E8;
   color: #000000;
   padding-left: 4px;
   font-size: 0.8em;
   overflow: hidden;
   height: 12px;
}

#nav-sub-links {
   float: left;
   width: 138px;
   height: 37px;
   background: #F0F0E8;  
   padding-top: 8px;
}

#nav-sub-links li {
   margin-left: 12px;
   list-style-type: none;
   font-size: 75%;
   text-transform: uppercase;
}

#nav-sub-images {
   float: left;
   width: 314px;
   height: 37px;
   background: #F0F0E8;  
   padding-top: 1px; 
   overflow: hidden;
}

#nav-sub-images img {
   padding-right: 1px;
}

#nav-sub-images-text {
   background: #F0F0E8;
   color: #000000;
   padding-left: 4px;
   font-size: 0.8em;
}

#recent-news {
   width: 265px; 
   height: 254px;
   background: url(../images/box-recent-news.jpg) top left no-repeat; 
   padding-right: 19px;
   float: left;
}

.home-content {
   height: 174px;
   overflow: hidden;
   padding-top: 42px; 
   padding-right: 10px;
   padding-left: 10px; 
   margin-bottom: 3px;
   line-height: 1.6;  
}

.home-content input { 
   font-size: 0.9em;
   width: 155px;  
   background: #f0efea;
   color: #666666; 
   margin-bottom: 15px;
}

.home-content form {
   margin-top: 7px;   
}

#recent-news a { 
   display: block;
   padding-left: 10px;
   font-weight: bold;
   padding-top: 10px;   
}

#resources {
   width: 265px;     
   height: 254px;
   background: url(../images/box-resources.jpg) top left no-repeat;
   padding-right: 19px;
   float: left;
}

#resources a { 
   display: block;
   padding-left: 10px;
   font-weight: bold;
   padding-top: 10px;   
}

#signup {
   width: 265px;  
   height: 254px;
   background: url(../images/box-signup.jpg) top left no-repeat;
   float: left;
}

#news-and-events {
   padding-top: 20px;
   padding-right: 24px;
   width: 544px;  
   float: left;
}

#family-law {
   padding-top: 20px;
   width: 265px;  
   float: left;
}

#family-law img { 
   display: block;
   margin-bottom: 10px;
}

#family-law a { 
   display: block;
   font-weight: bold;
}

.home-news-item {
   border-top: 1px solid #CCCCCC;
   padding-top: 10px;
   margin-top: 10px;   
}

#map-container {
   clear: both;
}

#map {
   width: 600px; 
   height: 600px; 
}

#footer-container {
   position: absolute;
   width: 100%;
   bottom: 0;
   height: 16px;
   padding-top: 7px; 
   padding-bottom: 7px;
   border-top: 1px solid #CCCCCC;
   background: #f4f2f4;
}

#footer {
   font-size: 0.8em;    
   width: 915px;
   margin-left: auto;   
   margin-right: auto; 
}

#footer a {
   color: #666666;
   letter-spacing: 1px; 
   margin-left: 10px;
   margin-right: 10px;
   text-transform: uppercase;
}

#footer-nav {
   color: #666666; 
   padding-left: 25px;  
   width: 720px;
   float: left;
}

#footer-copy {
   color: #333333; 
   width: 150px; 
   padding-right: 20px;
   float: right;    
}

.title {
   float: left;
   color: #B49F53;
   font-size: 1.3em;
   padding-bottom: 15px;
}

.nav-title {
   float: left;
   width: 556px;
}

.nav-print {
   float: left;
   width: 50px;
   font-weight: normal;
   font-family: arial, helvetica, sans-serif;
   letter-spacing: 0px;
   font-size: 0.9em;
}

.nav-print a {

}

.nav-print img {
   float: left;
   padding-right: 3px;
}

.subtitle {
   width: 440px;
   clear: both;
   background: #6A725C;
   height: 14px;
   color: #CECEB3;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 0.8em;
   padding-top: 2px;
   padding-right: 12px;
}

.subtitle a {
   float: right;
   color: #CECEB3;
}

.subtitle img {
   float: left;
   padding-right: 3px;
}

.content-body {
   clear: both;
   line-height: 1.6;
}

.half-list {
   float: left;
   width: 300px;
}

.content-body ul {
   margin-left: 20px;
}

.content-body ol {
   margin-left: 20px;
}

.content-body p {
   padding-bottom: 10px;
}

.content-body h1 {
   font-size: 1.3em;
   font-weight: normal;
   color: #3B3C2C;
   padding-bottom: 10px;
}

.content-body h3 {
   font-size: 1.2em;
   font-weight: bold;
   padding-bottom: 10px;
   text-transform: none;
   color: #666666;
}

.content-body-title-link {
   font-weight: bold;
   padding-bottom: 10px;
}

.resource-content {
   width: 500px;
   float: left;
}

.resource-title-link {
   font-weight: bold;
   float: right;
}

.practices-resources-link {
   font-weight: bold;
   padding-bottom: 10px;
}

.practices-team {
   padding-bottom: 10px;
}

.family_link {
   padding-top: 20px;
   padding-bottom: 10px;
}

.family_link a {
   font-weight: bold;
}

.intro-text {
   padding-bottom: 10px;
}

.search-results {
   padding-bottom: 20px;
}

.search-results a {
   font-weight: bold;
   text-transform: uppercase;
}

.search-result {
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: dotted 1px #CCCCCC;
}

.search-results h4 {
   padding-bottom: 10px;
}

.personnel-image {
   float: left;
   width: 150px;
   padding-right: 10px;
   text-align: center;
}

.personnel-image img {
   padding-bottom: 20px;
}

.personnel-about {
   float: left;
   width: 270px;
   padding-top: 7px;
}

.personnel-about p {
   padding-bottom: 10px;
}

.assistants {
   color: #B49F53;
}

.three-column-content {
   float: left;
   width: 151px;
}

.three-column-content .menu {
   color: #FFFFFF;
   font-family: verdana, arial, helvetica, sans-serif;
   width: 151px;
   background: url(../images/subnav-background.png) top left no-repeat;
}

.three-column-content .photo {
   float: left;
   width: 145px;
   height: 70px;
   padding-top: 6px;
   padding-left: 6px;
   background: url(../images/photo-frame.png) top left no-repeat;
}

.three-column-content p {
   clear: both;
   padding: 6px;
   font-size: 0.9em;
}

.field {
   float: left;
   width: 215px;
   padding-bottom: 10px;
}

.field input {
   border: solid 1px #CCCCCC;
   background-color: #efefe7;;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
}

.field-comments textarea {
   border: solid 1px #CCCCCC;
   background-color: #efefe7;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   width: 418px;
}

.field label {
   display: block;
   padding-bottom: 5px;
}

.field-comments {
   float: left;
   width: 430px;
}

.field-comments label {
   display: block;
   padding-bottom: 5px;
}

.field-submit {
   clear: both;
   width: 418px;
   text-align: right;
   padding-top: 10px;
}

.field-submit input {
   border: 0px;
   font-family: arial, helvetica, sans-serif;
   font-size: 0.9em;
   font-weight: bold;
   background: #FFFFFF;
   color: #6B6A65;
   cursor: pointer;
   text-transform: uppercase;
}

.search-highlight {
   background: #FFFF00;
}

#signup_fields label.error {   
   margin-left: 5px;
   color: red;
}

#send_message .error {   
   color: red;
}

#send_message .success {   
   color: green;
}

.bold {
   font-weight: bold;
}

.spacer {
   height: 1px;
}

.clear {
   clear: both;
}