/* Global styles */

.footer {
    font-size: small;
    background: #729fcf;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #ffffff;
    text-align: center;
    width: 980px;
}

/* Styles for main page */
#banner {
  background: #336294;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #ffffff;
  text-align: center;
}

#banner img {
  float: left;
  padding-left: 10px;
}

#columns {
  background: #729fcf;
}

#main {
  margin-left: 15em;
  padding-top: 2px;
  padding-left: 2em;
  padding-right: 2em;
  background: white;
  
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  width: 13em;
  color: #FFFFFF;
  background: #729fcf;
  border-top: 2px solid;
  font:  100% sans-serif;

}

h1 {
  font:  150% sans-serif;
  color: #226;
  border-bottom: 3px dotted #77d;
}

/* An entry in the store catalog */

#store  .entry {
  border-bottom: 1px dotted #77d;
}

#store  .title {
  font-size: 120%;
  font-family: sans-serif;
}


#store .entry h3 {
 font:  120% sans-serif;
 margin-bottom: 2px;
 color: #227;
}

.h3lawcase {
 text-align: center;
 font:  140% sans-serif;
 color: #227;
}



#store .entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

#store .entry .price-line {
}

#store .entry .add-to-cart {
  position: relative;
}

#store .entry  .price {
  color: #44a;
  font-weight: bold;
  margin-right: 2em;
}

/* START:inline */
#store .entry form, #store .entry form div {
  display: inline;
}
/* END:inline */


.lawyer-detail-td {
    border-bottom: 1px dotted #77d;
    vertical-align: top;
}

.h3_lawyer, .h3_lawyer a, .h3_lawyer a:link, .h3_lawyer a:active, .h3_lawyer a:visited {
    text-decoration: none;
    font: sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #227;
}

.h3_lawyer a:hover {
    text-decoration: underline;
    font: sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #227;
}

.ul_lawyer {
    position: relative;
    left: -20px;
}

.regular_link, .regular_link a, .regular_link a:link, .regular_link a:active, .regular_link a:visited {
    text-decoration: none;
    font: sans-serif;
    color: #227;
}

.regular_link a:hover {
    text-decoration: underline;
    font: sans-serif;
    color: #227;
}

.lawyer-list-entry {
/*	border-bottom: 1px dotted #77d;*/
  	border-top: 1px dotted #77d;
}

.main-body {
  width: 980px;
  background: #729fcf;
}

.td-category-clients {
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
}

    /* Navigation */
    .nav, .nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .nav {
        font-family: Arial, Helvetica, sans-serif;
        z-index: 100;
        position: relative;
    }

    .nav li {
        border-left: 1px solid #336294;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
        font: bold 0.8em / 18px Arial, Helvetica, sans-serif;
        background: #729fcf;
        color: #FFFFFF;
        display: block;
        padding: 0 9px;
/*        text-transform: lowercase;*/
        text-decoration: none;
    }

    .nav li a:hover {
        background: #ccc;
        color: #000;

    }

    #nav-one li:hover a,
        #nav-one li.sfHover a {
        background: #ccc;
        color: #000;
        
    }

    #nav-one li:hover ul a,
        #nav-one li.sfHover ul a {
        background: #729fcf;
        color: #FFFFFF;
    }

    #nav-one li:hover ul a:hover,
        #nav-one li.sfHover ul a:hover {
        background: #ccc;
        color: #000;
    }

    .nav ul {
        background: #565656;
        border-bottom: 1px solid #000;
        list-style: none;
        margin: 0;
        width: 270px;
        position: absolute;
        top: -999em;
        left: -1px;
    }

    .nav li:hover ul,
        .nav li.sfHover ul {
        top: 18px;
    }

    .nav ul li {
        border: 0;
        float: none;
        top: -2px; /* needed for IE 7 ? */
        z-index: 100;
    }

    .nav ul a {
        border: 1px solid #000;
        border-bottom: 0;
        padding-right: 20px;
        width: 250px;
        white-space: nowrap;
    }

    .nav ul a:hover {
        background: #ccc;
        color: #000;
        
    }
    
