@import url('/www/css/html_templates/cas.css');
#multi_column_wrapper div.multi_column {
	border-bottom: 1px solid #ccc;
}
#multi_column_wrapper div.first {
	margin-bottom: 1em;
}
#multi_column_wrapper div.last {
	border-bottom:none;
}
#multi_column_wrapper .multi_column ul{
	padding-left:1em;
	margin-left:0;
}
#uvmmaincontent .multi_column h3{
	font-weight:lighter;
	color:#41789a;
}
#multi_column_wrapper div.multi_column img {
		margin-top:1.25em;
}
.multi_column h4.special {
    background: url("/www/images/color_block.jpg") no-repeat scroll 0 5px #FFFFFF;
    padding-left: 1.25em;
}

@media only screen and (min-width : 656px) {
	#multi_column_wrapper {
		background-image: url("/www/images/rwd/solidrule-ccc.gif");
    	background-position: 67.5% center;
   		background-repeat: repeat-y;
   		margin-top:1em;
   		float:left;
   		width:100%;
	}
	#multi_column_wrapper div.multi_column {
		float:left;
		width: 65%;
		padding-right:2.5%;
		margin-right:2.5%;
		border-bottom:none;
	}
	#multi_column_wrapper div.last {
		width:30%;
		margin-right:0;
		padding-right:0;
	}
	#multi_column_wrapper div.multi_column img {
		margin-top:0;
	}
}