/* @override 
	http://zuerich.sae.dev/templates/local/strict/main.css
	http://byronbay.sae.dev/templates/local/strict/main.css
*/

/********************************
SAE local college stylesheet
by attila@sae.edu

main colors:
dark blue:	#023f88
main blue:	#023f88
red:		#9d0d15
mid grey:	#d8d8d8
light grey:	#ebebeb
v light: 	#f5f5f5
dark grey:	#363636
********************************/

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

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

/* reset.css */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1.5em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

/* typography.css */

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus,a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup,sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono','lucida console',monospace;
	line-height: 1.5;
}

li ul,li ol {
	margin: 0 1.5em;
}

ul,ol {
	margin: 0 1.5em 1.5em 2.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
	background: #C3D9FF;
}

form th {
	background: #ffffff;
	vertical-align: top;
}

th,td {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #E5ECF9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}
.h2_uppercase_template002{
	text-transform:uppercase;
	font-size:30px;
	color:#023F88;
	line-height:26px;
	margin-bottom:5px;
}
.strong_txt_template002{
	font-size:16px;
	line-height:14px;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

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

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* grid.css */

.container {
	width: 965px;
	margin: 0px auto 0px auto;
	position: relative;
}

.showgrid {
	background: url(src/grid.png);
}

body {
	margin: 0px;
}

div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14 {
	float: left;
	margin-right: 15px;
}

div.last {
	margin-right: 0;
}

.span-1 {
	width: 55px;
}

.span-2 {
	width: 125px;
}

.span-3 {
	width: 195px;
}

.span-4 {
	width: 265px;
}

.span-5 {
	width: 335px;
}

.span-6 {
	width: 405px;
}

.span-7 {
	width: 475px;
}

.span-8 {
	width: 545px;
}

.span-9 {
	width: 615px;
}

.span-10 {
	width: 685px;
}

.span-11 {
	width: 755px;
}

.span-12 {
	width: 825px;
}

.span-13 {
	width: 895px;
}

.span-14,div.span-14 {
	width: 965px;
	margin: 0;
}

.append-1 {
	padding-right: 70px;
}

.append-2 {
	padding-right: 140px;
}

.append-3 {
	padding-right: 210px;
}

.append-4 {
	padding-right: 280px;
}

.append-5 {
	padding-right: 350px;
}

.append-6 {
	padding-right: 420px;
}

.append-7 {
	padding-right: 490px;
}

.append-8 {
	padding-right: 560px;
}

.append-9 {
	padding-right: 630px;
}

.append-10 {
	padding-right: 700px;
}

.append-11 {
	padding-right: 770px;
}

.append-12 {
	padding-right: 840px;
}

.append-13 {
	padding-right: 910px;
}

.prepend-1 {
	padding-left: 70px;
}

.prepend-2 {
	padding-left: 140px;
}

.prepend-3 {
	padding-left: 210px;
}

.prepend-4 {
	padding-left: 280px;
}

.prepend-5 {
	padding-left: 350px;
}

.prepend-6 {
	padding-left: 420px;
}

.prepend-7 {
	padding-left: 490px;
}

.prepend-8 {
	padding-left: 560px;
}

.prepend-9 {
	padding-left: 630px;
}

.prepend-10 {
	padding-left: 700px;
}

.prepend-11 {
	padding-left: 770px;
}

.prepend-12 {
	padding-left: 840px;
}

.prepend-13 {
	padding-left: 910px;
}

div.border {
	padding-right: 6px;
	margin-right: 7px;
	border-right: 1px solid #eee;
}

div.colborder {
	padding-right: 46px;
	margin-right: 47px;
	border-right: 1px solid #eee;
}

.pull-1 {
	margin-left: -70px;
}

.pull-2 {
	margin-left: -140px;
}

.pull-3 {
	margin-left: -210px;
}

.pull-4 {
	margin-left: -280px;
}

.pull-5 {
	margin-left: -350px;
}

.pull-6 {
	margin-left: -420px;
}

.pull-7 {
	margin-left: -490px;
}

.pull-8 {
	margin-left: -560px;
}

.pull-9 {
	margin-left: -630px;
}

.pull-10 {
	margin-left: -700px;
}

.pull-11 {
	margin-left: -770px;
}

.pull-12 {
	margin-left: -840px;
}

.pull-13 {
	margin-left: -910px;
}

.pull-14 {
	margin-left: -980px;
}

.pull-1,.pull-2,.pull-3,.pull-4,.pull-5,.pull-6,.pull-7,.pull-8,.pull-9,.pull-10,.pull-11,.pull-12,.pull-13,.pull-14 {
	float: left;
	position: relative;
}

.push-1 {
	margin: 0 -70px 1.5em 70px;
}

.push-2 {
	margin: 0 -140px 1.5em 140px;
}

.push-3 {
	margin: 0 -210px 1.5em 210px;
}

.push-4 {
	margin: 0 -280px 1.5em 280px;
}

.push-5 {
	margin: 0 -350px 1.5em 350px;
}

.push-6 {
	margin: 0 -420px 1.5em 420px;
}

.push-7 {
	margin: 0 -490px 1.5em 490px;
}

.push-8 {
	margin: 0 -560px 1.5em 560px;
}

.push-9 {
	margin: 0 -630px 1.5em 630px;
}

.push-10 {
	margin: 0 -700px 1.5em 700px;
}

.push-11 {
	margin: 0 -770px 1.5em 770px;
}

.push-12 {
	margin: 0 -840px 1.5em 840px;
}

.push-13 {
	margin: 0 -910px 1.5em 910px;
}

.push-14 {
	margin: 0 -980px 1.5em 980px;
}

.push-1,.push-2,.push-3,.push-4,.push-5,.push-6,.push-7,.push-8,.push-9,.push-10,.push-11,.push-12,.push-13,.push-14 {
	float: right;
	position: relative;
}

.box {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
}

.clearfix:after,.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,.container {
	display: inline-block;
}

* html .clearfix,* html .container {
	height: 1%;
}

.clearfix,.container {
	display: block;
}

.clear {
	clear: both;
}

/* forms.css */

label {
	font-weight: normal;
}

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text,input.title,textarea,select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
	border: 1px solid #666;
}

input.text,input.title {
	width: 300px;
	padding: 5px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	height: 100px;
	padding: 5px;
}

.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* fancy-type */

p + p {
	text-indent: 2em;
	margin-top: -1.5em;
}

form p + p {
	text-indent: 0;
}

.alt {
	color: #666;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	font-weight: normal;
}

.dquo {
	margin-left: -.5em;
}

p.incr,.incr p {
	font-size: 10px;
	line-height: 1.44em;
	margin-bottom: 1.5em;
}

.caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 1.2em;
	line-height: 1%;
	font-weight: bold;
	padding: 0 2px;
}

/* link-icons */

body a.noicon {
	background: none;
	padding-left: 0;
}

a.external,a[href^="mailto:"],a[href$=".pdf"],a[href$=".zip"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],a[href$=".rdf"],a[href^="aim:"] {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	zoom: 1;
}

a.external {
	background: url(/templates/general/img/icons/external.png) no-repeat left center;
	padding-left: 12px;
}

#sidebar a.external {
	background: #d8d8d8 url(/templates/general/img/icons/external.png) no-repeat 5px 8px;
	padding-left: 19px;
}

a[href^="mailto:"] {
	background-image: url(/templates/general/img/icons/email.png);
}

a[href$=".pdf"] {
	background-image: url(/templates/general/img/icons/pdf.png);
}

a[href$=".zip"] {
	background-image: url(/templates/general/img/icons/zip.png);
}

a[href$=".doc"] {
	background-image: url(/templates/general/img/icons/doc.png);
}

a[href$=".xls"] {
	background-image: url(/templates/general/img/icons/xls.png);
}

a[href$=".rss"],a[href$=".rdf"] {
	background-image: url(/templates/general/img/icons/feed.png);
}

a[href^="aim:"] {
	background-image: url(/templates/general/img/icons/im.png);
}

/* semantic class names */

#content {
	float: left;
	margin-right: 15px;
	width: 545px;
}

#content ol {
	
}

#footer,#header {
	float: left;
	margin-right: 15px;
	margin-right: 0;
	width: 965px;
	margin: 0;
}

#contentwide {
	float: left;
	margin-right: 15px;
	width: 755px;
}

#location {
	float: left;
	margin: 0 0 9px 0;
	width: 195px;
}

#sidebarwide {
	float: left;
	margin-right: 15px;
	margin-right: 0;
	width: 175px;
}

#sidebar {
	float: left;
	margin-right: 15px;
	margin-bottom: 9px;
	width: 195px;
}

body {
	margin-top: -18px;
	margin-bottom: 0px;
	line-height: 1.4;
}

/* TinyMCE specific rules */

body.mceContentBody {
	margin-top: 0px;
	background: #FFF none;
}

body.mceContentBody .switchableLayer {
	display: block;
	clear: both;
}

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

#header {
	height: 0px !important;
	padding: 112px 0px 0px 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
}

a {
	color: #9d0d15;
}

/*navigation*/

div#nav .main {
	width: 965px;
	position: relative;
	z-index: 2;
}

div#nav .main, div#nav .main ul {
    background: url("/templates/global/img/ic_bg_sprite.png") repeat scroll 0 0 transparent;
    float: left;
    font-weight: bold;
    height: 23px;
    list-style: none outside none;
    margin: 1px 0 9px;
    padding: 0;
}
div#nav .main a {
	display: block;
	color: #fff;
	text-shadow: #6e0917 0 1px 0;
	text-decoration: none;
	padding: 0.25em 1.5em;
	border-left: 1px solid #960a1a;
	border-right: 1px solid #c6122f;
}

div#nav .main li ul li ul li a {
	padding: 0.25em 0em 0.25em 1.5em;
}

div#nav .main li {
	float: left;
	padding: 0;
	background: url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat center 1px;
}

div#nav .main li.inactive a {
	color: #9d0d15;
}

div#nav .main li ul li {
	background: #790e11;
}

div#nav .main li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17.4em;
	w\idth: 16.9em;
	font-weight: normal;
	margin: 0;
}

div#nav .main li li {
	padding-right: 1em;
	width: 16em
}

div#nav .main li ul a {
	width: 15em;
	w\idth: 15em;
	border-right: none;
}

/*navi ext links*/

div#nav .main li a[href^="http:"], div#nav .main li a[href^="http:"]:visited {
	background-position: 3px 7px;
}

div#nav .main li ul ul {
	margin: -2em 0 0 17em;
}

div#nav .main li:hover ul ul, div#nav .main li:hover ul ul ul, div#nav .main li.over ul ul, div#nav .main li.over ul ul ul {
	left: -999em;
}

div#nav .main li:hover ul, div#nav .main li li:hover ul, div#nav .main li li li:hover ul, div#nav .main li.over ul, div#nav .main li li.over ul, div#nav .main li li li.over ul {
	left: auto;
}

div#nav .main li:hover, div#nav .main li.over {
	background-image: none;
	background-color: #62010f;
}

/*end nav sub1*/

h1 {
	clear: both;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
	color: #023f88;
}

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

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

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

h5 {
	margin-bottom: 0;
}

.col2, div.item,div.news, .additional {
	width: 265px;
	float: left;
	margin-right: 15px;
}

div.news, div.additional {
	margin-top: 6px;
	position: relative;
	z-index: 0;
}

div.news {
	clear: both;
}

div.additional a {
	text-decoration: none;
	background: none;
	padding-left: 0;
	cursor: pointer;
}

div.additional span {
	display: block;
}

div.additional span.title {
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 0.75em;
	color: #023f88;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;
	color: #023f88;
}

div.additional a span.title {
	color: #9d0d15;
}

div.additional span.text {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	line-height: 18px;
	border: none;
	color: #222222;
}

div.additional span.comment {
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	color: #222222;
}

/*openday banner (2 column section)*/

.openday {
	background: #d8d8d8 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -43px -851px;
	padding: 9px 6px 9px 64px;
	margin-bottom: 9px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.openday a {
	text-decoration: none;
	background: none;
	padding-left: 0;
}

.openday h3 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;
	color: #023f88;
}

.openday a h3 {
	color: #9d0d15;
}

.openday h4 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	line-height: 18px;
	border: none;
}

.openday p {
	margin: 0;
	font-size: 10px;
	line-height: 10px;
}

/*events banner (2 column section)*/

.events {
	background: #d8d8d8 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -49px -661px;
	padding: 9px 6px 9px 64px;
	margin-bottom: 9px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.events h3 {
	margin: 0em;
	font-size: 16px;
	border-bottom: none;
	text-transform: uppercase;
}

.events h3 a {
	text-decoration: none;
}

.events p {
	margin: 0;
	font-size: 1em;
}

/*admissions banner (2 column section)*/

.admissions {
	background: #d8d8d8 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -49px -462px;
	padding: 9px 6px 9px 64px;
	margin-bottom: 9px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.admissions h3 {
	margin: 0em;
	font-size: 16px;
	border-bottom: none;
	text-transform: uppercase;
}

.admissions h3 a {
	text-decoration: none;
}

.admissions p {
	margin: 0;
	font-size: 1em;
}

div.news h3 a {
	text-decoration: none;
}

.additional {
	margin-right: 0px;
}

.col3 {
	width: 210px;
	float: left;
	margin-right: 15px;
}

.highlight {
	background: #9d0d15;
	color: #fff;
	font-weight: bold;
}

/*tables*/

th {
	background: #d8d8d8;
}

caption {
	background: #ebebeb;
	color: #666;
}

/*footer*/

#footer {
	background: #d8d8d8;
	padding-bottom: 32px;
}

#footer p {
	display: block;
	clear: both;
	text-align: center;
	color: #363636;
	font-size: 10px;
	width: 965px;
	text-shadow: #fff 0 1px 0;
}

#footer p {
	margin: 0px;
}

#footer div ul {
	margin: 0.5em;
	list-style: none;
	list-style-image: none;
}

#footer div ul li {
	font-size: 0.8em;
}

#footer div ul li a {
	margin: 0 0.5em;
	text-decoration: none;
	color: #363636;
}

#footer div ul li a:hover {
	color: #9d0d15;
}

#footer div.alignright {
	text-align: right;
}

#footer ul.partner {
	list-style: none;
	list-style-image: none;
	margin: 9px 9px;
	width: 752px;
	float: left;
}

#footer ul.legal {
	list-style: none;
	list-style-image: none;
	margin: 9px 15px 9px 0px;
	width: 165px;
	float: left;
}

/*sidebar*/

#sidebar h3 {
	background: #023f88;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
	border-bottom: none;
}

#sidebar li.primary_title {
	background: #023f88;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
	border-bottom: none;
}

#sidebar li.secondary_title {
	background: #9d0d15;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
	border-bottom: none;
}

#sidebar h3.redbg {
	background: #9d0d15;
}

#sidebar p {
	padding: 5px;
	margin-bottom: 1px;
	background: #f5f5f5;
}

#sidebar ul li a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px;
	background-color: #d8d8d8;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li a:hover {
	background-color: #023f88;
	color: #fff;
}

#sidebar ul li.active a {
	background-color: #363636;
	color: #fff;
}

#sidebar ul.redbg li a:hover {
	background-color: #9d0d15;
}

#sidebar ul li a.current {
	background: #363636;
	color: #fff;
}

#sidebar ul li a.inactive {
	color: #f5f5f5;
	font-style: italic;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	list-style-image: none;
}

#sidebar ul.list {
	list-style: square;
	list-style-image: url(/templates/general/img/bullet.png);
	margin: 0.5em 1.5em 1.5em 1.5em;
	list-style-position: outside;
}

/*location box*/

#location h3 {
	background: #d8d8d8;
	color: #023f88;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 5px 6px 5px;
	margin-bottom: 1px;
	clear: both;
	border-bottom: none;
}

#location h3.quiet {
	color: #fff;
}

#location ul {
	width: 195px;
}

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;
}

#location ul ul {
	line-height: 10px;
}

ul#location_select a {
	border-bottom: 1px dotted #D8D8D8;
	color: #023f88;
	display: block;
	padding: 4px 12px 4px 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 {
	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: 231px;
	left: -999em;
	margin: -35em 0 0 45px;
	position: absolute;
	width: 149px;
	w\idth: 150px;
}

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

ul#location_select li.northamerica ul {
	margin-top: -66px;
}
ul#location_select li.latinamerica ul {
	margin-top: -99px;
}

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

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

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

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

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

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: #FF0000;
}

ul#location_select li ul li.footnote {
	clear: both;
	background: #d8d8d8;
	position: absolute;
	top: 232px;
	left: -45px;
	width: 185px;
	z-index: 1;
	font-size: 10px;
	padding: 2px 5px;
	min-height: 36px;
}

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: 9px;
}

/*languages*/

div.languages {
	display: block;
	margin-bottom: 18px;
}

div.languages p {
	margin: 0px 5px 0px 0px;
}

div.languages ul {
	list-style-type: none;
	padding: 0;
}

div.languages ul li {
	display: block;
	float: left;
	margin-right: 10px;
}

div.languages ul li a {
	line-height: 18px;
}

div#language p {
	margin: 0px 0.5em 0.5em 0px;
	color: #d8d8d8;
	line-height: 12px;
	float: left;
	font-size: 10px;
}

#language ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#language ul li {
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 9px;
	display: block;
	float: left;
}

#language ul li::after {
	content: ", ";
	white-space: pre;
}

#language ul li:last-child::after {
	content: "";
}

#language ul li a {
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

/*little icons in sidebar*/

/* Make sure the icons are not cut */

#sidebar a.external, #sidebar a[href^="mailto:"],
#sidebar a[href$=".pdf"], #sidebar a[href$=".doc"], #sidebar a[href$=".xls"], #sidebar a[href$=".rss"],
#sidebar a[href$=".rdf"], #sidebar a[href^="aim:"], #sidebar a[href^="mailto:"]:hover,
#sidebar a[href$=".pdf"]:hover, #sidebar a[href$=".doc"]:hover, #sidebar a[href$=".xls"]:hover, #sidebar a[href$=".rss"]:hover,
#sidebar a[href$=".rdf"]:hover, #sidebar a[href^="aim:"]:hover {
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

/*content area images*/

p img {
	margin: 9px 9px 9px 0;
}

p + p {
	text-indent: 0em;
	margin-top: 0em;
}

/*current select*/

#current_institute {
	display: block;
	background: #d8d8d8;
	position: absolute;
	z-index: 1;
	margin: -46px 0px 0px 0px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

#current_institute h2 a {
	text-decoration: none;
	color: #fff;
}

#current_institute h2 {
	line-height: 1;
	background: #9d0d15;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px;
	margin-bottom: 0px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

#current_institute h2 small {
	font-size: 9px;
	text-transform: none;
}

#current_institute ul {
	margin-bottom: 0px;
}

#current_institute ul li {
	list-style: none;
	list-style-image: none;
}

#current_institute ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -12px;
}

#current_institute div {
	margin: 0px;
	padding: 0px;
}

#static h1 {
	margin-bottom: 10px;
}

#static {
	overflow: hidden;
}

#courses h1 {
	margin-bottom: 10px;
}

#courses h2 a {
	text-decoration: none;
}

/*news*/

.trigger {
	cursor: pointer;
}

.nomargin {
	margin: 0px;
}

.alignright {
	text-align: right;
}

/*news list*/

div.news h3 {
	clear: both;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
	color: #023f88;
	border-bottom: none;
	margin-bottom: 10px;
}

ul.news {
	margin: 0px 0px 14px 0px;
	list-style-image: none;
	list-style: none;
}

h1.newstitle {
	margin-bottom: 0.5em;
}

ul.news h4 {
	margin: 0;
	font-size: 12px;
	clear: both;
	border: none;
}

ul.news li {
	margin-bottom: 9px;
}

ul.news h4 a {
	color: #023f88;
	text-decoration: none;
}

ul.news h2 a:hover {
	color: #9d0d15;
	text-decoration: underline;
}

ul.news p {
	margin: 0;
}

ul.news p.alt {
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 9px;
	line-height: 20px;
}

ul.news hr {
	margin: 0;
}

ul.news p.date {
	font-weight: bold;
	display: block;
	width: 80px;
	line-height: 1em;
	font-size: 0.8em;
	background-color: #d8d8d8;
	padding: 0.5em;
}

ul.news p.date .year {
	font-size: 1.6em;
	line-height: 1em;
}

p.newsarchive {
	margin-bottom: 0;
}

p.last {
	margin-right: 0;
}

p.newsarchive a {
	clear: both;
	padding-left: 16px;
	line-height: 1.6em;
	display: block;
	margin-top: 0em;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #222;
	font-size: 0.8em;
	font-weight: bold;
	background: #d8d8d8 url(../images/home/icon_list.png) no-repeat 3px 3px;
	text-decoration: none;
}

p.newsarchive a:hover {
	color: #9d0d15;
}

p.more_news a {
	padding-bottom: 1px;
	padding-top: 1px;
	color: #222;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

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

a.rssicon {
	padding-left: 12px;
	background: url(../../general/img/icons/feed.png) no-repeat 2px 2px;
}

p.more_news {
	position: absolute;
	top: 5px;
	right: 0px;
}

p.more_news a:hover {
	color: #9d0d15;
}

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

.column_space {
	width: 560px;
}

#news h1 {
	margin-bottom: 10px;
}

#news hr {
	display: none;
}

#news div.item {
	height: 134px;
	margin-bottom: 9px;
}

#news div.item div.media_date {
	background-color: #d8d8d8;
	width: 84px;
	float: left;
	display: block;
	margin: 0px 9px 0px 0px;
}

#news div.item div.media_date div.media a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

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

#news div.item h3 {
	margin: 0px;
	border: none;
	font-size: 12px;
	display: block;
}

#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;
}

span.date {
	padding: 0px 2px 4px 5px;
}

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

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

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

/* content list */

ul.contentlist {
	font-weight: bold;
	list-style: none;
	list-style-image: none;
}

ul.contentlist ul {
	font-weight: normal;
}

ul.contentlist li p {
	font-weight: normal;
	margin: 0;
}

/*way through SAE table*/

.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: #9d0d15;
	text-decoration: none;
}

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

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

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

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

/*login*/

#login p {
	font-size: 0.8em;
	background: #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
}

#login p input.text {
	width: 172px;
	margin: 2px 0;
}

/*extra heading style*/

.subject h2 {
	display: inline;
	font-size: 1.5em;
	border-bottom: none;
}

.subject p {
	display: inline;
}

.subject {
	margin-bottom: 1em;
}

/*breadcrumbs*/

#breadcrumbs {
	clear: both;
	display: block;
	margin-bottom: 0.7em;
	font-size: 0.8em;
}

/*form*/

textarea#comment {
	height: 5em;
}

/*next previous navigation*/

.nextlink {
	margin-right: 0px;
	text-align: right;
	width: 265px;
	float: left;
	margin-top: 1em;
	margin-bottom: 0.75em;
}

.previouslink {
	margin-top: 1em;
	margin-bottom: 0.75em;
	width: 265px;
	float: left;
	margin-right: 15px;
}

.nextlink a {
	text-decoration: none;
	color: #363636;
	padding-bottom: 2px;
	padding-right: 20px;
	background: url(../images/next.png) no-repeat right top;
}

.previouslink a {
	text-decoration: none;
	color: #363636;
	padding-left: 20px;
	padding-bottom: 2px;
	background: url(../images/previous.png) no-repeat left top;
}

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

div.gallery div.item {
	width: 136px;
	height: 136px;
	float: left;
	position: relative;
	margin: 0 0 9px 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: 9px;
	left: 20px;
}

div.gallery div.item span.name {
	position: absolute;
	left: 20px;
	display: block;
	width: 96px;
	margin: 0 auto;
	text-align: right;
	z-index: 1;
	line-height: 12px;
	height: 24px;
	color: #7e7e7e;
	bottom: 5px;
	overflow: hidden;
	padding: 0px;
}

div.gallery div.item span.name a {
	color: #7e7e7e;
	text-decoration: none;
	font-size: 11px;
}

/*hover for long titles*/

div.gallery div.item span.name:hover {
	background: #ffffff;
	overflow: visible;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	padding: 5px;
	left: 15px;
}

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

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

/*partners*/

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

ul.partners li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.partners li {
	display: block;
	float: left;
	width: 114px;
	height: 100px;
	margin: 0px;
	padding: 10px;
}

ul.partners li a {
	display: block;
	margin: 10px auto 0px auto;
	width: 100px;
	text-align: center;
}

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

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

#partners ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 25%;
	height: 100px;
	text-align: center;
	margin-bottom: 18px;
}

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

/*accordion*/

#acc h4 {
	cursor: pointer;
	margin: 0;
}

#acc_h2 {
	clear: both;
}

#acc_h2 h2 {
	cursor: pointer;
	margin: 0;
}

#acc div {
	margin-bottom: 0.8em;
}

#acc_h2 div {
	margin-bottom: 0.8em;
}

#acc h4 {
	background: none;
	color: #9d0d15;
	padding-left: 0px;
}

#acc_h2 h2 {
	background: none;
	color: #9d0d15;
	padding-left: 0px;
}

.acc_active {
	background: none;
	color: #333333;
	padding-left: 0px;
	border-bottom: 1px solid #333333;
}

.acc_over {
	background: #9d0d15;
	color: #ffffff;
	padding-left: 3px;
}

/*course pages*/

.careerbox {
	background-color: #d8d8d8;
	padding: 1em;
	margin-bottom: 1em;
}

.careerbox h2 {
	color: #363636;
	border-bottom: none;
}

.careerbox ul {
	margin-bottom: 0px;
}

.quotebox {
	width: 75%;
	float: right;
}

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

.quotebox p small {
	font-size: 0.8em;
	font-weight: normal;
}

/*sidebar buttons*/

#location ul.sidebarbuttons {
	list-style: none;
	list-style-image: none;
	margin: 10px 0px 10px 0px;
}

#location ul.sidebarbuttons li a {
	text-transform: uppercase;
	padding: 9px 9px 9px 56px;
	border-bottom: 1px #fff solid;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#location ul.sidebarbuttons li a:hover {
	background-color: #023f88;
	color: #fff;
}

#location ul.sidebarbuttons li a small {
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

#location p {
	clear: both;
	margin: 0.5em;
}

/*buttons sidebar (override ext link icons)*/

a.record {
	background: #023f88 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -51px -1036px;
	color: #fff;
	min-height: 36px;
	height: auto !important;
	height: 36px;
}

ul.morelinks {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	list-style: none;
	list-style-image: none;
}

ul.morelinks li {
	background-color: #d8d8d8;
}

ul.morelinks li a {
	font-size: 11px;
	color: #363636;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	text-decoration: none;
	display: block;
}

ul.morelinks li a:hover {
	color: #9d0d15;
}

.all_locations {
	background: url(/templates/general/img/icons/more.gif) no-repeat 3px 3px;
}

ul.morelinks li.add_this a {
	background: #d8d8d8;
	padding: 0px 2px 0px 2px;
	margin-top: 1px;
	height: 16px;
}

#sidebar ul li a.scholarships[href^="http:"], #sidebar ul li a.scholarships[href^="http:"]:visited {
	background: #023f88 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -56px -1232px;
}

#sidebar ul li a.scholarships {
	background: #023f88 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -56px -1232px;
	color: #ffffff;
	line-height: 12px;
	text-transform: uppercase;
	padding: 7px 9px 6px 56px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
}

a.scholarships small {
	font-weight: normal;
}

#sidebar ul li a.brochure_request[href^="http:"], #sidebar ul li a.brochure_request[href^="http:"]:visited {
	background: #023f88 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -50px -277px;
}

#sidebar ul li a.brochure_request {
	background: #023f88 url(/templates/local/strict/img/ic_bg_sprite.png) no-repeat -50px -277px;
	color: #ffffff;
	line-height: 12px;
	text-transform: uppercase;
	padding: 7px 9px 4px 56px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
}

a.brochure_request small {
	font-weight: normal;
}

.college_image {
	margin-bottom: -3px;
}

/*home: bottom links and home image*/

#home img {
	height: 180px;
}

#home .teaser img {
	height: auto;
}

#home h1 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	color: #666;
	position: absolute;
	bottom: 9px;
	width: 947px;
	left: 0px;
	text-align: center;
	padding: 0 9px;
}

a.news_archive {
	background: #d8d8d8 url(/templates/general/img/icons/more.gif) no-repeat 2px 3px;
	display: block;
	padding-left: 14px;
	margin-bottom: 9px;
	color: #363636;
	text-decoration: none;
	font-size: 11px;
}

a.home_webcam {
	background: #d8d8d8 url(/templates/general/img/icons/webcam.gif) no-repeat 2px 3px;
	display: block;
	padding-left: 14px;
	margin-bottom: 9px;
	color: #363636;
	text-decoration: none;
	font-size: 11px;
}

/*switchable layers*/

.hide {
	display: none;
}

.switchableLayer {
	display: none;
}

.display {
	display: block;
}

.switchableContent a.active {
	font-weight: bold;
}

.switchableContent a {
	text-decoration: none;
}

.switchableContent ul {
	list-style: none;
	list-style-image: none;
}

.switchableContent ul li {
	list-style-image: url(/templates/general/img/bullet.png);
}

.switchableContent ul li.down_arrow {
	list-style-image: url(/templates/general/img/bullet_down.png);
}

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

.top_media {
	margin-bottom: 6px;
	position: relative;
	z-index: 1;
}

.top_media .zoomin {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 2;
}

/*next and previous buttons*/

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

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

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;
}

/* SLIMBOX (Customized version) */

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

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

.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 #000;
	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: Helvetica, sans-serif;
	color: #363636;
	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;
}

#brochure_request iframe {
	border: 0px;
	width: 545px;
	min-height: 850px;
	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;
}
.red {
	color: #FF0000;
}

.rtl {
	text-align: right;
}

#ticker {
	position: relative;
	overflow: hidden;
	display: block;
	height: 154px;
	border-bottom: 1px solid #d8d8d8;
}

#newsbuttons {
	margin: 0;
}

#newsbuttons span {
	margin-top: 5px;
	cursor: pointer;
	display: block;
	width: 9px;
	margin-right: 5px;
	height: 9px !important;
	padding: 2px 2px 2px 3px;
	line-height: 10px;
	float: left;
	overflow: hidden;
	background-color: #d8d8d8;
	text-align:center;
	overflow: hidden;
	background-color: #d8d8d8;
	font-size: 10px;
	color: #fff;
}

#newsbuttons a {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 2px;
	color: #666;
}

#newsbuttons span.active {
	background: #9d0d15;
}

/*add via JS*/

#newsticker {
	position: absolute;
}

#newsticker li {
	display: block;
	float: left;
	margin: 0;
	height: 154px;
	width:265px;
	overflow: hidden;
}

#newsticker .media {
	display: block;
	width: 84px;
	height: 84px;
	overflow: hidden;
	float: left;
	margin: 0px 8px 0px 0px;
	border: 1px solid #d8d8d8;
}

#home .media img {
	height: auto;
}

/*event list*/

.event {
	padding: 9px;
	margin-bottom: 18px;
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.event_text {
	padding: 9px;
	margin-bottom: 18px;
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a5a5a5;
	font-size: 0.9em;
}

.event_text p {
	margin-bottom: 0;
}

/*CSS buttons*/

a.button, button {
	display: block;
	float: left;
	margin: 0.7em 0.5em 0.7em 0;
	padding: 5px 10px 5px 7px;
	/*

Links */

  border: 1px solid #a8a8a8;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	background-color: #d8d8d8;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #fff 0 1px 1px;
}

button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
/*

IE6 */
}

button[type] {
	padding: 4px 10px 4px 7px;
	/

* Firefox */
  line-height: 17px;
/* Safari 

*/
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
/*

IE7 */
}

button img, a.button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

/* Button colors
-------------------------------------------------------------- */

/* Standard */

button:hover, a.button:hover {
	background-color: #adcdec;
	border: 1px solid #023f88;
	color: #023f88;
	text-shadow: #fff 0 0px 3px;
}

a.button:active {
	background-color: #023f88;
	border: 1px solid #000;
	color: #fff;
}

/* Positive */

body .positive {
	color: #529214;
}

a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* Negative */

body .negative {
	color: #d12f19;
}

a.negative:hover, button.negative:hover {
	background-color: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

.saeTabsMenu{margin-top:15px; clear:both;}
.saeTabsMenu .list-wrap { background: #f8f8f8; padding: 10px; margin: 0 0 0 0; width:520px;margin-right:5px; border: 2px solid #A40000; border-top: 10px solid #A40000}
.saeTabsMenu ul { list-style: none; margin:0; }
.saeTabsMenu ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
.saeTabsMenu ul li a:hover { background: #333; color: #fff; }
.saeTabsMenu ul li:last-child a { border: none; }

.saeTabsMenu .nav { overflow: hidden; }
.saeTabsMenu .nav li { width: 89px; float: left; margin: 0 1px 0 0; }
.saeTabsMenu .nav li.last { margin-right: 0; }
.saeTabsMenu .nav li a {     background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    color: #000000;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 12px;
    padding: 14px 5px 5px;
    text-align: center;
    text-decoration: none;}

.saeTabsMenu li a.current,.saeTabsMenu li a.current:hover { font-weight:bold;background-color: #A40000 !important; }
.saeTabsMenu li a.current{color:#fff; text-decoration:none;}
.saeTabsMenu .nav li a:hover, .saeTabsMenu .nav li a:focus { background: #999;}
.saeTabsMenu .hide { position: absolute; top: -9999px; left: -9999px; }

#saeTabGallery li{display:inline-block; width:100px;}
#saeTabGallery li a{border:none;}
#saeTabGallery li a:hover{ background:none;}
