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

main colors:
dark blue:	#002e6e
main blue:	#134987
red:		#ad0e24
mid grey:	#d8d8d8
light grey:	#ebebeb
v light: 	#f5f5f5
dark grey:	#363636
********************************/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4;
	background: #fff url(../images/page_bg.png) repeat-x;
}

ul {
	list-style-image: url(../images/bullet.png);

}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 0px !important;
	padding-top: 112px;
	display: block;
	overflow: hidden;
}

a {
	color: #ad0e24;
}

/*navigation*/

/*navigation structure*/
#navilist {
	width: 965px;
}
#navilist, #navilist ul {
	float: left;
	list-style: none;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 1px 0 1.5em 0;
	background: url(../images/nav_bg.png) repeat-x left bottom;
	z-index: 1;
}

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

#navilist li ul li ul li a {
	padding: 0.25em 0em 0.25em 1.5em;
}

#navilist li {
	float: left;
	padding: 0;
background: url(../images/nav_bg.png) repeat-x left bottom;
}
#navilist li.stripes {
	background: url(../images/nav_bg_stripes.png) repeat-x left bottom;
}

#navilist li ul li {
background: url(../images/nav_bg_sub.png) repeat-x left bottom;
}



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


#navilist li li {
	padding-right: 1em;
	width: 16em
}

#navilist li ul a {
	width: 15em;
	w\idth: 15em;
	border-right: none;
}
/*navi ext links*/


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

#navilist li ul ul {
	margin: -2em 0 0 17em;
}

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

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

#nav li:hover, #nav 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: #002e6e;
}

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

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

.col2 {
	width: 530px;
	float: left;
	margin-right: 5px;
}

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

/*tables*/

th {
	background: #d8d8d8;
}

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

/*footer*/

#footer {
	background: #d8d8d8 url(../images/footer_top.png) no-repeat center top;
}

#footer p small {
	display: block;
	clear: both;
	text-align: center;
	color: #363636;
	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: #ad0e24;
}

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

/*sidebar*/

#sidebar h3 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
	border-bottom: none;
	background-color: #134987;
	background-image: url(../images/h3.jpg);
}
#sidebar h3.redbg {
	background: #ad0e24;
}

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

#sidebar ul li a {
	display: block;
	width: 185px;
	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: #134987;
	color: #fff;
}
#sidebar ul.redbg li a:hover {
	background-color: #ad0e24;
}

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

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

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

/*location box*/

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

#location h3.quiet {
	color: #fff;
	background-image: url(../images/H5.jpg);
}

#location ul {
	width: 195px;
}
#location ul, #location ul ul {
	float: left;
	list-style: none;
	line-height: 2em;
	font-weight: bold;
	padding: 0;
	margin: 1px 0 1em 0;
}
#location ul ul {
	line-height: 1em;
}

#location ul a {
	display: block;
	color: #002e6e;
border-bottom: 0.1em dotted #d8d8d8;
	text-decoration: none;
	padding: 0.35em 1em 0.35em 4em;
}
#location ul li ul li a {
	padding: 0.25em 1.25em;
	border: none;
}
#location ul li ul li {
	width: 50%;
}
#location ul li {
	float: left;
	padding: 0;
	background: #d8d8d8;
	width: 100%;
}

#location ul li:hover {
	float: left;
	padding: 0;
	background: #ebebeb;
}


#location ul li ul {
	position: absolute;
	left: -500em;
	display: list-item;
	background: #d8d8d8;
	height: 260px;
	width: 14.1em;
	w\idth: 14.1em;
	font-weight: normal;
	font-size: 0.9em;
	margin: -3.2em 0 0 4em;
}

#location ul li#europe ul {
	margin-top: -3.3em;
}

#location ul li#northamerica ul {
	margin-top: -6.3em;
}

#location ul li#asia ul {
	margin-top: -9.4em;
}

#location ul li#australianewzealand ul {
	margin-top: -12.45em;
}

#location ul li#middleeast ul {
	margin-top: -15.5em;
}

#location ul li#africa ul {
	margin-top: -18.6em;
}

#location ul li#qantmcollege ul {
	margin-top: -21.6em;
}

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

#location ul li ul a {
	width: 5em;
	w\idth: 3em;
}

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

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


/*
#location ul {
	list-style: none;
	margin: 0px;
}

#location ul li a {
	clear: both;
	color: #002e6e;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px 8px 45px;
	display: block;
	height: 1em;
	border-bottom: 1px dotted #d8d8d8;
}
#location li ul a:hover {
	color: #ad0e24;
	background: #ebebeb;
}


#location ul li ul {
	display: block;
	width: 149px;
	margin-left: 40px;
	background: url(../images/loc_select.png) no-repeat left -232px;
	position: absolute;
	top: 205px;
	padding: 0px 0px 0px 6px;
	height: 245px;
	overflow: hidden;
}

#location ul li:hover ul, #location ul li.over ul {
	display: block;
}

#location ul li ul {
	display: none;
}

#location ul li ul li a {
	clear: none;
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 1px;
	font-weight: normal;
	border-bottom: none;
	font-size: .8em;
	line-height: 1em;
	width: 66px;
}

#location ul li ul li {
	clear: both;
	margin: 0px;
	float: none;
	padding: 0px;
	display: inline;
}
*/



#location ul li#europe {
	background: url(../images/europe.png) no-repeat left center;
}

#location ul li:hover#europe {
	background: url(../images/europe_o.png) no-repeat left center;
}

#location ul li#northamerica {
	background: url(../images/north_america.png) no-repeat left center;
}

#location ul li:hover#northamerica {
	background: url(../images/north_america_o.png) no-repeat left center;
}

#location ul li#asia {
	background: url(../images/asia.png) no-repeat left center;
}

#location ul li:hover#asia {
	background: url(../images/asia_o.png) no-repeat left center;
}

#location ul li#australianewzealand {
	background: url(../images/australia.png) no-repeat left center;
}

#location ul li:hover#australianewzealand {
	background: url(../images/australia_o.png) no-repeat left center;
}

#location ul li#middleeast {
	background: url(../images/middle_east.png) no-repeat left center;
}

#location ul li:hover#middleeast {
	background: url(../images/middle_east_o.png) no-repeat left center;
}

#location ul li#africa {
	background: url(../images/africa.png) no-repeat left center;
}

#location ul li:hover#africa {
	background: url(../images/africa_o.png) no-repeat left center;
}

#location ul li#qantmcollege {
	background: #efcfd3 url(../images/qantmcollege.png) no-repeat left center;
}

/*position the arrow on rollover*/

#location ul li#europe ul {
	background-position: left -232px;
}

#location ul li#northamerica ul {
	background-position: left -197px;
}

#location ul li#asia ul {
	background-position: left -162px;
}

#location ul li#australianewzealand ul {
	background-position: left -127px;
}

#location ul li#middleeast ul {
	background-position: left -92px;
}

#location ul li#africa ul {
	background-position: left -57px;
}

#location ul li#qantmcollege ul {
	background-position: left -22px;
}

/*little icons in sidebar*/

/* Make sure the icons are not cut */

#sidebar a[href^="http:"], #sidebar a[href^="mailto:"], #sidebar a[href^="http:"]:visited, 
#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^="http:"]:hover, #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;
	width: 171px;
}

/*content area images*/

p img {margin:0.5em 0.5em 0.5em 0;}

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

/*current select*/
#current_institute {
	display: block;
	background: #d8d8d8;
	position: absolute;
	margin:-46px 0px 0px 0px;
	left: 576px;
	top: 591px;
}
#current_institute h1 a {
	text-decoration: none;
	color: #fff;
}
#current_institute h1 {
	background: #ad0e24;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.5em;
	margin-bottom: 0px;
}
#current_institute h1 small {
	font-size: 9px;
	text-transform: none;
}
#current_institute ul li{
	list-style: none;
}
#current_institute ul li a {
	display: block;
	padding-top: 0.5em;	padding-bottom: 0.5em;
	margin-left: -1em;
}

/*sidebar buttons*/
#location ul.sidebarbuttons li a {
	height: 2em;
	text-transform: uppercase;
padding: 1.2em 1em 1.2em 5em;
border-bottom: 1px #fff solid;
line-height: 1em;
color: #fff;
}

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

#location ul.sidebarbuttons li a.record {
	height: 2.6em;
padding: 0.6em 1em 1.2em 5em;
}
#location p {
	clear: both;
	margin: 0.5em;
}
/*openday banner (2 column section)*/
.openday {
	background: #d8d8d8 url(../images/home/openday_banner.png) no-repeat 0.5em 0.5em;
	padding: 0.2em 0.5em 0.7em 5.5em;
	margin-bottom: 1em;
}
.openday h1 {
	margin: 0em;
	font-size: 1.3em;
	text-transform: uppercase;
}
.openday h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	border: none;
}
.openday p {
	margin:0;
	font-size: 0.8em;
		line-height: 0.8em;
}


/*events banner (2 column section)*/
.events {
	background: #d8d8d8 url(../images/home/events.png) no-repeat 1.4em 0.5em;
	padding: 0.8em 0.5em 0.7em 5.5em;
	height: 3em;
	margin-bottom: 1em;
}
.events h1 {
	margin: 0em;
	font-size: 1.3em;
	text-transform: uppercase;
}

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

/*admissions banner (2 column section)*/
.admissions {
	background: #d8d8d8 url(../images/home/admissions.png) no-repeat 0.7em 0.1em;
	padding: 0.8em 0.5em 0.7em 5.5em;
	height: 3em;
	margin-bottom: 1em;
}
.admissions h1 {
	margin: 0em;
	font-size: 1.3em;
	text-transform: uppercase;
}

.admissions p {
	margin:0;
	font-size: 1em;
}
/*news*/
.trigger {
	cursor: pointer;
}
.nomargin {
	margin: 0px;
}
.alignright {
	text-align: right;
}
/*news list*/
ul.news {
margin-right: 0;
margin-top: 0;
}
h1.newstitle {
	margin-bottom: 0.5em;
}

ul.news h2 {
	margin: 0;
	font-size:1em;
	clear: both;
	border: none;
}
ul.news h2 a {
	color: #002e6e;
	text-decoration: none;
}
ul.news h2 a:hover {
	color: #ad0e24;
	text-decoration: underline;
}
ul.news p {
	margin: 0;
}

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 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: #ad0e24;
}
/* 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: #ad0e24;
	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;
}
/*buttons sidebar (override ext link icons)*/
a.scholarships,a.scholarships[href^="http:"], a.scholarships[href^="http:"]:visited {
		background: #134987 url(../images/home/scholarships_btn.png) no-repeat 0.5em 0.5em;
	color: #fff;
}


a.record {
	background: #134987 url(../images/home/record.png) no-repeat 0.5em 0.5em;
	color: #fff;
}
/*form*/

textarea#comment {
	height: 5em;
}

.col10 {
    width: 265px;
	float: left;
	margin-right: 15px;
}
.col11 {
	width: 254px;
	float: left;


}
