/* ----- This CSS page is for the GGU home page only. - maires ----- */

/*------ Banner ------*/
#homePageBanner {
    background-color: #000;
}

/*------ Tabs ------*/
#homePageTabs {
    background-color: #000;
    line-height:22px;
}

#homePageTabs a:link, #homePageTabs a:visited {
    height: 22px;
    color: black;
    font-weight: bold;
    background: url(/images/active_tab.jpg) repeat-x;
    font-size: 12px;
    text-decoration: none;
    padding: 8px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-left: solid 1px white;
}

#homePageTabs a:hover {
    color: #ae3100;
    background-image: none;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    padding: 8px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-left: solid 1px white;
}

/*------ Prospective Student Content ------*/

#prospectiveStudentTab {
    margin: 0px;
    background-color: white;
    display: block;
    padding: 5px 10px;
}

#prospectiveStudentTab p, .index p {
    margin: 0px;
    padding: 0px;
}

#prospectiveStudentTab h3, .index h3 {
    margin: 0px;
    padding: 0px;
    font: 12px verdana;
    font-weight: bold;
    padding-top: 8px;
}

#left, #right {
    float: left;
    width: 400px;
}

/*------ Policies Content ------*/

#policiesTab {
    margin: 0px;
    background-color: white;
    display: block;
    padding: 5px 10px;
}

#policiesTab p, .index p {
    margin: 0px;
    padding: 0px;
}

#policiesTab h3, .index h3 {
    margin: 0px;
    padding: 0px;
    font: 12px verdana;
    font-weight: bold;
    padding-top: 8px;
}


/*------ Event Header ------*/

#eventshd {
    height: 33px;
    background-color: #4a637b;
}


