/*
 * 
 *  Resets
 * 
 */

* {
	margin: 0;
	border: 0;
	padding: 0;	
}

a {
	outline:none;
} 


/*
 * 
 * 	Layout
 * 
 */


body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
}

.headerlayout {	
	height: 100px;
	margin: 0 auto;
	border-bottom: 4px solid;
}

.header {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	background: url('../img/header_logo.png') 0px 20px no-repeat;
	border-bottom: 4px solid;
}

.header h1 {
	display: none;
}

.header .home {
	display: block;
	width: 328px;
	height: 100px;
	float: left;
	cursor: pointer;
}

.container {
	width: 860px;
	margin: 0 auto;
	font-size: 1.1em;
}

html, body {
	height: 100%;
}

#pagecontainer {
	min-height: 100%;
}

* html #pagecontainer {
	height: 100%;
}

.footerspacer {
	height: 64px;
}

.footerlayout {
	height: 40px;
	background: #333333;
	width: 100%;
	border-top: 24px solid;
	margin: -64px auto 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bodycontent {
	width: 608px;
	text-align: left;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 1px dotted #c2c2c2;
	min-height: 200px;
	vertical-align: top;
}

.right_content {
	margin-top: 10px;
	padding-left: 10px;
	border-left: 1px dotted #c2c2c2;
	min-height: 200px;
	vertical-align: top;
	width: 120px;
}

.bodycontent h1 {
	font-size: 1.3em;
}

.bodycontent h2 {
	font-size:1.4em;
	font-weight:normal;
	padding:22px 0 10px 0;
	margin:0px;
	margin:0 0 18px 0;
	padding-bottom:4px;
}

.bodycontent p {
	font-size: 1.025em;
	padding-top: 1.025em;
}



table.timetable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.timetable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.timetable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.bodycontent div, .bodycontent ul, .bodycontent ol  {
	font-size: 1.025em;
}

.bodycontent ul, .bodycontent ol  {
	padding-left: 20px;
	padding-top: 1.025em;
}

.productmenu {
	background: url('../img/submenu_bg.png') no-repeat; 
	height: 26px; 
	width: 608px; 
	line-height: 26px;
}

.enrol {
	background: url('../img/submenu_bg.png') no-repeat; 
	height: 26px; 
	width: 608px; 
	line-height: 26px;
}

.productmenu ul, .productmenu li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;

}

.productmenu li {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	background: url('../img/submenu_divider.png') no-repeat right;
	height: 26px;
}

#fulltime .productmenu li a ,#school .productmenu li a ,#parttime .productmenu li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
	height: 26px;
	display: block;
	margin-right: 3px;
}

.productmenu li a:hover {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	background: url('../img/submenu_rollover.png') -30px 0px;
	margin-left: 0px;
	margin-right: 3px;
}

.productmenu li a[class=first]:hover {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	background: url('../img/submenu_rollover.png') 0px 0px;
	margin-left: 0px;
	margin-right: 3px;
}

#enrol {
	display: inline;
	float: right;
	height: 26px;
	width: 109px;
	background: url('../img/submenu_enrol_end.png') no-repeat right;
	margin: 0;
	
}

#enrol a {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 10px
}

#school div.productmenu ul#enrol a,#fulltime div.productmenu ul#enrol a,#parttime div.productmenu ul#enrol a {
	border-bottom: 0px;
	color: #ffffff;
}

.long {
	width: 600px;
}

.short,
#school #copycontent_1_copy,
#fulltime #copycontent_1_copy,
#parttime #copycontent_1_copy
{
	width: 450px;
}

/*
 * 
 * 	Section Menu
 * 
 */

#section_menu {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

#section_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #c2c2c2;
}

#section_menu ul li {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c2c2c2;
	width: 172px;
}

#section_menu ul li a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#section_menu ul li ul li, #section_menu ul li ul  {
	border: 0;
	padding: 0;
	margin: 0;
}



/*
 * 
 * 	Section Nav
 * 
 */

#section_nav {
	float: right;
	padding-right: 10px; 
	padding-top: 50px;
}

#section_nav ul li {
	display: inline;
	float: left;
}

#section_nav li {
	height: 44px;
	width: 114px;
	background: url('../img/section_btn.png') no-repeat;
}

#section_nav li:hover {
	height: 44px;
	width: 114px;
	background: url('../img/section_btn_over.png') no-repeat;
}


#section_nav li a {
	height: 44px;
	width: 114px;
	display: block;
	text-align: left;
	padding-top: 14px;
	padding-left: 42px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	
}


/*
	Frontpage columns & promo
*/

.frontpromo{
	border: 0;
	margin-bottom: 0;
	height: 214px;
	width: 824px;
	overflow: hidden;
}

#myController {
	position: absolute;
	z-index: 10;
	top: 280px;
}

.frontpromo ol {
	padding-left: 10px;	
}

.frontpromo ol li {
	display: inline;
	float: left;
}

.frontpromo li a.jFlowControl {
	width: 250px;
	height: 41px;
	background: url('../img/promo_btn_selected.png') no-repeat;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 42px;
	vertical-align: baseline;
	color: #333333;
}

.frontpromo li a span {
	padding-left: 20px;
}

.slide h2 {
	color: #ffffff;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.slide .content {
	padding: 24px;
	font-size: 1.3em;
}

.slide .content p, .slide .content div {
	width: 500px;
	color: #ffffff;
}

.slide .content p a, .slide .content div a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 30px;
	background: url('../img/promo_link.gif') no-repeat right;
}

.frontpromo li.one, .frontpromo li.two {
	padding-right: 26px;
} 

.frontpromo li.one a.jFlowSelected {
	color: #333333;
	background: url('../img/promo_btn_schselected.png') no-repeat;
}

.frontpromo li.two a.jFlowSelected {
	color: #333333;
	background: url('../img/promo_btn_ftselected.png') no-repeat;
}

.frontpromo li.three a.jFlowSelected {
	color: #333333;
	background: url('../img/promo_btn_ptselected.png') no-repeat;
}

.schoolbg{
	background: url('../img/frontpromoschool_bg.jpg') no-repeat;
	height: 214px;
	width: 824px;
}

.fulltimebg{
	background: url('../img/frontpromofulltime_bg.jpg') no-repeat;
	height: 214px;
	width: 824px;
}

.parttimebg{
	background: url('../img/frontpromoparttime_bg.jpg') no-repeat;
	height: 214px;
	width: 824px;
}

.sectionpromo {	
	margin-bottom: 5px;
}

.sectionpromo img {
	border: 3px solid #000000;
}

.image {
	border: 1px solid #000000;
	margin: 5px;
}

#columns {
	float: left;
	margin: 0 auto;
	width: 860px;
}

#columns ul li {
	display: inline;
	float: left;
}

#columns li {
	width: 260px;
}

#columns li a {
	text-decoration: none;
}

.title {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 5px;	
}

.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}

.subtitle_width {
	width: 175px;
}

.columncontent {
	padding-left: 55px;
}

#columns .promocontent {
	padding-top: 5px;
	height: 70px;
	min-height: 70px;
}

.more {
	float: right;
	height: 25px;
	width: 65px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	cursor: pointer;
}


#columns #left_col {
	padding-right: 10px;
}

#columns #right_col {
	padding-left: 10px;
}

#columns #mid_col {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}


/*
 * 
 * 	Footer Nav
 * 
 */

.footer {
	width: 840px;
	margin: 0 auto;
	padding-top: 10px;
	color: #cccccc;
}

.footer .right .menu {
	font-size: 11px;
}

.footer .right .menu a {
	color: #cccccc;
	text-decoration: none;
	margin-left: 1em;
	margin-right: 1em;
}

.footer .right .menu a:hover {
	border-bottom: 1px dotted #cccccc;
}

