body {
	margin:0;
	padding:0;
	background:#353638;
	}
p#skip_to_content {
	display:none;
	}
#top_container {
	background:#f7f7f7 url('/assets/images/bg/bg.gif') repeat-x left bottom;
	}
#top_container .container_12 {
	padding:10px 0 160px;
	}
#top_container .container_12.home_bg {
	background:url('/assets/images/footer_people/chair_g_g.png') no-repeat right bottom;
	}
#top_container .container_12.course_bg {
	padding:10px 0 160px;
	background:url('/assets/images/footer_people/bin_g_g.png') no-repeat right bottom;
	}
#top_container .container_12.enquiry_bg {
	padding:10px 0 160px;
	background:url('/assets/images/footer_people/umbrella_girls.png') no-repeat right bottom;
	}
	
/* ============== HEADER ====================================== */

#site_header {
	height:100%;
	overflow:visible;
	height:140px;
	position:relative;
	}
#site_header h1#logo {
	margin:15px 0 0;
	padding:0;
	}
#site_header h1#logo a {
	text-indent:-9999px;
	font-weight:bold;
	padding:0;
	width:140px;
	height:100px;
	display:block;
	background:url('/assets/images/logos/uws.gif') no-repeat left top;
	}
#site_header a#logo:hover {
	color:#333;
	text-decoration:none;
	}
#site_header .intro {
	text-indent:-9999px;
	margin-top:11px;
	width:640px;
	height:80px;
	display:block;
	background:url('/assets/images/bg/intro.gif') no-repeat -1px 5px;
	}
#site_header .intro.closed {
	background:url('/assets/images/bg/intro_closed.gif') no-repeat -1px 5px;
	width:690px;
	margin-top:10px;
	}	
/* ============== HEADER END ====================================== */

	
/* ============== CONTENT ====================================== */

#content {	
	overflow:visible;
	position:relative;
	height:100%;
	}
.text_wrap {
	padding:15px;
	height:100%;
	overflow:hidden;
	}
.text_wrap.no_sides {
	padding:15px 0 15px;
	}
.box_shadow {
	-moz-box-shadow: 0 3px 8px 3px #eee; /* Firefox */
  	-webkit-box-shadow: 0 3px 8px 3px #eee; /* Safari and Chrome */
  	box-shadow: 0 3px 8px 3px #eee; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	background:#fff;
	overflow:hidden;
	height:100%;
	}
	
ul.logos {
	margin:5px 0 15px;
	list-style:none;
	overflow:hidden;
	height:100%;
	text-align:center;
	}
ul.logos li {
	display:inline;
	float:left;
	margin:0 8px 8px;
	}
	
#content .pleaseNote {
	font-size: 15px;
	padding:0 20px 0 17px;
}	
	
/* ============== RIGHT ====================================== */

#right_col {
	padding:0 0 170px;
	}
#right_col .speak_to_advisor {
	padding:15px 0 40px;
	}
#right_col .box_shadow {
	margin-bottom:30px;
	}
#right_col .speak_to_advisor ul {
	margin:5px 1px 10px;
	list-style-position:inside;
	color:#0099FF;
	font-size:15px;
	line-height:21px;
	}
#right_col .speak_to_advisor p {
	margin:0 0 10px;
	font-size:15px;
	line-height:21px;
	}
#right_col .speak_to_advisor ul span {
	color:#666;
	}
#right_col .speak_to_advisor ul li {
	clear:both;
	margin:0 1px;
	}
#right_col .speak_to_advisor ul.numbers {
	list-style:none;
	font-size:18px;
	line-height:20px;
	color:#666;
	}
#right_col .speak_to_advisor ul.numbers li {
	margin:0;
	}
#right_col .speak_to_advisor ul.numbers span {
	color:#0099FF!important;
	}
#right_col .speak_to_advisor ul.numbers em {
	width:125px;
	float:left;
	font-style:normal;
	}
#right_col .speak_to_advisor ul.numbers strong {
	width:155px;
	float:right;
	font-weight:normal;
	}
	
/* ============== RIGHT END ====================================== */
	

/* ============== LEFT ====================================== */	

#left_col {
	overflow:visible;
	position:relative;
	height:100%;
	}
ul.course_details {
	margin:5px 0 10px;
	list-style:none;
	font-size:14px;
	overflow:hidden;
	height:100%;
	}
ul.course_details li {
	display:inline;
	float:left;
	width:290px;
	}
ul.course_details li.campus {
	width:100%;
	color:#999;
	margin-top:5px;
	}
.nearly_full {
	clear:both;
	margin:10px 0 0;
	padding:10px 0;
	background:url('/assets/images/bg/course_full.gif') repeat-x left top;
	text-align:center;
	text-transform:uppercase;
	}
.nearly_full.bottom {
	margin:0 0 10px;
	}
.nearly_full p {
	margin:0;
	line-height:1;
	color:#0099FF;
	}
ul.enquiry {
	list-style:none;
	padding:5px 0;
	margin:0;
	overflow:hidden;
	height:100%;
	display:block;
	line-height:1;
	}	
ul.enquiry li {
	display:inline;
	float:left;
	margin-right:5px;
	}
		
/* ============== LEFT END ====================================== */

	
/* ============== CONTENT END ====================================== */

	
/* ============== FOOTER ====================================== */

#bottom_container {
	padding:30px 0 10px;
	background:url('/assets/images/bg/footer_bg.gif') repeat-x left top;
	}	
#site_footer {
	padding:0;
	clear:both;
	overflow:hidden;
	height:100%;
	color:#fff;
	}
#site_footer .footer_col {
	background:url('/assets/images/bg/footer_col.png') no-repeat left top;
	margin-bottom:40px;
	}
#site_footer p.site_by {
	margin-top:25px;
	}
#site_footer p.site_by a {
	display:block;
	text-indent:-9999px;
	width:38px;
	height:11px;
	background:url('/assets/images/logos/d8.gif') no-repeat left top;
	}

/* ============== FOOTER END ====================================== */


