﻿
/* List layout*/
#firstList, #wideList {margin: 0px 35px 0 22px;}
.catList, .artList,
.toolsList, .toolsList li {
  display: inline;
  float: left;
  width: 218px;
}
.toolsLanding .toolsList,
.toolsLanding .toolsList li {
  width: 327px;
}
.toolsList li a{
    display: block;
    padding-left: 7px;
}
#wideList {width: 490px;}
.catList dl, .artList dl {
  padding: 10px 14px 0 0;
}
.catList dt, .artList dt {
  padding: 0 0 6px 3px;
}

.wideList .noLink
{
  background: url(../images/common/arrow_blue_lg.gif) 9px 3px no-repeat; 
  color: #715725;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 6px 19px;
}
.catList dt a, .artList dt a,
.toolsList dt a, #siteMapCols h2 a {
  background: url(../images/common/arrow_blue_lg.gif) 6px 3px no-repeat;
  color: #715725;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 0 16px;
}
.catList dd, .artList dd, .toolsList dd {
    border-bottom: 1px solid #B4CEDE;
    color: #5F5F5F;
    font-size: 11px;
    line-height:16px;
    margin-bottom: 10px;
    padding: 0 0 10px 18px;
}
dd.last {
    border: 0;
    margin-bottom: 0;
}
.contactLanding .wideList {
    margin: -30px 0 0 40px;
    width: 658px;
}
.toolsList#firstList {
    margin-left: 30px;
}
.toolsList ul {
    overflow: hidden;
}
.toolsList h2 {
    border-bottom: 1px solid #B4CEDE;
    margin: 15px 0 5px 6px;
    padding-bottom: 5px;
}
.toolsList h3 {margin: 0 0 5px 6px;line-height:14px;}
.toolsList ul {margin: 0 0 5px 0;}

/* Contact Landing */
.contactLanding .wideList {
    position: relative;
    top: -130px;
    width: 450px;
}




