﻿/* HOME PAGE STYLES */

#footer {
   /* padding-left:315px; */
   padding-left: 280px;
   padding-top:10px;
}

#image-gallery-buttons {
    left:344px;
    top:304px;
}

#homepagecontent
{
    float: right;
    margin:10px 0px 0px 0px;
}
#homepagecontent img
{
    float:left;
    border: none;
}
#homepagecontent .text
{
   float:left;
   width: 230px;
   margin:15px 0px 10px 20px;
}
#homepagecontent p
{
    font-size:11px;
    color: #464646;
    line-height: 130%;
}
#homepagecontent p a
{
    text-decoration: underline;
}
#homepagecontent p a:hover
{
    text-decoration: none;
}
#homepage-logo
{
    float: left; 
    height: 139px;
    padding-left: 42px;
    padding-top: 70px;
    width: 265px;
    font-size: 14px;
    line-height: 1.95em;
}
#home-top-nav , #header
{
     float: right; 
     width: 65%;
     padding-top: 140px;
     padding-bottom:12px;
}

#header {
    padding: 0px;    
    margins: 0px;
    text-align: left;
    padding-bottom:31px;
    padding-top:8px;
}



#top-nav
{
    margin-left:0;
    padding-left:0;
    padding-right:30px;
}

#image-rotator
{
    float:right;
    padding:0px;
}
#rotating-images { 
    position: relative;
    visibility: hidden;    
}

/* IC added. This allows for a sliding description to appear */

#rotating-images .gallerydesctext
{
    color: Black;
    text-align: right;
    padding: 5px 0px 0px 0px;
    margin: 2px 0px 0px -15px;    
}

/* End IC added */

#image-gallery-buttons a {
    background: url(/css_images/home-gallery-buttons.gif);
}
 


#header .section-link
{
   float:left;
   width: 144px;
   height: 120px;
   border-right: 1px solid #edeae5;
   line-height:1.2em;
   padding-left:6px;
}
#header .section-link-last
{
   border-right: none;
}

#header a
{
    width: 135px;
    background-position: left top;
}

#header a:hover {    
    background-position: -140px 0;
}

#about-us{
     background: url(/css_images/home-about-us.jpg) 0 0 no-repeat;
}

#what-we-offer
{
       background: url(/css_images/home-what-we-offer.jpg) 0 0 no-repeat;
}

#global-portfolio
{
       background: url(/css_images/home-our-global-portfolio.jpg) 0 0 no-repeat;
}

#uni-partners
{
       background: url(/css_images/home-university-partners.jpg) 0 0 no-repeat;
}


#header .link-text 
{
  font-size: 7pt;
  margin:0;
  padding:50px 7px 5px 10px;
  width: 114px;
}

a#about-us:hover
{
    color: #d51c38;
}
a#what-we-offer:hover 
{
    color: #f78f1e;
}
a#global-portfolio:hover 
{
    color: #419639;
}
a#uni-partners:hover 
{
    color: #008da8;
}


/* END HOME PAGE STYLES */
