
div#header {
}
div#breadCrumbs {
  background-color : #e2e2e2;
}
table#level3Layout {
  width : 100%;
}
table#level3Layout h1,h2,h3,p{
  margin-left : 5px;
}
table#level3Layout td.col1{
  width : 160px;
  background-color : #F0EDC3; /*#ffd9b3;*/
  vertical-align : top;
}
table#level3Layout td.col2{
  width : auto;
}
div#level3SubMenu {
	border : solid #DCDCDC;;
	border-width: 1px 2px 2px 2px;
	width : 160px;
}
div#level3SubMenu h4 {
  font-size: 14px;
	width : 100%;
	border-top : solid 1px #DCDCDC;
	height : 14px;
	text-align : center;
	margin : 2px 0;
	background-color : #DCDCDC;
}
div#level3SubMenu a {
   color : #8A4500;
	display : block;
	border-top : solid 1px #DCDCDC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	text-align : center;
	text-decoration : none;
	line-height : 16px;
}
div#level3SubMenu a:visited {
	color : #8A4500;
}
div#level3SubMenu a:hover {
	background-color : #F5F5F5;
}

/*  level3Layout credited Images */
div.creditedImage {
  text-align : center;
  width : 250px;
  float : left;
  border : 1px solid gray;
  margin : 0 5px 5px 2px;
  clear : both;
}
div.creditedImage img {
  margin : 5px;
}
div.creditedImage div.caption {
  text-align : center;
  font-weight : bold;
  margin-left: 5px;
  margin-right : 5px;
}
div.creditedImage div.credit {
  text-align : center;
  font-weight : bold;
  font-style : italic;
  margin-left: 5px;
  margin-right : 5px;
}
/* level3Layout pullQuotes */
p.pullQ {
  width : 160px;
  float : left;
  font-weight : bold;
}
/* extended Quotes */
div.extendedQuote {
  width : 240px;
  float : left; /* default float left */
}
div.extendedQuote p.eQuoteText {
  font-style : italic;
  font-weight : bold;
}
table.listTable {
  width : 300px;
  float : right;
  margin : 8px;
}
table.listTable td {
  background-color : #f6f6f6;
}
table.listTable th {
  text-align : center;
}
table#level3Layout td.col1 div.infoBox { /* 10% width doesn't work in firefox. Nail it to column width */
	width : 160px;
}
