body {
  margin: 0px;
}
body, td {
  font-family: verdana;
  color: #444;
  font-size: 0.8em;
}
textarea {
  font-family: verdana;
}
h1 {
  font-size: 15pt;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
p {
  line-height: 20px;
}
p.formContactDisclaimer {
  font-size: 11px;
  font-style: italic;
  margin-top: 0px;
}
div.info {
  background-color: #ffedda;
  border-top: 1px solid #ff9933;
  border-bottom: 1px solid #ff9933;
  padding-left: 10px;
}
a {
  font-weight: bolder;
  color: #444;
}
img {
  border: none;
}
div.floatClear {
  clear: both;
}


/* Page Container */
#pageContainer {
  width: 900px;
  margin: 0 auto 0;
  position: relative;
}


/* Page Header */
#pageHeader {
  position: relative;
  margin: 20px 0px 20px 0px;
  font-size: 12px;
  background: url(/assets/h/e/header_headline.png) no-repeat 340px 38px;
}
#bannerLogo {
  margin: 0px 0px 10px 0px;
} 
#pageHeader ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #ccc;
}
#pageHeader li {
  float: left;
  display: inline;
  padding: 0px 6px 0px 6px;
  border-right: 1px solid #aaa;
}
#pageHeader li.last {
  border-right: none;
  padding-right: 0px;
}
#pageHeader li a {
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}
#pageHeader li a:hover {
  text-decoration: underline;
}
#bannerLinks {
  position: absolute;
  right: 0px;
  top: 0px;
}
#bannerLinks li.selected a {
  font-weight: bold;
}
#bannerMenu ul {
  position: relative;
  height: 32px;
  padding: 4px 0px 4px 4px;
  border-top: 1px solid #ff9933;
  border-bottom: 1px solid #ff9933;
  text-align: center;
}
#bannerMenu li {
  height: 30px;
  padding: 2px 8px 0px 7px;
}
#bannerMenu li.selected a {
  font-weight: bold;
}
#bannerMenu li.singleLine a {
  position: relative;
  top: 7px;
}
#bannerMenu li.orange {
  background-color: #ffedda;
}
#bannerMenu li.last {
  padding-right: 8px;
}


/* Membership Tools Menu */
#membershipTools {
  position: absolute;
  right: 350px;
  top: 0px;
}


/* Admin Tools Menu */
#adminTools {
  position: absolute;
  right: 0px;
  top: -17px;
 font-size: 11px;
}
#adminTools ul a {
  color: #ccc;
}


/* Search Box */
#searchBox {
  position: absolute;
  width: 250px;
  height: 25px;
  right: 0px;
  top: 35px;
}
#searchBox label {
  float:right;
  color: #fff;
  line-height: 23px;
  padding: 0px 5px 0px 5px;
  background-color: #ff9933;
}
#searchBox #queryBorder {
  float: right;
  border: 1px solid #ff9933;
  border-left: none;
  border-right: none;
  height: 21px;
}
#searchBox input {
  width: 120px;
  border: 1px solid #fff;
  height: 14px;
  font-family: verdana;
  font-size: 11px;
  margin: 2px 0px 0px 0px;
  padding: 0px 4px 0px 4px;
}
#searchBox button {
  float: right;
  color: #fff;
  border: none;
  background-color: #666;
  height: 23px;
  line-height: 23px;
  width: 30px;
  font-family: verdana;
  font-size: 11px;
  padding: 0px;
}


/* Search Results */
div.result {
  margin-bottom: 20px;
}
div.resultTitle a {
  font-size: 12pt;
}
div.resultBreadcrumb a {
  color: green;
}
span.highlight {
  font-weight: bold;
  font-color: #444;
}


/* Left Sidebar */
#leftSidebar {
  float: left;
  width: 180px;
  margin: 0px 20px 20px 0px;
  font-size: 9pt;
  line-height: 15px;
  position: relative;
}
#leftSidebar div.contentContainer {
  width: 170px;
}
#leftSidebarHomepage {
  float: left;
  width: 180px;
  margin: 20px 20px 20px 0px;
  font-size: 9pt;
  line-height: 15px;
}


/* Left Nav */
#pageMenu {
  margin: 0px 0px 60px 0px;
}
#pageMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#pageMenu li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 5px 6px 0px;
}
#pageMenu li.first a {
  padding-top: 0px;
}
#pageMenu li a:hover {
  text-decoration: underline;
}
#pageMenu li.selected a {
  color: #ff9933;
}
#pageMenu li.unpublished a {
  color: #4a4;
}
#pageMenu li {
  border-top: 1px solid #fff; /* IE6 hack */
  border-bottom: 1px dotted #aaa;
}
#pageMenu ul.children li {
  padding: 0px 0px 0px 15px;
  border: 1px solid #fff; /* IE6 hack */
}
#pageMenu ul.children li a {
  padding: 0px 5px 3px 0px;
}
#pageMenu ul.children li.last a {
  padding-bottom: 9px;
}
#pageMenu ul.children li.page a {
  color: #444;
}
#pageMenu ul.children li.selected a {
  color: #ff9933;
}
#pageMenu ul.children li.unpublished a {
  color: #4a4;
}


/* Right Sidebar */
#rightSidebar {
  float: right;
  width: 180px;
  font-size: 9pt;
  line-height: 15px;
}
#rightSidebar div.content {
  margin: 0px 0px 20px 0px;
}


/* Main Content */
div.mainContent {
  margin: 0px 0px 20px 200px;
}
div.noLeftNav {
  margin: 0px 0px 20px 0px;
}
div.mainContent div.content {
  line-height: 20px;
}
div.mainContent a {
  color: #ff9933;
}
div.mainContent a.hiddenEditLink {
  color: #fff;
}
div.mainContent div.content ul {
  padding-left: 15px;
  margin: 0px;
  line-height: normal;
}
div.leftHandBorder {
  height: 1%;
  background: url(/assets/c/c/ccc.png) repeat-y 180px;
}
div.rightHandBorder {
  background: url(/assets/c/c/ccc.png) repeat-y 700px;
}


/* Homepage Specifics */
div.homepageImageContainer {
  width: 680px;
  line-height: 0px;
}
div.homepageMainContent {
  width: 480px;
  margin: 20px 20px 20px 200px;
}


/* Section Homepage Specifics */
div.sectionHomepageImageContainer {   
  margin-left: 200px;
  width: 480px;
  line-height:0px;
}
div.sectionHomepageMainContent {
  width: 480px; margin: 20px 20px 20px 200px;
}


/* Form builder forms */
div.form div.field ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div.formContainer { position:relative; }
div.form fieldset {
  border: none;
  width: 650px;
  padding: 0px 20px 20px 20px;
}
div.form legend {
  display: none;
}
div.form label {
  display: block;
  width: 200px;
  font-weight: bold;
  text-align: right;
}
span.fieldDescription {
  display: block;
  font-size: 8pt;
  text-align: right;
  color: #666;
  width: 200px;
}
div.formRow {
  float: left;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  width: 650px;
}
div.formRow,
div.formButtons {
 clear: both;
}
div.fieldInfo {
  float: left;
}
div.field {
  float: right;
  width: 430px;
}
div.field input.textbox,
div.field select,
div.field textarea {
  width: 420px;
  font-size: 12pt;
}
div.formButtons {
  padding-top: 10px;
  margin-left: 220px;
}
div.errorExplanation {
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px 28px 20px 22px;
  background-color: #ffedda;
  position: relative; /* For IE6 */
}
div.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
  background-color: #f00;
  color: #fff;
}
div.errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}
div.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
div.formRowRequired label {
  color: #f00;
}
div.formRowWithErrors {
  background-color: #ffedda;
}


/* Photo gallery */
div.imageGalleryContainer {
  width: 450px;
}
div.imageGallery div.image {
  width: 100px;
  height: 100px;
  margin: 5px 10px 5px 0px;
}


/* News */
div.newsContainer {
  line-height: 1.4;
}
div.news h1.headline {
  margin: 0px;
  color: #222;
  font-size: 16px;
}
div.news div.date {
  font-weight: bold;
  font-style: italic;
}
div.news div.content {
  margin-bottom: 10px;
  text-align: justify;
}
ul.headlines {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
li.headline {
  margin: 0px 0px 15px 0px;
}
li.headline a {
  color: #555;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
li.headline a:hover {
  text-decoration: underline;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/* Editor Templates */
div.boxedContentBody {
  border: 1px solid #ff9933;
  padding: 10px;
}
div.boxedContent h2 {
  margin:0px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  line-height: 13px;
  padding: 5px 3px 5px 5px;
  background-color: #ff9933;
}

 
/* Page Footer */
#pageFooter {
}


div.hiddenEditTools { 
  line-height: normal; 
}


/* Project Pages */

.project-cont .project-top {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.project-cont .project-top .contentContainer {
  width: 200px;
  padding: 10px;
  background: #f93;
  color: #fff;
}
.project-cont .project-top .contentContainer h2 {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.project-cont .project-top .contentContainer p {
  margin: 10px 0 0;
}
.project-cont .project-top .project-top-image-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
}
.project-cont .project-top .project-top-image-cont p {
  margin: 0;
}
.project-cont .project-top .project-top-image-cont .contentContainer {
  background: none;
  padding: 0;
}
.project-cont .project-main .imageGalleryContainer {
  width: 240px;
}
.project-cont .project-main .imageGalleryContainer .image {
  margin: 0 20px 20px 0;
}
.project-cont .project-main .contentContainer {
  width: 455px;
  padding-right: 5px;
  height: 300px;
  float: left;
  overflow: auto;
  scrollbar-base-color: #f93;
  scrollbar-arrow-color: #fff;
  scrollbar-face-color: #f93;
  scrollbar-track-color: #ffedda;
  scrollbar-shadow-color: #f93;
  scrollbar-lightshadow-color: #f93;
  scrollbar-darkshadow-color:#f93;
  scrollbar-highlight-color: #f93;
  scrollbar-3dlight-color: #f93;
}
.project-cont .project-main .contentContainer p {
  margin: 0 0 12px;
}
div.project-cont-no-nav {
  margin-left: 0;
}
.project-cont-no-nav .project-top .project-top-image-cont, .project-cont-no-nav .project-main .contentContainer {
  width: 655px;
}

.project-cont .project-left {
  float: left;
}

.project-cont .project-left #actv_content_projectlinks {
  margin-top: 20px;
}

.project-cont .project-main .project-left .contentContainer {
  width: 220px;
}