/* Base */

div.main-content-container {
  min-width: 960px;
  margin: 0 auto;
}

div.main-container {
  width: 960px;
}

/* Menu */
table.menu-container {
  margin: 0 auto;
}

div.menu-container {
  width: 100%;
}

div.menu-container-inner {
  width: 960px;
  margin: 0 auto;
}

a.menu-heading {
  height: 20px;
  display: block;
  padding: 10px 12px 0px 12px;
  text-align: center;
  font: bold 10px/10px Garamond, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Banner (OVERRIDES + banner background) */

div.banner-container { 
  border: none;
}

div.banner-container > div { 
  border: none;
}

/* Header */

div.header-container-middle {
	margin: 0;
}

/* Content */

h1.pagetitle {
  font: bold 24px/30px Arial, Helvetica, sans-serif;
  padding: 0px 15px;
  margin-bottom: 10px;
}

/* Content Elements */

div.main-container table.page-content-table {
  width: 960px;
}

div.main-container table.element-container div.element-container {
  border: none;
  padding: 0;
  padding-right: 20px;
}

div.page-content-row {
  padding-top: 20px;
}

td.page-content-column + td.page-content-column {
  padding-left: 0;
}


div.page-content-element {
  margin-right: 20px;
}
td.first-column div.page-content-element {
  margin-left: 20px;
}

table.element-type-libraryflash {
  background: url(images/flashframe/flashanim-frame.png) no-repeat;
}

div.element-type-libraryflash {
	margin: 2px 2px 0px 2px;
}

/* Custom HTML */

div.element-type-customhtml {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 12px;
  margin: 0px;
}

/* Table Head */

table.element-type-customhtml > thead > tr > td.tl {
 height: 20px; width: 20px;

}
table.element-type-customhtml > thead > tr > td.tm {
  height: 20px;
}
table.element-type-customhtml > thead > tr > td.tr {
  height: 20px; width: 29px;
}

/* Table Body */

/*all styles for Table Body in color CSS */

/* Table Foot */

table.element-type-customhtml > tfoot > tr > td.bl {
  height: 20px; width: 20px;
}
table.element-type-customhtml > tfoot > tr > td.bm {
  height: 20px; 
}
table.element-type-customhtml > tfoot > tr > td.br {
  height: 20px; width: 29px;
}

div.content-container {
  padding-bottom: 20px;
}

div.element-heading {
  margin-top: 4px;
  margin-left: 4px;
  text-align:center;
  padding: 2px 10px;
  font: bold 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.element-type-customhtml {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  padding: 0px 20px 0px 20px;
}

table.imagequicklinks-container {
	margin-top: 0px;
}

/* Header Elements -- this follows Content classes to override any styles for content elements */

table.element-type-headertext {
  margin-right: 10px !important;
}
div.element-type-headertext {
  padding: 8px;
  min-height: 160px;
}
h4.headertext {
  font: bold 20px/25px 'Trebuchet MS', sans-serif;
  margin-bottom: 10px;
}
h5.headertext {
  font: bold 11px/14px 'Trebuchet MS', sans-serif;
}

/* Footer */

div.footer-container {
  margin-top: 20px;
}