*{ font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

html{
  width: 100%; height: 101%; background: #A6A6A6;
}

body{
  background: #FFFFFF;
  width: 992px;
  margin: 0 auto;
  font-size: 62.5%; 
  padding-bottom: 20px;
}


/* HEADER LAYOUT, POSITIONING AND TEXT STYLES, + BREADCRUMBS AND SEARCH */

#header{
  position: relative;
  height: 172px;
  margin: 0 0 32px 0;
}

#header #uni_logo{
  position: absolute;
  bottom: 0; left: 48px;
}

#header #uni_logo img{
  border: 0;
}

#header #headertitle{
  position: absolute;
  top: 16px; right: 0;
  width: 504px; height: 136px;
}

#header #headertitle a{
  display: block;
}

#header #headertitle a img{
  border: none;
}

#header #breadcrumbs{
  position: absolute;
  bottom: 0; left: 240px;
  padding: 2px 0 0 3px;
  background: #A6A6A6;
  height: 14px; width: 461px;
  color: white; font-size: 1.0em; text-decoration: none; font-weight: bold;
}

#header #breadcrumbs a{
  color: white; font-size: 1.0em; text-decoration: none; font-weight: bold;
}

#header form{
  position: absolute;
  bottom: 0; left: 720px;
  height: 16px; width: 224px;
  background: #A6A6A6;
  overflow: hidden;
}

#header form #search_field{
  font-size: 1.1em;
  height: 16px;
  border: 0;
  padding: 0 8px;
  top: 0; left: 16px;
  position: absolute;
  width: 160px;
}

#header form #search_submit{
  position: absolute;
  text-align: center;
  top: 0; right: 0;
  border: 0;
  height: 16px; width: 32px;
  background: url('/includes/images/search_submit-bg.gif') no-repeat #A6A6A6 0 0; color: white;
  font-size: 0; text-indent: -9999px;
}

/* NAVIGATION */

#navigation{
  margin-left: 48px;
  font-size: 1.1em;
  color: black;
}

#navigation ul{
  list-style: none;
  width: 12px;
  padding: 0 0 6px 0;
  margin: 0 0 11px 16px;
  border-bottom: 1px solid #ef4323;
}

#navigation li{
  margin: 7px 0 7px -16px;
  width: 176px;
  overflow: hidden;
  position: relative;
}

#navigation .divider{ display: none; }

#navigation a{
  position: relative;
  display: block;
  width: 176px;
  color: black;
  text-decoration: none;
  padding-left: 16px;
}

#navigation a:hover{
  color: #ef4323;
  text-decoration: none;
}

#navigation .selected a{
  padding-left: 0;
}

#navigation .selected a:hover{ padding-left: 0px;}

#navigation #sites_nav{
  margin-top: 200px;
  border-top: 1px solid #ef4323;
  border-bottom: 0;
}

#navigation .nav_highlight{
  display: none;
  position: absolute;
  color: #ef4323;
}

/* FOOTER */

#footer{
  margin: 16px 278px 16px 240px;
  padding: 32px 0 16px 0;
  clear: both;
  color: rgb(136,136,136);
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer a{
  color: rgb(136,136,136);
  text-decoration: none;
  border: none;
}


/* CONTENT LAYOUT */

#content{
  float: right;
  width: 704px;
  margin: 0 48px 0 0;
  overflow: hidden;
}

.main{
  width: 464px;
  float: left;
  margin: 0;
}

.right{
  float: right;
  width: 224px;
  margin: 4px 0 16px 0;
  overflow: hidden;
}

.wide{
  clear: both;
  overflow: hidden;
}




/* GENERAL TEXT STYLES */

ul, ol{padding-left: 16px; margin-bottom: 16px;}
#content ul{ list-style: url('/includes/images/en-dash.gif');}


/* BODY - (MIDDLE CONTENT) */

#content p{
  margin: -3px 0 16px 0; clear: both;
}


#content .main h1, 
#content .wide h1{
  font-size: 1.6em;
  margin-bottom: 16px;
  color: rgb(51,51,51);
}

#content .main h2, 
#content .wide h2{
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 19px;
  color: rgb(88,88,88);
}

#content .main h3, 
#content .wide h3{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 4px 0;
  color: #395daf;
}

#content .main h4, 
#content .wide h4{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 4px 0;
  color: #000000;
}

#content .main p,
#content .main ul, 
#content .wide p,
#content .wide ul{
  font-size: 1.1em;
  line-height: 1.60em;
  color: rgb(88,88,88);
}

#content .main a, 
#content .wide a{
  font-size: inherit;
  line-height: 1.65em;
  padding-bottom: 1px;
  border-bottom: 0.75pt dotted #515151;
  text-decoration: none;
}

#content a:link{
  color: #000000;
}

#content a:hover, 
#content a:active{
  color: #ef4323;
}

#content a:visited{
  color: #7b1a2b;
}

/* CAPTION - (RIGHT SIDE BAR) */

 
#content .right h1,
#content h1.caption {
  font-size: 1.1em;
  margin-bottom: 16pt;
  color: rgb(88,88,88);
}

#content .right h2,
#content h2.caption{
  font-size: 1.1em;
  line-height: 1.6em;
  color: #395daf;
}

#content .right p, 
#content .right ul,
#content p.caption,
#content ul.caption{
  font-size: 1.0em;
  line-height: 1.6em;
  color: rgb(88,88,88);
}

#content .right a,
#content a.caption,
#content .caption a{
  font-size: 1.0em;
  line-height: 1.6em;
  padding-bottom: 1px;
  border-bottom: 0.75pt dotted rgb(51,51,51);
  text-decoration: none;
}


#content ul.references{ list-style: none; }
.references{
  list-style: none;
  font-size: 1.0em;
  line-height: 1.6em;
  color: rgb(51,51,51);
  text-indent: -24pt;
  padding-left: 24pt;
}

.references li{
  margin: 1px 0;
}

#content .references a{
  font-size: 1.0em;
  line-height: 1.4em;
  padding-bottom: 1px;
}

.tags{
  font-size: 1.0em;
  line-height: 2.1em;
}

.tags a{
  color: #395daf;
  border-bottom: 0.75pt dotted rgb(51,51,51);
}
 
/* STAFF PAGE */

.staff_image{
  margin: 0 16px 8px 16px;
}



/* PAPERS LAYOUT */



.papers{ margin: 8px 0 32px 0; float: left; } 
.right .papers{ margin: 63px 0 90px 0; } 

.papers .layout{
  clear: both;
  float: left;
}

.papers h4, .papers{ clear: both; font-size: 1.0em; }
.papers { width: 704px;/*568px; */}
.papers h4 span{
  display: block;
  float: left;
  width: 138px;
  margin: 2px;
}

.papers .layout .row{
  clear: both;
}

.papers .layout .row div{
  background: #89898a;
  color: #FFFFFF;
  padding: 0 2px;
  width: 60px;
  height: 32px;
  margin: 2px;
  float: left;
}

.right .papers{ margin-left: 1px; }

.right .papers .layout .row div{
  background: #89898a;
  color: #FFFFFF;
  width: 22px;
  height: 12px;
  margin: 0 1px 0 0;
  float: left;
}

.papers .layout hr{
  clear: both;
  border: 0;
  height: 0; width: 0;
}

.papers .layout .row div.wide2{ width: 128px; }
.right .papers .layout .row div.wide2{ width: 49px; }
.papers .layout .row div.wide8{ position: relative; width: 414px; margin-right: 0; }

.papers .layout .row div.divider{ width: 2px; margin: 2px 0; background: #FFFFFF; }
.right .papers .layout .row div.divider{ width: 2px; padding: 0; margin: 1px 0 0 0; background: #FFFFFF; }
.papers .layout .row div.blank{ background: #FFFFFF; }

#content .papers .layout .row div a{
  display: block; border: 0;
  width: 100%; height: 100%;
  color: inherit;
}

#content .papers .layout .row div.comm1-highlight{ background: #f7d49c; color: #000000; }
#content .papers .layout .row div.comm2-highlight{ background: #f0aa3a; color: #000000; }

#content .papers .layout .row div.indu1-highlight{ background: #f3b498; color: #000000; }
#content .papers .layout .row div.indu2-highlight{ background: #e76a32; color: #000000; }

#content .papers .layout .row div.inte1-highlight{ background: #db9397; color: #000000; }
#content .papers .layout .row div.inte2-highlight{ background: #b82730; color: #000000; }

#content .papers .layout .row div.envi1-highlight{ background: #cfe4b1; color: #000000; }
#content .papers .layout .row div.envi2-highlight{ background: #9fc964; color: #000000; }

#content .papers .layout .row div.hist1-highlight{ background: #ccbcd8; color: #000000; }
#content .papers .layout .row div.hist2-highlight{ background: #9979b2; color: #000000; }

#content .papers .layout .row div.stra1-highlight{ background: #b0e0ea; color: #000000; }
#content .papers .layout .row div.stra2-highlight{ background: #61c1d5; color: #000000; }

#content .papers .layout .row div.tech1-highlight{ background: #dddddd; color: #000000; }
#content .papers .layout .row div.tech2-highlight{ background: #bbbcbc; color: #000000; }

#content .papers .layout .row div.hono1-highlight{ background: #d9c7aa; color: #000000; }
#content .papers .layout .row div.hono2-highlight{ background: #b39056; color: #000000; }

#content .papers .layout .row div.post1{ background: #a05077; color: #000000; }
#content .papers .layout .row div.post2{ background: #d0a8bb; color: #000000; }

.papers-nav{ list-style: none; list-style-type: none; list-style-image: none; padding-left: 0; }
#content .right .papers-nav{
  margin-top: 4px;
  font-size: 11px;
}

.papers-nav li a span{
  position: absolute; left: 0; top: 4px;
  display: block;
  width: 32px; height: 16px;
  margin:4px 0;
  font-size: 0;
  text-indent: -9999px;
}

.papers-nav li a.highlight span{
  border: 2px dashed black; width: 28px; height: 12px;
}

.papers-nav li{
  position: relative;
  padding-left: 40px;
  padding: 3px 0 3px 40px;
}

.papers-nav2 li{
  padding-top: 6px;
}

.papers-nav li.comm a span{ background: #f0aa3a; }
.papers-nav li.indu a span{ background: #e76a32; }
.papers-nav li.inte a span{ background: #b82730; }
.papers-nav li.envi a span{ background: #9fc964; }
.papers-nav li.hist a span{ background: #9979b2; }
.papers-nav li.stra a span{ background: #61c1d5; }
.papers-nav li.tech a span{ background: #bbbcbc; }
.papers-nav li.hono a span{ background: #b39056; }


table{
  border-collapse: collaspe;
  margin: 16px 0 32px 0;
  padding: 0;
}

table td, table th{
  border-top: 1px solid #c7c7c7;
  padding: 8px 8px 8px 0;
}

table td *, table th *{
  display: inline;
}

.img_section{
  width: 481px;
}

.img_section img{
  float: left;
  margin: 0 16px 16px 0;
}

#content img.img-float-left{
  float: left;
  margin: 0 16px 16px 0;
}

#content #staff_photos_list span{
  display: block;
  width: 56px; height: 56px;
  float: left;
  overflow: hidden;
}

#content #staff_photos_list a{
  border: none;
  display: block;
  height: 56px; width: 112px;
  padding-left: 56px;
}

#content #staff_photos_list a:hover{
  border: none;
  padding-left: 0;
  width: 56px;
}

#staff_photos_list a img{
  border: none;
  
}

.cols .col{
  width: 224px;
  margin-right: 16px;
  float: left;
}

.cols .col.col3{
  margin: 0;
}

.cols .col.col1{
  padding-top: 8px;
}

.cols .col.col2 p, .cols .col.col3 p{
  padding: 0 0 0 0;
}

.cols .col.col2 h3, .cols .col.col3 h3{
  padding-bottom: 16px;
}

*{ font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

html{
  width: 100%; height: 101%; background: #A6A6A6;
}

body{
  background: #FFFFFF;
  width: 992px;
  margin: 0 auto;
  font-size: 62.5%; 
  padding-bottom: 20px;
}


/* HEADER LAYOUT, POSITIONING AND TEXT STYLES, + BREADCRUMBS AND SEARCH */

#header{
  position: relative;
  height: 172px;
  margin: 0 0 32px 0;
}

#header #uni_logo{
  position: absolute;
  bottom: 0; left: 48px;
}

#header #uni_logo img{
  border: 0;
}

#header #headertitle{
  position: absolute;
  top: 16px; right: 0;
  width: 504px; height: 136px;
}

#header #headertitle a{
  display: block;
}

#header #headertitle a img{
  border: none;
}

#header #breadcrumbs{
  position: absolute;
  bottom: 0; left: 240px;
  padding: 2px 0 0 3px;
  background: #A6A6A6;
  height: 14px; width: 461px;
  color: white; font-size: 1.0em; text-decoration: none; font-weight: bold;
}

#header #breadcrumbs a{
  color: white; font-size: 1.0em; text-decoration: none; font-weight: bold;
}

#header form{
  position: absolute;
  bottom: 0; left: 720px;
  height: 16px; width: 224px;
  background: #A6A6A6;
  overflow: hidden;
}

#header form #search_field{
  font-size: 1.1em;
  height: 16px;
  border: 0;
  padding: 0 8px;
  top: 0; left: 16px;
  position: absolute;
  width: 160px;
}

#header form #search_submit{
  position: absolute;
  text-align: center;
  top: 0; right: 0;
  border: 0;
  height: 16px; width: 32px;
  background: url('/includes/images/search_submit-bg.gif') no-repeat #A6A6A6 0 0; color: white;
  font-size: 0; text-indent: -9999px;
}

/* NAVIGATION */

#navigation{
  margin-left: 48px;
  font-size: 1.1em;
  color: black;
}

#navigation ul{
  list-style: none;
  width: 12px;
  padding: 0 0 6px 0;
  margin: 0 0 11px 16px;
  border-bottom: 1px solid #ef4323;
}

#navigation li{
  margin: 7px 0 7px -16px;
  width: 176px;
  overflow: hidden;
  position: relative;
}

#navigation .divider{ display: none; }

#navigation a{
  position: relative;
  display: block;
  width: 176px;
  color: black;
  text-decoration: none;
  padding-left: 16px;
}

#navigation a:hover{
  color: #ef4323;
  text-decoration: none;
}

#navigation .selected a{
  padding-left: 0;
}

#navigation .selected a:hover{ padding-left: 0px;}

#navigation #sites_nav{
  margin-top: 200px;
  border-top: 1px solid #ef4323;
  border-bottom: 0;
}

#navigation .nav_highlight{
  display: none;
  position: absolute;
  color: #ef4323;
}

/* FOOTER */

#footer{
  margin: 16px 278px 16px 240px;
  padding: 32px 0 16px 0;
  clear: both;
  color: rgb(136,136,136);
  font-size: 0.9em;
  line-height: 1.4em;
}

#footer a{
  color: rgb(136,136,136);
  text-decoration: none;
  border: none;
}


/* CONTENT LAYOUT */

#content{
  float: right;
  width: 704px;
  margin: 0 48px 0 0;
  overflow: hidden;
}

.main{
  width: 464px;
  float: left;
  margin: 0;
}

.right{
  float: right;
  width: 224px;
  margin: 4px 0 16px 0;
  overflow: hidden;
}

.wide{
  clear: both;
  overflow: hidden;
}




/* GENERAL TEXT STYLES */

ul, ol{padding-left: 16px; margin-bottom: 16px;}
#content ul{ list-style: url('/includes/images/en-dash.gif');}


/* BODY - (MIDDLE CONTENT) */

#content p{
  margin: -3px 0 16px 0; clear: both;
}


#content .main h1, 
#content .wide h1{
  font-size: 1.6em;
  margin-bottom: 16px;
  color: rgb(51,51,51);
}

#content .main h2, 
#content .wide h2{
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 19px;
  color: rgb(88,88,88);
}

#content .main h3, 
#content .wide h3{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 4px 0;
  color: #395daf;
}

#content .main h4, 
#content .wide h4{
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 4px 0;
  color: #000000;
}

#content .main p,
#content .main ul, 
#content .wide p,
#content .wide ul{
  font-size: 1.1em;
  line-height: 1.60em;
  color: rgb(88,88,88);
}

#content .main a, 
#content .wide a{
  font-size: inherit;
  line-height: 1.65em;
  padding-bottom: 1px;
  border-bottom: 0.75pt dotted #515151;
  text-decoration: none;
}

#content a:link{
  color: #000000;
}

#content a:hover, 
#content a:active{
  color: #ef4323;
}

#content a:visited{
  color: #7b1a2b;
}

/* CAPTION - (RIGHT SIDE BAR) */

 
#content .right h1,
#content h1.caption {
  font-size: 1.1em;
  margin-bottom: 16pt;
  color: rgb(88,88,88);
}

#content .right h2,
#content h2.caption{
  font-size: 1.1em;
  line-height: 1.6em;
  color: #395daf;
}

#content .right p, 
#content .right ul,
#content p.caption,
#content ul.caption{
  font-size: 1.0em;
  line-height: 1.6em;
  color: rgb(88,88,88);
}

#content .right a,
#content a.caption,
#content .caption a{
  font-size: 1.0em;
  line-height: 1.6em;
  padding-bottom: 1px;
  border-bottom: 0.75pt dotted rgb(51,51,51);
  text-decoration: none;
}


#content ul.references{ list-style: none; }
.references{
  list-style: none;
  font-size: 1.0em;
  line-height: 1.6em;
  color: rgb(51,51,51);
  text-indent: -24pt;
  padding-left: 24pt;
}

.references li{
  margin: 1px 0;
}

#content .references a{
  font-size: 1.0em;
  line-height: 1.4em;
  padding-bottom: 1px;
}

.tags{
  font-size: 1.0em;
  line-height: 2.1em;
}

.tags a{
  color: #395daf;
  border-bottom: 0.75pt dotted rgb(51,51,51);
}
 
/* STAFF PAGE */

.staff_image{
  margin: 0 16px 8px 16px;
}



/* PAPERS LAYOUT */



.papers{ margin: 8px 0 32px 0; float: left; } 
.right .papers{ margin: 63px 0 90px 0; } 

.papers .layout{
  clear: both;
  float: left;
}

.papers h4, .papers{ clear: both; font-size: 1.0em; }
.papers { width: 704px;/*568px; */}
.papers h4 span{
  display: block;
  float: left;
  width: 138px;
  margin: 2px;
}

.papers .layout .row{
  clear: both;
}

.papers .layout .row div{
  background: #89898a;
  color: #FFFFFF;
  padding: 0 2px;
  width: 60px;
  height: 32px;
  margin: 2px;
  float: left;
}

.right .papers{ margin-left: 1px; }

.right .papers .layout .row div{
  background: #89898a;
  color: #FFFFFF;
  width: 22px;
  height: 12px;
  margin: 0 1px 0 0;
  float: left;
}

.papers .layout hr{
  clear: both;
  border: 0;
  height: 0; width: 0;
}

.papers .layout .row div.wide2{ width: 128px; }
.right .papers .layout .row div.wide2{ width: 49px; }
.papers .layout .row div.wide8{ position: relative; width: 414px; margin-right: 0; }

.papers .layout .row div.divider{ width: 2px; margin: 2px 0; background: #FFFFFF; }
.right .papers .layout .row div.divider{ width: 2px; padding: 0; margin: 1px 0 0 0; background: #FFFFFF; }
.papers .layout .row div.blank{ background: #FFFFFF; }

#content .papers .layout .row div a{
  display: block; border: 0;
  width: 100%; height: 100%;
  color: inherit;
}

#content .papers .layout .row div.comm1-highlight{ background: #f7d49c; color: #000000; }
#content .papers .layout .row div.comm2-highlight{ background: #f0aa3a; color: #000000; }

#content .papers .layout .row div.indu1-highlight{ background: #f3b498; color: #000000; }
#content .papers .layout .row div.indu2-highlight{ background: #e76a32; color: #000000; }

#content .papers .layout .row div.inte1-highlight{ background: #db9397; color: #000000; }
#content .papers .layout .row div.inte2-highlight{ background: #b82730; color: #000000; }

#content .papers .layout .row div.envi1-highlight{ background: #cfe4b1; color: #000000; }
#content .papers .layout .row div.envi2-highlight{ background: #9fc964; color: #000000; }

#content .papers .layout .row div.hist1-highlight{ background: #ccbcd8; color: #000000; }
#content .papers .layout .row div.hist2-highlight{ background: #9979b2; color: #000000; }

#content .papers .layout .row div.stra1-highlight{ background: #b0e0ea; color: #000000; }
#content .papers .layout .row div.stra2-highlight{ background: #61c1d5; color: #000000; }

#content .papers .layout .row div.tech1-highlight{ background: #dddddd; color: #000000; }
#content .papers .layout .row div.tech2-highlight{ background: #bbbcbc; color: #000000; }

#content .papers .layout .row div.hono1-highlight{ background: #d9c7aa; color: #000000; }
#content .papers .layout .row div.hono2-highlight{ background: #b39056; color: #000000; }

#content .papers .layout .row div.post1{ background: #a05077; color: #000000; }
#content .papers .layout .row div.post2{ background: #d0a8bb; color: #000000; }

.papers-nav{ list-style: none; list-style-type: none; list-style-image: none; padding-left: 0; }
#content .right .papers-nav{
  margin-top: 4px;
  font-size: 11px;
}

.papers-nav li a span{
  position: absolute; left: 0; top: 4px;
  display: block;
  width: 32px; height: 16px;
  margin:4px 0;
  font-size: 0;
  text-indent: -9999px;
}

.papers-nav li a.highlight span{
  border: 2px dashed black; width: 28px; height: 12px;
}

.papers-nav li{
  position: relative;
  padding-left: 40px;
  padding: 3px 0 3px 40px;
}

.papers-nav2 li{
  padding-top: 6px;
}

.papers-nav li.comm a span{ background: #f0aa3a; }
.papers-nav li.indu a span{ background: #e76a32; }
.papers-nav li.inte a span{ background: #b82730; }
.papers-nav li.envi a span{ background: #9fc964; }
.papers-nav li.hist a span{ background: #9979b2; }
.papers-nav li.stra a span{ background: #61c1d5; }
.papers-nav li.tech a span{ background: #bbbcbc; }
.papers-nav li.hono a span{ background: #b39056; }


table{
  border-collapse: collaspe;
  margin: 16px 0 32px 0;
  padding: 0;
}

table td, table th{
  border-top: 1px solid #c7c7c7;
  padding: 8px 8px 8px 0;
}

table td *, table th *{
  display: inline;
}

.img_section{
  width: 481px;
}

.img_section img{
  float: left;
  margin: 0 16px 16px 0;
}

#content img.img-float-left{
  float: left;
  margin: 0 16px 16px 0;
}

#content #staff_photos_list span{
  display: block;
  width: 56px; height: 56px;
  float: left;
  overflow: hidden;
}

#content #staff_photos_list a{
  border: none;
  display: block;
  height: 56px; width: 112px;
  padding-left: 56px;
}

#content #staff_photos_list a:hover{
  border: none;
  padding-left: 0;
  width: 56px;
}

#staff_photos_list a img{
  border: none;
  
}

.cols .col{
  width: 224px;
  margin-right: 16px;
  float: left;
}

.cols .col.col3{
  margin: 0;
}

.cols .col.col1{
  padding-top: 8px;
}

.cols .col.col2 p, .cols .col.col3 p{
  padding: 0 0 0 0;
}

.cols .col.col2 h3, .cols .col.col3 h3{
  padding-bottom: 16px;
}

#student_list ul{
  float: left;
  width: 30%;
}
