@charset "UTF-8";
/* CSS Document */


#main-title {
	width: 100%;
	background-image: url(../../-images/ttlbg-site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #330066;
	font-size: 100%;	
}
#site-footer {
	font-size: 90%;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	text-align: center;
}
.nounderline {
	text-decoration: none;
}

.featurecolour1 {
	color: #D4CADE;
	font-weight: normal;
}
.featurecolour2 {
	color: #330066;
}


/*	Campus Map banner and link  */

#banner {
	position: relative;
}

	#main-content #banner p {
		position: absolute;
		right: 20px;
		top: 155px;
		margin: 0;
		padding: 0;
	}

		#banner p a {
			background: #306 url(/-images/button-overlay.png) repeat-x;
			color: #fff;
			display: inline-block;
			font-size: 120%;
			font-weight: bold;
			line-height: 1;
			overflow: visible;
			padding: 5px 13px 8px;		
			text-decoration: none;
			border: 2px solid #fff;
		}
		
		#banner p a:focus,
		#banner p a:hover {
			background-color: #c06;
		}
				

/*	Campus Map buttons  */		
		
#main-content #map-buttons {
	list-style-type: none;
	width: 530px;
	overflow: hidden;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ccc;
	border-bottom-color: #CCC;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5mm;
	padding-left: 0;
}

	#map-buttons li {
		margin-bottom: 1.25em;
		width: 156px;
		float: left;
		margin-right: 20px;
		position: relative;
		padding-left: 99px;
	}
	
	#map-buttons.downloads li {
		margin-bottom: 1.25em;
		width: 150px;
		float: left;
		margin-right: 20px;
		position: relative;
		padding-left: 105px;
	}
	
	#map-buttons li.last {
		margin-right: 0;
	}
	
		#map-buttons li a img {
			border: 2px solid #ddd;
			position: absolute;
			left: 0;
			top: 3px;
		}
		
		#map-buttons li a:focus img,
		#map-buttons li a:hover img {
			border: 2px solid #ccc;
		}
		
		#map-buttons li a .arrow {
			position: absolute;
			left: 68px;
			top: 44px;
			border: 0;
		}
		
		#map-buttons li a:focus .arrow,
		#map-buttons li a:hover .arrow {
			border: 0;
		}
		
		#main-content #map-buttons li h3 {
			border-bottom: 0;
			margin: 0 0 2px;
			padding: 0;
			font-size: 13px;
		}
		
			#map-buttons li h3 a {
				text-decoration: none;
			}
		
		#main-content #map-buttons li p {
			margin: 0;
		}					
		
		#map-buttons li h3 a:focus,
		#map-buttons li h3 a:hover {
			text-decoration: underline;
		}
				
	
/*	Campus Map forms  */

.red {
	color: #f00;
	font-style: normal;
}

form {
	border-bottom: 0;
	padding: 1em 0;
	overflow: hidden;
}

	form fieldset {
		border: 1px solid #ddd;
		padding: 0 25px 0.25em;
		background: #fff url(/-images/form-bg.png) repeat-x left bottom;
		margin-bottom: 0.5em;
	}

	form legend {
		font-size: 15px;
		font-weight: bold;
		padding: 0 10px 0;
		margin-left: -15px;
		color: #c06;
	}

	#main-content form h3 {
		border-bottom: 0;
		font-size: 100%;
		margin-bottom: 0.25em;
	}
	
	form p {
		clear: both;
		margin-bottom: 1em;
		overflow: hidden;
	}
	
		#main-content form p.radio {
			margin-top: 0;
		}
	
			form p.radio input {
				float: left;
				margin-right: 10px;
				margin-top: 5px;
				clear: both;
			}
			
			form p.radio label {
				width: 250px;
				margin-right: 20px;
				font-weight: normal;
			}
		
	#main-content form p.submit {
		float: right;
		margin-top: 0.25em;
	}
	
		form p.submit input {
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;

		}	

	form label {
		position: relative;
		left: auto;
		width: 120px;
		float: left;
		font-weight: bold;
		padding-top: 4px;
	}
	
	#main-content form .text {
		border: 1px solid #c5c5c5;
		color: #333;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		line-height: 125%;		
		margin: 0 5px 0 0;
		min-height: 18px;
		padding: 5px 5px 2px;
		width: 335px;
	}
	
	form .text:focus,
	form .text:hover {
		border-color: #a5a5a5;
	}
	
	#main-content form .text.narrow {
		width: 30px;
	}
	
	form textarea {
		width: 335px;
		float: left;
		height: 100px;
		padding: 5px;
		border: 1px solid #c5c5c5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #333;
	}
	
	form textarea:focus,
	form textarea:hover {
		border-color: #a5a5a5;
	}	
	
	form span {
		width: 140px;
		float: left;
		font-weight: bold;
	}
	
		form span strong {
			font-weight: normal;
			font-size: 11px;
			display: block;
		}
	
	form .hide {
		position: absolute;
		left: -9999px;
	}
	
	form label em,
	form span em,
	form legend em {
		color: #f00;
		font-style: normal;
	}


/*	PDF download  */

#main-content .download {
	margin: 0;
	padding: 0;
	float: right;
}

	.download a {
		background: #306 url(/-images/button-overlay.png) repeat-x;
		color: #fff;
		display: inline-block;
		font-size: 120%;
		font-weight: bold;
		line-height: 1;
		overflow: visible;
		padding: 5px 13px 8px;		
		text-decoration: none;
		border: 2px solid #fff;
	}
	
	.download a:focus,
	.download a:hover {
		background-color: #c06;
	}

#main #main-content table.genTblStyle {
	width: 530px;
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 85%;
}

#main #main-content table.genTblStyle thead {
	font-weight: bold;
	background-color: #EFEFED;
}

#main #main-content table.genTblStyle td {
	border: 1px solid #999999;
	padding:6px;
	
}

