/*
//	Customized CSS
//
//	For Home
//
//	Written by: Chris Mack, Stephanie Tengler and Joel Herron
*/

/**************************************
//
// Redefinitions
//
**************************************/

@import url('icons.css');

#mainContainer {
	background:none;
	}
	
#mainContent {
	width: 100%;
	}	

body{
background-color:#ffffff;
}

p {
line-height: 15px;
padding-bottom: 10px;
}

#leftNav3 {
height:0;
width:0;
}

#topNav2 {
	
	height:								25px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topNav2Inner {
	text-align:						left;
	margin:								0 auto;
	width:								780px;
}

#topNav2 ul {
	background:						url("../images/base/topnav2_bg.jpg") bottom;
	list-style:						none;
	margin:								0;
	padding:							0;
	padding-top:3px;
	padding-bottom:3px;
	min-height:20px;

}

#topNav2 li {
	display:							inline;
	font-size:						12px;
	padding:							3px 20px 8px 20px;
	border-left:2px solid #7690a2;
	margin:0px;
	border:none;
	
}

#mainContent{
margin:0;
padding:0;
}

/**************************************
//
// Div Definitions
//
**************************************/

#internalHeader{
background-image:url("http://www.uww.edu/common/images/base/top_bgimage.jpg") ;
width:auto;
height:74px;
margin-bottom:10px;
padding:0;
}

#internalHeader2{
background-image:url("http://www.uww.edu/common/images/base/goals_discovery.jpg") ;
width:auto;
height:74px;
margin-bottom:10px;
padding:0;
}

#internalHeader3{
background-image:url("http://www.uww.edu/common/images/base/goals_integrity.jpg") ;
width:auto;
height:74px;
margin-bottom:10px;
padding:0;
}

#internalHeader4{
background-image:url("http://www.uww.edu/common/images/base/goals_diversity.jpg") ;
width:auto;
height:74px;
margin-bottom:10px;
padding:0;
}

#internalHeader5{
background-image:url("http://www.uww.edu/common/images/base/goals_outreach.jpg") ;
width:auto;
height:74px;
margin-bottom:10px;
padding:0;
}

#headText{
padding-top: 30px;
width:40%;
float:right;
}

#bottomNav{
background-image:url("http://www.uww.edu/common/images/base/bottom_bgimage.gif");
height:60px;
width:auto;
margin-top:10px;
}

#navList{
width:67%;
float:right;
}

#navList ul{
margin-top:43px;
list-style-type:none;
}

#navList li{
display: inline;
}

#navList li a{
color:#fff !important;
font-size: 9px;
float:left;
padding-left:10px;
padding-right:10px;
text-transform:uppercase;
border-right:solid 1px #FFFFFF;
}

#navList li.listLast a{
color:#FFFFFF;
padding-right:0;
border-right:none;
}

#spacer{
width:0;
height:0;
margin:0;
padding:0;
}

#divider{
height:0;
width:0;
}


