/* style rules for use with pages that also use Yahoo! YUI reset, fonts, grids */

/* override the standard yui-t1 layout dimensions for 160 on left */
/* make it 140 on left */
/* divide pixel width by 13, or by 13.3333 for ie browsers, to get ems */
.yui-t1 .yui-b {
        float: left;
        width: 10.76923em;
        *width: 10.50em;
}

.yui-t1 #yui-main .yui-b {
        margin-left: 10.76923em;
        *margin-left: 10.50em;
}

body {
  background-color: #FFFFFF;
  color: #000000; /* black */
  text-align: left;
  text-indent: 0;
}
p {
  margin:.5em 0 .5em 0;
  text-align:left;
  }
th {
  padding:2px;
  text-align:center;
  font-weight: bold;
  border: 1px solid #5C505A;
}
td {
  padding: 2px;
}
pre {
  font-family: Courier, serif;
}
h1 {
  margin: 10px 0;
  font-size: 150%;
  font-weight: bold;
  color: #0D5385;
}
h2 {
  margin: 10px 0;
  font-size: 130%;
  font-weight: bold;
  color: #0D5385;
}
h3 {
  margin: 10px 0;
  font-size: 110%;
  font-weight: bold;
}
h4 {
  margin: 10px 0;
  font-size: 105%;
  font-weight: bold;
}

/* navigation menu */
#navigation {
  margin: 0;
  padding: 0;
}
#navigation ul {
  margin: 0 1em 0 0;
  padding: 2em 0 0 0;
  list-style: none;
}
#navigation li {
  /*border: 1px solid #990000;*/
}
#navigation a:link, #navigation a:visited {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 1px solid #edf5ff;
  border-right: 1px solid #edf5ff;
  background-color: #edf5ff;
  color: #0D5385;
  text-decoration: none;
}
#navigation a:hover {
  padding: 5px 5px 5px 0.5em;
  border-left: 1px solid #1279c3;
  border-right: 1px solid #1279c3;
  background-color: #1279c3;
  color: #FFFFFF;
}

/* horizontal navigation */
#navigation-h {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1279c3;
  clear: both;
}
#navigation-h ul {
  margin: 0;
  padding: 0 1em 0 1em;
  list-style-type: none;
}
#navigation-h li {
  margin: 0;
  padding: 0;
  display: inline;
}
#navigation-h a:link, #navigation-h a:visited {
  padding: 2px 1.3em 2px 1.3em;
  border-right: 1px solid #004872;
  background-color: #1279c3; /* blue */
  color: #FFFFFF;
  text-decoration: none;
}
#navigation-h a:hover {
  padding: 2px 1.3em 2px 1.3em;
  border-right: 1px solid #1279c3;
  background-color: #004872; /*dark  blue */
  color: #FFFFFF;
}
body#index li.index,
body#about li.about, body#practice li.practice, body#robert li.robert,
body#news li.news, body#clients li.clients, body#contact li.contact {
  border-right: 1px solid #1279c3;
  background-color: #004872;
  color: #FFFFFF;
}
body#index li.index a:link, body#index li.index a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#practice li.practice a:link, body#practice li.practice a:visited,
body#robert li.robert a:link, body#robert li.robert a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#clients li.clients a:link, body#clients li.clients a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited {
  border-right: 1px solid #004872;
  background-color: #004872;
  color: #FFFFFF;
}

#header-bottom {
  border-top: 1px solid #2F3462; /*dark  blue */
  border-bottom: 1px solid #2F3462;
  clear: both;
  margin-bottom: 10px;
  height: 1%; /* for peek-a-boo bug */
}
/* page header */
.logo {
  border: 0;
  float: left;
}
.rvphoto {
  float: right;
}
/* page footer */
.footer {
  margin-top: 2em;
  margin-bottom: 1em;
  border-top: 1px solid #2F3462; /*dark  blue */
  border-bottom: 1px solid #2F3462;
  font-weight: normal;
  color: #000080;
}
#footer-left {
  margin: 0;
  padding: 0 0 0 20px;
  width: 400px;
  float: left;
}
#footer-right {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right;
}
.no-ul {
  text-decoration: none !important;
}

/* forms */
input.txt {
  border: 1px inset #00008B;
  width: 200px;
}
 textarea.txt {
  border: 1px inset #00008B;
  width: 400px;
  height: 200px;
}
input.btn {
  color: #00008B;
  background-color: #add8e6;
  border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
}
form p label {
  float: left;
  width: 15%;
  font-weight: bold;
  font-size: 0.9em;
}

/* misc */
.smlabel {
  font-size: 70%;
  font-weight: bold;
}
.smtext {
  font-size: 80%;
}
.smaller-text {
  font-size: 0.9em;
}
.biggertext {
  font-size: 125%;
}
.ctr {
  text-align: center;
}
.newshd {
  font-size: 115%;
  font-weight: bold;
  color: #1279C3;
}
.newsbd {
  color: gray;
}
.bld {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.italic-bold {
  font-weight: bold;
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.italic-blue {
  font-style: italic;
  color: #1279C3;
}
.nrml-text {
  font-weight: normal;
}
.warn {
  color: red;
}
/* for bulleted lists */
.list-dot {
  list-style-type: square;
  padding-left: 1em;
}
.sqbullet {
  margin: 0;
  padding: 0;
}
.sqbullet li {
  list-style-type: square;
  padding-left: 0;
  margin-left: 1em;
  padding-bottom: 1em;
}
.dec li {
  list-style-type: decimal;
  padding-left: 0;
  margin-left: 2em;
  padding-bottom: 1em;
}
.quote {
  color: #454B8E;
  font-style: italic;
  text-align: center;
  padding: 1em 2em;
}
.serif {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.page-title {
  margin-top: 1.1em;
}
.sec-hd {
  background-color: #0A4169;
  color: #ffffff; 
  padding-left: 0.5em; 
  margin-top: 1.5em;
}
.sec-hd-flush {
  background-color: #0A4169;
  color: #ffffff; 
  padding-left: 0.5em; 
}
/* superlawyers.com badge */
.sl_badge_120 {width:125px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120 .profile {padding:2px;}
.sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120 a:hover {text-decoration:underline;}
.sl_badge_120 .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120 .visit { text-align:center; font-size:10px; }

