/* Layout */

.clearall
{
    clear: both;
}
.hidden
{
    display: none;
}

div#container1
{
    margin: 0 auto;
}

/* Background image containers */
div#container1
{
    background: url(img/bg_shadow.jpg) repeat-y center center;
    border-left: 1px #FFF solid;
    zoom: 1;
}

div#container2
{
    margin: 0 auto;
    width: 950px;
    border-bottom: 10px #6DBD20 solid;
    background: url(img/bg_3col.jpg) left repeat-y;
    height: auto;
    position: relative;
}

/* Header */
div#header
{
    margin: 0 auto;
    width: 950px;
    text-align: left;
    height: 115px;
    border-bottom: 3px solid #005521;
    position: relative;
}

div#header span
{
    position: absolute;
    width: 100%;
    height: 100%;
}

a.ualink, a.sitelink, a.unitlink
{
    display: block;
    position: absolute;
}

a.ualink
{
    width: 210px;
    height: 110px;
}

a.sitelink
{
    width: 400px;
    height: 40px;
    top: 30px;
    left: 215px;
}

a.unitlink
{
    width: 400px;
    height: 20px;
    top: 75px;
    left: 215px;
}

/* Search */
div#searchbox
{
    position: absolute;
    top: 17px;
    right: 10px;
    padding: 0;
}
#search
{
    background: #fff !important;
    font-size: 1.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 1px 3px;
    border: 1px #999 solid;
}
.searchbutton
{
    width: 53px;
    height: 19px;
    background: url(img/bg_searchbutton.png) 0 2px no-repeat;
    border: none;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #063;
}
div#findPerson
{
    position: absolute;
    top: 25px;
    right: 55px;
    padding: 0;
    text-align: right;
}

/* Navigation 
div#navleft
{
    padding: 0;
    margin: 0;
    width: 215px;
    float: left;
    min-height: 300px;
}
*/
div#navmenu
{
    margin: 0 0 100px 0;
}
div#navmenu ul
{
    margin: 0;
    padding: 0;
}
div#navmenu ul li
{
    list-style-type: none;
    border-bottom: 1px #CAE3A7 solid;
    margin: 0;
}
div#navmenu ul li a
{
    display: block;
    padding: 7px 10px 7px 20px;
}
div#navmenu ul li a:hover
{
    background-color: #ffe144;
}
div#navmenu ul li ul
{
    background: url(img/bg_submenu.jpg);
}
div#navmenu ul li ul li
{
    border: none;
}
div#navmenu ul li ul li ul
{
    background-color: #ebebeb;
    background-image: none;
}
div#navmenu ul li ul li ul li a
{
    padding-left: 35px;
}
div#navmenu ul li ul li ul li ul
{
    background-color: #fff;
}
div#navmenu ul li ul li ul li ul li a
{
    padding-left: 50px;
}

/* Menu hovers, arrows, and you-are-here indicators */
.sectionhere
{
    background: url(img/arrow_down.gif) 4px 11px no-repeat;
}
div#navmenu ul li ul li ul li a.sectionhere
{
    background-position: 19px 11px;
}
div#navmenu ul li ul li ul li ul li a.sectionhere
{
    background-position: 40px 11px;
}
.here
{
    background: #fff url(img/arrow_right.gif) 7px 9px no-repeat;
}
div#navmenu ul li ul li ul li a.here
{
    background-position: 22px 7px;
}
div#navmenu ul li ul li ul li ul li a.here
{
    background-position: 37px 7px;
}

/* Giving link */
#givinglink a
{
    display: block;
    height: 60px;
    width: 215px;
    background: url(img/btn_makeagift.png) 0 0 no-repeat;
    margin-top: 10px;
}

#givinglink a:hover
{
    background: url(img/btn_makeagift_f2.png) 0 0 no-repeat;
}

#givinglink a span
{
    margin-left: -9999em;
}

/* Feature area */
#feature
{
    float: left;
}
div#featurebutton {
	position: absolute; 
	right: 0; 
	top: 236px;
	z-index: 1000;
}

div#featurebutton a {
	display: block; 
}

/* Feature area blurb */
div#blurb div
{
    font-size: 0.92em;
    position: absolute;
    z-index: 99;
    top: 60px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-left: 720px;
}

/* Content */
#column1, #column2, #column3
{
    padding: 20px 15px 40px 20px;
    margin: 0;
    width: 208px;
    float: left;
}


/* E-mail Form */
div.emailForm fieldset p
{
    position: relative;
    width: 100%;
}
div.emailForm label
{
    float: left;
    width: 12em;
}
div#errorMessage
{
    padding: 5px;
    border: solid 1px #FF0000;
    width: 100%;
    display: none;
    color: #FF0000;
    margin-bottom: 10px;
    background-color: #FFE4E1;
}
div.successMessage
{
    padding: 5px;
    border: solid 1px #008000;
    color: #008000;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #B7FF98;
}


/* E-mail Form */
div.emailForm fieldset p
{
    position: relative;
    width: 100%;
}
div.emailForm label
{
    float: left;
    width: 12em;
}
div#errorMessage
{
    padding: 5px;
    border: solid 1px #FF0000;
    width: 100%;
    display: none;
    color: #FF0000;
    margin-bottom: 10px;
    background-color: #FFE4E1;
}
div.successMessage
{
    padding: 5px;
    border: solid 1px #008000;
    color: #008000;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #B7FF98;
}


/* Event Calendar */
#column1 #eventCalContainer
{
    float: right;
    margin: 20px 0 20px 20px;
}
.eventCalendar
{
    float: right;
    margin: 15px 0 20px 20px;
    border: solid 2px #999;
    width: 200px;
    height: 200px;
    font-size: 90%;
    border-spacing: 0;
    border-collapse: collapse;
}
.eventCalendarTitle
{
    font-weight: bold;
    width: 200px !important;
    background-color: #F2F2F2;
    margin: 0 !important;
}
.eventCalendarNextPrevious a
{
    padding: 2px 5px;
    border: solid 2px #CCC;
    text-decoration: none;
}
.eventCalendarDayHeader
{
    background-color: #F2F2F2;
    text-align: center;
}
.eventCalendarDay
{
    color: #06C;
    text-align: center;
    border: solid 1px #CCC;
    white-space: nowrap;
    background-color: #FFF;
}
.eventCalendarToday
{
    font-weight: bold;
    background-color: #ADD8E6;
}
.eventCalendarOtherDay
{
    background-color: #CCC;
    color: #A6A6A6;
}



/* Footer */
#footershadow
{
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url(img/bg_shadow_bottom.jpg) top center no-repeat;
    border-left: 1px #fff solid; /* helps the shadow show up in IE6 */
    padding-top: 40px;
}
#footer
{
    clear: both;
    margin: 0 auto;
    width: 950px;
    text-align: left;
    border-top: 1px #999 dotted;
}
div.footercolumn, div.footercolumnfirst
{
    position: relative; /* added to fix clipping of negative margins in ie6 */
    display: block; /* added for same reason */
    margin-top: -37px;
    float: left;
    width: 222px;
    padding-left: 20px;
}
div.footercolumnfirst
{
    width: 215px;
    padding: 0;
}
#footer div.twocolumn
{
    width: 700px;
}
#footer div.threecolumn
{
    width: 330px;
}
div.footercolumnfirst ul
{
    width: 100px;
}
div.footercolumn ul, div.footercolumnfirst ul
{
    float: left;
    padding: 0.7em 0 0.5em 0;
}
div.footercolumn ul li, div.footercolumnfirst ul li
{
    margin: 0 0 0.2em 0;
}

/* Copyright */
div#copyright
{
    margin: 0 auto;
    width: 950px;
    clear: both;
    text-align: right;
    border-top: 1px #999 dotted;
    font-size: 1.1em;
    padding-top: 0.6em;
}
div#copyright a
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

/* Hidden elements */
div.hidden
{
    display: none;
}