/* Stylesheet for Daly Gorbey & O'Brien PC - Copyright Daly Gorbey & O'Brien PC - Authored by www.9balldesign.com - All Rights Reserved */

body {
  font: 12px arial, helvetica, sans-serif;
  background: #fff;
  text-align: center;
  margin: 8px 0 8px 0;
  padding: 0;
  color: #000;
}
.HR {color: #F2ECDA; margin: 12px 0 12px 0; height: 1px; border: 1px inset #F2ECDA;}
h2 {font-size: 14px; text-decoration: underline; color: #944f3f; margin: 7px 0 7px 0;}
h3 {font-size: 12px; color: #525252; margin: 7px 0 7px 0;}
.Spacer {clear: both; display: block; height: 16px; width: 100%; background: url(theme/Spacer.gif) repeat-x;}
li {list-style-type: square;}
/* CONTAINER ELEMENTS */

#Container {
  width: 687px;
  background: url(theme/MainContent-BG.gif) repeat;
  margin: 0 auto;
  padding: 0;
}

/* INCLUDE CONTENT ELEMENTS - HEADER */

#Header {
  display: block;
  width: 687px;
  height: 82px;
  background: url(theme/header.gif) no-repeat;
  border-bottom: 2px solid #fff;
}

#Logo a:link, #Logo a:visited {
  display: block;
  width: 163px;
  height: 82px;
  float: left;
}

#Logo a:hover {
  display: block;
  width: 163px;
  height: 82px;
  float: left;
  background: url(theme/Logo-Hover.gif) no-repeat;
}

#SiteNavigation {
  position: relative;
  top: 30px;
}

/* INCLUDE CONTENT ELEMENTS - LEFT COLUMN */

#LeftColumn {
  clear: both;
  display: block;
  float: left;
  background: url(theme/Left-Column.gif) top no-repeat;
  width: 163px;
  height: 414px;
  border-right: 2px solid #fff;
  text-align: left;
}
#LeftColumn h3 {
  color: #fff;
  font-size: 12px;
  margin: 4px 0 4px 6px;
  padding: 0;
}

#LeftColumn a:link, #LeftColumn a:visited {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 18px;
}

#LeftColumn a:hover {
  text-decoration: underline;
}
#LeftColumn ul {
  margin: 0 0 0 25px;
  padding: 0;
}
#LeftColumn li {
  list-style-image: url(theme/Link-BG.gif)
}
/* CONTENT ELEMENTS - RIGHT COLUMN */

#RightColumn {
  display: block;
  float: right;
  width: 522px;
}

#RightColumn a:link, #RightColumn a:visited {
  color: #9c0000;
  text-decoration: none;
}

#RightColumn a:hover {
  text-decoration: underline;
}

/* INCLUDE CONTENT ELEMENTS - FOOTER */

#Footer {
  clear: both;
  display: block;
  width: 687px;
  height: 82px;
  background: url(theme/footer.gif) no-repeat;
  border-top: 2px solid #fff;
  font-size: 11px;
}

#FooterLinks {
  text-align: left;
  margin: 15px 0 0 8px;
  color: #525252;
}

#FooterLinks a:link, #FooterLinks a:visited {
  font-size: 11px;
  color: #525252;
  text-decoration: none;
}

#FooterLinks a:hover {
  text-decoration: underline;
}

#Copyright {
  color: #9C0000;
  margin: 4px 0 0 8px;
  text-align: left;
}

#FooterAddress {
  color: #000;
  text-align: left;
  margin: 4px 0 0 9px;
}

/* PAGE STYLES - MAIN CONTENT BLOCK */

#MainContent {
  text-align: left;
}

/* PAGE STYLES - RIGHT COLUMN BLOCK */

#RightColumnBlock {
  padding: 14px;
}

.PageText {
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 18px;
  clear: both;
}

.PageText strong {
  color: #9c0000;
}

/* HOME PAGE BANNER SPACING */

#BannerOne {padding: 0 58px 0 0;}
#BannerTwo {padding: 0 58px 0 0;}
#BannerThree {}

/* AREAS OF PRACTICE PAGE */

#AreasOfPractice ul {
  margin: 18px;
  padding: 0;
  float: left;
}
#AreasOfPractice li {
  list-style-type: square;
  margin: 2px 0 2px 25px;
  padding: 0 0 10px 0;
}

/* ATTORNEYS PAGE */
.AttorneyShort {
  border-top: 1px solid #fff;
  clear: both;
}
.AttorneyShort strong {
  color: #9c0000;
}
.AttorneyLong {
  border-top: 1px solid #F2ECDA;
  clear: both;
}

.AttorneyShort img {
  float: left;
  padding: 10px 10px 10px 0;
}

.AttorneyShort h3, .AttorneyLong h3 {
  color: #525252;
  margin: 25px 0 5px 0;
  font-size: 14px;
}

.AttorneyLong img {
  float: right;
  padding: 0 0 10px 10px;
}

.AttorneyLong h3 {
  color: #525252;
  margin: 10px 0 5px 0;
  font-size: 14px;
}

.SmallFont {font-size: 11px; font-weight: normal;}

.AttorneyBack {
  text-align: right;
  position: relative;
  top: -20px;
}
/* CONTENT SPECIFICS */
.HighlightBox {
  background: #fff;
  border: 1px dashed #ccc;
}
.HighlightBoxText {
  padding: 7px;
}
/* CONTACT FORM */
#ContactForm table {
  margin: 10px auto;
}
#ContactForm table td {
  vertical-align: top;
}
#ContactFormTitle {
  background: #9c0000;
  height: 35px;
  border-bottom: 2px solid #fff;
}
#ContactFormTitle h1 {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 7px 0 0 5px;
}