﻿#drpSubjects2 { width: 30em; }
.hiddenItem { DISPLAY: none; VISIBILITY: hidden }
div.contentBox
{
    border: solid 1px #34726D;
    padding: 0.8em;
    margin: 1em 0;
}
div.contentBox h4
{
    margin: -0.8em;
    margin-bottom: 0.8em;
    color: white;
    padding: 0.5em;
    background-color: #34726D;
}
#CourseSearch { margin-left: -1em; }
#CourseSearch h4
{
    padding-left: 35px;
    background: #34726D url(../images/design/search.gif) no-repeat left center;
}
#CourseSearch select
{
    font-size: 86%;
    margin-bottom: 0.5em;
}

#CategoryList1, #CategoryList2 {font-size: 86%; }
#CategoryList1 p, #CategoryList2 p { margin-left:1em; padding-left: 2em; }

#CategoryList1 h5, #CategoryList2 h5
{
    margin-top: 0.7em;
    margin-bottom: 0.1em;
    color: #000;
    font-size: 122%;
    font-weight: bold;
}

#CategoryList1 h5 a, #CategoryList2 h5 a
{
    text-decoration: none;
    color: #083643;
}

#CategoryList1 h5 a:hover, #CategoryList2 h5 a:hover
{
    text-decoration: underline;
}

div.introBox
{
    background: #EDEDED;
    height: 582px; /* = height of topPic + height of linkList */
    margin: 0 -1em;
    margin-right: 0;
}
div.introBox * { margin: 0; padding: 0; }

div.introBox div.topPic
{
    background: transparent url(../images/design/frontpage/mainpic_sm.jpg) no-repeat left -0px;
    height: 240px;
    padding: 10px; /* 240 + (2*10) = 260 */
    padding-left: 18px;
	color: white;
}
div.introBox div.topPic a { color: white;  }
div.introBox div.linkList
{
    float: left;
    width: 422px;
    height: 322px;
    background: transparent url(../images/design/frontpage/links_background.jpg) no-repeat 0px 46px;
}

div.introBox div.subLinkList
{
    margin-left: 435px;
}

#WantToStudy
{
    height: 46px;
    background: #34726D;
    color: white;
    position: relative;
}
#WantToStudy span
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/design/frontpage/want_to_study.gif) no-repeat left top;
}

div.introBox div.linkList a
{
    display: block;
    height: 36px;
    padding: 5px; /* 36px + (2 * 5px) = 46px */
    padding-left: 18px;
    color: #34726D;
    text-decoration: none;
}
div.introBox div.linkList a span
{
    display: block;
    text-decoration: none;
    color: black;
    font-size: 86%;
}
div.introBox div.linkList a:hover
{
    background: #ACCFCC url(../images/design/frontpage/links_background.jpg) no-repeat left top;
}
div.introBox div.linkList a.first:hover { background-position: -422px 0px; }
div.introBox div.linkList a.fifth:hover { background-position: -422px -184px; }
div.introBox div.linkList a.sixth:hover { background-position: -422px -230px; }

div.introBox div.linkList a.course
{
    position: relative;
}
div.introBox div.linkList a.course span
{
    position: absolute;
    left: 0;
    top: 0;
    width: 422px;
    height: 46px;
    cursor: pointer;
    background: transparent url(../images/design/frontpage/course_links.gif) no-repeat top left;
}
div.introBox div.linkList a.course.first span  { background-position: 0px 0px; }
div.introBox div.linkList a.course.second span { background-position: 0px -46px; }
div.introBox div.linkList a.course.third span  { background-position: 0px -92px; }
div.introBox div.linkList a.course.first:hover span  { background-position: -422px 0px; }
div.introBox div.linkList a.course.second:hover span { background-position: -422px -46px; }
div.introBox div.linkList a.course.third:hover span  { background-position: -422px -92px; }

div.introBox div.subLinkList
{
    padding-top: 22px;
}
div.introBox div.subLinkList h3
{
    font-size: 100%;
    font-weight: bold;
    color: #34726D;
    text-transform: uppercase;
    margin-top: 23px;
}
div.introBox div.subLinkList
{
    line-height: 23px;
}
div.introBox div.subLinkList ul, div.introBox div.subLinkList li
{
    list-style-type: none; 
}


#RightContentInner { padding-top: 0;}
#AnniversaryLink
{
    display: block;
    background: transparent url(../images/design/frontpage/31_years.gif) no-repeat center 5px;
    padding: 0 1em;
    padding-top: 190px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: Black;
} 
#Anniversary2
{
    display: block;
    padding: 0 1em;
    padding-top: 0px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: Black;
}  
#Anniversary2:hover
{
    display: block;
    padding: 0 1em;
    padding-top: 0px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: Red;
}      