﻿@import url(turnpoint_styles_base.css);
    
/*Overrides the people button to set the down state- everything else is in turnpoint_styles_base.css*/





/* This is the sprite for the title. It moves up in 30 pixel increments */
   
 #centerColumn h1 {
	background-image: url(../images/bootcamp_title.gif);
	display: block;
	height: 56px;
	width: 400px;
	background-repeat: no-repeat;
}

 #centerColumn h1.training {
	background-image: url(../images/bootcamp_training_title.gif);
	display: block;
	height: 56px;
	width: 431px;
	background-repeat: no-repeat;
}
 #centerColumn h1.rush{
	background-image: url(../images/rush_title.gif);
	display: block;
	height: 56px;
	width: 431px;
	background-repeat: no-repeat;
}
 #centerColumn h1.community{
	background-image: url(../images/community_title.gif);
	display: block;
	height: 56px;
	width: 431px;
	background-repeat: no-repeat;
}
/* These are the sprites for the submenu on the left. #threeColumnLayout #leftColumn ul li a {
	height: 40px;
	
} */
.extra_tall_li{height:40px; display:block;}

 #leftColumn ul li a.sublinkOne {background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px 0px;}
 #leftColumn ul li a.sublinkOne:hover {background-position: -150px 0px;}


 #threeColumnLayout #leftColumn ul li a.sublinkTwo {
	 
		background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px -20px; 
		height:40px;}
  #threeColumnLayout #leftColumn ul li a.sublinkTwo:hover {background-position: -150px -20px; height:40px;line-height:40px;}

  #threeColumnLayout #leftColumn ul li a.sublinkThree {background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px -60px;height:40px;line-height:40px; }
  #threeColumnLayout #leftColumn ul li a.sublinkThree:hover {background-position: -150px -60px;line-height:40px;}
 
   #threeColumnLayout #leftColumn ul li a.sublinkFour {background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px -100px;height:40px;}
 #threeColumnLayout  #leftColumn ul li a.sublinkFour:hover {background-position: -150px -100px;}
 
  #leftColumn ul li a.sublinkFive {background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px -140px;}
 #leftColumn ul li a.sublinkFive:hover {background-position: -150px -140px;}
 
 #leftColumn ul li a.sublinkSix{background-image: url(../images/bootcamp_sublink_sprite.gif);background-position: 0px -160px;}
 #leftColumn ul li a.sublinkSix:hover {background-position: -150px -160px;}