/***********************************************/
/* UW Colleges Secondpage CSS                  */
/***********************************************/

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

@import url(../shared/base.css);
@import url(headers.css); /*image replacement headers*/

/*START*/
#page{	
	background: #ffffff url(images/container2_bkgrd.jpg) repeat center;
}

#mainContent{
	float:left;
	width:344px;
	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:274px;
	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/secondpage_mainPic.jpg) no-repeat top;
	height: 219px;
}

 /*bottom right section of rightNav*/
#more{	
	padding:0px;
	margin: 0;
	height:227px;
	min-height:227px;
	width: 100%;
	background: url(images/more_background2.gif) no-repeat top;
}


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

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

#more #findusonfb {
	margin-left: 100px;
}

#more #calculator {
	margin: 20px 30px 5px 0px;
}

/************ learn more section testimonial **************/

.mtests {
	padding: 2px 8px 0px 85px;
	margin: 0px;
	font-size: .8em;
	line-height: 1.4;
	color: #ffffff;
}

.mquote {
	font-style: oblique;
	margin-top: 10px;
}

.mname {
	font-weight: bold;
}

#more img {	
	float:left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#more .twitter-follow-button {
	  margin: 0 0 0 100px;
}


