/*	General template styles  */

#main-title {
	width: 100%;
	background: #306 url(../-images/ttlbg-site.jpg) no-repeat left top;
	font-size: 100%;
	_font-size: 90%;
}

#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

#main-rightbox {
	font-size: 89%;
}

.nounderline {
	text-decoration: none;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: #306;
}

/*	Override template styles  */

#main-content p {
	margin: 0 0 1em;
}

#main #main-rightbox ul {
	padding-bottom: 10px;
}

#main-rightbox {
	border-left-style: dashed;
	border-left-color: #E3E3E3;
}


#main #main-rightbox ul li {
	list-style-type: square;
	font-size: 95%;
	margin-bottom: 6px;
}
#main #main-rightbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}


#main #main-rightbox ul.arrow li {
	font-size: 95%;
	background-image: url(../-images/rightmenu-bullet1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	list-style-type: none;
	margin: 0 0 4px;
}
#main #main-rightbox ul.arrow {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#main #main-rightbox .hrStyle {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E3E3E3;
	margin-bottom: 10px;
}
#main #main-rightbox .hrStyle hr {
	display: none;
}


/*	Support services list  */

.lists {
	width: 530px;
	float: left;
}

	.lists img {
		margin: 0 0 16px;
		border: 1px solid #ccc;
	}

	#main-content .lists ul {
		list-style-type: none;
		margin: 0 0 2.5em;
		padding: 0;
		border-top: 1px solid #e8e8e8;
		float: left;
	}
	
	#main-content .lists ul.col2 {
		width: 255px;
		margin-left: 20px;
	}
	
		.lists ul.col2 li ul {
			width: 255px;
		}
	
		#main-content .lists ul li {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #e8e8e8;
			clear: both;
			line-height: 120%;
			width: 255px;
		}
	
			.lists ul li a {
				display: block;
				padding: 4px 0 4px 10px;
				text-decoration: none;
				font-size: 95%;
			}
			
			.lists ul li a:focus,
			.lists ul li a:hover {
				background-color: #f8f8f8;
			}
			
			#main-content .lists ul li ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				border-top: 0;
			}
				
				.lists ul li ul li a {
					background: url(../-images/sub-service.png) no-repeat 15px 6px;
					padding-left: 30px;
				}
				
				
/*	Faculties list  */

#faculties {
	padding-bottom: 1.5em;
}

.support {
	padding-top: 0.5em;
}

#main-content #faculties h3 {
	margin: 0 0 6px;
	padding: 8px 15px 9px;
	background: url(../-images/h3-bg.png) repeat-x left bottom;
	border-top: 1px solid #efefef;
	border-bottom: 0;
	font-size: 110%;
	position: relative;
	line-height: 1;
}

	#main-content #faculties h3 a {
		font-size: 85%;
		position: absolute;
		right: 10px;
		top: 6px;
		text-decoration: none;
		font-weight: normal;
		background: url(../-images/arrow.png) no-repeat right 50%;
		padding-right: 10px;
		display: block;
		line-height: 1.5;
	}
	
#main-content .departments {
	list-style-type: none;
	line-height: 1;
	margin: 0 0 22px;
	padding: 0;
}

#main-content .departments.support {
	margin-top: -0.5em;
}
	
	.departments li a {
		padding: 3px 0 3px 29px;
		background: #fff url(../-images/bullet.png) no-repeat 15px 50%;
		text-decoration: none;
		display: block;
	}
	
	/* #faculties li a:focus,
	#faculties li a:hover {
		background-color: #fdfdfd;
	} */
	
	.departments a.even {
		background-color: #f8f8f8;
	}
	
	/* #faculties li.even a:focus,
	#faculties li.even a:hover {
		background-color: #f2f2f2;
	} */
	
	#main-content .departments li ul {
		margin: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.departments li ul li a {
			background: #fff url(../-images/sub-service.png) no-repeat 29px 7px;
			padding: 3px 0 3px 44px;
		}