div#contentWide {
  background-image: none;
  background-color: transparent;
}

div#homeContainer {
  width:100%;
  width:985px;
  margin:0 auto;
}

div#footer { width: 925px; margin:0 auto;}

div#pageSplashWrapper {
  width:100%;
  height: 340px;
}

div.splashControl,div#splashMain,div.splashThumb,div.splashThumbSpacer,
div#bottomSectionLeft,div#bottomSectionRight,div.bottomSectionSpacer,
div.vidBtnSection,div.vidMainSection
{
  float: left;
  display:inline;
}

div#bottomSectionLeft,div#bottomSectionRight,div.bottomSectionSpacer { height:240px; }

div#bottomSectionLeft {
  width:594px;
  font-size:11px;
}

div#bottomSectionRight {
  width:330px;
}

div.bottomSectionSpacer {
  width:1px;
  font-size:1px;
}
div.bottomSectionContentSpacer { 
  width:1px;
  height:170px;
  background: #ffffff url(/images/bg_colors/gray.png) repeat;
}

div.bottomSectionHeaderContainer { 
  background: #ffffff url(/images/bg_colors/gray.png) repeat;
  height:30px;
  width:100%;
}

div.bottomSectionContentContainer { 
  width:95%;
  margin: 0 auto;
  height: 170px;
  line-height: 20px;
  padding-top:5px;
}

h2.bottomSectionHeader {
  font-size: 15px;
  margin:0;
  padding-top:5px;
  text-align: center;
}

div#splashNavContainer { width:900px;width:920px;margin-bottom:10px;}
div#splashThumbs { width:100%;height:54px;height:74px;margin-top:0px;}
div#splashThumbSlider { width:95px;width:115px;text-align:center;position:relative;top:-10px;}

div.splashThumb { width:95px;width:115px;height:54px;height:74px; }
div.splashThumbSpacer { width:20px;}

div#pageSplashBottom,div#splashMain {width:925px;}
div#pageSplashBottom {height:340px;background-color: #fff;}

div.splashControl { width:30px; height:100%; vertical-align:middle; }
div.splashArrowTopSpacer { width:100%;height:116px;}
div.splashArrow { width:100%;height:68px;}
div#splashMain { height:100%;}

div#splashElementContainer {
  width: 100%;
  height: 100%;
}

div.splashElement,div.splashElement-hidden {
  width: 925px;
  height:340px;
  margin: 0 auto;
  position: absolute;
}

h2.splashElementText {
  width: 100%;
  font-size:20px;
  padding-top:5px;
  margin-bottom:15px;
  /*text-align: center;*/
  font-weight: normal;
}
div.splashElementText {
  margin-left: 510px;
  line-height: 20px;
  margin-top:50px;
  width:360px;
  height: 240px;
  font-size: 15px;
}

div.splashElement-hidden { display:none;}

div#vidContainer {
  width:305px;
  margin: 0 auto;  
}
div.vidBtnSection {
  width: 20px;
  margin-top: 40px;
  margin-top: 65px;
  text-align: center;
}

div.vidMainSection {
  width: 195px;
  width: 255px;
  margin: 0 5px;
  height: 120px;
  height: 190px;
}

div.vidImg,div.vidTitle,div.carouselContainer {
  width:220px; margin:0 auto;
}

div.vidImg {height:165px;}
div.vidTitle { text-align: center; font-size:12px;height: 40px;}

ul#mycarousel {
  display: none;
}

/* Begin bootstrap alerts */
.alert{
    padding:15px;
    padding:5px;
    margin-bottom:20px;
    margin-bottom:5px;
    border:1px solid transparent;
    border-radius:4px;
}

.alert .close {
	float:right;
        font-size:21px;
        font-weight:700;
        line-height:1;
        color:#000;
        text-shadow:0 1px 0 #fff;
        opacity:.2;
        filter:alpha(opacity=20)
}

.alert .close:hover,.alert .close:focus {
	color:#000;
        text-decoration:none;
        cursor:pointer;
        opacity:.5;
        filter:alpha(opacity=50)
}

.alert button.close{
        padding:0;
        cursor:pointer;
        background:0 0;
        border:0;
        -webkit-appearance:none
    }

.alert h4{
    margin-top:0;
    color:inherit
}

.alert .alert-link{
    font-weight:700
}

a:hover.alert-link {
    text-decoration: underline;
}

.alert>p,.alert>ul{
    margin-bottom:0
}

.alert>p+p{
    margin-top:5px
}

.alert-dismissable{
    padding-right:35px
}

.alert-dismissable .close{
    position:relative;
    top:-2px;
    right:-21px;
    color:inherit
}

.alert-success{
    background-color:#dff0d8;
    border-color:#d6e9c6;
    color:#3c763d
}

.alert-success hr{
    border-top-color:#c9e2b3
}

.alert-success .alert-link{
    color:#2b542c
}

.alert-info{
    background-color:#d9edf7;
    border-color:#bce8f1;
    color:#31708f
}

.alert-info hr{
    border-top-color:#a6e1ec
}

.alert-info .alert-link{
    color:#245269
}

.alert-warning{
    background-color:#fcf8e3;
    border-color:#faebcc;
    color:#8a6d3b
}

.alert-warning hr{
    border-top-color:#f7e1b5
}

.alert-warning .alert-link{
    color:#66512c
}

.alert-danger{
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#a94442
}

.alert-danger hr{
    border-top-color:#e4b9c0
}

.alert-danger .alert-link{
    color:#843534
}

/* End bootstrap alerts */
/* Begin non-bootstrap alerts */
.alert-top {
    position: absolute;
    top: 0px;
    z-index: 10;
    /*left: 50%;*/
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    /*margin: 0 auto;*/
    /*margin-left: -35%;*/
    
    
}
.alert-top .close{
	top: -5px;
}

#siteMigration {
	min-height: 80px;
	width: 320px;
}
.semiBoldLt {
	font-weight: 600;
}
/* End non-bootstrap alerts */