#logo h1 a {
    background: url(/utility/images/logo.png) no-repeat;
    height: 167px; /*logo graphic height */
  }
  

#tabs {
  margin-bottom:10px;
  padding-bottom:10px;
  height:205px;
}

.ie7 #tabs{
  margin-top:10px;
  height:155px;
}

/* change header photo for Homepage */
#home #header{
  background: transparent url(/utility/images/photo3.png) top right  no-repeat;
}

/* change header photo for interior pages */
#interior #header{
  background: transparent url(/utility/images/photo1.png) top right  no-repeat;
}

/* Fixes big space at the bottom of each interior page */
#interior .col.last{
  display: none;
}


/*----------------------------------------------
= social Links - Where just using you tube - revert back to global if they add facebook and twitter
================================================ */

div#socialLinks h2{
  float:left;
  font-weight:bold;
  font-size:14px;
  padding-right:3px;
  margin-left:50px;
}

#socialLinks{
  margin:15px 0 0 6px;
}


.ie7 #socialLinks{
  margin:10px 0 0 6px;
}


/* new doc box */

.newDoc{
  border-top:1px solid gray;
  padding-top:10px;
}


/* drop cap effect - style as needed to fit */
.dropcap {
  color:#0c796a;
  font-size:80px;
  line-height:50px;
  padding: 2px 0 2px 0;
  font-family: "Times New Roman", Times, serif;
}

img.left, img.right  {
  margin:6px;
}

#interior .col.last{
  display: none;
}


/* ======= Widget styles ======== */


/*----------------------------------------------
= featured item
================================================ */
ul.featured-items {
  background: #055693;
  list-style: none;
  margin: 0px 0px 10px 0px;
}



ul.featured-items h3 {
  color: #ffffff;

}

li.featured-item1,
li.featured-item2,
li.featured-item3 {
  color: #ffffff;
  
}

li.featured-item1 {
  border-top: 8px solid #428397;
}

li.featured-item2 {
  border-top: 8px solid #428397;
  border-left: 1px solid #ffffff;
}

li.featured-item3 {
  border-top: 8px solid #496bb5;
  border-left: 1px solid #ffffff;
}

li.featured-item1 a:link,
li.featured-item2 a:link,
li.featured-item3 a:link {
  color: #ffffff;
}

li.featured-item1 a:visited,
li.featured-item2 a:visited,
li.featured-item3 a:visited {
  color: #deb261;
}


li.featured-item1 a:hover,
li.featured-item2 a:hover,
li.featured-item3 a:hover {
  color: #428397;
}


.practice-related-news-events #tabs h3 {
  display:none;
}

.practice-related-news-events #tabs h5 {
  margin-left: 6px;
  margin-top: 10px;
  color: #028774;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}



/*----------------------------------------------
= news listing
================================================ */  
ul.quick-links { 
  background: #fff; 
  margin: 0;
  padding: 5px 0 5px 0 ;   
}

/*----------------------------------------------
= news listing
================================================ */
.news-items {
  list-style: none;
}

ul.news-items {
  background-color: #fff;
  list-style: none;
  margin: 0 ;
}

ul.news-items .date,
ul.news-items .more {
  border: 0;
}

ul.news-items .date {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
}

#interior #content-main p.date {
  font-weight:bold;
  font-size: 12px;
  margin: 5px 0 5px 0;
}

ul.news-items li {
  background: transparent url(/design/images/template/icons/newsStory.png) no-repeat 7px 13px;
  border-bottom: 1px solid #ccc;
}

ul.news-items li {
  padding-top: 10px;
}

ul.news-items li:last-child {
  border: 0;
}


ul.news-items li p {
  font-size:12px;
  border-bottom: 0px solid #ccc;  
  
}

ul.news-items li p.more {
  border-bottom: 0px solid #ccc;  
  
}

/* Accordion script */

.demo-show {
  width: 700px;
  cursor:pointer;

}

.demo-show h2 {
  font-size: 14px;
  padding: 5px 18px 5px 0;
  border-bottom: 1px solid #00778A;
  background: transparent url(down-arrow.gif) no-repeat bottom right;
  clear: both;

}

.demo-show div {
  padding: 5px 0;

}

.column { /* previously .demo-show ul */
  float: left;
  width: 30%;

}

.demo-show li {
  list-style:square outside;
  line-height: 16px;

}
