/* Content Section */
div.content-content-slice, div.content-content-top, div.content-content-bottom {
    width: 910px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.content-content-slice {
    background: url('/image/ContentBkgdSlice.jpg') repeat-y top center;
    }
    
div.content-content-top {
    background: url('/image/ContentBkgdTop.jpg') no-repeat top center;
    }
    
div.content-content-bottom {
    background: url('/image/ContentBkgdBottom.jpg') no-repeat bottom center;
    }
    
div.content-content-left, div.content-content-right {
    width: 630px;
    float: left;
    overflow: hidden;
    display: inline;
    }
    
div.content-content-left {
    width: 280px;
    clear: left;
    }
    
/* ---------- Side Panel Content */
div.side-content-container, div.side-content, div.system-status-container {
    width: 255px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.side-content-container {
    padding: 30px 0px 40px 25px;
    }
    
div.system-status-container {
    padding: 10px 0px 0px 0px;
    }
    
div.system-status-left, div.system-status-right {
    width: 85px;
    height: 27px;
    float: left;
    clear: left;
    overflow: hidden;
    display: inline;
    }
    
div.system-status-right {
    width: 170px;
    clear: none;
    background: url('/image/SystemStatusBkgd.jpg') no-repeat top center;
    }
    
/* ---------- Main Content */
div.body-text-header-container, div.body-text-header {
    width: 591px;
    height: 102px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-header-container {
    padding: 0px 0px 0px 39px;
    }
    
div.body-text-header-left, div.body-text-header-middle, div.body-text-header-right {
    width: 105px;
    height: 102px;
    float: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-header-middle {
    width: 431px;
    }
    
div.body-text-header-left {
    width: 55px;
    clear: left;
    }
    
div.body-text-icon-container, div.body-text-icon {
    width: 55px;
    height: 55px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-icon-container {
    padding: 28px 0px 20px 0px;
    }
    
div.body-text-title-container, div.body-text-title {
    width: 418px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-title-container {
    padding: 35px 0px 20px 13px;
    }
    
div.body-text-ribbon-container, div.body-text-ribbon-top, div.body-text-ribbon-bottom {
    width: 105px;
    height: 102px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-ribbon-top {
    height: 43px;
    }
    
div.body-text-ribbon-bottom {
    height: 59px;
    }
    
div.body-text-text-container, div.body-text-text, 
div.body-text-dividing-line-container, div.body-text-dividing-line-empty-container, 
div.news-container {
    width: 551px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.body-text-text-container {
    padding: 0px 40px 40px 39px;
    }

div.body-text-dividing-line-container {
    height: 21px;
    background: url('/image/DividingLine.png') no-repeat top center;
    }

div.body-text-dividing-line-empty-container {
    height: 20px;
    }

/* ---------- Search Form */
div.body-text-search-container {
    width: 551px;
    height: 47px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    background: url('/image/SearchBar.png') no-repeat top center;
    padding: 0px 0px 10px 0px;
    }

div.body-text-search-content-container, div.body-text-search-content {
    width: 205px;
    height: 47px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.body-text-search-content-container {
    padding: 0px 326px 0px 20px;
    }

div.body-text-search-element, div.body-text-search-button {
    width: 29px;
    height: 47px;
    float: left;
    overflow: hidden;
    display: inline;
    }
    
div.body-text-search-element {
    width: 176px;
    clear: left;
    background: url('/image/SearchInputBackground.jpg') no-repeat top center;
    }

/* ---------- Form Setup */
div.form-container, div.form-button {
    width: 551px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    padding: 0px 0px 5px 0px;
    }

div.form-container {
    background: url('/image/SearchBar.png') no-repeat top center;
    }

div.form-content-container, div.form-content {
    width: 511px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.form-content-container {
    padding: 0px 20px 0px 20px;
    }

div.form-element-bare, div.form-element, div.form-element-textarea, div.form-label, div.form-label-other, div.form-element-list {
    width: 211px;
    float: left;
    overflow: hidden;
    display: inline;
    }

div.form-label {
    height: 32px;
    clear: left;
    padding: 15px 0px 0px 0px;
    }

div.form-label-other {
    clear: left;
    padding: 10px 0px 0px 0px;
    }

div.form-element-bare {
    width: 300px;
    height: 47px;
    height: 35px;
    padding: 12px 0px 0px 0px;
    }

div.form-element {
    width: 300px;
    height: 47px;
    background: url('/image/InputBkgd.png') no-repeat top center;
    }

div.form-element-textarea {
    width: 300px;
    height: 150px;
    background: url('/image/InputTextareaBkgd.png') no-repeat top center;
    }

div.form-element-list {
    width: 300px;
    padding: 0px 0px 0px 0px;
    }


/* Printer Friendly Page */
#printReady, div.print-logo-container, div.print-content-container {
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0:
    }

div.print-content-container {
    visibility: visible;
    left: 10;
    }


/* Routes Pages Setup */
div.route-container, div.route-top-container, div.route-bottom-container, div.route-bottom-container-2 {
    width: 551px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-top-container, div.route-bottom-container-2 {
    padding: 0px 0px 20px 0px;
    }

div.route-top-left, div.route-top-right {
    width: 181px;
    float: left;
    overflow: hidden;
    display: inline;
    }

div.route-top-left {
    clear: left;
    width: 370px;
    }

div.route-top-left-content-container, div.route-top-left-content {
    width: 350px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-top-left-content-container {
    padding: 0px 20px 0px 0px;
    }

div.route-top-right-bkgd-container-1, div.route-top-right-bkgd-container-2, 
div.route-top-right-bkgd-slice, div.route-top-right-bkgd-top, div.route-top-right-bkgd-bottom {
    width: 181px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-top-right-bkgd-container-1 {
    padding: 0px 0px 20px 0px;
    }

div.route-top-right-bkgd-slice {
    background: url('/image/BoxBkgdSlice.jpg') repeat-y top center;
    }

div.route-top-right-bkgd-top {
    background: url('/image/BoxBkgdTop.jpg') no-repeat top center;
    }

div.route-top-right-bkgd-bottom {
    background: url('/image/BoxBkgdBottom.jpg') no-repeat bottom center;
    }

div.route-top-right-content-container, div.route-top-right-content, div.route-status-title-container {
    width: 161px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-top-right-content-container {
    padding: 10px;
    }

div.route-status-title-container {
    padding: 0px 0px 10px 0px;
    }

div.route-status-title-left, div.route-status-title-right {
    width: 44px;
    float: left;
    overflow: hidden;
    display: inline;
    }

div.route-status-title-left {
    width: 117px;
    clear: left;
    }

div.route-bottom-bkgd-container, div.route-bottom-bkgd-slice, div.route-bottom-bkgd-top, div.route-bottom-bkgd-bottom {
    width: 551px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-bottom-bkgd-slice {
    background: url('/image/BoxLargeBkgdSlice.jpg') repeat-y top center;
    }

div.route-bottom-bkgd-top {
    background: url('/image/BoxLargeBkgdTop.jpg') no-repeat top center;
    }

div.route-bottom-bkgd-bottom {
    background: url('/image/BoxLargeBkgdBottom.jpg') no-repeat bottom center;
    }

div.route-bottom-content-container, div.route-bottom-content {
    width: 547px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-bottom-content-container {
    padding: 2px;
    }

div.route-bottom-content-container-2, div.route-bottom-content-2 {
    width: 531px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.route-bottom-content-2 {
    padding: 10px;
    }





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
