body {
  behavior: url(csshover.htc);
  margin: 0;
  padding: 0;
  background: #fff url(/images/page_bg.gif) 0 0 repeat-x;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: .85em;
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #069;
}
img {
  border: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 1.5em;
  color: #960;
  margin: 0 0 1em 0;
  font-weight: normal;
  line-height: 1em;
}

h2 {
  font-size: 1.15em;
}
h3 {
  font-size: 1em;
  margin-bottom: 0;
}
hr.noclear {
  visibility: hidden;
  margin: 0;
  padding: 0;
  clear: both;
}
p {
  line-height: 1.4em;
}
/* HEADER STYLES ------------------------------------------------ */
div#header {
  width: 960px;
  height: 103px;
  background: url(/images/header_bg.gif) 0 0 no-repeat;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
img#header_logo {
  margin: 17px 0 0 8px;
}
img#uwm_logo {
  position: absolute;
  top: 13px;
  right: 7px;
}

/* global (tabbed) nav -------------------------- */

div#header ul {
  position: absolute;
  left: 23px;
  bottom: -4px;
  font-size: 110%;
}
div#header>ul {
  bottom: -1px;
}
div#header ul#limbo_nav { /* limbo nav is for search results, etc */
  bottom: 1px;
}
div#header>ul#limbo_nav {
  bottom: 2px;
}
div#header ul li {
  color: #fff;
  float: left;
  display: block;
  height: 32px;
  margin-right: 4px;
}
div#header ul li:hover {
  background: url(/images/nav_tab_left.gif) 0 0 no-repeat;
  margin-right: 0;
  position: relative;
}
div#header ul li#active_tab, div#header ul li#active_tab:hover {
  margin-right: 5px;
  background: #fff;
}
div#header ul li a {
  color: #fff;
  display: block;
  float: left;
  height: 22px; 
  padding: 3px 10px 5px 11px;
}
div#header ul li#active_tab span {
  color: #000;
  display: block;
  float: left;
  height: 24px; 
  padding: 4px 10px 5px 5px;
  margin-left: 3px;
}
div#header ul li#active_tab>span {
  padding-left: 7px;
}
div#header ul li:hover a {
  background: url(/images/nav_tab_right.gif) 100% 0 no-repeat;
  padding: 3px 14px 5px 9px;
  margin-left: 1px;
}
div#header ul li:hover>a {
  padding-left: 10px;
}
div#header ul li a:hover {
  text-decoration: none;
}

/* search form ---------------------------- */
div#header form {
  position: absolute;
  right: 24px;
  bottom: 7px;
  padding: 0;
  margin: 0;
}

div#header form input {
  float:left;
  margin-top: 1px;
}

div#header form #search {
  margin: 1px 6px 0 0;
  padding-left: 4px;
  padding-right: 4px;
  width: 136px;
  font-family: Times, 'Times New Roman', serif;
}

/* WRAPPER STYLES ----------------------------------------------- */
div#wrapper {
  width: 914px;
  background: url(/images/wrapper_bg.gif) 0 0 repeat-y;
  text-align: left;
  margin: 0 auto;
  padding: 3px 23px 10px 23px;
  position: relative;
}
div#page_main {
  width: 695px;
  float: left;
}
div#content {
  float: right;
  width: 485px;
  margin-top: 29px;
  font-size: 110%;
}
div#content p {
  line-height: 1.25em;
  margin: 0 0 1em 0;
}
div#content ul {
  list-style: none;
}
div#content ul li {
  padding: 0 0 0 14px;
  margin: 0 0 4px 0;
  background: url(/images/ochre_bullet.gif) 0 5px no-repeat;
}
div#banner_img img {
  border: 1px solid #d3d0bf;
  padding: 6px;
  margin-bottom: 22px;
}
div#banner_img p {
  margin: 0;
  padding: 0;
}
div#sidebar {
  width: 184px;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}
div#sidebar h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #d3d0bf;
  color: #3e65ad;
  margin: 26px 0 12px 0;
  padding: 0 0 7px 0;
  letter-spacing: .05em;
}
div#sidebar h4 {
  margin-bottom: -1em;
  font-size: 1em;
}
div#sidebar p {
  font-size: 95%;
  color: #666666;
}
a.arrowed, .public-trianglelink {
  display: block;
  padding: 0 0 0 10px;
  margin: 5px 0;
  background: url(/images/arrow_blt.gif) 0 3px no-repeat;
}
p a.arrowed, p .public-trianglelink {
  font-size: 110%;
}
div.subline {
  border-bottom: 1px solid #d3d0bf;
  margin: 0 0 15px 0;
  font-size: 1px;
  line-height: 1px;
}
/* SECTION NAV --------------------------------- */

a.backarrow {
  display: block;
  padding: 0 0 0 13px;
  background: url(/images/backarrow_blt.gif) 0 50% no-repeat;
}

div#section_nav {
  margin: 26px 0 0 0;
  float: left;
  width: 180px;
  padding: 0;
}

div#section_nav ul {
  border-top: 1px solid #d3d0bf;
  margin: 5px 0 3px 0;
  padding: 10px 0 7px 0;
  list-style: none;
}
div#section_nav li {
  margin-bottom: 6px;
}
div#section_nav a {
  text-decoration: none;
}
div#section_nav a:hover {
  text-decoration: underline;
}
div#section_nav a.active, div#section_nav span.active {
  color: #666666;
  font-weight: bold;
}
/* FOOTER STYLES ------------------------------------------------ */
div#footer {
  font-family: Arial, Helvetica, sans-serif;
  width: 898px;
  height: 41px;
  background: url(/images/footer_bg.gif) 0 0 no-repeat;
  text-align: left;
  margin: 0 auto;
  padding: 13px 31px 0 31px;
  position: relative;
  font-size: 80%;
  color: #666666;
  clear: both;
}
div#footer ul li {
  float: left;
  background: url(/images/footer_bullet.gif) 0 50% no-repeat;
  padding-left: 10px;
  margin-left: 5px;
}
div#footer ul li.first {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
div#footer p {
  position: absolute;
  top: 13px;
  right: 21px;
  margin: 0;
  z-index: 10;
}
/* HOMEPG STYLES --------------------------------------------------------- */

body.homepg div#wrapper {
  width: 946px;
  padding: 0 7px;
}
body.homepg div#header {
  height: 102px;
  background: url(/images/homepg_header_bg.gif) 0 0 no-repeat;
}
body.homepg div#header ul {
  position: absolute;
  left: 21px;
  bottom: -2px;
}
body.homepg div#header ul li:hover  {
  background: url(/images/nav_tab_left_homepg.gif) 0 0 no-repeat;
}
body.homepg div#header ul li:hover a {
  background: url(/images/nav_tab_right_homepg.gif) 100% 0 no-repeat;
}
body.homepg div#header form {
  bottom: 7px;
}
body.homepg div#page_main {
  width: 695px;
  background: url(/images/homepg_main_bg.gif) 100% 0 repeat-y;
  margin: 0 0 -10px 0;
  padding-right: 15px;
}
body.homepg div>div#page_main {
  margin: 0 0 5px 0;
}

div#homepg_banner {
  background: #6584be url(/images/homepg_banner_bg.gif) 0 100% repeat-x;
  height: 251px;
  color: #fff;
}
img.banner_img {
  margin: 16px 25px 0 17px;
  float: left;
}
div#homepg_banner p {
  font-size: 140%;
  margin-right: 40px;
  line-height: 1.2em;
}
div#homepg_banner p.public-attribution {
  font-size: 110%;
  font-style: italic;
  margin-top: -.75em;
}
div#featured {
  float: left;
  width: 430px;
  padding: 10px 0;
  margin: 10px 0 0 10px;
}
div>div#featured {
  margin: 10px 0 0 20px;
}
div#featured h2 {
  text-transform: uppercase;
  color: #3e65ad;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  letter-spacing: .08em;
  margin: 0 0 16px 0;
}

div#featured h3 {
  margin: 0;
  font-size: 110%;
  letter-spacing: .01em;
}
div#featured a:hover h3 {
  text-decoration: underline;
}
div#featured a.arrowed {
  font-size: 95%;
  background: url(/images/arrow_blt.gif) 0 5px no-repeat;
}
div.project {
  margin: 0 0 20px 0;
  width: 430px;
  height: 102px;
}
div>div.project {
  height: auto;
  min-height: 102px;
}
div.project img {
  float: right;
  padding: 5px;
  border: 1px solid #d3d0bf;
  margin: 0 0 0 10px;
}
div.project p {
  margin-top: 0;
  margin-bottom: 10px;
}
div.project p p {
  margin: 0 150px 10px 0;
}

div.project ul {
  height: 1em;
}
div.project li {
  float: left;
  padding: 0 10px 0 12px;
  background: url(/images/project_bullet.gif) 0 60% no-repeat;
}
div.project h3 {
  margin-bottom: 0;
}
div#news_events {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  float: right;
  width: 215px;
}
div#news_events p {
  margin: 0 0 1em 0;
  font-size: 90%;
  line-height: 1.3em;
}
div#news_events a {
  font-size: 90%;
}
div#news_events h2 {
  font-size: 95%;
  text-transform: uppercase;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  margin: 0 0 8px 0;
}
div#news {
  margin: 20px 20px 10px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d3d0bf;
}
div#events strong {
  font-size: 90%;
}
img.news_bullet {
  float: left; 
  margin: 3px 3px 0 0;
}
a.more {
  text-transform: uppercase;
  text-decoration: underline;
  font-size:90%;
}
a.more:hover {
  text-decoration: none;
}
span.bulleted a {
  display: block;
  text-indent: 13px;
  background: url(/images/news_blt.gif) 0 2px no-repeat;
}
a#rss_link {
  display: block;
  margin: 10px 0;
  padding: 5px 0 5px 21px;
  background: url(/images/rss_bu.gif) 0 2px no-repeat;
  font-size: 90%;
}

div#hsidebar {
  width: 235px;
  margin: 0;
  padding: 0;
  float: right;
}
div#focus {
  background-color: #f2f0e8;
  padding: 20px;
}
div#focus h2 {
  text-transform: uppercase;
  color: #960;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  font-size: 90%;
  margin: 0 0 18px 0;
}
div#focus ul {
  background: url(/images/focus_dotted.gif) 0 0 repeat-x;
  width: 170px;
  margin: 0 0 10px 0;
}
div#focus ul li {
  background: url(/images/focus_dotted.gif) 0 100% repeat-x;
  padding: 5px 0;
}
div#focus ul a {
  padding: 0 0 0 10px;
  background: url(/images/arrow_blt.gif) 0 3px no-repeat;
}
div#hsidebar div#join {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  margin: 20px;
  width: 170px;
}
div#hsidebar div#join h4 {
  margin: 0 0 -1em 0;
  font-size: 1em;
}
div#hsidebar div#join a {
  font-weight: bold;
}
div#hsidebar p {
  font-size: 95%;
  color: #666666;
}
/* calendar styles */

html div#content ul.obiki-calendar-list {
	list-style: none;
	font-size: 1em;
}
html div#content ul.obiki-calendar-list a {
	text-decoration: underline;
}
html div#content ul.obiki-calendar-list a:hover {
	text-decoration: none;
}

html div#content ul.obiki-calendar-list li {
	background-image: none;
	margin-bottom: 15px;
} 

html div#content ul.obiki-calendar-list li ul li {
	margin-bottom: 5px;
}


span.obiki-calendar-startdate { 
	display:block;
	border-bottom: 1px solid #ececec;
	padding-bottom: 4px;
	font-weight: bold;
	color: #666;
}

span.obiki-calendar-enddate { 
	display: none; 
}

html div#content ul.obiki-calendar-list li ul li.obiki-calendar-list-eventname {
	background-image: url(/images/rt_gr_arrow.png);
        margin-top: 7px;
	font-size: 1.1em;
}
/* PUBLIC STYLES ---------------------------------------- */
.public-rightimg {
  float: right;
  padding: 0 0 5px 10px;
}
html body div#content div#obiki-edit-wrapper {
 z-index: 100 !important;
 width: 800px;
}