
/* ----- Wider CSS Rules ----- */

body{
font-size: 75%; /* Resets 1em to 12px */
}


#container{
width:1180px;
}

.showin_wider{
	display: block;
}

.hidein_wider{
	display: none;
}

.float_left_wider{
	float: left;
}

.float_right_wider{
	float: right;
}


#primary_content{
	width:73%;
	float:left;
	}


#secondary_content{
	width: 25%;
}

#extra_content{
	width: 15%;
	float:right;
	display: block;
}



#content.category.two_coln #primary_content{	
	width:68%;

}

#content.category.two_coln #secondary_content{
	width:28%;

}

#content.category.two_row #primary_content .quote{
	margin-top: 20px;		
	width:31%;

}

#content.category.two_row #primary_content .quote.wider{
	margin-top: 20px;	
	
	width: 55%;

}


#content.category.two_row #primary_content p.quotes{	
	margin-top: 20px;		
	width:33%;

}

#content.category.two_row #primary_content p.quotes.wider{
	line-height: 1.5em;
	margin-right: 50px;	
	margin-top: 0px;	
	width: 55%;

}

#content.category #primary_content #partners {
		margin-left: 20px;

}




* html #content.category.two_row #secondary_content{
	width: 1100px;
}

#content.category #primary_content #category_stage #course_type{
	margin: 0px 25px 10px 10px;
	width: 31%;


}




