/* normalize defaults */
html, head, body, 
h1, h2, h3, h4, h5, h6, 
div, span, p, blockquote, code, img, a,
table, caption, tr, thead, th, tbody, td,
ul, ol, li, label, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% Arial, Helvetica, sans-serif;	
	font-weight: inherit;
}

.skip {

	position: absolute;
	top: -999px;
	left: -999px;
	clear: both;
}

.clear {
	height: 0;
	clear: both;
}

.col {
	width: 100px;
	float: left;
}


.left {
	display: block;
	float: left;
	text-align: left;
}

p.error{
    color: #7F7F7F;
}

.right {
	display: block;
	float: right;
	text-align: right;

}

hr{
	color: #CFCFCF;
	height: 1px;
	background-color: #CFCFCF;
	border: 0;
}

a:link,
a:visited {
	color: #075F78;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
}

a:hover,
a:active {
	color: #C67E09;
	text-decoration: underline;
	font-weight: inherit;
	font-style: inherit;
}

fieldset {
	border: none;
}


/* layout */

html {
	background-color: #fff;
}

body {
	width: 805px;
	margin: 0 auto;
}

body.home {
	background: url('/images/bg-html-home.gif') top left repeat-x;
	width: 850px;
}

body #outside {
	background: url('/images/bg-outside.jpg') top left repeat-x;
	width: 900px;
	padding-left: 95px;
	margin-left: -95px;
}

body #wrapper {
	background: transparent url('/images/bg-container.jpg') top left repeat-x;
	width: 899px;
}

body.home #wrapper{
	background: url('/images/bg-body-home.gif') top left repeat-y;
	margin-left: -137px;
	width: auto;
	border: none;
}

body #container {
	background: transparent url('/images/bg-body.gif') top left repeat-y;
}

body.home #container {
	background: transparent url('/images/bg-wrapper-home.gif') top left no-repeat;
	padding-left: 142px;
}


/* site tools */

#sitetools {
	height: 48px;
	overflow: hidden;
	width: 369px;
	margin-top: -120px;
	margin-left: auto;
	padding-right: 130px;
}

.home #sitetools {
	padding-top: 11px;
	margin: 0;
	width: auto;
	padding-right: 75px;
}

#sitetools ul {
	width: 355px;
	height: 36px;
	overflow: hidden;
	margin: 0 0 0 auto;
	padding: 0;
}

#sitetools li {
	display: inline;
	font-size: 1em;
}

#search {
	display: inline;
	display: block;
	float: left;
	width: 190px;
}

#search #field {
	width: 100px;
	margin: 1px 0 0 2px;
	padding: 0;
	font-size: 0.75em;
}

#search .button {
	margin: 2px 0 0 2px;
}

#search label,
#search #field,
#search .button {
	float: left;
	display: block;
}

p label,
li p,
li .header,
li .subheader,
li .italheader,
li li,
li code,
td p,
td h4,
td td,
blockquote p {
	font-size: 1em;
}

#sitetools li a,
#sitetools label {
	color: #4C4C4C;
	font-size: 0.7em;
}

#sitetools li a {
	display: block;
	float: left;
	background: url('/images/bg-sitetool.gif') top left repeat-y;
	padding: 6px 6px 6px 14px;
	width: 60px;
}

#sitetools label {
	padding: 6px 2px 6px 14px;
}


/* header */

#header {
	width: 899px;
	height: 121px;
	background: #fff url('/images/bg-body.gif') top left repeat-y;
	border-bottom: 10px solid #CFCFCF;
}

.home #header {
	padding: 15px 0 30px 0;
	text-align: right;
	clear: both;
	height: auto;
	background-color: transparent;
	background-image: none;
	border: none;
	width: 770px;
}

#header .logo {
	padding: 22px 0 0 12px;
	display: block;
}

#header .logo img {
	border: none;
}

.home #header img{
     border: none;
}

/* home events */

#events {
	padding-top: 23px;
	width: 340px;
	float:right;
}

#events h2 {
	padding-bottom: 20px;
}

#events h3 {
	font-weight: bold;
	font-size: 0.7em;
	color: #6D121F;
	padding: 0 11px 4px 11px;
}

#events table {
	border-top: 1px solid #DCDCDC;
	width: 340px;
	padding-bottom: 3px;
	float:right;
}

#events td.loc {
	background: url('/images/bg-events-table.gif') top left no-repeat;
	width: 40px;
}

#events td.desc {
	width: 287px;
}

#events h4 a {
	color: #C67E09;
	font-weight: bold;
}

#events td {
	line-height: 1.25em;
	color: #404040;
	border-bottom: 1px solid #DCDCDC;
	padding: 2px 11px 0px 11px;
	vertical-align: top;
	font-size: 0.7em;
}

#events a:link,
#events a:visited,
#footer a:link,
#footer a:visited,
#spotlight a:link,
#spotlight a:visited {
	font-weight: bold;
}

#events a:hover,
#events a:active,
#footer a:hover,
#footer a:active,
#spotlight a:hover, 
#spotlight a:active {
	font-weight: bold;
}

#events p {
	padding: 0px 11px;
	margin-bottom: 0;
	font-size: .7em;
}

#events td p {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	font-size: 1em;
}

#events p.empty {
	padding-bottom: 50px;
}

#events .sep {
	padding: 0 3px;
	color: #ccc;
	font-weight: bold;
}

#events .arrows {
	width: 200px;
}
#events .arrows2{
	float: right; 
	text-align: right; 
	margin-bottom: 5px; 
	margin-right: 5px;
}

#events img {
	border: none;
}

/* top navigation */

#topnav {
	overflow: hidden;
	width: 772px;
	height: 28px;
	margin-top: 34px;
	margin-bottom: 0;
}

.home #topnav {
	height: 159px;
	margin-top: 1px;
}

#topnav li {
	font-size: 1em;
	height: 28px;
	padding-right: 1px;
	padding-left: 4px;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

.home #topnav li {
	padding-right: 6px;
	padding-left: 0;
}

#topnav li.last {
	padding-right: 0;
}

#topnav li a {
	display: block;
	height: 16px;
	background-color: #2092B7;
	margin-top: 6px;
	margin-bottom: 0;
	padding: 6px 9px 0 9px;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1em;
	color: #fff;
}

#topnav li a:hover,
#topnav li a:active,
#topnav li.sel a {
	margin-top: 0;
	border-top: 6px solid #404040;
	text-decoration: none;
}

.about,
.about ul {
	width: 88px;
}

.people,
.people ul,
.directory,
.directory ul {
	width: 110px;
}

.research,
.research ul{
	width: 95px;
}


.academics,
.academics ul {
	width: 107px;
}

.services,
.services ul {
	width: 103px;
}

.alumni,
.alumni ul,
.community ul,
.community {
	width: 115px;
}

.news,
.news ul {
	width: 115px;
}

#topnav li.services a,
#topnav li.alumni a,
#topnav li.community a,
#topnav li.news a {
	background-color: #075F78;
}

#topnav li ul {
	display: none;
	margin-bottom: 0;
}

.home #topnav li ul,
#topnav li.over ul,
#topnav li:hover ul {
	display: block;
}

#wrapper #topnav li ul {
	position: absolute;
	background-color: #F5F5F5;
	height: 127px;
	margin: 0;
	padding: 5px 0 0 0;
	z-index: 5;
}

#wrapper #topnav li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0px 6px;
	height: 18px;
	line-height: 1em;
	border: none;
}

#topnav li.about li a,
#topnav li.people li a,
#topnav li.directory li a,
#topnav li.research li a,
#topnav li.academics li a,
#topnav li.sel li a,
#topnav li.services li a,
#topnav li.alumni li a,
#topnav li.community li a,
#topnav li.news li a {
	background-color: transparent;
	line-height: 1em;
}

#topnav li li a:link,
#topnav li li a:visited,
#topnav li li a:hover,
#topnav li li a:active {
	display: block;
	border: none;
	line-height: 1em;
	color: #075F78;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#topnav li li a:hover,
#topnav li li a:active,
#subnav li a:hover,
#subnav li a:active,
#subnav li.sel a:hover,
#subnav li.sel a:active {
	color: #C67E09;
	text-decoration: underline;
}



/* side navigation */

#subnav {
	width: 150px;
	float: left;
	padding: 20px 10px 20px 15px;
}

#subnav li ul {
	padding-left: 10px;
	padding-top: 2px;
}

#subnav li ul li ul {
	padding-left: 6px;
}

#subnav li {
	list-style-type: none;
	background: url('/images/bg-dotted.gif') top left repeat-x;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0;
	padding: 7px 6px 4px 0;
}

#subnav li li.sel {
	background: url('/images/bg-subnav-sel.gif') 0 6px no-repeat;
	font-weight: bold;
}

#subnav li li li.sel {
	background-position: 0px 5px;
}

#subnav li li {
	font-size: 0.93em;
	font-weight: normal;
	background-image: none;
	padding: 4px 3px 3px 8px;
}

#subnav li li li {
	font-size: 0.94em;
	background: url('/images/bg-fourthlevel.gif') 0px 4px no-repeat;
	padding-left: 10px;	
}

#subnav li a {
	background: url('/images/arrow-2nd-level.gif') top left no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	color: #075F78;
	line-height: 1.25em;
}

#subnav li.sel a {
	color: #404040;
	background: url('/images/arrow-2nd-level-sel.gif') top left no-repeat;
}

#subnav li li li.sel a,
#subnav li li.sel a {
	background-image: none;
}

#subnav li li a {
	padding: 0;
	background-image: none;
}

#subnav li li a,
#subnav li.sel li a {
	color: #075F78;
	background-image: none;
}

#subnav li li li a,
#subnav li li.sel li a {
	color: #6D121F;
	background-image: none;
}


/* home page spotlight */

#spotlight {
	padding-top: 23px;	
	width: 315px;
}

#spotlightWide {
	padding-top: 23px;	
	width: 400px;
	margin-left: 10px;
}


#spotlight h2 {
	margin-left: -1px;
	padding-bottom: 18px;
}

#spotlightWide h2 {
	padding-bottom: 18px;
}

#spotlight img.feature {
	border: none;
	clear: both;
	float: left;
	width: auto;
	padding: 0 15px 15px 11px;
}

#spotlight p,
#spotlight h3 {
	font-size: 0.7em;
	line-height: 1.16em;
}

#spotlightWide p,
#spotlightWide h3 {
	font-size: 0.7em;
	line-height: 1.16em;
}

#spotlight h3, #spotlightWide h3 {
	color: #C67E09;
	font-weight: bold;
	margin-bottom: 4px;
}


/* sub pages styles */
#main {
	float: left;
	width: 552px;
	padding: 12px 26px 22px 16px;
	background-color: #fff;
	min-height: 560px;
}

#main.wide {
	width: 727px;
   margin-left: 1px;
}

#content {
	border: none;
	width: 769px;
	margin-top: 10px;
}

.home #content {
	border-top: none;
	float: none;
	margin: 0;
}

.pagetitle {
	font-size: 1.32em;
	font-weight: bold;
	color: #404040;
	margin-bottom: 0.25em;
	clear: both;
}

.header {
	font-size: 0.95em;
	color: #6D121F;
	font-weight: bold;
	margin: 1.25em 0 3px 0;
}

.subheader {
	font-size: 0.88em;
	font-weight: bold;
	color: #404040;
	margin-top: 1em;
	line-height: 1.25em;
}

.italheader {	
	font-weight: bold;
	color: #404040;
	margin-bottom: 0.25em;
	font-size: 0.75em;
	line-height: 1.25em;
	font-style: italic;
}

.italheader em {
	font-style: normal;
}

.lineheader {
	color: #6D121F;
	font-weight: bold;
	font-size: 0.93em;
	border-top: 1px solid #E7E7E7;
	margin: 22px 0 0.75em;
	padding-top: 2px;
    clear: both;
}

.sublineheader {
    color: #6D121F;
    font-weight: bold;
    font-size: .8em;
    border-bottom: 1px solid #E7E7E7;
    margin: 15px 0 2px 22px;
}

.persontitle {
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #404040;
	margin-bottom: 1.25em;
}

.barheader {
	color: #6D121F;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #E3E3E3;
	padding: 6px 7px;
	clear: both;
}

.smheader {
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: bold;
	color: #075F78;
	margin-top: 0.25em;
}
.day{	float: left; 
	color: #6D121F; 
	font-weight: bold; 
	padding-bottom: 10px;
}

.dotheader {
	background: url('/images/bg-dotted.gif') bottom left repeat-x;
	padding: 6px 0;
}

.tab{
	text-indent: 10px;
}

td, 
th, 
p, 
label, 
li, 
blockquote,
code,
.content {
	font-size: 0.75em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	color: #404040;
}

.sep {
	padding: 0 20px;
}

#main ul,
#main ol,
#main blockquote,
#main code {
	margin-left: 23px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

select {
	font: 0.75em Arial, Helvetica, sans-serif;
}

code {
	display: block;
	margin-top: 0.5em;
}

.bioimage {
	width: 130px;
	display: block;
	float: right;
	font-size: 0.9em;
}

.bioimage img {
	display: block;
	max-width: 130px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #999;
}

/*.bioimage p {margin-left: 8px; }*/

.bioimage p.noimage{ 
	margin-left: 0px;
	font-size: 1.0em;
	border-bottom: 1px solid #999;
}

.biodetails {
	float: left;
	display: block;
	width: 395px;
}

.back {
	padding-left: 17px;
	background: url('/images/arrow-orange.gif') top left no-repeat;
	margin-bottom: 1em;
}

.dateline {
	font-size: 0.75em;
	color: gray;
	padding: 0 0 1em;
}

.sidebar {
	float: right;
	padding: 0 0 15px 20px;
}

.sidebar a img {
	border: none;
}

.sidebar p {
	margin-top: 0.75em;
	font-size: 0.75em;
	line-height: 1.25em;
	width: 125px;
}




/* sort form elements */

fieldset.sort {
	background-color: #E3E3E3;
	display: block;
	float: left;
	width: 387px;
	height: 92px;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
}

fieldset.med {
	width: 375px;
	margin-right: 10px;
}

fieldset.small {
	width: 115px;
	margin-right: 10px;
}

fieldset.sort p {
	font-weight: bold;
}

fieldset.sort label {
	padding: 0 4px;
}

fieldset p.formset {
	font-weight: normal;
	float: left;
	width: 125px;
}


/* data table styles */

table.data {
	clear: both;
	width: 100%;
	margin: 0 0 2em 0;
}

table.data caption,
table td.mnavbkgnd {
	background-color: #D9E7EB;
	font-size: 0.75em;
	font-weight: bold;
	color: #404040;
	text-align: left;
	padding: 3px 4px;
	margin: 1em 0 0 0;
}

table.data th,
table.data td {
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
}

table.data th,
table td.month1bkgnd {
	background-color: #fff;
	color: #6D121F;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #CFCFCF;
}

table.data th.small {
	width: 90px;
}

table.data tbody td {
	font-size: 0.7em;
}

table.data td,
td.month3 {
	vertical-align: top;
	padding-bottom: 4px;
	border-top: 1px solid #EEF1F2;
}

table.data tr.alt td,
td.month2, 
.alt_row tr:nth-child(odd) td,
.even_row tr:nth-child(even) td{
	background-color: #ECF6FB;
	border-top: 2px solid #DEE3E5;
}

table.data tr.outdated td {
	background-color: #FCEBEE;
        border-top: 2px solid #DEE3E5;
}

table.data tr.open td {
	background-color: #e8fbe6;
        border-top: 2px solid #DEE3E5;
}

table.data .full_name {font-weight: bold;}
table.data tr.clean td {border-top: none;}
table.data tr.altrow td {
	background-color: #ECF6FB;
}

table.data tr.top td {
	border-top: 2px solid #DEE3E5;
}




table.data tr.altrow td.hide {
	color: #ECF6FB;
}

table.data tr td.hide {
	color: #FFF;
}

table.data tr.desc td {
	border-top: none;
	background-image: url('/images/bg-dotted.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

table.data td.email {
	color: #075F78;
}


/* events calendar */

table td.month1bkgnd {
	padding-top: 5px;
}

.mnavtext {
	color: #404040;
	padding-right: 5px;
}

.month1textmonth, 
.month1texttoday {
	color: inherit;
	font-size: inherit;
}

td.month3 {
}

td.month4 {
	background-color: #fff;
	height: 60px;
	border: 1px solid #EEF1F2;

}

td.month4 a:link,
td.month4 a:visited,
td.month4 a:hover,
td.month4 a:active {
	color: inherit;
}

.event4bkgnd {
	background-color: #fff;
}

.event1textdetail {
	font-family: inherit;
	font-size: inherit;
}


/* photo gallery styles */

.gallery {
	width: 95px;
	padding: 26px 7px 2px 6px;
}

.gallery p {
	color: #075F78;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: bold;
	padding-top: 0.7em;
	text-align: center;
}
.gallery p.name{
	font-size: 0.7em;
	line-height: 1.25em;
	font-weight: normal;
	padding-top: 0.7em;
	text-align: center;
}
/* This section introduces a drop-shadow, constrains gallery pic sizes (which will stretch/shrink them if formatted differently),
and styles the "picture missing" alt text*/
.gallery img {
	background: url('/images/dropshadow.gif') left top no-repeat;
	display: table-cell;
	width: 95px;
	height: 114px;
	padding: 0 2px 2px 0;
	font-size: 1em;
	font-weight: bold;
	color: #075F78;
	text-align: center;
	vertical-align: middle;
}

/* footer */

div.n {
	padding-top: 1em;
}

#footer {
	clear: both;
	padding: 50px 0 22px 12px;
	overflow: hidden;
	width: 770px;
}

.home #footer {
	clear: both;
	padding: 15px 0 22px 12px;
}

#footer img {
	padding-right: 116px;
	border: none;
}

.home #footer img {
	padding-right: 20px;
}

#footer img,
#footer p {
	display: block;
	float: left;
}

#footer p {
	font-size: 0.7em;
	line-height: 1.15em;
	color: #333;
	padding: 3px 25px 0px 10px;
}

#footer p.border {
	background: url('/images/bg-sitetool.gif') top left repeat-y;
}

.home #footer p {
/*	padding: 3px 25px 0px 5px;*/
}

.home #footer p.border {
	background-image: none;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#spotlight a:link,
#spotlight a:visited,
#spotlight a:hover,
#spotlight a:active {
	font-weight: normal;
}

ul.toc li {
	line-height: 1.25em;
	list-style-type: none;
}

ul.toc li a {
	font-weight: bold;
}

table.puzzle, table.puzzle td table {
	border-collapse: collapse;
	empty-cells: show;
	margin: auto;
}

table.puzzle td {
	border: 2.4px;
}

table.puzzle td.int {
	border: solid black;
}

table.puzzle td.ext {
	border: none;
}

table.puzzle.example td table td {
	font-size: 1em;
}

*.puzzle.example {
	float: left;
	margin: 0 5% 0;
}

table.puzzle td table td {
	height: 1.9em;
	width: 1.9em;
	text-align: center;
	font-size: 2em;
}

table.puzzle td.int table td {
	border: solid black 1.2px;
}

table.puzzle td table td.empty {
	background: black;
}

table.puzzle.hint {
	text-align: center;
	margin: 1% auto;
	font-size: 1.1em;
}

table.puzzle.hint td {
	padding: 0 2em;
}

.toggle:hover {
	z-index: 10;
	width: 200px;
}

label.red{
	color: #6D121F;	
	font-weight: bold;
}

.red { color: #6D121F; }

.bold { font-weight: bold; }

/*sort faculty directory*/

#facultydir {
	overflow: hidden;
	height: 24px;
	color: #666;
	padding: 0;
	margin: 0;
}

#facultydir li {
	float: left;
	font-size: 1em;
	height: 24px;
	padding: 0px;	
	list-style-type: none;
	white-space: nowrap;
	margin-right: 5px;
}



#facultydir li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 5px 9px 0 9px;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1em;
	color: #666;
}

#facultydir li a:hover {
	background-color: #aaaaaa;
	text-decoration: none;
	color: #444;
}

#facultydir li.select {
	background-color: #aaaaaa;
}
#facultydir li.select a {
	color: #444;
}



#facultyddir {
	overflow: hidden;	
	padding: 0px;
	margin-top: 0px;
}

#facultyddir li {
	float: left;
       	padding: 0px 5px 0 0;
	white-space: nowrap;
	color: #666;	
}

#facultyddir ul li.first {
	list-style-type: none;
	}


#facultyddir li a {
	display: block;
	margin: 1px 10px 0 0px;
	padding: 0px 5px 4px 0px;
	font-size: 1em;
	line-height: 1em;
}

#facultyddir li.select {
	color: #666;
        font-weight: bold;
	margin: 0 15px 0 0px;
	padding: 0px 5px 5px 0px;

}

#facultyddir li.select a {
	color: #666;
}



fieldset.dir {
	background-color: #E3E3E3; 
	display: block; 
	padding: 20px 10px; 
	margin: 1em 0 .5em 0; 
	font-weight: bold;
}

fieldset.dir label{
	padding: 0px 10px 10px 0px;
	line-height: 15px;
}

/* New Way to Alternate Row Color and directory styles 10-10-2014*/
#directory tr:nth-child(even) {
    background: #ECF6FB;
}

#directory td {
    border-top: 2px solid #DEE3E5;
}

#directory { 
    border-collapse: collapse; 
} 

#directory img { 
    position: relative; top: -2px; width: 20px;
}



