/* Typography */

body
{
    font: 62.5%/150% Verdana, Arial, Helvetica, sans-serif;
}
a
{
    color: #005521;
}
a:hover
{
    text-decoration: none;
}
a:visited
{
    color: #666;
}
b
{
    font-weight: bold;
}
i
{
    font-style: italic;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #063;
    line-height: 125%;
    margin: 1.6em 0 0.5em 0;
}
h1
{
    font-size: 1.5em;
}
h1.pagetitle, h1.sitetitle
{
    margin: 0 0 0.5em 0;
}
h2
{
    font-size: 1.3em;
}
#footer h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 1.2em;
}
h4, h5, h6
{
    color: #000;
    font-size: 1.1em;
}
div#container1
{
    text-align: center;
}
div#container2
{
    text-align: left;
}
div#navleft
{
    font-size: 1.2em;
}
div#navmenu ul li a
{
    text-decoration: none;
    line-height: 120%;
    color: #000;
    font-weight: bold;
}
div#navmenu ul li ul li a
{
    font-size: 0.92em;
    font-weight: lighter;
}
div#blurb
{
    font-size: 1.2em;
}
div#column1, div#column2, div#column3
{
    font-size: 1.1em;
    line-height: 150%;
}
p, li, table
{
    margin: 0;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
div#column1 li, div#column2 li, div#column3 li
{
    margin-left: 30px;
}
th, td
{
/*
    padding: 0.3em;
*/
}
div#breadcrumb
{
    font-size: 0.92em;
    margin-bottom: 1.5em;
    line-height: 145%;
}

/* Find a Person */
div#findPerson a
{
    color: #005521;
    font-size: 1em;
}

/* Paginator */
div.paginator
{
    margin-bottom: 0.5em;
    font-size: 0.92em;
    display: block;
    text-align: right;
    line-height: 2em;
}
div.paginator a
{
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    background: none;
    text-decoration: none;
    color: #063;
}
div.paginator a.here
{
    border: 1px #999 solid;
    font-weight: bold;
    color: #000;
}
div.paginator div.pagenumbers
{
    float: left;
}
div.paginator a.previousnext
{
    font-weight: bold;
    margin-left: 10px;
}
div.paginator a:hover
{
    background-color: #ffe144;
    color: #000;
}
div.paginator form
{
    display: inline;
}
div.paginator form select
{
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Data Pager */
div.datapager
{
    margin: 1em 0;
    font-size: 0.92em;
    display: block;
    line-height: 2em;
    padding-bottom: 1em;
    border-bottom: solid 1px #999;
}
div.datapager2
{
    border-bottom: none;
    border-top: solid 1px #999;
    padding-bottom: 0;
    padding-top: 1em;
    margin-top: 2em;
}
div.datapager div.pagenumbers
{
    float: right;
}
div.datapager a
{
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    text-decoration: none;
    color: #063;
}
div.datapager span.here
{
    padding: 1px 4px 2px 4px;
    margin-right: 5px;
    border: 1px #999 solid;
    font-weight: bold;
    color: #000;
    background: none;
}
div.datapager a.previousnext
{
    font-weight: bold;
    margin-left: 10px;
}
div.datapager a:hover
{
    background-color: #ffe144;
    color: #000;
}

/* Modules */
div#events, div#news, div#announcements, div#profiles, div#inTheNews
{
    font-size: 1.0em;
    margin-bottom: 1.6em;
}
div#events ul li, div#news ul li, div#announcements ul li, div#profiles, div#inTheNews ul li
{
    margin: 0 0 1.4em 0;
    list-style-type: none;
}
div#events h2 span, div#news h2 span, div#announcements h2 span, div#profiles h2 span, div#blurb h2 span, div#inTheNews h2 span
{
    margin-left: -9999em;
}
div#events h2, div#news h2, div#announcements h2, div#profiles h2, div#blurb h2, div#inTheNews h2
{
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.6em;
    height: 25px;
}
div#events h2
{
    background: url(img/hdr_events.gif) 0 0 no-repeat;
}
div#announcements h2
{
    background: url(img/hdr_announcements.gif) 0 0 no-repeat;
}
div#news h2
{
    background: url(img/hdr_news.gif) 0 0 no-repeat;
}
div#blurb h2
{
    background: url(img/hdr_about.gif) 0 0 no-repeat;
}
div#profiles h2
{
    background: url(img/hdr_profiles.gif) 0 0 no-repeat;
}
div#inTheNews h2
{
    background: url(img/hdr_inthenews.gif) 0 0 no-repeat;
}
div#events h2 a, div#announcements h2 a, div#profiles h2 a, div#news h2 a, div#inTheNews h2 a
{
    display: block;
    height: 25px;
}
div#events h2 a, div#news h2 a, div#profiles h2 a
{
    width: 80px;
}
div#announcements h2 a, div#inTheNews h2 a
{
    width: 180px;
}
div#events ul li h3, div#news ul li h3, div#profiles h3, div#announcements ul li h3, div#profiles ul li h3, div#inTheNews ul li h3
{
    margin: 0;
    font-size: 1em;
}
div#events ul li h3 a, div#news ul li h3 a, div#profiles h3 a, div#announcements ul li h3 a, div#profiles ul li h3 a, div#inTheNews ul li h3 a
{
    color: #000;
    text-decoration: none;
}
div#events ul li h3 a:hover, div#news ul li h3 a:hover, div#profiles h3 a:hover, div#announcements ul li h3 a:hover, div#profiles ul li h3 a:hover, div#inTheNews ul li h3 a:hover
{
    text-decoration: underline;
}
div#column1 div#events li h3, div#column1 div#news li h3, div#column1 div#announcements li h3, div#column1 div#profiles li h3, div#column1 div#inTheNews li h3
{
    font-size: 1em;
}
div#events ul li p, div#news ul li p, div#profiles p, div#profile ul li p, div#announcements ul li p, div#profiles ul li p, div#inTheNews ul li p
{
    margin: 0.3em 0 0 0;
    line-height: 135%;
}
div#news img, div#profiles img, div#inTheNews img
{
    border: none;
    padding: 0 0 0.5em 0;
}
div#news ul, div#inTheNews ul
{
    padding: 0;
    display: inline-block;
}
div#news ul li, div#inTheNews ul li
{
    display: inline-block;
}
div#news ul li.withDivider, div#inTheNews ul li.withDivider
{
    border-bottom: #ccc solid 1px;
    padding: 0 0 1em 0;
    margin-bottom: 0.6em;
}
div#news ul li a img, div#profiles a img, div#inTheNews ul li a img
{
    padding: 3px 10px 0 0;
    float: left;
}
div#news ul li h3, div#profiles h3, div#inTheNews ul li h3
{
    line-height: 120%;
    margin: 0 0 3px 75px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#news ul li p, div#profiles p, div#inTheNews ul li p
{
    font-weight: normal;
    margin-left: 75px;
}
ul.storylist, ul.searchresults
{
    margin-bottom: 1.8em;
}
div#column1 ul.storylist li, div#column1 ul.searchresults li
{
    border-top: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0.8em 0 0.8em 0;
    font-size: 0.92em;
    position: relative;
    line-height: 125%;
}
div#column1 ul.storylist li:hover, div#column1 ul.searchresults li:hover
{
    background-color: #fffcca;
}
div#column1 ul.storylist li a, div#column1 ul.searchresults li a
{
    text-decoration: none;
    color: #063;
    font-weight: bold;
    display: block;
    width: 360px;
}
div#column1 ul.storylist li p, div#column1 ul.searchresults li p
{
    margin-top: 0.3em;
}
div#column1 ul.storylist li a:hover, div#column1 ul.searchresults li a:hover
{
    text-decoration: underline;
    color: #000;
}
div#column1 ul.storylist li div.storyinfo, div#column1 ul.storylist li.withimage div.storyinfo, div#column1 ul.searchresults li div.storyinfo
{
    position: absolute;
    right: 0;
    top: 9px;
    /* font-size: 0.92em; */
    color: #333;
    text-transform: uppercase;
}
div#column1 ul.storylist li div.storyinfo a, div#column1 ul.searchresults li div.storyinfo a
{
    display: inline;
    margin-right: 6px;
}
div#column1 ul.storylist li.last a
{
    font-weight: normal;
}
div#column1 ul.storylist li.withimage
{
    min-height: 100px;
}
div#column1 ul.storylist li.withimage img
{
    position: absolute;
    left: 0;
}
div#column1 ul.storylist li.withimage div.storyinfo img
{
    position: relative;
}
div#column1 ul.storylist li div.teaser
{
    font-size: 1em;
    margin: 0 0 0 110px;
    width: 450px;
}
div#column1 ul.storylist li div.teaser a, div#column1 ul.searchresults li div.teaser a
{
    width: auto;
}
li.last a
{
    text-decoration: none;
    font-weight: bold;
}
li.last a:visited
{
    color: #063;
}
li.last a:hover
{
    color: #063;
    text-decoration: underline;
}

/*  Footer */
div#footer a
{
    text-decoration: none;
    color: #000;
}
div#footer ul
{
    list-style-type: none;
}
div#footer div.footercolumn ul li a, div#footer div.footercolumnfirst ul li a
{
    color: #666;
    font-size: 1.1em;
}
div#footer a:hover, div#copyright a:hover, div#footer div.footercolumn ul li a:hover, div#footer div.footercolumnfirst ul li a:hover
{
    text-decoration: underline;
    color: #000;
}

