/*	Global styles
	------------------------------  */

#main-title {
	width: 100%;
	background: #7c7c7c url(../images/ttlbg-site.jpg) no-repeat left top;
	font-size: 100%;
	* html 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;
}

.nounderline {
	text-decoration: none;
}

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

.featurecolour2 {
	color: #306;
}


/*	Override default styles
	------------------------------ */

#main-content p, #main-content h3, #main-content h4,
#main-rightbox p, #main-rightbox h3, #main-rightbox h4,
#site-footer {
	margin-top: 0;
}
		
#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}		

#main-content {
	margin-bottom: 1.5em;
}

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

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

#site-footer {
	color: #999;
	border: 0;
	background: url(../images/site-footer-bg.png) no-repeat center top;
	width: 960px;
}

	#site-footer a {
		color: #666;
		text-decoration: none;
	}
	
	#site-footer a:focus,
	#site-footer a:hover {
		color: #333;
	}

#main-breadcrumb {
	margin: 0;
}


/*	Specific styles
	------------------------------ */
	
#container {
	padding: 21px 20px 30px;
}

	#container h2,
	#container h3 {
		margin: 0 0 1em;
	}

#tour {
	width: 918px;
	height: 338px;
	margin: 0;
	padding: 1px 1px 0;
	background: url(../images/tour-bg.png) no-repeat left top;
	overflow: hidden;
}

#tours {
	overflow: hidden;
	background: #333 url(../images/tours-bg.png) repeat-y left top;
	border-top: 1px solid #fff;
	width: 918px;
	margin: 0 0 0 1px;
}

#categories {
	width: 220px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#categories li {
		border-bottom: 1px solid #555;
	}
	
	#categories #category-accommodation {
		border: 0;
	}

		#categories a {
			color: #bbb;
			text-decoration: none;
			font-weight: bold;
			line-height: 1;
			display: block;
			padding: 15px 0 15px 45px;
			font-size: 13px;
		}
		
		#categories a:focus,
		#categories a:hover {
			color: #fff;
		}
		
		#categories .active,
		#categories .active:focus,
		#categories .active:hover {
			color: #fff;
		}
		
		#categories #category-sport a {
			background: #666 url(../images/category-sport.png) no-repeat 12px center;
		}
		
		#categories #category-sport .active {
			background: url(../images/category-sport-active.png) no-repeat 12px center;
		}
		
		#categories #category-academic a {
			background: #666 url(../images/category-academic.png) no-repeat 12px 45%;
		}
		
		#categories #category-academic .active {
			background: url(../images/category-academic-active.png) no-repeat 12px 45%;
		}
		
		#categories #category-support a {
			background: #666 url(../images/category-support.png) no-repeat 12px 45%;
		}
		
		#categories #category-support .active {
			background: url(../images/category-support-active.png) no-repeat 12px 45%;
		}
		
		#categories #category-accommodation a {
			background: #666 url(../images/category-accommodation.png) no-repeat 12px 45%;
		}
		
		#categories #category-accommodation .active {
			background: url(../images/category-accommodation-active.png) no-repeat 12px 45%;
		}
	
#selection {
	width: 658px;
	float: right;
	padding: 20px 20px 0 20px;
}


/*	Standalone boxes  */

.box {
	border: 2px solid #ddd;
	float: left;
	margin: 0 20px 30px 0;
	width: 446px;
}

.box.right {
	margin-right: 0;
}

#container .box h3 {
	background: #7c7c7c url(../images/ttlbg-site.jpg) no-repeat right top;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 5px 10px;
}

.box ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px;
}

	.box ul li {
		margin-bottom: 2px;
	}
	
	.box ul li:last-child {
		border-bottom: 0;
	}
	
	.box ul li a {
		background: #f8f8f8;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	
	.box ul li a:focus,
	.box ul li a:hover {
		background: #f2f2f2;
	}
	
		.box ul li a em {
			font-style: normal;
		}
