/* 
//	Customized CSS
//
// Online Courses
// 
*/

body {
	text-align: left;
}	

#mainContent {
	margin-top: 30px;
	padding-top: 0px;
	padding-left: 0px;
}	

#mainContent h1 {
color:#9D0A0E;
font-size:15px;
font-weight:bold;
text-transform:uppercase;
border-bottom: 1px solid #44687d;
padding-bottom: 3px;
margin-bottom: 10px;
}


#mainContent h2 {
color: #94420e;
font-size:14px;
font-weight:bold;
border-bottom: 1px solid #CCCCCC;
padding-bottom: 3px;
padding-top: 10px;
margin-bottom: 5px;
text-transform:uppercase;
}

#mainContent h3 {
font-size:13px;
margin-bottom: 10px;
font-weight:bold;
color: #94420e;
}

#mainContent h3 a {
font-size:12px;
margin-bottom: 10px;
font-weight:bold;
}

#mainContent h4 {
font-size:11px;
margin-bottom: 10px;
font-weight:bold;
}

#mainContent h4.table {
font-size:12px;
margin-top: 10px;
margin-bottom: 0px;
font-weight:bold;
}


#mainContent p {
	padding-bottom: 10px;
	font-size:11px;
}

#mainContent a {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}		

#spotlight {
	margin-top: -30px;
	padding-top: 0px;
	padding-bottom: 30px;
}

.image {
	padding-top: -30px;
	padding-bottom: 20px;
}

.imageSub {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	margin-top: -17px;
}		

#mainContainer {
	background: none;
	padding-top: 0px;
}


table {
	width: 98%;
	vertical-align:top;
	text-align:left;
	padding: 3px;
	margin-bottom:20px;
	margin-top: 10px;
}

th {
	background-color: #94420e;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	font-weight:bold;
}	

td {
	vertical-align:top;
	padding: 2px;
}

td.space {
	padding-top: 7px;
}	

tr.even{
	background:#f4f4ef none repeat scroll 0%;
}


.border {
border:solid 1px #000000;
}

#mainContent ul {
list-style-position:outside;
margin:0px;
padding:5px 0px 10px 30px;
}

#mainContent ul.noBull {
list-style-type: none;
padding: 0px;
}

#mainContent ol {
list-style: decimal;
padding:5px 0px 10px 30px;
}

#mainContent li {
padding-bottom: 5px;
}

.rightCol {
float:right;
padding-top:0px;
width: 230px;
margin-left: 20px
}

.leftCol {
float:left;
padding-top:0px;
width: 250px;
}


li.question {
font-weight:bold;
color:#4a3365;
}

.b2top {
text-align:right;
font-weight:bold;
}
/*
// Top Nav
*/

/* this sets the correct height for the multilevel nav */
/*#topNav2 {
	height: 55px;
	background:	url("http://www.uww.edu/common/images/base/topnav2_bg_wshadow.jpg") top repeat-x;
}
*/
#topNav2 ul {
	position:relative;
}

#topNav2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	margin-left:10px;
	padding: 4px 10px 0px 10px;
	letter-spacing: 1px;
}


#topNav2 a:hover {
	color: #4a3365;
}

/* optional second level nav requres multiple folder levels or PHP */

/* experimental*/
	
#topNav2 a.selected {
	color: #4a3365;
}

#topNav2 li ul {
	position:absolute;
	top: 22px;
	left: 0px;
	margin-top: 10px;
	}

#topNav2 li ul li {
	border-left: 1px solid #5D7F91;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	}
	
#topNav2 li.noline {
	border-left: none ;
	}

#topNav2 li ul li a {
	color:#5D7F91; 
}
	
*html  #topNav2 li ul li {
	margin-left: 0;
	}
	
#topNav2 li.subNav {
	border-left: 1px solid #5D7F91;
	}
#topNav2 ul.subNav a{
	color: #5D7F91;
		font-size: 10px;
}

#topNav2 ul.subNav a:hover {
	color: #4a3365;
		font-size: 10px;
}

/*
//Search Area
*/

.searchTop {
	padding: 0px 0px 20px 0px;
}	

.searchBottom {
	padding: 15px 0px 0px 0px;
}	


/*
//Left Nav Upper
*/

#leftNav3{
	width:200px;
	background-color:#FFFFFF;
	margin-top:9px;
	padding-top: 10px;
}

#leftNav3 p {
	line-height: 20px;
	padding-left:10px;
	color:#4a3365;
}

#leftNav3 div.bg {
	background-color:#f4f4ef;
	height:1180px;
	width:200px;
	margin-top:10px;
}

#leftNav3 a:hover {
	color:#4a3365;
	font-decoration:none;
}

#leftNav3 ul{
	width:130px;
	padding-left: 35px;
	float: none;
}

#leftNav3 li{
	font-size:11px;
	line-height: 15px;
}

#leftNav3 h2 {
	background-image:none;
	color:#4a3365;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding-left:10px;
	padding-top: 15px;
}

#leftNav3 p.title{
	background: url("/online/common/images/orange_arrow.jpg") top no-repeat left ;
	color:#fc8b3d;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
}

#footer {
	margin: 0 auto;
	width: 780px;
}

#footer p {
	line-height: 13px;
}

#search {
	padding-top: 40px;
}

button:hover, btn:hover {
color:#ffffff;
}


.small {
float: left;
padding: 0 10px 10px 0;
}



.slideshow {

}

.teal {

color:#5e7f92;

}
