/* Base */


div.main-container {
  width: 1002px;
}
/* Menu */

div.menu-container {
  width: 960px;
  margin: 0 auto;
}

td.menu-heading {
  padding-left: 2px;
} 

a.menu-heading {
  height: 39px;
  display: block;
  padding-right: 20px;
  padding-bottom: 28px;
  text-align: center;
  margin-bottom: -13px;
  font: bold 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

a.menu-heading > span {
  height: 39px;
  display: block;
  padding: 28px 0px 0px 20px;
  text-align: center;
  font: bold 11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  
}
a.menu-selected {
  margin-top: 0px;
  }
  
a.menu-selected > span {
}
/* Slideshow */

/* Table Head */
table.slideshow-overlay > thead > tr > td.tl {
 height: 22px; width: 22px;
}
table.slideshow-overlay > thead > tr > td.tm {
 height: 22px; width: 1000px;
}
table.slideshow-overlay > thead > tr > td.tr {
 height: 22px; width: 22px;
}

/* Table Body */

table.slideshow-overlay > tbody > tr > td.ml {
 width: 22px; height: 100px;
}

table.slideshow-overlay > tbody > tr > td.mm {
 width: 1000px; height: 100px;
}

table.slideshow-overlay > tbody > tr > td.mr {
 width: 22px; height: 100px;
}

/* Table Foot */

table.slideshow-overlay > tfoot > tr > td.bl {
 height: 22px; width: 22px;
}
table.slideshow-overlay > tfoot > tr > td.bm {
 height: 22px; width: 1000px;
}
table.slideshow-overlay > tfoot > tr > td.br {
 height: 22px; width: 22px;
}

/* Content */

h1.pagetitle {
  font: bold 24px/30px 'Trebuchet MS', sans-serif;
  padding: 5px 25px;
  margin-bottom: 10px;
}

/* Content Elements */

/*Content Table */

div.main-container table.page-content-table {
  width: 960px;
  margin-top: 30px;
}

div.main-container table.element-container div.element-container {
  border: none;
}

div.page-content-row {
  padding-bottom: 25px;
}

a.imagequicklinks {
  margin-bottom: 22px;
}

/*Quick Contact Form */

div.element-type-quickcontactform {
  height: 164px;
}

div.element-heading-quickcontactform {
  padding-top: 4px;
  text-align: left;
  margin-left: 7px;
}

/* Table Head */

table.element-type-quickcontactform > thead > tr > td.tl {
 height: 23px; width: 20px;
}
table.element-type-quickcontactform > thead > tr > td.tm {
 height: 23px;
}
table.element-type-quickcontactform > thead > tr > td.tr {
 height: 23px; width: 20px;
}

/* Table Body */

table.element-type-quickcontactform > tbody > tr > td.ml {
 height: 164px; width: 20px;
}
table.element-type-quickcontactform > tbody > tr > td.mm {
 height: 164px;
}
table.element-type-quickcontactform > tbody > tr > td.mr {
 height: 164px; width: 20px;
}

/* Table Foot */

table.element-type-quickcontactform > tfoot > tr > td.bl {
 height: 24px; width: 20px;
}
table.element-type-quickcontactform > tfoot > tr > td.bm {
 height: 24px;
}
table.element-type-quickcontactform > tfoot > tr > td.br {
 height: 24px; width: 20px;
}

/* Custom HTML */

div.element-type-customhtml {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 20px 0px 20px;
}

/* Table Head */

table.element-type-customhtml > thead > tr > td.tl {
 height: 23px; width: 20px;
}
table.element-type-customhtml > thead > tr > td.tm {
 height: 23px;
}
table.element-type-customhtml > thead > tr > td.tr {
 height: 23px; width: 20px;
}

/* Table Body */

table.element-type-customhtml > tbody > tr > td.ml {
  width: 20px;
}
table.element-type-customhtml > tbody > tr > td.mm {
}
table.element-type-customhtml > tbody > tr > td.mr {
  width: 20px;
}

/* Table Foot */

table.element-type-customhtml > tfoot > tr > td.bl {
 height: 23px; width: 20px;
}
table.element-type-customhtml > tfoot > tr > td.bm {
 height: 23px;
}
table.element-type-customhtml > tfoot > tr > td.br {
 height: 23px; width: 20px;
}

/* Form elements (OVERRIDES)*/

div.form {
  clear: both;
}
  
div.form-field {
	margin-top: 2px;
}

button, a.button, input.button {
  height: 24px;
  min-width: 80px;
  padding: 0px 8px;
  font: bold 11px/16px tahoma, arial, sans-serif;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
a.button, input.button {
	display: inline-block;
	text-decoration: none;
	margin: 2px;
	border: 1px outset;
	line-height: 24px;
}

input.button {
	line-height: 20px;
}

/* 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: 12px;
  padding: 5px;
}