/* @override 
	http://sae.dev/templates/global/main.css
	http://media.sae.edu/templates/global/main.css
	http://www.sae.dev/templates/global/main.css
*/

* {
	margin-bottom: 0px;
}

p {
	margin-bottom: 1em;
}

body {
	background-color: #d8d8d8;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* ------------------------------------------
SAE Blue: #023f88
Font Color Darkgrey: 363636
Light Grey: d8d8d8 // Link-Area
red:		#ad0e24
---------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------GENERAL ---------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

div.page_navigation {
	clear: both;
	height: 16px;
	font-size: 11px;
	width: 100%;
}

div.page_navigation a.next, div.page_navigation a.previous {
	display: block;
	font-weight: bold;
	height: 16px;
	color: #777;
	line-height: 15px;
}

div.page_navigation a.previous {
	float: left;
	padding: 0 0 0 20px;
}

div.page_navigation a.previous {
	background: url(/templates/general/img/icons/pagebar_previous.png) no-repeat left;
}

div.page_navigation a.next {
	float: right;
	padding: 0 20px 0 0;
}

div.page_navigation a.next {
	background: url(/templates/general/img/icons/pagebar_next.png) no-repeat right;
}

a img {
	border: none;
}

a {
	color: #023f88;
	text-decoration: none;
}

a:hover, a:active {
	color: #363636;
	text-decoration: underline;
}

.inactive {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

h1, h2, h3, h4, h3 a, h4 a {
	color: #002e6e;
}

h1 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 1em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 0.75em;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.25em;
	margin-bottom: 0.75em;
	color: #363636;
	border-bottom: 1px solid #ebebeb;
}

h4 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
}

h5 {
	margin-bottom: 0;
}

a.external {
	padding-left: 14px;
	background: url(/templates/general/img/icons/external_link.gif) no-repeat left 2px;
}

.hide {
	display: none;
}

.switchableLayer {
	display: none;
}

.display {
	display: inherit;
}

p {
	line-height: 1.3em;
}

br.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

a.active {
	font-weight: bold;
}

#errors {
	border: 1px solid red;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	max-height: 200px;
	overflow: scroll;
}

span.more, span.cam {
	display: block;
	background: #d8d8d8;
	padding: 2px 2px 2px 5px;
}

span.addthis {
	clear: both;
	display: block;
	background: #d8d8d8;
	padding: 0px 2px 0px 2px;
	margin-top: 1px;
}

span.more a, span.cam a {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #363636;
	padding: 0 0 0 15px;
	text-decoration: none;
}

span.more a:hover, span.cam a:hover {
	color: #ad0e24;
}

span.more a {
	background: url(/templates/general/img/icons/more.gif) no-repeat left center;
	text-decoration: none;
}

span.cam a {
	background: url(/templates/general/img/icons/webcam.gif) no-repeat left center;
}

span.date {
	padding: 2px;
	margin: 0px;
}

span.date {
	display: block;
	background-color: #d8d8d8;
	color: #363636;
}

span.date span.day_month {
	display: block;
	font-weight: bold;
	font-size: 10px;
}

span.date span.year {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

ul {
	list-style-image: url(/templates/general/img/icons/bullet.gif);
}

div.languages {
	border-top: 1px dotted #d8d8d8;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: right;
	clear: both;
}

div.languages p span {
	color: #d8d8d8;
	font-size: 0.9em;
}

div.languages p a {
	color: #999999;
	font-size: 0.9em;
}

div.languages p {
	margin: 0;
}

div.languages p a:hover {
	text-decoration: none;
	color: #000;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- GEO-LOCATION ELEMENTS -----------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#geolocation_wrapper{
	height:53px;
	margin-bottom:4px;
	position:relative;
	display:none;
}
#geolocation_selector{
	height:53px;
	width:100%;
	background-image:url('img/geolocation_header_bg.gif');
	position:absolute;
	top:0;
	z-index:9999;
	color:#fff;
	font-size:12px;
	font-family:Arial;
	display:none;
}
#geolocation_floatingframe{
	width:950px;
	margin:0 auto;
	padding:4px;
	padding-left:10px;
}
#geolocation_floatingframe p{
	width:590px;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
}
#geolocation_floatingframe div{
	width:210px;
	margin-top:3px;
	float:left;
}
#geolocation_floatingframe label{
	display:inline-block;
	width:80px;
	overflow:hidden;
	font-size:11px;
	color:#a1ade0;
	vertical-align:middle;
}
#geolocation_floatingframe select{
	width:110px;
	font-size:10px;
	margin-bottom:2px;
	background-color:#ccc;
}
#geolocation_gotocampus_go, #geolocation_gotocampus_chancel{
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#geolocation_gotocampus_go{
	background-repeat:repeat-x;
	background-color:#ccc;
	border:1px solid #ccc;
	font-weight:bold;
	position:relative;
	top:20px;
	width:64px;
	height:18px;
}
#geolocation_gotocampus_chancel{
	height:21px;
	font-size:9px;
	background-color:#e9ebe2;
	border:1px solid #000;
}
#geocampus_selection, #geocampuslanguage_selection{
	position:relative;
	top:-2px;
	height:19px;
}
#geolocation_close{
	background-image:url('img/geolocation_close.gif');
	background-repeat:no-repeat;
	display:inline-block;
	height:18px;
	width:18px;
	cursor:pointer;
	position:relative;
	left:5px;
	top:-2px;
}
#geolocation_close:hover{
	background-image:url('img/geolocation_close_o.gif');
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- MAIN LAYOUT ---------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#wrap {
	background: #fff;
}

#wrap_main {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 0 10px 0;
}

#head h1 {
	display: none;
}

#head {
	width: 960px;
	overflow: visible;
	position: relative;
	margin: 0 auto;
	/*IE z-index bug fix*/
	z-index:100;
}

#head #flash_header {
	width: 960px;
	height: 112px;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- COURSE HEADER -------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#head div.course_overview {
	
}

ul#courses {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	overflow: hidden;
	height: 160px;
	border: 7px solid #002e6e;
	list-style-image: none;
	position: relative;
	width: 946px;
	background: #fff;
}

ul#courses li.course {
	float: left;
	display: block;
	width: 135px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

ul#courses li.course strong.title, ul#courses li.course strong.title_2 {
	display: block;
	width: 125px;
	position: absolute;
	text-transform: uppercase;
	color: #023f88;
	padding: 2px 0 0 10px;
}

ul#courses li.course strong.title span.subtitle {
	display: block;
	text-transform: uppercase;
	color: #023f88;
	font-size: 11px;
}

ul#courses li.course strong.title_2 {
	left: 450px;
}

ul#courses li.course strong.title_2 span.subtitle {
	display: block;
	text-transform: uppercase;
	color: #023f88;
	font-size: 11px;
}

ul#courses li.course ul.sub {
	list-style-image: none;
	list-style-type: none;
	display: block;
	position: relative;
	left: 162px;
	top: 0;
	width: 150px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

ul#courses li.course ul.sub li strong span {
	display: block;
}

ul#courses li.course ul.sub li strong {
	display: block;
	height: 17px;
	padding: 6px 0 0 8px;
	font-weight: normal;
	background: #fff url("/templates/global/img/course_header.jpg") repeat-x 0 -1233px;
}

ul#courses li.course ul.sub li strong:hover {
	text-decoration: none;
	background: #fff url("/templates/global/img/course_header.jpg") repeat-x 0px -1257px;
}

ul#courses li.course ul.sub li div.detail {
	display: block;
	position: absolute;
	left: 150px;
	top: 0;
	width: 210px;
}

ul#courses li.course ul.sub li div.detail {
	padding: 5px 5px 5px 25px;
	background: url("/templates/global/img/course_header.jpg") -150px -1257px no-repeat;
}

ul#courses li.course ul.sub li div.detail ul {
	list-style-type: disc;
	margin: 2px 0 2px 0;
	padding: 0 0 0 15px;
}

ul#courses li.course ul.sub li div.detail ul li {
	line-height: 12px;
}

ul#courses li.course ul.sub li div.hide {
	display: none;
}

ul#courses li.audio strong.title {
	padding: 2px 0 0 5px;
}

ul#courses li.audio {
	background-image: url("/templates/global/img/course_header.jpg");
	}

ul#courses li.film {
	background: url("/templates/global/img/course_header.jpg") 0 -160px;
}
ul#courses li.journalism {
	background: url("/templates/global/img/course_header.jpg") 0 -960px;
}
ul#courses li.animation {
	background: url("/templates/global/img/course_header.jpg") 0 -320px;
}

ul#courses li.web {
	background: url("/templates/global/img/course_header.jpg") 0 -480px;
}

ul#courses li.game {
	background: url("/templates/global/img/course_header.jpg") 0 -640px;
}

ul#courses li.oxford {
	background: url("/templates/global/img/course_header.jpg") 0 -800px;
}

/* arrow icon */

ul#courses li.course ul.sub li div.engineering {
	background-position: -150px -1257px;
}


ul#courses li.course ul.sub li div.masters {
	background-position: -150px -1234px;
}

ul#courses li.course ul.sub li div.emp {
	background-position: -150px -1234px;
}

ul#courses li.course ul.sub li div.business {
	background-position: -150px -1211px;
}

ul#courses li.course ul.sub li div.development {
	background-position: 0 24px;
}

ul#courses li.course ul.sub li div.production {
	background-position: 0 48px;
}

ul#courses .headline {
	font-weight: bold;
}

ul#courses a {
	font-weight: bold;
	text-decoration: underline;
}

ul#courses li.oxford a {
	text-decoration: none;
}

ul#courses li.oxford a.external {
	background: none;
	padding: 0;
	margin: 0;
}

ul#courses li.oxford a:hover {
	color: #023f88;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- NAVIGATION  ---------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

/* main menu */

#menu {
	width: 960px;
	height: 23px;
	position: relative;
	z-index: 10;
	display: block;
}

#menu ul.main {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 23px;
	list-style-image: none;
}

#menu ul.main {
	background: url(/templates/global/img/ic_bg_sprite.png) 0 0;
}

#menu ul.main li {
	float: left;
}

#menu ul.main li a {
	display: block;
	width: 120px;
	height: 17px;
	padding: 5px 0 1px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	background: #9e0b0f url(/templates/global/img/ic_bg_sprite.png) 0 -23px;
	color: #FFF;
	text-shadow: #780000 0 1px 0;
}

#menu ul.main li a:hover {
	text-decoration: none;
	background: #790000 url(/templates/global/img/ic_bg_sprite.png) -120px -23px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 0px;
	text-shadow: #c10000 0 -1px 0;
}

#menu ul li a.external span {
	padding-left: 14px;
	background: url(/templates/general/img/icons/external_link.gif) no-repeat left;
}

/* submenu */

#menu ul.sub {
	padding: 0;
	margin: 0px 0 0 0;
	list-style-type: none;
	display: none;
	position: absolute;
	z-index: 3;
	list-style-image: none;
}

#menu ul.sub li {
	float: none;
}

#menu ul.sub li a {
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding: 5px 0 0 10px;
	width: 140px;
	font-size: 11px;
}

#menu ul.sub li a {
	background: #9e0b0f url(/templates/global/img/menu_button_sub_bg.jpg) no-repeat;
}

#menu ul.sub li a:hover {
	background: #4f010c url(/templates/global/img/menu_button_sub_bg_hover.jpg) no-repeat;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 0px;
}

/* hide & display submenu */

#menu ul.main li:hover ul.sub {
	display: block;
}

#menu ul.main li ul.sub {
	display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------- LAYOUT ---------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#language {
	position: relative;
	width: 176px;
	padding: 0;
	height: 21px;
	display: block;
}

#language strong {
	font-weight: normal;
}

ul#langselect li {
	background: #D8D8D8;
	padding: 0;
	width: 176px;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul#langselect li a {
	color: #363636;
	font-size: 11px;
	padding: 4px 4px;
	display: block;
	background: url(/templates/general/img/icons/bullet_down.gif) no-repeat 165px 8px;
}

ul#langselect li a:hover {
	text-decoration: none;
}

ul#langselect, ul#langselect ul {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0;
}

ul#langselect ul li a {
	border-bottom: 1px solid #ffffff;
	color: #002E6E;
	display: block;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	background: #d8d8d8;
	-webkit-box-shadow: 0px 2px 5px #d8d8d8;
	-moz-box-shadow: 0px 2px 5px #d8d8d8;
}

ul#langselect li ul {
	background: #D8D8D8;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	left: -999em;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

ul#langselect li:hover, ul#langselect li.over {
	background-color: #fff;
}

ul#langselect li:hover ul ul, 
ul#langselect li:hover ul ul ul, 
ul#langselect li.over ul ul, 
ul#langselect li.over ul ul ul {
	left: -999em;
}

ul#langselect li:hover ul, 
ul#langselect li li:hover ul, 
ul#langselect li li li:hover ul, 
ul#langselect li.over ul, 
ul#langselect li li.over ul, 
ul#langselect li li li.over ul {
	left: auto;
}

#langselect ul li a:hover {
	text-decoration: none;
	background: #023f88;
	color: #fff;
}

#langselect ul li a.inactive {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #eee;
}

#langselect ul li a.inactive:hover {
	text-decoration: none;
	background: #d8d8d8;
	color: #eee;
}

/*
#language ul li { margin: 0;padding: 0;	list-style-image: none;
	list-style-type: none; }
#language ul li a {
padding: 4px 10px;
	width: 156px;
color: #363636;
	float: left;
	background-color: #d8d8d8;
	font-size: 10px;
	border-bottom: 1px solid #fff;
}
#language ul li a:hover {
	text-decoration: none;
	background: #363636;
	color: #fff;
}
#language ul li a.inactive {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
color: #eee;
}
#language ul li a.inactive:hover {
	text-decoration: none;
	background: #d8d8d8;
	color: #eee;
}
ul#languageselect li a:hover ul#langs {
	display: block;
}
ul#languageselect li a ul#langs {
	display: none;
}*/

#wrap_main {
	position: relative;
	overflow: visible;
}

#wrap_main #content_wrap {
	margin: 0px 0 18px 0;
	width: 576px;
	position: relative;
	top: 9px;
	float: left;
	min-height: 319px;
}

#wrap_main #content_wrap div.languages {
	position: inherit;
}

#wrap_main #content_wrap img {
	max-width: 575px;
}

#wrap_main div.links {
	width: 190px;
	height: 316px;
	float: left;
	margin: 9px 9px 0 9px;
}

#wrap_main div.links a.brochure_request:hover {
	text-decoration: none;
}

#wrap_main div.links a.brochure_request {
	width: 145px;
	text-transform: uppercase;
	float: left;
	margin: 4px 0 0 0;
	padding: 7px 0 5px 45px;
	display: block;
	min-height: 29px;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 15px;
	background: #023f88 url(/templates/global/img/ic_bg_sprite.png) no-repeat -920px -136px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wrap_main div.links ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#wrap_main div.links ul li {
	background-color: #d8d8d8;
	margin: 1px 0 0 0;
	padding: 0px;
	font-weight: bold;
}

#wrap_main div.links ul li {
	font-size: 12px;
	line-height: 13px;
	color: #333;
}

#wrap_main div.links ul li a {
	display: block;
	padding: 6px 5px;
	color: #363636;
}

#wrap_main div.links ul li a:hover, #wrap_main div.links ul li a:focus {
	color: #FFF;
	background-color: #023f88;
	text-decoration: none;
}

#wrap_main div.links ul li.active a {
	color: #FFF;
	background-color: #023f88;
}

#wrap_main div.links ul li a.external {
	padding-left: 20px;
	background-position: 5px center;
}

#wrap_main div.additional {
	float: left;
	width: 176px;
	margin: 9px 0px;
	display: block;
}

#wrap_main div.additional h2 {
	margin-bottom: 0;
	clear: both;
}

#wrap_main div.additional a.scholarship {
	margin: 9px 0 9px 0;
	display: block;
}

#wrap_main div.additional span.more {
	clear: both;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------ LOCATION SELECT ------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#wrap_main div.additional h2.location_select {
	background-color: #d8d8d8;
	color: #002E6E;
	font-size: 12px;
	padding: 6px 5px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
}

ul#location_select {
	width: 176px;
	background: white;
}

ul#location_select, ul#location_select ul {
	float: left;
	line-height: 24px;
	list-style-type: none;
	list-style-image: none;
	margin: 1px 0 12px 0;
	padding: 0;
	font-weight: bold;
}

.australianewzealand {
	line-height: 12px;
}

ul#location_select ul {
	line-height: 12px;
}

ul#location_select a {
	border-bottom: 1px dotted #D8D8D8;
	color: #002E6E;
	display: block;
	padding: 5px 12px 5px 48px;
	text-decoration: none;
}

ul#location_select li ul li a {
	border: none;
	padding: 3px 3px 2px 3px;
	width: 58px;
}

ul#location_select li ul li.footnote {
	clear: both;
	background: #d8d8d8;
	position: absolute;
	top: 281px;
	left: -45px;
	width: 166px;
	z-index: 1;
	font-size: 10px;
	padding: 0px 5px;
	height: 42px;
}

ul#location_select li ul li {
	width: 50%;
}

ul#location_select li {
	background: #D8D8D8;
	float: left;
	padding: 0;
	width: 100%;
}

ul#location_select li:hover {
	background: #EBEBEB;
	float: left;
	padding: 0;
}

ul#location_select li ul {
	background: #D8D8D8;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	height: 280px;
	left: -999em;
	margin: -35em 0 0 45px;
	position: absolute;
	width: 130px;
	w\idth: 131px;
}

ul#location_select li.europe ul {
	margin-top: -35px;
}

ul#location_select li.northamerica ul {
	margin-top: -70px;
}
ul#location_select li.latinamerica ul {
	margin-top: -105px;
}

ul#location_select li.asia ul {
	margin-top: -140px;
}

ul#location_select li.australianewzealand ul {
	margin-top: -175px;
}

ul#location_select li.middleeast ul {
	margin-top: -210px;
}

ul#location_select li.africa ul {
	margin-top: -245px;
}

ul#location_select li.qantmcollege ul {
	margin-top: -280px;
}

ul#location_select li li {
	padding-right: 0em;
	width: 6em
}

ul#location_select li ul a {
	width: 5em;
	w\idth: 3em;
	background-image: none;
}

ul#location_select li:hover ul ul, 
ul#location_select li:hover ul ul ul, 
ul#location_select li.over ul ul, 
ul#location_select li.over ul ul ul {
	left: -999em;
}

ul#location_select li:hover ul, 
ul#location_select li li:hover ul, 
ul#location_select li li li:hover ul, 
ul#location_select li.over ul, 
ul#location_select li li.over ul, 
ul#location_select li li li.over ul {
	left: auto;
}

ul#location_select ul li a:hover, ul#location_select ul li a:active {
	color: #9d0d15;
}

ul#location_select li {
	background: transparent no-repeat;
}

ul#location_select li:hover {
	background: transparent no-repeat;
}

ul#location_select li.europe {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -55px;
}

ul#location_select li.europe:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -55px;
}

ul#location_select li.northamerica {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px 7px;
}

ul#location_select li.northamerica:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px 7px;
}

ul#location_select li.latinamerica {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -212px;
}

ul#location_select li.latinamerica:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -212px;
}

ul#location_select li.asia {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -117px;
}

ul#location_select li.asia:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -117px;
}

ul#location_select li.australianewzealand {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -86px;
}

ul#location_select li.australianewzealand:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -86px;
}

ul#location_select li.middleeast {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -24px;
}

ul#location_select li.middleeast:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -24px;
}

ul#location_select li.africa {
	background: url("/templates/global/img/locations_sprite.png") no-repeat 2px -149px;
}

ul#location_select li.africa:hover {
	background: url("/templates/global/img/locations_sprite.png") no-repeat -261px -149px;
}

ul#location_select li.qantmcollege {
	background: #EFCFD3 url("/templates/global/img/locations_sprite.png") no-repeat 2px -181px;
}

ul#location_select {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------ FOOTERS --------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

/* MAIN FOOTER: LEGAL, COPYRIGHT, ... */

#footer {
	display: block;
	clear: both;
	background: url(/templates/global/img/ic_bg_sprite.png) no-repeat center -947px;
	height: 64px;
	font-size: 11px;
	color: #333;
}

#footer p {
	margin: 0px;
}

#footer ul.partner {
	float: left;
	padding: 0 0 0 20px;
	width: 360px;
	left: 50%;
	position: absolute;
	margin: 5px 0 0 -480px;
	z-index: 1;
}

#footer ul.partner li a {
	color: #363636;
}

#footer ul.legal li a {
	color: #363636;
}

#footer ul.partner li a:hover {
	color: #ad0e24;
	text-decoration: none;
}

#footer ul.legal li a:hover {
	color: #ad0e24;
	text-decoration: none;
}

#footer ul.partner li {
	display: inline;
	margin-right: 10px;
}

#footer ul.legal {
	float: right;
	padding: 0 20px 0 0;
	width: 940px;
	left: 50%;
	position: absolute;
	margin: 5px 0 0 -480px;
	text-align: right;
}

#footer ul.legal li {
	display: inline;
	margin-left: 10px;
}

#footer p.copyright {
	text-align: center;
	position: absolute;
	width: 300px;
	left: 50%;
	margin: 50px 0 0 -150px;
	padding-bottom: 10px;
}

/* CONTENT FOOTER: HOT NEWS, BROCHURE REQUEST, LIVE-CHAT */

#wrap_main div.footer {
	clear: both;
	height: 40px;
}

div.connect {
	display: block;
	margin-top: 4px;
	width: 376px;
	height: 41px;
	overflow: hidden;
	background: #CCC url("/templates/global/img/ic_bg_sprite.png") no-repeat 0px -903px;
	float: left;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

div.connect h3 {
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 7px 0 0 45px;
	height: 34px;
	display: block;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 14px;
	width: 130px;
	background: #023f88 url("/templates/global/img/ic_bg_sprite.png") no-repeat -920px -46px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

div.connect ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 135px;
}

div.connect ul li {
	float: left;
	text-align: center;
}

a.myspace {
	display: block;
	background: url("/templates/global/img/ic_bg_sprite.png") no-repeat -98px -850px;
	height: 0px !important;
	padding-top: 40px;
	width: 90px;
	overflow: hidden;
	margin: 0px;
}

a.facebook {
	display: block;
	background:  url("/templates/global/img/ic_bg_sprite.png") no-repeat -222px -850px;
	height: 0px !important;
	padding-top: 40px;
	width: 76px;
	overflow: hidden;
	margin: 0px;
}

a.study_abroad {
	display: block;
	background: #9d0d15 url("/templates/global/img/ic_bg_sprite.png") no-repeat -920px -316px;
	width: 151px;
	margin: 4px 0px 0px 4px;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	padding: 7px 0 0 45px;
	height: 34px;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 14px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

a.study_abroad:hover {
	text-decoration: none;
}

a.rss_btn {
	width: 131px;
	text-transform: uppercase;
	float: left;
	margin: 4px 0 0 0;
	padding: 7px 0 5px 45px;
	display: block;
	min-height: 29px;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	line-height: 15px;
	background: #9d0d15 url(/templates/global/img/ic_bg_sprite.png) no-repeat -920px -226px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.rss_btn:hover {
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------ CONTENT AREA ---------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------- */

#content_wrap ul.category_list {
	margin-bottom: 10px;
}

div.detail span.date, 
div.detail span.date span.day_month, 
div.detail span.date span.year {
	display: inline;
	background: none;
	font-size: 12px;
}

.top_media {
	margin-bottom: 10px;
}

div.detail div.top_media {
	margin-bottom: 15px;
}

div.detail h3 {
	font-size: 18px;
}

div.detail ul.additional_media {
	padding-left: 15px;
	list-style-image: none;
	list-style-type: none;
}

/* --------------- HOME --------------- */

#home {
	position: relative;
	width: 576px;
}

#home div.item h4 {
	margin: 0 0 10px 98px;
	position: absolute;
}

#home div.item {
	float: left;
	width: 278px;
	height: 110px;
	margin: 0 8px 30px 0;
}

#home div.item div.media_date {
	float: left;
	width: 81px;
	top: 0;
	position: relative;
	margin: 0;
}

#home div.item div.media_date div.media {
	background-color: #CCC;
	height: 86px;
	width: 86px;
	top: 0;
}

#home div.item div.media_date div.media img {
	
}

#home div.item div.media_date div.media a img {
	border: 1px solid #3d3d3d;
}

#home div.item div.media_date span.date {
	width: 81px;
	position: absolute;
	top: 81px;
	width: 79px;
}

#home div.item div.text {
	margin: 20px 0 0 98px;
}

#home span.cam {
	float: left;
}

#home span.more {
	position: absolute;
	left: 288px;
}

#home span.more, #home span.cam {
	width: 250px;
}

/* --------------- NEWS --------------- */

#news div.item h4 {
	width: 180px;
	float: right;
	margin: 0px 0px 6px 0px;
}

#news div.item {
	float: left;
	width: 278px;
	height: 117px;
	margin: 0 8px 20px 0;
	display: block;
}

#news div.item div.media_date {
	float: left;
	height: 116px;
	width: 86px;
	position: relative;
	margin: 0px;
	display: block;
}

#news div.item div.media_date div.media {
	background-color: #CCC;
	height: 86px;
	width: 86px;
	top: 0;
}

#news div.item div.media_date div.media a img {
	border: 1px solid #d8d8d8;
}

#news div.item div.media_date span.date {
	position: absolute;
	top: 86px;
	width: 82px;
}

#news div.item div.text {
	width: 180px;
	float: left;
	margin-left: 10px;
	display: block;
}

#news div.item div.text p {
	margin: 0px;
}

#news span.cam {
	float: left;
}

#news span.more {
	position: absolute;
	left: 288px;
}

#news span.more, #news span.cam {
	width: 278px;
}

#news div.detail h3 {
	margin: 0;
}

#news div.archive h2 {
	display: inherit;
}

#news div.archive ul {
	padding-left: 15px;
	margin-bottom: 10px;
}

#news div.archive ul li {
	margin-bottom: 10px;
	float: left;
	width: 45%;
}

#news div.archive ul li a, #news div.archive ul li a:link {
	text-decoration: underline;
}

#news h1 {
	margin: 26px 0px 0px 0px;
	padding: 3px 2px 2px 4px;
	font-size: 10px;
	background-color: #d8d8d8;
	color: #363636;
	font-weight: normal;
}

/* --------------- GENERAL GALLERY --------------- */

div.gallery div.item {
	width: 144px;
	height: 144px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 4px 0;
}

div.gallery div.item {
	background: #e3e3e3 url(/templates/global/img/credit_gallery/bg.gif) no-repeat;
}

div.gallery div.item a img {
	display: block;
	position: absolute;
	top: 16px;
	left: 24px;
}

div.gallery div.item span.name {
	position: absolute;
	left: 24px;
	display: block;
	width: 96px;
	margin: 0 auto;
	text-align: right;
	z-index: 1;
	line-height: 12px;
	height: 24px;
}

div.gallery div.item span.name {
	color: #7e7e7e;
	bottom: 5px;
}

div.gallery div.item span.name a {
	color: #7e7e7e;
}

div.gallery div.item span.number {
	color: #f0f0f0;
	font-size: 70px;
	position: absolute;
	font-weight: bold;
	bottom: 0;
	line-height: 50px;
}

div.gallery div.item span.number {
	right: 0;
	z-index: 0;
}

/* --------------- CREDIT GALLERY --------------- */

#credit_gallery div.detail ul.additional_media {
	list-style-type: none;
	padding: 0;
}

#credit_gallery div.detail ul.additional_media li {
	display: inline;
	margin-right: 10px;
}

/* --------------- GALLERY --------------- */

/* --------------- STAFF --------------- */

/* --------------- STUDENTS --------------- */

#students div.detail h3 {
	margin: 0 0 20px 0;
}

#students div.detail div.top_media {
	width: 130px;
	float: left;
	margin-right: 15px;
}

#students div.detail ul.credits {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#students div.detail ul.credits li {
	display: inline;
}

#students div.detail ul.credit_gallery {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#students div.detail ul.credit_gallery li {
	display: inline;
}

/* --------------- STATIC --------------- */

#static {
	
}

/* --------------- FAQ --------------- */

#faq h2 {
	color: #023f88;
}

#faq ul {
	padding-left: 15px;
}

#faq ul li a.question {
	font-weight: bold;
	color: #023f88;
}

#acc h4 {
	cursor: pointer;
	margin-top: 8px;
}

#acc_h2 h2.toggler {
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 0px;
}

p.notice {
	font-size: 0.8em;
}

/* --------------- COURSES --------------- */

div.courses_overview ul {
	padding-left: 15px;
	margin-bottom: 1em;
}

div.courses_overview p {
	line-height: 1.4;
}

div.courses_overview p.notice {
	font-size: 0.8em;
}

div.courses_overview p.notice a.external {
	background-position: left 1px;
}

div#courses div.languages {
	margin-top: 0px;
}

div#courses h3 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
}

div#courses h4 {
	border-bottom: 1px solid #EBEBEB;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 0.75em 0;
}

div#courses div.col2 {
	float: left;
	width: 279px;
	margin-right: 18px;
}

div#courses div.last {
	margin-right: 0;
	padding-right: 0;
}

div#courses div.careerbox {
	background-color: #D8D8D8;
	margin-bottom: 1em;
	padding: 1em;
}

div#courses div.careerbox h4 {
	border: 0;
	color: #363636;
	margin: 0;
	padding: 0;
}

div#courses div.quotebox {
	float: right;
	width: 75%;
}

div#courses div.quotebox p {
	color: #999999;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
	text-align: right;
}

div#courses div.quotebox p.author {
	font-size: 1em;
	font-weight: normal;
}

div#courses ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	line-height: 1.4em;
}

div#courses h5 {
	border-bottom: 1px solid #EBEBEB;
	color: #363636;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 0.75em;
}

/* --------------- WEBCAMS --------------- */

/* --------------- LOCATIONS --------------- */

#locations ul {
	list-style-type: none;
	padding: 0;
}

#locations ul li {
	display: inline;
	margin-right: 5px;
}

/* --------------- HISTORY --------------- */

#history a.more_historical {
	display: block;
	position: absolute;
	top: 96px;
	right: 1px;
	background: #d8d8d8 url("/templates/general/img/icons/more_page.gif") center no-repeat;
	background-position: 6px;
	padding-left: 20px;
	width: 152px;
	height: 24px;
	font-weight: bold;
	font-size: 10px;
	color: #363636;
	line-height: 24px;
}

#history #history_slider_area {
	position: relative;
	height: 15px;
	width: 576px;
	margin-top: 5px;
}

#history #history_slider_knob {
	position: absolute;
	height: 13px;
	width: 26px;
}

#history #history_slider_knob {
	background: url(/templates/global/img/history_timeline_slider.gif) no-repeat;
	cursor: pointer;
}

#history ul#history_timeline {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	border-bottom: 2px solid #174e8e;
}

#history ul#history_timeline {
	height: 40px;
	width: 576px;
	overflow: hidden;
	text-align: center;
	color: #174e8e;
	margin: 0;
}

#history ul#history_timeline li {
	float: left;
	margin-right: 2px;
	height: 40px;
	line-height: 45px;
	width: 14px;
}

#history ul#history_timeline li {
	text-align: center;
	background: url(/templates/global/img/history_timeline_normal.gif) center bottom no-repeat;
	font-size: 10px;
}

#history ul#history_timeline li a {
	color: #174e8e;
}

#history ul#history_timeline li.ten_year {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

#history ul#history_timeline li.ten_year a {
	margin-left: -8px;
	display: block;
	width: 30px;
	overflow: visible;
}

#history ul#history_timeline li.ten_year {
	background: url(/templates/global/img/history_timeline_big.gif) center bottom no-repeat;
}

#history ul#history_timeline li.active {
	font-weight: bold;
}

#history ul#history_text {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#history ul#history_text h3 {
	margin-top: 5px;
}

/* --------------- PARTNERS --------------- */

#partners ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

#partners ul li {
	float: left;
	width: 25%;
	height: 100px;
	text-align: center;
	margin-bottom: 15px;
}

#partners div.page_navigation {
	margin-top: 40px;
}

#partners h3 {
	margin-bottom: 20px;
}

/* --------------- WAY THROUGH SAE --------------- */

.waythroughsae caption {
	font-style: italic;
}

.waythroughsae th {
	border-top: 1px solid #fff;
	background: #d8d8d8;
	width: 25%;
	height: 3em;
}

.waythroughsae th a {
	color: #363636;
	text-decoration: none;
}

.waythroughsae th a:hover {
	color: #ad0e24;
	text-decoration: none;
}

.waythroughsae th.leadsto {
	background: #d8d8d8 url(/templates/general/img/leadsto.png) repeat-y right center;
}

.waythroughsae th.nolead {
	background: #d8d8d8 url(/templates/general/img/nolead.png) repeat-y right center;
}

.waythroughsae td {
	font-size: 0.8em;
	vertical-align: top;
}

.waythroughsae td ul {
	margin-bottom: 0;
}

/* --------------- BROCHURE REQUEST --------------- */

#brochure_request iframe {
	border: 0;
	width: 576px;
	min-height: 850px;
}
.brochure th {
	vertical-align:top;
}
.complaint {
	padding: .3em;
	margin-top:0.5em;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

th {
	text-align: left;
}

form table {
	margin: 0px;
}

/* --------------- COLUMN SET --------------- */

.col2 {
	float: left;
	width: 279px;
	margin-right: 18px;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

/* --------------- COLUMN SET --------------- */

#flashcontent {
	position: relative;
	z-index: 1;
}

/* ---------------------------------------------------------------------------------------------------------------- */

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 300;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 300;
}

.lbLoading {
	background: #fff url(/templates/general/img/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border: 1px solid #999;
	margin: 0;
	padding: 0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background: url(/templates/general/img/sb_anchor_spacer.gif);
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/templates/general/img/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/templates/general/img/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/templates/general/img/sb_closelabel.gif) no-repeat center;
	margin: 0;
	padding: 0;
}

#lbCaption, #lbNumber {
	
}

#lbCaption {
	font-weight: bold;
}
