﻿#pageContent {
background-image:none;
float:left;
/*margin:7px 0 0 40px;
margin-left:0;*/
padding:0;
margin:0 0 0 30px;
}

#introFooter {
height:67px;
width:710px;
margin-top:20px;
}

#nextSteps {
background-image:url(~/media/site/Perkins/Images/homepage/next_steps.ashx);
background-position:0 -67px;
display:block;
float:left;
height:67px;
width:24px;
}

#nextStepsContainer {
float:left;
height:67px;
overflow:hidden;
position:relative;
width:635px;
}

.introFooterLink1 {
left:9px;
}

.introFooterLink {
background:transparent url(~/media/site/Perkins/Images/homepage/portal_footer_background.ashx) repeat-x scroll 0 0;
height:67px;
position:absolute;
top:0;
width:200px;
}


.introFooterLinkTitle {
color:white;
font-size:12px;
position:absolute;
right:5px;
text-align:right;
top:3px;
}

.introFooterLinkCopy {
color:white;
font-size:10px;
left:73px;
position:absolute;
top:25px;
width:125px;
}

.introFooterLink a {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
}

.introFooterLink2 {
left:218px;
}

.introFooterLink3 {
left:427px;
}

#studentLife {
background-image:url(~/media/site/Perkins/Images/homepage/student_life.ashx);
background-position:0 -67px;
display:block;
float:left;
height:67px;
width:24px;
}


#studentLifeContainer {
float:left;
height:67px;
overflow:hidden;
position:relative;
width:0;
}
#greenBoxContainer{position: relative;}
#greenBox{
  position:absolute;
  top: -50px;
  right: -26px;
  color:#fff;
  z-index:1000;
}
#greenBox a{
  color:white;
}
#greenBox h3{
  font-style:normal;
  padding:0;
  margin:0;
}
#greenBoxUnroll{
  width:200px;
  padding:5px;
	background-color:#91ac5c;
}
.active #greenBoxUnroll{
  display:none;
}
#greenBoxRoll{
  display:none;
  width:200px;
  padding:5px;
	background-color:#729a2d;
}
.active #greenBoxRoll{
  display:block;
}
#tagline img{
  float:left;
  margin-left:220px;
}