/**
 *  GENERALS ELEMENTS
 */

li {
  list-style-type: none;
}



/**
 *  LAYOUT
 */

html, body {
  width: 100%;
  height: 100%;
}

body {
  background: url(../images/bodyBg.gif) repeat;
}
#pageWrapper {
  text-align: center;
}
#page {
  margin: 0 auto;
  width: 910px;
  text-align: left;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}
#content {
  line-height: 150%;
  font-size: 12px;
}
#content h1, #content h2, #content h3 {
  line-height: 110%;
}
#header {
  position: relative;
  height: 237px;
  background: url(../images/contentTop.png) repeat-x bottom;
}
#icfLogo {
  position: absolute;
  top: 52px;
  right: 22px;
}
#headerImageWrapper {
  padding: 0 5px 5px;
  background: url(../images/headerBg.gif) no-repeat;
}
#headerImage {
  width: 900px;
  height: 135px;
  overflow: hidden;
}
#content {
  padding: 10px 15px;
  background: url(../images/contentBg.png) repeat-y;
}
#footer {
  position: relative;
  padding: 0 5px 20px;
  background: url(../images/contentBottom.png) repeat-x;
  color: #444;
}
#footerLine {
  margin-bottom: 6px;
  height: 17px;
  border-bottom: 1px solid #888;
}

div.floatEnd {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  line-height: 1px;
}



/**
 *  MENUS
 */

#headerMetaMenu {
  position: absolute;
  right: 5px;
  top: 0;
}
#headerMetaMenu li {
  float: left;
  padding-left: 6px;
  background: url(../images/headerMetaNaviBg.png) no-repeat left bottom;
}
#headerMetaMenu a {
  display: block;
  padding: 2px 7px 6px 0;
  line-height: 15px;
  background: url(../images/headerMetaNaviBg.png) no-repeat right bottom;
  color: #6E6E6E;
  font-weight: bold;
  text-decoration: none;
}
#headerMetaMenu a:hover {
  color: #B50000;
}
#headerMetaMenu li.last a {
  background-position: center bottom;
}

#mainMenu {
  position: absolute;
  left: 4px;
  top: 159px;
}
#mainMenu li {
  float: left;
}
#mainMenu a {
  display: block;
  padding: 5px 17px 5px 0;
  color: #4C4C4C;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#mainMenu li.active a {
  color: #B50000;
}
#mainMenu a:hover, #mainMenu li.active a:hover {
  color: #111;
}

#subMenu {
  position: absolute;
  left: 5px;
  bottom: 0;
}
#subMenu li {
  float: left;
}
#subMenu div {
  float: left;
}
#subMenu .left {
  width: 3px;
  height: 30px;
  background: url(../images/subNaviLeft.png) no-repeat;
}
#subMenu .text {
  height: 30px;
  background: url(../images/subNaviTop.png) repeat-x;
}
#subMenu .right {
  width: 3px;
  height: 30px;
  background: url(../images/subNaviRight.png) no-repeat;
}
#subMenu a {
  display: block;
  margin-top: 3px;
  padding: 8px 10px 6px;
  height: 13px;
  background-color: #808080;
  color: #D6D6D6;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-decoration: none;
}
#subMenu li.active a {
  background-color: #fff;
  color: #B50000;
}
#subMenu a:hover, #subMenu li.active a:hover {
  color: #111;
}

#footerMetaMenu {
  float: right;
}
#footerMetaMenu li {
  float: left;
  margin-left: 10px;
}
#footerMetaMenu a {
  display: block;
  color: #444;
  text-decoration: none;
}
#footerMetaMenu a:hover {
  color: #262626;
  text-decoration: underline;
}



/**
 *  CONTENT ELEMENTS
 */

.cms__contentElements__layout__columns_2 {
  clear: both;
}
.cms__contentElements__layout__columns_2 .cms__contentElements__layout__columns_col1 {
  float: left;
  width: 280px;
}
.cms__contentElements__layout__columns_2 .cms__contentElements__layout__columns_col2 {
  float: right;
  width: 575px;
}

.cms__contentElements__html {
  margin-bottom: 19px;
}
.cms__contentElements__html.last {
	margin-bottom: 0;
}

.cwxContentGalleryTitle {
  padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.first .cwxContentGalleryTitle {
  padding-top: 0px;
}
.cwxContentGalleryPreview {
  float: left;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.cwxContentGalleryThumbsLoader {
  display: block;
  margin-left: 5px;
  padding: 5px;
  height: 190px;
  background-color: #ddd;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.cwxContentGalleryThumbs {
  float: left;
  width: 580px;
  height: 200px;
  overflow: auto;
}
.cwxContentGalleryThumb {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 105px;
  height: 70px;
  overflow: hidden;
}
.cwxContentGalleryThumb a {
  background-color: #A7A7A7;
}
.cwxContentGalleryThumbHigh a {
  display: block;
  width: 105px;
  height: 70px;
  text-align: center;
}



/**
 *  DYNAMIC CONTENT (generated through javascript)
 */
 
.rightTopImage {
  width: 585px;
  overflow: hidden;
}
 
.cmsContentElementsLayoutColumnsWithSeparator {
  margin-top: 61px;
}
.cmsContentElementsLayoutColumnsSeparator {
  position: absolute;
  margin-top: 22px;
  margin-left: -10px;
  width: 900px;
  border-bottom: 1px solid #6E6E6E;
  text-align: right;
}
.cmsContentElementsLayoutColumnsSeparator a {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#mainMenu li {
  position: relative;
}
.icfMenuAddon {
  display: none;
  position: absolute;
  z-index: 9999;
}
.icfMenuAddon div {
  float: left;
  background: url(../images/icfMenuAddon.png) no-repeat;
}
.icfMenuAddon .imageContainer {
  width: 39px;
  height: 70px;
}
.icfMenuAddon .textContainer {
  position: absolute;
  left: 12px;
  padding: 12px 12px 0 0;
  height: 48px;
  background-position: right top;
  color: #666;
  font-size: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}



/**
 *  HTML CONTENT
 */

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first, h7.first {
  margin-top: 0;
}
.cms__contentElements__layout__columns_col1 .cms__contentElements__html h1.first {
	margin-top: -1px;
}



/**
 *  FORMS
 */

.cmsForm {
  margin-top: 5px;
}
.firstCmsFormElement {
  margin-top: 20px;
}
.cmsFormLabel {
  float: left;
  width: 150px;
  overflow: hidden;
  font-weight: bold;
}
.cms__form__text input, .cmsForm select, .cmsForm textarea {
  width: 250px;
}



/**
 *  PODCAST
 */

.cwxPodcastEpisodes {
  width: 280px;
}
.cwxPodcastHeartbeat {
  margin-left: 20px;
}

.cwxPodcastArchive .cwxPodcastSeason {
  clear: both;
	position: relative;
	left: -305px;
	margin-top: 12px;
	padding-top: 15px;
	width: 880px;
	border-top: 1px solid #bbb;
}
.cwxPodcastArchive .cwxPodcastImage, .cwxPodcastEpisodes, .cwxPodcastHeartbeat {
  float: left;
}
.cwxPodcastArchive .cwxPodcastEpisodes {
  margin: -5px 0 0 25px;
}
.cwxPodcastHeartbeat {
  margin: -5px 0 0 20px;
  width: 275px;
}
.cwxPodcastEpisode a {
  display: block;
  margin-bottom: 8px;
}



/* CMS FILE OR FOLDER */
.cms__contentElements__fileOrFolder {
	margin-left: -21px;
}
.cms__contentElements__fileOrFolder li {
	margin-top: 4px;
	list-style-type: none !important;
}
.cmsFolderList {
  margin-left: 21px;
}
.cmsFileList {
  margin-left: 22px;
}
.cmsFileInfo IMG, .cmsFolderInfo IMG {
  margin-right: 1px;
}
.cmsFolderInfo img, .cmsFolderInfo span {
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
}
.cmsFolderZip {
  display: none;
  margin-left: 30px;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
}
.cmsFileInfo a {
  color: #000;
  text-decoration: none;
}
.cmsFolderList ul {
  display: none;
}
