/* common */
body {
   padding: 0;
   margin: 0;
   font: 12px Arial, Helvetica, sans-serif;
   background: White url(../images/default/shadow.gif) no-repeat scroll top center;
   text-align: center;
}

a {
   color: #00008B;
}
a:hover {
   color: #1E90FF;
}

p {
   padding: 5px;
}

h2 {
   padding: 5px 5px 2px 5px;
   color: #00008B;
   border-bottom: 1px solid #D5D5D5;
}

.itemtitle {
   margin-top: 20px;
   padding: 5px;
   font: italic 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #4682B4;
   border-bottom: 1px solid #F0F0F0;
}

.sectiontitle {
   padding: 2px 5px;
   color: #2F5577;
   font-weight: normal;
   background-color: #F5F5F5;
   border-left: 5px solid #0057AA;
   margin: 10px 0px 5px 0px;
}

.hidden {
   display: none;
}

#pagewrapper {
   width: 750px;
   background-color: White;
   margin: 0px auto;
}

/* header */
#topbar {
   height: 29px;
   background: url(../images/default/topbar.gif) no-repeat bottom;
   text-align: right;
}
#topbar img {
   padding: 4px;
}
#title {
   height: 130px;
   background: url(../images/default/title.jpg) no-repeat;
}

/* navigation */
#navigation {
   height: 38px;
   background: url(../images/default/navbg.jpg) no-repeat;
}
#nav {
   padding: 12px 8px;
   margin: 0px auto;
}
#nav li {
   display: inline;
   margin: 2px 1px;
}
#nav li a {
   font: bold 12px Arial, Helvetica, sans-serif;
   padding: 5px 7px;
   background: url(../images/default/navlinkbg.gif) repeat-x;
   color: White;
}
#nav li a:hover {
   color: #00BFFF;
   background: url(../images/default/navlinkovrbg.gif) repeat-x;
}
#nav li a.current {
   color: #87CEFA;
   background: url(../images/default/navlinkovrbg.gif) repeat-x;
}

/* content */
#content {
   width: 520px;
   float: left;
   padding: 5px;
   text-align: justify;
   font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
   line-height: 1.6em;
   color: #555555;
}

/* research */
.researcher {
   font-weight: bold;
   padding: 5px;
}

/* degrees */
ul.courses {
   list-style: disc;
   list-style-position: inside;
   margin-bottom: 40px;
}
ul.courses a {
   text-decoration: underline;
}
ul.courses li {
   margin-left: 15px;
   padding: 5px 0px;
}

ul.sections {
   padding: 5px;
   list-style: disc;
   list-style-position: inside;
}
ul.sections li {
   margin-left: 10px;
}

ul.courselecturers {
   padding: 5px;
}
ul.courselecturers li {
   padding-bottom: 25px;
}
.honorific-suffix {
   color: #999999;
   padding-left: 15px;
}
.interestedareas {
   color: #777777;
}

/* staff */
h2.profilename {
   font-size: 1.25em;
   font-weight: normal;
}
ul.stafflist {
   padding: 5px;
}
ul.stafflist li {
   clear: both;
   border-top: 1px solid #F5F5F5;
  padding-bottom: 35px;
  padding-top: 10px;
}
span.stafftitle {
   width: 300px;
   float: left;
   text-align: left;
}
span.staffdegree {
   width: 200px;
   float: right;
   text-align: right;
}
.profile-list {
   padding: 5px;
   list-style: disc;
   list-style-position: inside;
}
.profile-list li {
   padding: 5px 0px;
   margin-left: 5px;
}

.profile-image {
   height: 220px;
   width: 176px;
   background: url(../images/default/profileimgbg.gif) no-repeat left top;
   margin: 0px auto 10px auto;
}
.profile-image img {
   padding: 13px 10px 10px 12px;
}

/*students */
ul.studentlist {
   padding: 5px;
}
ul.studentlist li {
   clear: both;
   padding-bottom: 10px;
}
span.studentname {
   float: left;
   width: 300px;
}
span.studentemail {
   float: right;
   text-align: right;
   width: 200px;
}
p.studentinterests {
   clear: both;
   padding: 0px 2px;
   text-align: right;
}
p.studentinterests span {
   color: #D4D4D4;
   font-weight: bold;
}

/* side bar */
#sidebar {
   width: 190px;
   float: right;
   text-align: left;
   margin: 5px;
   padding: 5px;
   background-color: #FBFBFB;
   border: 1px solid #D5D5D5;
}
.contact {
   padding: 5px;
   font-size: 11px;
   color: #666666;
}

/* course tables */
table {
   width: 520px;
   font: 12px Arial, Helvetica, sans-serif;
}
th {
   background-color: #4682B4;
   color: White;
   text-align: center;
   padding: 5px;
   font-weight: normal;
}
td {
   text-align: center;
}
td.course {
   text-align: left;
   padding: 7px 15px;
}
td.empty {
   background-color: White;
}
tr {
   background-color: #F5F5F5;
}

/* course descriptions */
.courseunit {
   padding: 10px;
   border: 1px solid #D5D5D5;
   margin: 50px 0px;
}
.unittitle {
   margin-top: -20px;
   background-color: White;
   padding: 0px 0px 5px 0px;
   color: #483D8B;
}
.unitsection {
   margin: 5px 0px;
}
.unitsection span {
   color: #1E90FF;
}

/* footer pane */
#footerpane {
   clear: both;
   text-align: left;
   font: 12px Arial, Helvetica, sans-serif;
}

.bottom-pane {
   float: left;
   padding: 8px 10px;
   width: 227px;
   background: url(../images/default/footerpanebg.jpg) repeat-x top;
   margin: 0px 1px;
   height: 186px;
}

.bottom-pane a {
   color: White;
}
.bottom-pane a:hover {
   color: #00BFFF;
}

.bottom-pane h3 {
   font: bold 12px Arial, Helvetica, sans-serif;
   padding: 0px 7px 10px 7px;
   color: #4682B4;
}

.bottom-pane h4 {
   padding: 5px;
}

.bottom-pane h4 a {
   color: #87CEFA;
}

.bottom-pane ul {
   list-style: square inside;
   padding: 5px 0px;
}

.bottom-pane ul li {
   padding: 2px 5px;
   margin-left: 0px;
}

.tags {
   text-align: justify;
   font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tags a.large {
   font-size: 1.6em;
}
.tags a.medlarge {
  font-size: 1.4em; 
}
.tags a.medium {
  font-size: 1em; 
}
.tags a.small {
  font-size: .8em; 
}


/* footer */
#footer {
   clear: both;
   padding: 10px 5px 2px 5px;
   height: 50px;
   font-size: 12px;
   background: url(../images/default/footerbg2.jpg) repeat-x top;
}

#footernav {
   padding: 0px 5px;
}
#footernav li {
   display: inline;
}
#footernav li a {
   padding: 2px 5px;
   font-weight: bold;
   color: #0057AA;
}
#bottomlink {
   padding: 10px 5px 0px 5px;
   font-weight: bold;
}
#footernav li a:hover {
   color: #44D2FF;
}
#footernav li a.current {
   color: #1E90FF;
}
#copyright {
   padding: 7px 5px 5px 5px;
   font-size: .95em;
   color: #666666;
}

/* site map */
.maplevel {
   width: 500px;
   padding: 10px;
   text-align: left;
}
.maplevel img {
   vertical-align: middle;
}
.maplevel ul li ul {
   width: 400px;
   margin-left: 50px;
}
