/* stjohn main stylesheet */
  body {
    font-family: Arial, Verdana;
    font-size: 10pt;
    /* background-color: #6E737F; */
    background-color: rgb(51,51,102);
    /* background-color: rgb(81,128,154); */
  }
  img {
    border: 0;
  }
  a:link, a:visited, a:active {
    color: #6E737F;
    text-decoration: none;
    font-family: Verdana;
  }
  a:hover {
    text-decoration: underline;
  }
  
  .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
  }
  .ajax-loader-hide {
    display: none;
    visibility: hidden;
  }

  div.hSpacer {
    position: relative;
    float: left;
    width: 10px;
    height: 200px;
    background-color: #FFFCDC;
  }

  div#mainBody {
    position: relative;
    float: center;
    clear: both;
    background-color: #FFFCDC;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 960px!important;
    width: 980px;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
  }

  div#topNav {
    position: relative;
    float: center;
    clear: both;
    height: 25px;
    width: 960px;
    text-align: left;
    color: white;
    background-color: #333;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px; 
    -webkit-border-top-left-radius: 8px; 
  }
  div#topNav div.links {
    width: 630px;
    background-color: #333;
    position: relative;
    float: left;
    clear: left;
    padding-top: 5px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px; 
    -webkit-border-top-left-radius: 8px;
  }
  div#topNav div.links a:link, div#topNav a:visited, div#topNav a:active {
    margin-left: 10px;
    margin-right: 10px;
    color: yellow;
  }
  div#topNav div.curve {
    width: 50px;
    height: 25px;
    position: relative;
    float: left;
    background-color: #FFFCDC;
  }
  div#topNav div.actions {
    width: 280px;
    height: 25px;
    position: relative;
    float: left;
    clear: right;
    text-align: right;
    background-color: #FFFCDC;
  }
  div#topNav div.actions a:link, div#topNav div.actions a:visited,
  div#topNav div.actions a:active {
    color: #6E737F;
  }

  div#logoPane {
    position: relative;
    float: center;
    clear: both;
    height: 144px;
    width: 960px;
    background-color: #333;
    padding-top: 4px;
    padding-bottom: 0px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px; 
    -webkit-border-top-right-radius: 8px; 
  }

  div#mainNav {
    clear: both;
    width: 958px!important;
    width: 960px;
    background-color: #6E737F;
    background-color: #333;
    padding: 1px;
    border-top: 0;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
  }
  div#mainNavLinks a {
    float: left;
    height: 26px!important;
    height: 35px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #999;
    font-size: 1em;
    cursor: pointer;
  }
  div#mainNavLinks {
    height: 35px;
    width: 958px;
    overflow: hidden;
    text-align: center;
    /* background-color: #6E737F; */
    background-color: #333;
    /* background-image: url(images/contentNav_bg6.png); */
    background-image: url(images/mainNav_bg4.png);
    background-repeat: repeat-x;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
  }
  div#mainNavLinks a:first {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
  }
  div#mainNavLinks a:last {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
  }
  div#mainNavLinks a:link,
  div#mainNavLinks a:visited,
  div#mainNavLinks a:active {
    /* color: #FFFCDC; */
    color: #111;
    font-weight: bold;
  }
  div#mainNavLinks a:hover {
    text-decoration: none;
  }
  div#mainNavLinks a.activeLink {
    background-image: url(images/contentNav_bg7.png);
  }
  div#mainNavLinks a.activeLink:link,
  div#mainNavLinks a.activeLink:visited,
  div#mainNavLinks a.activeLink:active {
    color: #DDD;
    /* color: yellow; */
    /* text-decoration: underline; */
  }
  div#mainNavLinks a img {
    margin-left: 5px;
  }

  div#contentPane {
    width: 960px;
    /* height: 640px; */
    margin-top: 10px;
    position: relative;
    /*
    float: center;
    clear: both;
    */
  }

  div#contentPane div#renderpage-content {
    position: relative;
    /* width: 930px; */
    /* height: 630px; */
    text-align: left;
    z-index: 4;
    background-color: #f5e1e1;
    /* background-image: url('images/bg_redfade.png'); */
    background-image: url('images/item_bg.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center center;
  }
  
  div#contentPane div#renderpage-content div.cmspage-view {
    text-align: left;
  }
  
  div#contentPane div#renderpage-content .cmspage-title {
    /* color: #43d6af;
    color: #c9a549; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dashed #635124;
    height: 20px;
  }
  div#contentPane div#renderpage-content .cmspage-title span {
    position: relative;
    float: left;
    font-size: 1.7em;
    font-weight: bold;
    color: black;
  }
  div#contentPane div#renderpage-content .cmspage-title div {
    position: relative;
    float: right;
  }
  
  div#contentPane div#renderpage-content div.content {
    /* height: 630px; */
    text-align: left;
    padding: 20px 20px;
    background-color: white;
    border: 2px solid #6E737F;
    color: #6E737F;
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    z-index: 4;
  }

  div#contentPane div#renderpage-content div.flash {
    height: 250px;
    width: 960px;
    background-color: #6E737F;
    float: left;
    margin-bottom: 10px;
    z-index: 4;
  }
  
  
  /* Entertainment */
  
  div#renderpage-content > div.entertainment,
  div#renderpage-content > div.media {
    width: 960px;
    height: 394px;
    overflow: auto;
    text-align: center;
    color: black;

    border-top: 4px solid #333333;
    border-bottom: 4px solid #333333;
    /* background-image: url('images/item_bg.jpg'); */
    /* background-position: left top; */
    /*background-position: 50% 50%;*/
  }
  div#renderpage-content > div.entertainment > div.container,
  div#renderpage-content > div.media > div.container {
    text-align: left;
  }
  div#renderpage-content > div.entertainment > div.container > div.title,
  div#renderpage-content > div.media > div.container > div.title  {
    position: relative;
    /*clear: both;*/
    float: left;
    width: 660px;
    height: 30px;
    /* border-bottom: 4px solid #B37F7F; */
    border-bottom: 4px solid #999;
    font-family: Verdana,Arial,Tahoma;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: 30px;
  }
  div#renderpage-content > div.entertainment > div.container > div.image,
  div#renderpage-content > div.media > div.container > div.image,
  div#renderpage-content > div.entertainment > div.container > div.social,
  div#renderpage-content > div.entertainment > div.container > div.schedule {
    width: 250px;
    position: relative;
    float: right;
    clear: right;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: center;
  }
  div#renderpage-content > div.entertainment > div.container > div.schedule {
    width: 214px;
    border: 4px solid #B37F7F;
    padding: 10px 16px;
    /* background-color: #F5E1E1; */
    color: #850D0D;
    text-align: left;
  }
  div#renderpage-content > div.entertainment > div.container > div.schedule > div.day {
    font-size: 1.2em;
    font-weight: bold;
  }
  div#renderpage-content > div.entertainment > div.container > div.schedule > div.showtime {
    text-indent: 10px;
  }
  div#renderpage-content > div.entertainment > div.container > div.body,
  div#renderpage-content > div.media > div.container > div.body {
    width: 630px;
    position: relative;
    /* border: 4px solid #B37F7F; */
    padding: 10px 16px;
    /*background-color: #F5E1E1;*/
    /* color: #850D0D; */
    color: #333;
    font: 1.1em Arial;
    top: 20px;
    
    /* background: #f5e1e1 url('images/bg_redfade.png') repeat-y fixed center center; */
    
  }
  div#renderpage-content > div.entertainment > div.container > div.body > p,
  div#renderpage-content > div.entertainment > div.container > div.body > p {
    text-indent: 20px;
    font-size: 1.1em;
  }
  
  /* File List for Downloads */
  table.download-list,
  table.contact-list {
    border: 1px solid #333;
    position:relative;
    left: 50px;
  }
  table.download-list > tbody > tr > th,
  table.contact-list > tbody > tr > th {
    text-align: center;
  }
  table.download-list > tbody > tr > th > img,
  table.contact-list > tbody > tr > th > img {
    background-color: #FFF;
    border: 1px solid #333;
    padding: 5px 4px;
  }
  table.download-list > tbody > tr > td,
  table.contact-list > tbody > tr > td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #AAA;
  }
  