/***********ONLY NEEDED ON DEFAULT PAGE, IT BEHAVES SLIGHTLY DIFFERENT****************/
/* UPDATED THE SPOTLIGHT SLIDER TO TEMP REMOVE THE INDICATORS OVER THE IMAGES - /*Removing the indicators - 12-12-2016 -JJORDAN */





#containerMain {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#containerTop {
    position: relative;
    width: 980px;
    height: 100px;
    z-index: 999;
    margin-bottom: 16px;
}

#containerContent {
    width: 980px;
    z-index: 1;
    background-color: #FFFFFF;
}

#containerBtm {
    width: 960px;
    margin: auto;
}

a:hover {
    color: #bf311a;
}

/******************       TOP COLUMNS       *************************/
#s1 {
    width: 540px;
    height: 300px;
    float: left;
    margin-right: 20px;
}

/*#s1 div { border:solid 1px #ccc; width:740px; }*/
#rightMsg {
    width: 180px;
    height: 300px;
    float: left;
}

#left-navigation {
    width: 180px;
    height: 300px;
    float: left;
    background: url(/images/frontpage/bannerAdBG.png) no-repeat;
    background-color: #e1e1e2;
    margin-right: 20px;
}

/**************  navigation over ride   **************************/
.Navigation {
    width: 180px;
}

.Group {
    padding: 10px 10px;
    border-top: none;
    border-bottom: solid 1px #cccccc;
}

a:hover.Group {
    padding: 10px 10px;
}

#pagerNav {
    position: absolute;
    bottom: 10px;
    left: 510px;
    margin: 5px 0;
    text-align: left;
    z-index: 500;
}

#pagerNav a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
  background: #fff; 
    border-radius: 10px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  box-shadow: 0 0 1px 1px #707173; /* border color */
}

#pagerNav a.activeSlide {
    color: #ffffff;
    background-color: #bf311a;
} 

#pagerNav a:focus {
    outline: none;
}

/*On the SPOTLIGHT ADS in order to keep the #pager indicators centered - here is a breakdown for the ADS for these numbers #pager   left:__px 
5 ADS should be 70px
4 ADS should be 90px
3 ADS should be 105px
- 1-17-2017 -JJORDAN */

/* PAGER STYLES REMOVED FOR NEW SLIDER 03/02/2017 */

/*#pager {
    position: absolute;
    bottom: 7px;
    left: 90px; /*Updating from 75px to 90px - 1-17-2017 -JJORDAN 
    text-align: left;
    z-index: 500;
}*/

/*#pager a {
    display: block;
    float: left;
    margin-right: 25px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    background: #fff; /*Removing the indicators - 12-12-2016 -JJORDAN 
    border-radius: 10px; /* must be the same as width and height 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 1px 1px #707173; /*Removing the indicators - 12-12-2016 -JJORDAN 
/* border color 
}*/
/*
#pager a.activeSlide {
    color: #bf311a;
    background-color: #bf311a;
}

#pager a:focus {
    outline: none;
}*/

/*#pager a {
  display: block;  float: left;  margin-right: 10px;
  width: 10px;  height: 10px;  border-radius: 10px;
  text-indent: -999em;  background: #fff;   
  -moz-border-radius: 10px;  -webkit-border-radius: 10px;
  box-shadow: 0 0 1px 1px #707173; /* border color 
}
*/

.bannerMsg {
    padding: 20px 5px 5px 5px;
}

.bannerMsg a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.bannerMsg a:hover {
    text-decoration: underline;
}

/******************* ACTION BAR ****************************/
.actionbutton {
    background: #bf311a;
    border: 0px solid;
    border-radius: 0px;
    font-weight: bold;
    padding: 10px 0;
}

.btn-group a:link, .btn-group a:visited {
    color: #fff;
    text-decoration: none;
}

.btn-group a:hover, .btn-group a:active {
    color: #000;
    text-decoration: none;
}

/*  Override bootstrap style to fix global nav */
* {
    box-sizing: content-box;
}

/******************* BOTTOM COLUMNS ****************************/
.newLink {
    color: #59595a;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: block;
    padding: 10px 10px;
    background-color: #f1f1f2;
}

.newLink a:link, .newLink a:active, .newLink a:visited {
    text-decoration: none;
    color: #59595a;
}

.newLink a:hover {
    text-decoration: underline;
    color: #59595a;
}

.newLinkBoxes {
    padding: 1px 5px 10px 5px;
    height: 280px;
    border: solid #f1f1f2 1px;
    border-left: none;
}

#poll {
    margin-top: 8px;
}

#pollSubmit {
    position: absolute;
    height: 20px;
    width: 60px;
    background: url(/images/frontpage/buttonHomeSubmit.png) 0px 0px no-repeat;
}

#pollSubmit:hover {
    background-position: -60px 0px;
}

#pollSubmit span {
    display: none;
}

#list-news {
	padding-top: 3px;
}

#list-news ul {
    list-style-type: none;
}

#list-news li {
    margin: 2px 4px 8px -35px;
}

#list-news a {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}

#list-news a:hover {
    text-decoration: underline;
    color: #000000;
}

#eventCell {
    padding-top: 5px;
}

#eventCell a {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}

#eventCell a:hover {
    text-decoration: underline;
    color: #000000;
}

.homeBox {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.homeBox .header {
    background: url('/events/images/boxHeader_horiz.png') repeat-x;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    line-height: 35px;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #CCC;
    -webkit-box-shadow: 0px 0px 3px #CCC;
    box-shadow: 0px 0px 3px #CCC;
    margin: 3px 3px 0 3px;
}

.homeBox .header a {
    float: right;
    text-decoration: none;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-transform: none;
    border: #ccc solid 1px;
    padding: 3px 5px;;
    background: #fff;
    margin: 8px 0 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.homeBox .header a img {
    border: none;
    vertical-align: top;
}

.homeBox .content {
    background-color: #fcfcfc;
    height: 250px;
	
    overflow: hidden;
    box-shadow: 0px 0px 5px #CCC;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    margin: 0 3px 3px 3px;
	/*padding-top: 3px;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.homeBox .content .featured-link {
    display: block;
    width: 295px;
    height: 250px;
    border: 0;
    position: relative;
    top: -25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.homeBox .content .featured-link img {
    display: none;
}

#list-news a:hover {
    text-decoration: none;
    color: #bf311a;
}

/********************************  image scroller styles  ********************************/
#transHide {
    display: none;
}

#transtextbox {
    width: 722px;
    height: 40px;
    background: url(/images/transperency.png);
    z-index: 1000;
    position: absolute;
    bottom: 0px;
}

.transtext {
    padding: 10px;
    color: #FFFFFF;
    font-size: 12px;
}

#transtextbox a:link, #transtextbox a:active, #transtextbox a:visited {
    color: #b2b2b2;
    text-decoration: none;
}

#transtextbox a:hover {
    color: #bf311a;
    text-decoration: none;
}

#transtextbox .bolder {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}