@charset "utf-8";
/* 
// University News internal Specific CSS Document
// By Joel Herron
// Created 06/24/2008
// last updated: 06/24/2008
*/

@font-face {
  font-family: "PT Sans";
  src:url('http://www.uww.edu/cac/common/PT_Sans.ttf');
}

#news-body {
	width: 465px;
	float:left;
	/* IE min height hack */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#news-body h1 {
	padding-bottom: 20px;
	font-size: 1.2em;
	color: #4a3365;
	font-weight: bold;
	line-height: 1.2em;
}

#news-body h4 {
	padding-bottom: 10px;
	font-size: .9em;
	color: #666;
	font-weight: bold;
}

#news-body p {
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#news-body ul {
	list-style-type:disc;
	padding-left: 20px;
} 
#news-body ol {
	list-style-type: decimal;
	padding-left: 30px;
}

#news-body li {
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content h1 {
	font-size: 1.2em;
	padding: 10px 0 10px 0;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #9d0a0e;
	padding-bottom: 15px;
	padding-top: 15px;
}

#content h3 {
	font-size: .9em;
	padding: 10px 0 10px 0;
	color: #CC6600;
}

#content p {
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 10px;
}	

#content ul {
	list-style-type:disc;
	padding-left: 50px;
}

#content ul.margin {
	margin-top: 20px;
}

#content ol {
	list-style-type: decimal;
	padding-left: 50px;
}

#content ol.margin {
	margin-top: 20px;
}

#content li {
	font-size: .8em;
	line-height: 1.4em;
	padding-bottom: 5px;
}


.right-nav h2 {
	font-variant:small-caps;
	font-size: 1em;
	color: #fff !important;
	background-color: #5d7f91;
	padding: 1px 0 3px 10px !important;
}

.imgL {
	float: left;
	padding-right: 10px !Important;
	padding-bottom: 10px !Important;
}

.imgR {
	float: right;
	padding-left: 10px !Important;
	padding-bottom: 10px !Important;
}


.weareLeft {
float:left;
padding-right: 10px;
}

.weareRight {
float:right;
width: 300px;
padding-top: 20px;
}

#weareImage {
  display:block;
  width:auto;
  background:url("../images/base/WeArePurple.jpg") 0 0 no-repeat;
  height:280px;
}

#weareImage p {
  padding-left: 460px;
}
	
.bluebar {
  padding-left: 10px;
  padding-right: 10px;
  background-color:#5d7f91;
  width: 530px;
  float: right;
}

/*
//This is for the new Standards pages, mostly new top nav//
*/

#top-nav {
background:url("http://www.uww.edu/marketingandmedia/common/images/standards/standards_topnav.jpg") 0 0 no-repeat;
}

#top-nav p {
font-family: "PT Sans";
color:#FFFFFF;
padding: 5px 0px 7px 5px;
font-size: 16px;
text-transform: uppercase;
font-weight:bold;
}

#top-nav li {
	display:						inline;
	padding:						0 0 0 4px;
}

#top-nav li.tnFirst {
	padding-left:					18px;
}

#top-nav li.tnLast {
	padding-right:					0;
}


#top-nav li a {
	color: 						 #5d7f91;
	font-size:						10px;
}

#content h4 {
	font-size: 1.2em;
	padding: 20px 0 10px 0;
	color:#6c5586;
}
