/*
 * C21 Career and Franchise Section Formatting
 * ===========================================
 * Include CSS classes here that are used for the career and franchise section of C21.com
 *
 */


#careersidebar {
	width:200px;
	height: 440px;
	padding: 38px 10px 0 10px;
	margin: 0;
	background: #5a5a5a url('../images/career/sidebarbgcareer.jpg') top left no-repeat;
	float:left;
   position: relative;
}
#homelink{
    width:217px;
    height:32px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor:pointer;
}
#franchisesidebar {
	width:200px;
	height: 440px;
	padding: 38px 10px 0 10px;
	margin: 0;
	background: #5a5a5a url('../images/career/sidebarbgfranchise.jpg') top left no-repeat;
	float:left;
   position: relative;
}

#franchisesidebar .bm,
#careersidebar .bm {
	position: absolute;
	padding: 0;   
	background: transparent url('../images/career/sidebarbm.gif') top left no-repeat;
	width: 220px;
	height:20px;
        bottom: -20px;
        left: 0;
}


.mainstreet {
   font-weight: bold;
   font-size: 1.15em;
}
#careersidebar A:hover {
	color: #f0b310;
}

#franchisesidebar A:hover {
	color: #f0b310;
}
#careerfranchiseflashcontainer {
   height: 498px;
   margin-left: 220px;   
   padding-top: 15px;
   padding-left: 10px;
}


