/*tier 2 global styles*/
#logo-t2{
	padding: 7px 0px 5px 37px;
	width: 268px;
	height: 40px;
}

#top-divider{
    padding-left: 12px;
    width: 917px;
}

#text-web{
    float: left;
    display: inline;
    position: relative;
    top: -5px;
    z-index: 5;
    width: 415px;
    /* min-height: 840px; */
    margin: 0 0 0 84px;
}

#text{
    float: left;
    display: inline;
    position: relative;
    top: -5px;
    z-index: 5;
    width: 415px;
    margin: 0 0 0 84px;
}

#right-img{
    float: left;
    display: inline;
    width: 300px;
    position: relative;
    left: -15px;
    z-index: 4; 
} 

/*for the web section*/
#web-overview{
    visibility: visible;
    line-height: 17px;
    width: 415px;
    padding-top: 15px;
}

#web-books{
    line-height: 17px;    
    visibility: hidden;
    position: absolute;
    top: 0px; left: 0px;
    width: 415px;
}  

#right-links{
    padding: 24px 0 100px 50px;
    line-height: 16px;
}


/*used for tier2 navigation*/
#nav{
    width: 917px;
    height: 79px;
    position: relative;
    left: 12px;
    z-index: 4;
}

#nav-home{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

#nav-home-on{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;  
}

#nav-web{
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 5;
}

#nav-web-on{
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 100;
}

#nav-testimonials{
    position: absolute;
    left: 166px;
    top: 0;
    z-index: 5;
}

#nav-testimonials-on{
    position: absolute;
    left: 166px;
    top: 0;
    z-index: 100;
}


#nav-request{
    position: absolute;
    left: 265px;
    top: 0;
    z-index: 5;
}

#nav-request-on{
    position: absolute;
    left: 265px;
    top: 0;
    z-index: 100;
}


#nav-portfolio{
    position: absolute;
    left: 361px;
    top: 0;
    z-index: 100;
    z-index: 5;
}

#nav-portfolio-on{
    position: absolute;
    left: 361px;
    top: 0;
    z-index: 6;
}

#nav-contact{
    position: absolute;
    left: 433px;
    top: 0;
    z-index: 5;
}

#nav-contact-on{
    position: absolute;
    left: 433px;
    top: 0;
    z-index: 100;
}


#nav-about{
    position: absolute;
    left: 502px;
    top: 0;
    z-index: 5;
}

#nav-about-on{
    position: absolute;
    left: 502px;
    top: 0;
    z-index: 100;
}

#nav-news, #nav-scholarship{
    position: absolute;
    left: 561px;
    top: 0;
    z-index: 5;
}

#nav-news-on,  #nav-scholarship-on{
    position: absolute;
    left: 561px;
    top: 0;
    z-index: 100;
}

#nav-right{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
 
#nav-home-on, #nav-web-on, #nav-testimonials-on, #nav-request-on, 
#nav-portfolio-on, #nav-contact-on, #nav-about-on, #nav-news-on, #nav-scholarship-on{
    display: none;
}
