
/* ----- Wide CSS Rules ----- */

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

#container{
	width:984px;
}

.showin_wide{
	display: block;
}

.hidein_wide{
	display: none;
}

#secondary_content{
	width:25%;
}

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

.float_left_wide{
	float: left;
}

.float_right_wide{
	float: right;
} 

.clearin_wide{
	clear: both !Important;
}

.smallin_wide{
	font-size: .8em;
}

#content.category.two_row #primary_content .quote{	
	width: 30%;
}

#content.category.two_row #primary_content .quote.wider{	
	width: 50%;

}

#content.category.two_row #primary_content p.quotes{
	width: 30%;
}

#content.category.two_row #primary_content p.quotes.wider{
		margin-top: 0px;	
	line-height: 1.5em;
	width: 50%;
	margin-right: 30px;
	font-variant: small-caps;
}

* HTML #content.category.two_row #primary_content .block{
	width: 32%;
}


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





#content.category.two_coln #primary_content{
	width: 65%;
}

#content.category.two_coln #secondary_content{
	width: 30%;
}

#content.category #primary_content #category_stage #course_type{

	margin-left: 10px;
		margin-right: 20px;
	width: 29%;
}

#homenav ul li a {
color:#000000;
font-size:1em;
font-weight:bold;
padding:0 10px 8px;
text-decoration:none;
}
