
body,html 
{    
    padding: 0;
    background-color:#f6f5f5;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;  
}
body{margin: 5px 0px 0px 0px}
/*element/selector specific formatting*/
a{
    color:#1c75bc;
}
a:hover
{
    color:#1969a9
}
a:visited
{
    color:#1c75bc;
}
a img{
    border: none;
}
/*Make introductory p look like this*/
.introP
{
    color:#595959;
    font-size:1.3em;
}
h1 {
    color: #00519b;
    font-family: "Palanquin",sans-serif;
    font-size: 2.3em;
    font-weight: 400;
}

h2 {
    color: #00519b;
    font-family: "Palanquin",sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    line-height:1.2em;
}

h3 {
    color: #00519b;
    font-family: "Palanquin",sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    line-height:1.2em;
}
nav ul,nav ul li{ 
    font-family: 'Palanquin', sans-serif;
    padding: 0; 
    margin: 0; 
    list-style-type:none }
.clearfix{
    clear: both
}
/*z-index classes to be used instead of hard-coded z-index values*/

.globalNavZ{
    position: relative;
    z-index: 8000;
}
.headerZ{
    position: relative;
    z-index: 7000;
}
.panelZ{
    position: relative;
    z-index: 6000;
}
.welcomeZ {
    position: relative;
    z-index: 5000;
}
.commZ{
    position: relative;
    z-index: 4000;
}
.stepsNavZ{
    position: relative;
    z-index: 3000;
}
.footerZ{
    position: relative;
    z-index: 2000;
}

/*Main contaiment element*/
.homeContainer {
    width: 950px;
    background-color: #78b4e2;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
/*Header*/
.headerContainer {
    background-color: #78b4e2;
}
.homeHeader{
    height: 130px;
    background-color: #00519b;
}
.ccsLogo{
    width: 222px;
    height: 100%;
    float: left;      
    position: relative;
    border: none;
}
    
.ccsLogo a {
    width: 170px;
    display: block;
    height: 101px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    margin: auto;   
   
}
.sccBanner {
    width: 535px;
    position: relative;
    height: 100%;
    float: left;   
    color: #fff;
    font-family:  Palanquin, sans-serif;
    font-weight: 100;
    font-size: 37px;   
}
.sccBanner span{
    position: absolute;
    top: 20px;   
    right: 257px;
    width: 50%;
    margin: auto;     
}
.sccBanner span.bold{
    position: relative;
    left: 250px;
    top: 0px;
    color: rgba(255, 255, 255, 0.15);
    line-height: 80px;
    font-size: 3em;
    font-family:  Palanquin, sans-serif;
    font-weight: 700;
}

.headerBox {
    width: 193px;
    height: 100%;
    float: left;   
}

.districtNav{
    height: 33px;
    background-color: rgb(254,192,57);
    font-size: 0;
}
.districtNav ul
{
    padding:0px;
    margin:0px;
}
.districtNav ul li{
    display: inline-block;    
    position: relative;
    width: 33.34%;
    height: 33px;
    background-color: rgb(254,192,57);
    margin-top: 0;
    margin-right: -4px;
    padding: 0;   
    text-align: center;
    list-style-type:none;
}
.districtNav ul li a{
    display: block;
    position: absolute;
    width: 90%;
    height: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    margin: auto;   
    text-decoration: none;
    font-family: Arial, sans-serif; 
    font-size: 21px;
    font-weight: 500; 
}

ul li.ccsLink, ul li.ccsLink a  {
    background-color: rgb(23,60,114);
    color: #fff;
}
ul li.sccLink, ul li.sccLink a {
    background-color: rgb(120,180,226);
    color: rgb(35,35,35);
}
ul li.sfccLink, ul li.sfccLink a {    
    color: rgb(51,51,51);
}
 ul li.ccsLink:hover, ul li.ccsLink a:hover  {
    background-color: rgb(33,72,129);
    color: #fff;
}
ul li.sccLink:hover, ul li.sccLink a:hover {
    background-color: rgb(129,194,244);
    color: rgb(35,35,35);
}
ul li.sfccLink:hover, ul li.sfccLink a:hover {
    background-color:rgb(253,203,93);   
    color: rgb(51,51,51);
}

.searchAppliance{
    height: 21px;
    padding:15px 0px;
}
.ctcLogo{
    background: #fff url( /_images/ctcLinkLogo.jpg) no-repeat;
    height: 30px;
}

/*Global Nav*/
.globalNav {
    position: relative;
    left: 215px;
    height: 45px;
    clear: both;
    background-color: #78b4e2;   
    font-size: 1.38em;
    width:736px;
}
/*Panel Nav*/
.panelNav {
    width: 223px; 
    height: 100%;
    display: table-cell;
    vertical-align:top;
    /*SCC Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78b4e2+50,accae0+100 */
    background: rgb(120,180,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(120,180,226,1) 50%, rgba(172,202,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(120,180,226,1) 50%,rgba(172,202,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(120,180,226,1) 50%,rgba(172,202,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b4e2', endColorstr='#accae0',GradientType=0 ); /* IE6-9 */

}
.panelNav ul{
    position: relative;
    top: -10px;
    margin: 0px 0px 30px 0px;
    padding:0px;
}
.panelNav ul:nth-child(1){
    font-size: 1.1em;
    font-weight: 600;
    top: -10px;
}
.panelNav li{
    min-height: 32px;
    width:190px;
    padding-left:32px;
    list-style-type:none;
}
.panelNav li:hover
{
    /* Permalink: http://colorzilla.com/gradient-editor/#bad0e0+0,#78b4e2+100 */
    background: #bad0e0;
    background: -moz-linear-gradient(left,  #bad0e0 0%, #78b4e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #bad0e0 0%,#78b4e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #bad0e0 0%,#78b4e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='bad0e0', endColorstr='#78b4e2',GradientType=1 ); /* IE6-9 */
}
.panelNav a
{
    color:#404040;
    text-decoration:none;
    font-family:Arial;
    font-weight: 500;
}
.panelNav a:hover
{
    color:#000000;
}
.panelNav a:visited
{
    color:#404040;
}

/*Content*/
.contentContainer {
    width: 727px;
    max-width: 727px;
    height: 100%;
    display: table-cell;
    background-color:White;
}
.homePageContent
{
    padding-left:10px;
    padding-top:5px;
}

/*Lower Content*/
.lowerContentContainer {
    height: 100%;   
    background-color: #fff;
}
.welcomeSection 
{
    padding: 10px;
    margin-top: 20px;
    font-family: arial;
    line-height: 130%;
    background: rgb(230, 231, 232); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgb(230, 231, 232), white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(230, 231, 232), white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(230, 231, 232), white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(230, 231, 232), white); /* Standard syntax */
}
.welcomeSection h1
{
    padding:0;
    margin:0;
    font-family:Palanquin;
    font-weight:100;
    color: #3d3d3d; 
    font-size:1.75em;
}
.welcomeSection p 
{
    font-size: 10pt;
}
.commSection {
    position: relative; 
    margin-left: 10px;
    margin-top:20px;  
    margin-bottom:20px;
}
.commSection h2
{
    font-family:Palanquin; 
    font-weight:100;
    font-size:x-large;
    color: #3d3d3d; 
    margin-bottom: 20px ;
    margin-top: 25px; 
}
.commSection h2 a
{
    font-family:Palanquin; 
    font-weight:100;
    font-size:x-large;
    color: #3d3d3d; 
    margin-bottom: 0px ;
    margin-top: 25px; 
   text-decoration:none;
}
.commSection a:hover
{
    text-decoration:underline;
}
.announcementDiv 
{
    width: 45%;
    display: table-cell;
    margin-right:20px;
    padding-right:10px;
}
.eventsDiv 
{
    width:50%;
    display: table-cell;
}

/*Slider Navigation*/
.sliderSection {
    height: 315px;
    top: -8px;
}
/* used to make text look like a link, but no <a> tags */
.linkText
{
    text-decoration:underline;
    color:#1c75bc;
}
.sliderSection .caption
{
    display:block;
    position:absolute;
    left:10px;
    top:250px;
    min-height: 50px;
    width:513px;
    background-color: rgba(255, 255, 255, 0.7);
}
.sliderSection .caption a
{    
    display:block;
    text-align:left;
    padding:6px;
    color: rgba(61, 61, 61, 0.9);
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration:none;
    font-size:.9em;
    box-sizing: border-box;
    min-height: 50px;
}
.sliderSection .caption a:hover
{
    background-color: rgba(255, 255, 255, 0.9); color: #000;
}

.sliderSection div 
{
    position:absolute;
    margin-top:-3px;
}

.sliderNav {
   position: relative;
   left: 533px; 
   top: 15px;  
   width:180px;
   z-index: 100;   
}
.sliderNav ul
{
    padding:0px;
    margin:0px;
}
.sliderNav li{
    height: 50px;    
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    padding-left: 15px;
    font-family: Palanquin, Arial;
    font-size: 130%;
    line-height: 120%;
    color: rgba(61, 61, 61, 0.9);
    list-style-type:none;
}
.sliderNav li:hover {
     background-color: rgba(255, 255, 255, 0.8);
     cursor: pointer;
}
.sliderNav ul li:focus
{
    background-color: rgba(255, 255, 255, 0.8);
}
.sliderNav li.activeSlide 
{ 
    background-color: rgba(255, 255, 255, 0.9); 
    color: #000; 
}

/*Steps Navigation*/

.stepsSection 
{
    height: 83px;
    width: 705px;
    margin: 25px 0px 35px 8px;
    background: rgb(130,116,153); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(130,116,153,1) 0%, rgba(230,227,235,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(130,116,153,1) 0%,rgba(230,227,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(130,116,153,1) 0%,rgba(230,227,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#827499', endColorstr='#e6e3eb',GradientType=1 ); /* IE6-9 */

    display: inline-block; /* keeps section from sticking to the bottom margin */
    font-family:  Palanquin, sans-serif;
    font-size: 0;
}
.stepsUl ul
{
    margin:0px;
    padding:0px;
}

.stepsUl li
{   
    position: relative;
    display: inline-block;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #fff;      
    width: 139px;
    height: 82px;    
    color: #000;
    text-align: right;
    vertical-align: bottom;
    overflow-x: hidden;
    overflow-y: hidden;      
    font-size: 16px;
    list-style-type:none;
    margin:0px;
    padding:0px;
    
}

/*Styles the second <span> in the <li> for the large step numbers*/
.stepsUl li span:nth-child(1) {
    position: relative;   
    color: rgba(255, 255, 255, 0.5);
    font-family: arial;
    font-size: 07.40em;
    font-weight: 700;
    right: 82px;
    top: -25px;
   padding:0px;
   margin:0px;
}

/*Styles the names of the steps*/
.stepsUl li span.reg {
    display: block;
    min-height: 25px;
    position: relative;
    bottom: 83px;
    right: 7px;
    font-size: 1.38em;
    line-height: 20px; 
    color: #3d3d3d;    
    padding:0px; 
    margin:0px;  
}
.stepsUl li a
{
    text-decoration:none;
    margin:0px;
    padding:0px;
}
.stepsUl li:hover
{
    opacity:.75;
}

.twoLine{
    top: -103px;     
}

/*Footer*/
.homeFooter {
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
    height: 305px;
    background-color: #e6e7e8;   
}
.juicerDiv{
    float:left;
    width: 223px;
    position: relative;
    background: rgb(255, 255, 255)
}
.footerSocial{
    float: left;
    width: 260px;
    height: 100%;
    position: relative;
    overflow: hidden
}

.socialMenu ul {
    float: right;
    position: relative;
    top:40px;
    
}
.socialMenu li{    
    position: relative;
    line-height: 0px;
    display: block;
    height: 31px;
    width: 31px;       
}
.socialMenu li a{
   
    line-height: 0px;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    float: left;
    height: 25px;
    width: 25px;
    text-indent: -1000px;     
}
.socialMenu li a.faceBook { background: url('../_images/Icons/socialSprite.gif') -25px 0 no-repeat;}
.socialMenu li a.twitter {  background: url('../_images/Icons/socialSprite.gif') -25px -25px no-repeat;}
.socialMenu li a.youTube {  background: url('../_images/Icons/socialSprite.gif') -25px -50px no-repeat; }
.socialMenu li a.instagram { background: url('../_images/Icons/socialSprite.gif') -25px -75px no-repeat; }
.socialMenu li a.linkedIn { background: url('../_images/Icons/socialSprite.gif') -25px -100px no-repeat; }
.socialMenu li a.googlePlus { background: url('../_images/Icons/socialSprite.gif') -25px -125px no-repeat;}

.socialMenu li a.faceBook:hover { background: url('../_images/Icons/socialSprite.gif') 0 0 no-repeat;}
.socialMenu li a.twitter:hover {  background: url('../_images/Icons/socialSprite.gif') 0 -25px no-repeat;}
.socialMenu li a.youTube:hover {  background: url('../_images/Icons/socialSprite.gif') 0 -50px no-repeat; }
.socialMenu li a.instagram:hover { background: url('../_images/Icons/socialSprite.gif') 0 -75px no-repeat; }
.socialMenu li a.linkedIn:hover { background: url('../_images/Icons/socialSprite.gif') 0 -100px no-repeat; }
.socialMenu li a.googlePlus:hover { background: url('../_images/Icons/socialSprite.gif') 0 -125px no-repeat;}

/**/
.footerContact{
    float: left;
    width: 292px;
    font-size:.62em; 
    line-height:2em;
    padding-top:40px;  
    padding-left:40px;
    box-sizing: border-box;
}
.footerContact a
{
    color:#000000;
}
.footerNav{
    float: left;
    width: 192px;
    font-size:.62em; 
    line-height:2em;
    padding-top:40px; 
    padding-left: 55px;
    box-sizing: border-box;
}
.footerNav a
{
    color:#000000;
}
.footerBox {
    position: relative;
    width: 195px;
    float: right; 
    top: 0px;
    vertical-align: bottom;
}
.alertNav ul{
    margin-bottom: 30px;
    margin-top:30px;
}
.alertNav li{
    background-color:#bbbbbb;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 0px;
    font-size:.9em;
}
.alertNav li:hover
{
    background-color: #c9c8c8;
}
.alertNav li a{
    color: #fff;
    text-decoration: none;   
    font-family: Arial, sans serif;
}
.boxPosition{
    position: relative;
}

/* For Telerik tabstrips */

.RadTabStripTop_Web20 .rtsLevel { background-color: #D9E7F9  !important;}

.TabStrip
{
    background-color: #D9E7F9;
    width:707px;
}

#MainTab
{
    margin-top:10px;
}
#MainTab h1
{   padding: 0px; 
    margin: 0px; 
    font: 12px/26px "Segoe UI",Arial,sans-serif;
    color: Black;
}
#MainTab h2 
{   padding: 0px; 
    margin: 0px; 
    font: 12px/26px "Segoe UI",Arial,sans-serif;
    color: White;
}

#MainTab .rtsSelected h2
{
    color: Black;
}
#SubTab h3, #SubTab2 h3, #SubTab3 h3, #SubTab4 h3, #SubTab5 h3, #SubTab6 h3
{
    padding: 0px; 
    margin: 0px; 
    font: 12px/26px "Segoe UI",Arial,sans-serif;
}
