.registerBoxes, .tourBoxes {
	position: relative;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}

.registerBoxes {
    margin-top: 10px;
}

.registerBoxes a, .registerBoxes a span {
	width: 363px;
	height: 356px;
}

.tourBoxes a, .tourBoxes a span {
    width: 364px;
    height: 77px;
}

.registerBoxes a, .tourBoxes a {
	position: relative;
}

.registerBoxes a span, .tourBoxes a span {
	position: absolute;
	top: 0px;
	left: 0px;
}

.registerBoxes a.student, .tourBoxes a.student {
	float: right;
}

.registerBoxes a.employer, .tourBoxes a.employer {
	float: left;
}

.registerBoxes a.student span {
	background: url("../img/student_register.png") 0px 0px;
}

.registerBoxes a.employer span {
	background: url("../img/employer_register.png") 0px 0px;
}

.registerBoxes a:hover span {
	background-position: -363px 0px;
}

.tourBoxes a.student span, .tourBoxes a.employer span {
    background: url("../img/button/btn_video_tour.png") 0px 0px;
}

.tourBoxes a:hover span {
    background-position: 0px -77px;
}

.registerBoxes .bee {
	position: absolute;
	z-index: 1000;
	top: 115px;
	left: 335px;
	background: url("../img/bee.png") no-repeat;
	width: 150px;
	height: 124px;
}

#content ul {
	margin-left: 40px;
	margin-top: 20px;
}
ul li {
	height: 20px;
}
.fancy
{
    font-family:Times New Roman;
    color:Silver;
    position:relative;    
    text-align:center;
    font-size:22pt;
    width:100%;
    font-weight:bold;
    font-style: italic;
    filter:Glow(Color=Black, Strength=3) Shadow(Color=Gray, Direction=135);
}
/* Added by chintan */
#quotes{
color: #767676;
font-family:message-box small-caption caption MS;
font-size:1.25em;
font-style:oblique;
margin:13px 9px 0 -15px;
text-align:center;
height: 25px;
}

.steps {
margin-left:-173px;
position: absolute;
overflow: hidden;
margin-top:-425px;
width:142px;
}

.steps a, .steps a span {
	width: auto;
	height: auto;
}
.steps a {
	position: relative;
}
.steps a.step-1,.steps a.step-2,.steps a.step-3,.steps a.step-4{
	float: left;
	cursor: help;
	height: 88px;
}

.steps-right{
margin-left:928px;
position: absolute;
overflow: hidden;
margin-top:-425px;
width:142px;
}

.steps-right a {
	width: auto;
	height: auto;
	position: relative;
}

.steps-right a.step-5,.steps-right a.step-6,.steps-right a.step-7,.steps-right a.step-8{
	float: right;
	cursor: help;
	height: 88px;
	
}
#sub1,#sub2,#sub3,#sub4{
position: absolute; 
left: 180px; 
top: 200px; 
background-color: #ffffff; 
width: auto;
height: auto; 
padding: 10px; 
color: white; 
border: #bebebe 1px solid; 
display: none;
}

#sub5,#sub6,#sub7,#sub8{
position: absolute; 
left: 660px; 
top: 200px; 
background-color: #ffffff; 
width: auto;
height: auto; 
padding: 10px; 
color: white; 
border: #bebebe 1px solid; 
display: none;
}

