#home-gallery{
	position: relative;
	top: 52px;
	background-image: url('../images/home-gallery-bg.jpg');
	width: 942px;
	height: 490px;
}


#site1_on, #site2_on, #site3_on, #site4_on{
    position: absolute;
    top: 0px;
    height: 490px;
    z-index: 1;
    display: none;
}

#site1_on{
    left: 12px;
    width: 284px;
}

#site2_on{
    left: 306px;
    width: 149px;
}

#site3_on{
    left: 453px;
    width: 185px;
}

#site4_on{
    left: 642px;
    width: 288px;
}


#site1, #site2, #site3, #site4{
    position: absolute;
    top: 0px;
    height: 490px;
    z-index: 1;
}

#site1{
    left: 12px;
    width: 284px;
}

#site2{
    left: 306px;
    width: 149px;
}

#site3{
    left: 453px;
    width: 185px;
}

#site4{
    left: 642px;
    width: 288px;
}

#bottom-text{
    position: absolute;
    left: 37px;
    top: 561px;
    line-height: 18px;
}

#nav{
    position: absolute;
    top: 0px;
    left: 12px;
    z-index: 2;
}

#nav-home, #nav-home-on{
    position: absolute;
    left: 0;
    top: 0;
}

#nav-web, #nav-web-on{
    position: absolute;
    left: 72px;
    top: 0;
}

#nav-testimonials, #nav-testimonials-on{
    position: absolute;
    left: 169px;
    top: 0;
}

#nav-request, #nav-request-on{
    position: absolute;
    left: 269px;
    top: 0;
}

#nav-portfolio, #nav-portfolio-on{
    position: absolute;
    left: 366px;
    top: 0;
}
#nav-contact, #nav-contact-on{
    position: absolute;
    left: 438px;
    top: 0;
}

#nav-about, #nav-about-on{
    position: absolute;
    left: 508px;
    top: 0;
}

#nav-news, #nav-news-on, #nav-scholarship, #nav-scholarship-on{
    position: absolute;
    left: 576px;
    top: 0;
}

#nav-facebook, #nav-facebook-on{
    position: absolute;
    left: 660px;
    top: 0;
}
 
#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, 
#nav-facebook-on{
    display: none;
}

#text{
    position: relative;
    float: left;
    display: inline;
    width: 520px;
    margin: 0 43px 0 0;
}   

#home-links{
    position: absolute;
    top: 174px;
    left: 180px;
     width: 450px;
}


#in-the-news{
    float: left;
    display: inline;
    width: 316px;
    height: 173px;
    background-image: url('../images/scholarship-bg.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    line-height:14px; 
     margin-top:20px;
     font-weight: 500;
}   

#in-the-news-hdr{
    position: absolute;
    left: 29px;
    top: 7px;
    width: 108px;
    height: 27px;
    z-index: 200;
}

#in-the-news-text{
    position: absolute;
    left: 29px;
    top: 37px;
    width: 173px;
    font-size: 11px;
    color: #000;
}

#in-the-news-text a{color: #30415c; text-decoration: none; font-size: 11px; }

#footer{
    color: #000;
    font-size: 8px;
    position: absolute;
    left: 39px;
    top: 157px;
    visibility: hidden;
}

#msecure{
    display: block;
    clear: left;
    padding-top: 15px;
}
