/***********************************************/
/* UW Colleges Thirdpage CSS                   */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

@import url(../shared/base.css);
@import url(headers.css); /*main content headers*/

/*START*/

#page{	background: #ffffff url(images/container3_bkgrd.gif) repeat center; }

#content{	line-height: 1.45; }

#mainContent{
	float:left;
	top:0px;
	left:0px;
	width:452px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#leftNav {	
	display:inline;
	float:left;
	margin:0px 0px 6px 10px;
	padding:0px;
	width:172px;
}

#rightNav{
	float:right;
	width:166px;
	margin:0px;
	display: inline; /* IE double-margin float bug fix */
}

* html #rightNav{overflow:hidden;}
#rightNav #img-wrapper{ 
	/*the image location is defaulted here, but changed to be random through in-line styles*/
	background: url(images/thirdpage_mainpic.jpg) no-repeat top;
	height: 147px;
}

#more{	
	position:relative;
	padding:0px;
	margin: 0;
	top:0;
	right:0;
	height:64px;
	min-height:64px;
	width: 100%;
	background: url(images/more_background3.gif) no-repeat top;
}



/************ sidebar styles **************/

#sidebar img {
	margin:0;
	padding:0;
}

/************ learn more section links **************/

#mnav, #mnav ul { /* all lists */	
	border-top: none;
	padding-top: 67px;
	line-height: 1.25;
}

#mnav a {	
	width: 146px;
	max-width: 146px;
}
/* fix IE quirks mode */
* html #mnav a {
	width: 166px;
	max-width: 166px;
}


/********************* end **********************/
