@charset "utf-8";
/* CSS Document */

/******************************
***   ABOUT PAGE STYLES   ***
******************************/
#feedback {width:242px; float:left; background:url(../_graphics/shared/docLibBg.gif) top left repeat-y; border-bottom:1px solid #666; text-align:center;}
#feedback .top {width:242; height:30px; background:url(../_graphics/about/feedbackTitle.gif) top left no-repeat;}
#feedback .content {text-align:left; padding-bottom:15px;}
#feedback .content h4 {font-size:.78em; margin:13px 0px; color:#4a4a4a;}
#feedback .content input {margin:0px; padding:0px;}
#feedback .content label {font-size:.7em; color:#1e427c; line-height:1.5em; font-weight: normal;}
#feedback .content form{padding: 0px; margin: 6px 0px 0px 0px;}
#feedback .content form.assessments{padding-bottom: 8px; border-bottom:dotted 2px #7d7d7d;}
#feedback .content form.library{padding-bottom: 8px;}

#feedback .content .database {padding: 0px 10px;}

#feedback .content .userInfo {padding: 0px 10px;}
#feedback .content .userInfo select {width: 71px;}
#feedback .content .userInfo input, #feedback .content .userInfo textarea,#feedback .content .userInfo select {width:97%;}
#feedback .content .userInfo button {margin:20px 0px 0px 0px;}

.staffMember {margin-bottom:2.5em;}
.staffPhoto {float:left; margin: 0px 10px 10px 0px;}


/**********************************
***   THIRD LEVEL MENU STYLES   ***
**********************************/
#about #menuThird {height:52px; width:100%; background:url(../_graphics/about/menu3rdBg.gif) repeat-x; float:left;}
#menuThird ul {list-style-type:none; margin:4px 0px 0px 0px; padding:0px; float:right;}
#menuThird li {margin:0px 8px 0px 0px; padding:0px; display:block; float:left; height:34px;}
#menuThird a {display:block; width:100%; height:100%;}

/* styles when menu items are links */
#about #menuThird li.about a {background:url(../_graphics/about/menu3rd.gif) transparent 0px 0px scroll no-repeat;}
#about #menuThird li.who a {background:url(../_graphics/about/menu3rd.gif) transparent -69px 0px scroll no-repeat;}
#about #menuThird li.staff a {background:url(../_graphics/about/menu3rd.gif) transparent -283px 0px scroll no-repeat;}
#about #menuThird li.contact a {background:url(../_graphics/about/menu3rd.gif) transparent -349px 0px scroll no-repeat;}


/* styles when menu items are NOT links */
#about #menuThird li.about {width:61px; background: url(../_graphics/about/menu3rd.gif) transparent 0px -34px scroll no-repeat;}
#about #menuThird li.who {width:206px; background: url(../_graphics/about/menu3rd.gif) transparent -69px -34px scroll no-repeat;}
#about #menuThird li.staff {width:58px; background: url(../_graphics/about/menu3rd.gif) transparent -283px -34px scroll no-repeat;}
#about #menuThird li.contact {width:80px; background: url(../_graphics/about/menu3rd.gif) transparent -349px -34px scroll no-repeat;}




