/* 3 Column Standard Style */

#column-01 { 
  width: 215px;
  float: left;
  padding: 0 0 0 10px;
}

#column-02 {
  width: 575px;
  float: left;
  padding: 0 0 0 10px;
}

#column-02-1 {
  width: 45%;
  float: left;
  padding: 0;
}

#column-02-2 {
  width: 50%;
  float: right;
}

#column-03 {
  width: 160px;
  float: right;
  padding: 0 12px 0 0;
}

/* un-reformed wide left column style */

#column-01-W {
  width: 300px;
  clear: left;
  float: left;
  padding: 0 0 0 12px;
}

#column-02-W {
  width: 468px;
  float: left;
  padding: 0 0 0 20px;
}


#wrapper-1-2 { /* when everything but column 3 needs to float together; width of col 1 & 2 must be set for each page */
  float:left;
  position:relative;
  width:790px;
  padding-left:10px;
}



/* the following are re-defined from layout-styles.css */

#content_top {
margin-top: 9px;
width: 995px;
height: 11px;
/* DOTS: background: url(/img/template/content_bg_top_WIDE.gif) no-repeat;*/
background: url(/img/template/2008/content_bg_top.gif) no-repeat; /* white */
}

#innerpage {
width: 995px;
/* DOTS: background: url(/img/template/content_bg_tile_WIDE.gif) repeat; */
background: url(/img/template/2008/content_bg_tile.gif) repeat; /* white */
}

#footer {
width: 995px;
}



/* some specific display instructions */
.landing-image {
  height: 200px;
  margin-bottom: 10px;
}
.landing-image h1 {
  font-style: italic;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.cat-overview, .full-dir-sample {
  border-bottom: 1px solid #16929d;
  margin-bottom: 10px;
}
.cat-overview a, .full-dir-sample a {
  color: #16929d;
  text-decoration: none;
}
.cat-overview h1, .full-dir-sample h1 {
  font-size: 22px;
  font-style: italic;
  color: #16929d;
}
.cat-overview h2, .full-dir-sample h2 {
  font-size: 17px;
  padding: 0;
}
.cat-overview p{
  font-weight: bold;
  font-size: 12px;
}
.cat-over {
  float: left;
  position: relative;
  width: 270px;
  padding-bottom: 7px;
}
.cat-over-right {
  margin-left: 10px;
}
.full-dir-sample {
  padding-bottom: 5px;
}
.full-dir-sample ul {
  /*width: 285px;
  float: left;
  position: relative;
  */
}
.full-dir-sample li {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 3px;
}
.full-dir-sample li.compact-address {
	font-size: 11px;
	padding-bottom:0;
	line-height: 100%;
}

/* article lists on landing pages */
.all-article-list-nopic a{
  font-size: 12px;
  font-weight: bold;
}
.all-article-p-nopic {

}

/* left-hand column navigation links - this is duplicated in 2-W-column-layout-styles.css */
.link_enhanced {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  lind-height: 180%;
  border-bottom: 1px solid #ec3c39;
}
a.link_enhanced {
  color: #16929d;
}
a.link_enhanced:hover {
  background: #16929d;
  color: #fff;
}


.jumpmenu {
  font-size:10px;
}


/* for single articles -- floating 120 skyscraper */
#column-01-3 {
width: 120px;
float: right;
padding: 0 0 10px 5px;
position: relative;
}