/* **************** SITE SPECIFIC STYLES ***************** */
@import url("http://www.uww.edu/common/fonts/pt-sans/stylesheet.css");
html{background-color: #afafaf;}
body{background:#afafaf url("../images/base/cobe-bg.jpg") top center no-repeat;}
.body a {font-weight:normal;}
.no-block{display:inline;}
.home-bg{
	background-image:url("../images/home-bg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	height:317px;
}
.divider{ background: url("../images/base/home-divider.jpg") top left no-repeat;}
.page-divider{ background: url("../images/base/nav-divider.jpg") top right no-repeat;}
.foot-content a{
	color:#333;
	font-size: 85%;
	font-weight:400;
}
.top-nav {
	background: url("../images/base/top-nav-bg.jpg") top left repeat-x;
	height: 30px;
	padding-bottom: 0;
	padding-left: 25px;
}
.top-nav li {
	float:left;
	text-transform:uppercase;
	background: url("../images/base/nav-arrow.png") left center no-repeat;
	padding-left:8px;
	padding: 1px 22px 0px 14px;
	font-size: 116%;
}
.top-nav li a{color: #fff;}
.top-nav li a:hover{ 
	text-decoration:none;
	color:#999;
}
.search-list a {
	color:#fff;
}
.aacsb{
	background: url("../images/base/aacsb-box.png") top left no-repeat;
	height: 55px;
	font-size: 116% !important;
}
.aacsb-small{
	background: url("../images/base/aacsb-box-small.png") top left no-repeat;
	height: 37px;
	font-size: 83% !important;
}
.quote {
	font-size: 116% !Important;
	font-weight: 500;
	font-style: italic;
}
.profileunderline {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-right: -20px;
}

h1 {
	font-weight: bold;
	font-size: 153.9%;
}

h2 {
	font-size: 138.5%;
	color: #4a3365;
}

h3 {
	color: #5e5734;
	font-size: 123.1%;
}

h4 {
	color: #666;
	font-size: 108%;
	font-weight: bold;
}

.pad-top-17{padding-top:17px;}

.foot-content {
  width:auto;
  float:left;
}

.footerRight {
  width:auto;
  float:right;
  padding:10px;
}

.footerRight ul {
  margin:0;
  padding:0;
  width:auto;
}

.footerRight li {
  display:block;
  float:left;
  padding:5px;
}

img.inline {
	vertical-align: bottom;
	display: inline !Important;
}
