@charset "utf-8";
/* CSS Document */

#column1, #column2, #column3 {
	width: 303px; 
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 15px; 
	overflow: hidden; }

#content {font-size: 68.75%; padding: 10px 0 10px 18px;}

#breadcrumbs {margin-left: 20px; margin-bottom: 0}

#content ul {
	list-style: none; padding: 0 15px 0 15px; margin: 0 }
	
#content li {
	padding: 7px 0 7px 15px; 
	border-top: 1px dotted #ccc;
	background-image:url(http://www.canterbury.ac.nz/brand/circle2.gif); 
	background-position: 0 12px; 
	background-repeat: no-repeat;
	}
	
#content a {
	text-decoration: none; border: 0;
	}

#content ul li:first-child {border:0}

#content h6 {
	background-image: url(http://www.canterbury.ac.nz/brand/service/portal.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0; 
	padding:4px 0px 5px 10px;
	font-size: 110%;
	color: #fff;
	}

#news p {
	border-top: 1px solid #ccc;
	padding: 5px;
	margin: 0;
	line-height: 1.5em;
	}
	
#news h6+p {border:0}	
	

