body {
	color: #646668;
}

@font-face{ font-family: 'defused'; src: url('fonts/defusedregular-webfont.eot'); src: url('fonts/defusedregular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/defusedregular-webfont.woff') format('woff'), url('fonts/defusedregular-webfont.ttf') format('truetype'), url('fonts/defusedregular-webfont.svg#webfont') format('svg'); }

.clear { 
	clear: both;
	overflow:hidden;
}
.hide { display: none; }
.bold { font-weight: bold; }

.brand {
	display: inline-block;
	width: 238px !important;
	height: 58px !important;
	background: url(../images/sprite.png) -1px -1px;
	text-indent: -9999px;
	margin: 35px 0 0 0;
}
.brand img {
	display: none;
}
.brand-footer {
	display: inline-block;
	width: 238px !important;
	height: 58px !important;
	background: url(../images/sprite.png) -1px -1px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	float: right;
}

.container {
	width: 100% !important;
}
.header {
	
}
.header .container {
	background: url(../images/fadelogo.png) 300px -10px no-repeat;
	height: 120px;
}

.navbar {
	margin: 0;
}
.navbar-inner {
	padding: 0 !important;
	border-radius: none !important;
	border: 1px solid #b1b1b1 !important;
	border-left: none !important;
	border-right: none !important;
	height: 70px !important;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #E54C11;
	border-bottom: 1px solid #ffffff;
}

.color1 { color: #009FDA; }
.defused {
	font-family: 'defused', Arial;
	font-size: 18px;
    line-height: 20px;
}

.lead {
	color: #009FDA;
	font-weight: normal;
	font-size: 16px;
    line-height: 20px;
	font-family: 'defused', Arial;
}

.label {
	background: #009FDA !important;
	margin: 0 10px;
	border-radius: 0 !important;
	position: relative;
	top: -2px;
}

/* ALERT SYSTEM */

.emer_alert {
	display: none;
	height: 22px;
	color: #ffffff;
	padding: 14px 0;
	font-family: 'defused', Arial;
	font-size: 20px;

	background: #61c3e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYzNlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTliYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #61c3e8 0%, #3a9bbe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c3e8), color-stop(100%,#3a9bbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #61c3e8 0%,#3a9bbe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #61c3e8 0%,#3a9bbe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #61c3e8 0%,#3a9bbe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #61c3e8 0%,#3a9bbe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c3e8', endColorstr='#3a9bbe',GradientType=0 ); /* IE6-8 */

}

/* MEGA MENU */

	.megamenu {
		width: 1000px;
		height: 320px;
		position: absolute;
		top: 70px;
		left: 0;
		background: #ffffff;
		z-index: 9999;
		text-size: 11px;
		display: none;
		
		-moz-box-shadow: 5px 0px 5px rgba(0,0,0,0.3),-5px 0 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: 5px 0px 5px rgba(0,0,0,0.3),-5px 0 5px rgba(0,0,0,0.3);
		box-shadow: 5px 0px 5px rgba(0,0,0,0.3),-5px 0 5px rgba(0,0,0,0.3);
	}
	
	.megamenu .mm_left {
		width: 600px;
		height: 250px;
		padding: 10px 20px 0 20px;
		float: left;
		
		background: #f1f1f1;
		background-image: linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
		background-image: -o-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 15%, #F1F1F1 90%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.15, #FFFFFF),
			color-stop(0.9, #F1F1F1)
		);
	}
	.megamenu .mm_left .mm_left_c1 {
		float: left;
		width: 180px;
	}
	.megamenu .mm_left .mm_left_c2 {
		float: left;
		width: 180px;
		margin: 0 20px;
	}
	.megamenu .mm_left .mm_left_c3 {
		float: left;
		width: 180px;
	}
	
	.megamenu .mm_right {
		width: 360px;
		height: 260px;
		float: right;
		position: relative;
		
		background: #e1e1e1;
		background-image: linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
		background-image: -o-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
		background-image: -moz-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
		background-image: -webkit-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
		background-image: -ms-linear-gradient(bottom, #EBEBEB 15%, #E1E1E1 90%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.15, #EBEBEB),
			color-stop(0.9, #E1E1E1)
		);
	}
	.megamenu .mm_right .mm_right_c1 {
		float: left;
		width: 130px;
		padding: 10px 20px 0 20px;
	}
	.megamenu .mm_right .mm_right_c2 {
		float: left;
		width: 170px;
		padding: 10px 20px 0 0;
	}
	.megamenu .mm_bottom {
		clear: both;
		width: 1000px;
		height: 60px;
		
		background: #34B4E6;
		background-image: linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
		background-image: -o-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
		background-image: -moz-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
		background-image: -webkit-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
		background-image: -ms-linear-gradient(bottom, #018BC1 15%, #34B4E6 90%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.15, #018BC1),
			color-stop(0.9, #34B4E6)
		);
	}

/* COLUMNS */

.sidenav-col {
	width: 170px;
	margin: 20px 20px 0 0;
	float: left;
}
.sidenav-col .fixed {
	width: 170px;
	padding:5px;
	background-color:#F9F9F9;
}
.promo-col {
	width: 18%;
	margin: 0.5% 0 0 2%;
	float: left;
}
.promo-col .fixed {
	width: 100%;
}
.content-col {
	width: 80%;
	/*min-height: 900px;*/
	margin: 0.5% 0 0 0;
	float: left;
}
.dept-top-col {
	width: 100%;
	margin: 0px 0;
	float: left;
}
.col-1 {
	width: 1200px;
	margin: 0 0 0 0;
}
.col-2 {
	width: 98%;
	float: none;
	margin: auto;
}

.dept-top-col div.new {
  /*position: absolute;*/
  float:right;
  width: 57px;
  height: 59px;
  color: #ffffff;
  background: url(../images/sprite.png) -81px -89px;
  text-align: right;
  padding: 6px 8px 0 0;
  z-index: 1;
  
}

.fees-col {
  width: 200px;
  float: left;
}

/* PROFILE */

.profile-img {
	float: left;
	margin: 0 20px 0 0;
	width: 110px;
}

.profile-copy {
	clear: both;
}

/* DEPARTMENT TOP */

	.dept-top-image {
		position: relative;
		width: 1200px;
		height: 170px;
		z-index: -1;
	}

	.dept-top-image img {
		position: absolute;
	}

	.dept-top-image-copy {
		position: absolute;
		margin: 5px 0 0 0;
	}

/* NEWS */

	div.image-wrapper {
		float: left;
		margin: 0 20px 0 0;
		font-size: 11px;
		width: 238px;
	}
	div.image-wrapper-right {
		float: right;
		margin: 0 0 0 20px;
		font-size: 11px;
		width: 238px;
	}
	div.image-wrapper img,
	div.image-wrapper-right img {
		display: block;
		margin: 0 0 5px 0;
	}
	
	div.copy iframe {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	div.testimonial {
		width: 200px;
		margin: 0 0 20px 20px;
		background: #eaeaea;
		border-radius: 0 5px;
		float: right;
		color: #009FDA;
		font-size: 11px;
		padding: 8px;
	}
	
	div.testimonial div.author {
		text-align: right;
	}
	
	p.post-date {
		position: relative;
		top: -10px;
	}
	
/* TABLE */

	table.table {
		margin: 10px 0;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}
	table.table td {
		border-top: 1px solid black;
		border-left: 1px solid black;
	}
	
/* AZ */

	div.tab-switcher-key {
		float: right;
		margin: 5px 5px 0 0;
	}
	div.tab-switcher-key a,
	div.tab-switcher-key a:hover {
		color: #ffffff;
	}

	div.az_search {
		padding: 10px;
		margin: 0 0 20px 0;
		border: 1px solid #b0b0b0;
	
		background: #EEEEEE;
		background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
		background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
		background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
		background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
		background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.05, #DCDCDC),
			color-stop(0.95, #FFFFFF)
		);
	}
	
	/* Channel Videos */
	
	div.content-video {
		width: 300px;
		float: right;
		margin-left: 20px;
		margin-right: 20px;
		z-index:9999;
	}
	
	div.gallery-caption {
		margin: 10px 0 0 0;
		width: auto;
		
	}
	
/* GALLERY */
	
	div.gallery-inner {
		margin: 10px 0 0 0;
		text-align:center;
	}
	
	div.gallery-caption {
		margin: 10px 0 0 0;
		width: auto;
		
	}
	
/* MISC */

	div.disclaimer {
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #707070;
		font-size: 11px;
	}
	
	div.copy {
		position: relative;
	}
	
	ul.promo-side li a {
		color:#747679;
	}
	
	ul.promo-side li a:hover  {
		color:#0088CC;
		text-decoration:none;
	}
	
	ul.promo-side li div.copy a{
		color:#747679;
	}
	
	ul.promo-side li div.copy a:hover{
		color:#E54C11;
		text-decoration:none;
	}
	

/* PAGINATION */

div.paginate {
	border: 2px solid #c8c8c8;
	border-radius: 0 5px 0 5px;
	margin: 20px 0;
	padding: 10px 5px 5px 5px;
	
	background: #EEEEEE;
	background-image: linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
	background-image: -o-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
	background-image: -moz-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
	background-image: -webkit-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
	background-image: -ms-linear-gradient(bottom, #DCDCDC 5%, #FFFFFF 95%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.05, #DCDCDC),
		color-stop(0.95, #FFFFFF)
	);
}
div.pagination {
	height: auto;
	margin: 0;
}
.pagination ul > li > a, .pagination ul > li > span {
	line-height: 12px !important;
}

/* FOOTER */

footer {
	border: 1px solid #b1b1b1 !important;
	border-left: none !important;
	border-right: none !important;
	background: #f8f8f8;
	padding: 15px 0;
	margin: 20px 0 0 0;
}
.footer-sub {
	margin: 14px 0;
	font-size:12px;
}

footer div.award {
	width: 79px;
	height: 120px;
	/*background: url(../images/sprite.png) -1px -60px;*/
	float: right;
	/*text-indent: -9999px;*/
	margin: 20px 0 0 0;
}

	.dept-top-image-copy {
		position: absolute;
		margin: 2px 1px 0 10px;
		padding: 1px 0 0 10px;
		width: 650px;
		background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0);

	}

.content-col .rss {width:620px;clear:both;}
.content-col .rss .title{width:590px;float:left;}
.content-col .rss .image{width:30px;float:right;}
.content-col .rsscopy{clear:both;}

  span.event-day {display: inline-block;width:4em;}
span.event-month {display: inline-block;width:6em;}
span.event-months {display: inline-block;width:9em;float:left;}
span.event-title {display: inline-block;}
span.event-enquire {display: inline-block;width:10em;float:left;}
span.event-title-enquire {display: inline-block;float:left;width:35em;}