#homeLogo{
  float:left;
  width:325px;
  padding-left:65px;
  padding-right:80px;
}
#homeGetStarted{
  float:right;
  width:465px;
  padding-top:0px;
  padding-right:20px;
}
.twoHomelinkHolder{
  margin-top:25px;
}
  .learnMoreLinkHolder {
    float:right;
    margin-top:10px;
    margin-right:110px;
  }
#homeNav{
  padding-top:0px;
  padding-right:0px;
  width:960px;
  height:auto; 
}
.homeNavTabs{
  padding-top:0px;
  padding-right:0px;
  /*margin-bottom:40px;*/
  width:960px;
  /*height:auto;*/ 
  /*border: 1px solid;*/
}
.homeNav_one{
    background: url('../images/icn_mike.gif') no-repeat;
    height:45px;
    width:26px;
    top:340px;
    left:15px;
    position:absolute;
    z-index:1002;
  }
   .homeNav_two{
    background: url('../images/icn_world.gif') no-repeat;
    height:40px;
    width:40px;
    top:340px;
    left:255px;
    position:absolute;
    z-index:1002;
  }
  .homeNav_three{
    background: url('../images/icn_gears.gif') no-repeat;
    height:49px;
    width:51px;
    top:340px;
    left:495px;
    position:absolute;
    z-index:1002;
  }
  .homeNav_four{
    background: url('../images/icn_dollar.gif') no-repeat;
    height:45px;
    width:45px;
    top:340px;
    left:735px;
    position:absolute;
    z-index:1002;
  }
  
   .homeNavTabImg1{
    background: url('../images/icn_mike.gif') no-repeat;
    z-index: 1002;
    height: 45px;
    width: 26px;
    float: left; 
    margin-top: -15px;
    margin-left: 15px; 	
    margin-right: 5px; 
  }
  .homeNavTabImg2{
    background: url('../images/icn_world.gif') no-repeat;
    z-index: 1002;
    height: 40px;
    width: 40px;
    float: left;
    margin-top: -15px;
    margin-left: 0px; 	
    margin-right: 5px; 
  }
  .homeNavTabImg3{
    background: url('../images/icn_gears.gif') no-repeat;
    z-index: 1002;
    height: 49px;
    width: 51px;
    float: left; 
    margin-top: -15px;
    margin-left: 0px; 
    margin-right: 5px; 	
  }
  .homeNavTabImg4{
    background: url('../images/icn_dollar.gif') no-repeat;
    z-index: 1002;
    height: 45px;
    width: 45px;
    float: left; 
    margin-top: -15px;
    margin-left: 0px; 	
    margin-right: 5px; 
  }   
  .homeNavTabText{
  	/*float: left;*/
  	margin: 0 0 0 45px; 	
  }
  .homeNavTabText:hover{
  	color:#fe7701;
  }
     
    .homeNavInnerDiv {
	margin-left: 5px;
    font-weight:bold;
    font-size:14px; 
  }
  
  .homeNavBkg {
    background-image:url('../images/btn_blueBkg.jpg');
    background-repeat: repeat-x;
    border-right:1px solid #ffffff;
    float:left;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:0px;
    padding-left:5px;
    position: relative;
    height:35px;
    width:229px;
    
    color:#f6f5f5;
    font-weight:bold;
    font-size:14px; 
  }
  
  .homeNavBkg:hover {
  	cursor: pointer;
    background-image:url('');
    background-repeat: no-repeat;
    background-color: #f6f5f5;
    border-right:1px solid #ffffff;
    color:#0577ab;
    /*
    float:left;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:0px;
    padding-left:5px;
    position: relative;
    height:35px;
    width:229px;
    
    
    font-weight:bold;
    font-size:14px; 
    */
  }
  
  .homeNavBkgSelected {
    background-image:url('');
    background-repeat: no-repeat;
    background-color: #f6f5f5;
    border-right:1px solid #ffffff;
    float:left;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:0px;
    padding-left:5px;
    position: relative;
    height:35px;
    width:229px;
    
    color:#0577ab;
    font-weight:bold;
    font-size:14px;     
  }
.homeNavBkgSelected:hover{
	cursor: pointer;
}

.homepagetxt{
  background-color:#f6f5f5;
  padding-top:40px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:20px;
}

  #homeLeftFloat{
    float:left;
    width:630px;
    height:auto;
  }
  
  #homeRightFloat{
    float:right;
  }
  
  .homeRightImage{
	padding: 0;
	margin: 0;
}


.nextLinkholder{
  text-align:right;
  background-color:#f6f5f5;
  height: 20px;
}
.nextLink{
  background:url('../images/btn_orangeNextCircleArrow.jpg') no-repeat;
  background-position: right;
  display:block;
  height:26px;
  width:400px;
  padding-top:7px;
  padding-right:30px;
  cursor: pointer;
  float: right;
}

.homeLearnMore{
	margin-left:5px;
	text-decoration:underline;
}

.invisible{
	display: none;
}

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 960px; 
    height: 140px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    background-color:#f3fcff; 
    float:left;
    font-family:Arial;
    font-style:italic;
    font-size:18px;
    /*border:1px solid #000;*/
}

#slideshow div  { float: left; }
#slideshow > div { margin: 25px auto; }

div.col100 { width: 100px; text-align:center; }
div.col370 { width: 370px; font-size:14px;color:#404041;}