﻿/* ---------------------------------------------------------------------
------------------------------------------------------------------------

Designed and created by www.lushai.com	    
   
[Table of Contents]

1. Master reset
2. Typography
3. Grid Layout

Individual pages
4. Home page - header

5. Home page - news
5.1 Home page - course browser
5.2 Home page - promo panels
5.3 Home page - Gallery browser
5.4 Home page - base promo boxes
5.5 Gateways, secondary course browser & Apply
5.6 Quick links
5.7. Sidebar promos

6. Landing pages
6.1 Destination pages
6.2 Gallery
6.3 Courses

7. Forms

8. Footer

9. Services

10. Misc

11. Sharepoint fixes

------------------------------------------------------------------------
----------------------------------------------------------------------*/



/* --------------------------------------------------------------------- 

1.Master Reset 

----------------------------------------------------------------------*/

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 {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
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;}

/* --------------------------------------------------------------------- 

2. Typography 

----------------------------------------------------------------------*/

html {
	font-size: 100.01%; /* ensure font-size compatability in PC IE / Opera / Safari */
}
	
body { 
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: #333;
	font-size: 81.3%; /* 13px */		
	line-height: 1.5;
	font-weight: normal;
	background-color: #fff;
}

.center {
    text-align:center;
}

h1 {
    font-family: cambria, Georgia, "Times New Roman", Times, sans-serif; 
	background-image: url(../images/title-flax-red.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.692em; /* .692 em = 22px */	
  	font-weight: normal;
  	letter-spacing: 0.5px; 
  	line-height: 1.2em;
  	padding: 8px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
	position: relative;
	color: #5f0e00;
}

h1 a{
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	display: block;
	width: 191px;
	height: 121px;
	position: absolute;
	left: 0px;
	top: -20px;
}


h1.red  {
	font-family: cambria, Georgia, "Times New Roman", Times, sans-serif;  
	background-image: url(../images/title-flax-red.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.846em; /* .692 em = 24px */	
  	font-weight:normal;
  	letter-spacing: 0.5px; 
  	line-height: 1.2em;
  	padding: 8px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
	position: relative;
	color: #5f0e00;
}

/* Headings */


h2, h3, h4, h5, h6 {
	font-family: cambria, Georgia, "Times New Roman", Times, sans-serif; 
}

h2 {
    background-image: url(../images/title-flax-blue.png);
	color: #012e62;
	font-family: cambria, Georgia, "Times New Roman", Times, sans-serif; 
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1.5em; /* .692 em = 20px */	
  	font-weight: lighter;
  	letter-spacing: 0.5px; 
  	line-height: 1.2em;
  	padding: 10px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
	position: relative;
}

h2.blue  {
	background-image: url(../images/title-flax-blue.png);
	color: #012e62;
	}

h2.red  {
	background-image: url(../images/title-flax-red.png);
	color: #5f0e00;
}

h2.grey {
	background-image: url(../images/title-flax-grey.png);
	color: #596463;
}

h2.grey-none {
	color: #596463;
}

h3 {
	color: #5f0e00;	 
  	font-size: 1.231em;  /* 1.385 em = 16px */	
  	line-height: 1.3;
  	letter-spacing: 0.5px;
 	text-transform: uppercase;
 	margin-bottom: 8px;
}

h4 {
    color: #5f0e00;           
    font-size: 1.231em;  /* 1.385 em = 16px */	
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 6px;
}

p {
	line-height: 1.35;
	margin-bottom: 18px;
}

ul {
	margin-bottom: 20px;
	padding: 0px;	
}

ul li {
	margin-left: 20px;
}

ol li {
	margin-left: 25px;
}

li.parent {
	color: #012e62;
	font-weight: bold;
	margin-top: 20px;
}

hr {
    background-color: #eee;
    display: block; 
    height: 5px;
    border: 0;
    border-bottom: solid 1px #e2e2e2
    margin: 20px 0px 20px 0px;
}

a, h4 a {
	color:#012e62;
	text-decoration:none;
	-moz-outline: none;
}

a:focus, a:hover {
	text-decoration: underline;
	}

/* Anti hover! */

h1 a:hover, #navcontainer li a:hover, panel, #panel_nav ul li a:hover, #panel_nav ul li a:focus, .portfolio-item a.visit  {
	border-bottom: none; 
}

/* Block quotes */

blockquote {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	color: #391711;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
	line-height: 24px;
	padding: 9px 10px 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;	
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	display: block;
}

strong {
	font-weight:bold;
	}
	
em, dfn {font-style:italic;}


/* --------------------------------------------------------------------- 

3. Grid Layout

----------------------------------------------------------------------*/

.rel{
	position: relative;
}

.container {
	width:960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.page {
	background-image: url(../images/page-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	display: block;
}

div.col-left, div.col-right, div.content-left, div.content-right, div.content-full, div.content-three {
	float: left;
}

/* Side columns */

.col-left {
	width:215px;
	margin-right: 30px;
}

.col-left .AspNet-Menu-NonLink {
	display: block;
	margin-top: 20px;
}


.col-right {
	width:215px;
	margin-left: 30px;
	margin-right: 0px;
}

/* Content columns */

.content-left {
	width:225px;
	margin-right: 20px;
}

.content-right {
	width: 225px;
}

.content-full {
	width: 470px;
}

.content-three {
	width: 715px;
}

.last {
	margin-right:0px;
}

.floatright { 
	float: right; 
}

.floatleft { 
	float: left; 
}

.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;
}


/* --------------------------------------------------------------------- 

4. Homepage - Header

----------------------------------------------------------------------*/

#home-spread {
	background-image: url(../images/bgrnd-home.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height:421px;
	width: 100%;
	z-index: -100;
}

#content-spread {
	background-image: url(../images/bgrnd-land.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height:188px;
	width: 100%;
	z-index: -100;
}

/* ----- Home page header -----*/

.header-home {
	display: block;
	width: 960px;
	height: 374px;
	z-index: 10;
}

/* -----  page header -----*/

.header-gallery {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
} 

.header-landing {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-dest {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-courses {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-course-detail {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-services{
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-search {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-gallery {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-contact {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}

.header-news {
	background-image: url(../images/banner-sm-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	display: block;
	width: 960px;
	height: 141px;
	z-index: 10;
	margin: auto;
}


/* ----- Top bar & sub nav -----*/

.top-bar {
	display: block;
	height: 45px;
}

.media-gallery a {
	background-image: url(../images/media-gallery.png);
	background-repeat: no-repeat; 
	text-indent: -9999px;
	display: block;
	width:98px;
	height: 31px;
	position: absolute;
	left: 0px;
	top: 5px;
}

.sub-navbar{
	display: block;
	height:20px;
	position: absolute;
	right: 260px;
	top: 10px;
	padding-right:20px;
	z-index: 9999;
}

.sub-navbar ul {
	margin-bottom:0px;
}


.sub-navbar li {
	padding: 0;
	margin: 0 20 0 0;
	display: block;
	float: left;
}

.sub-navbar li , .sub-navbar li a {
	font-size: 14px;
	color: #fff;
}

.sub-navbar li.current a {
	color: #991a04;
}

.sub-navbar table, .sub-navbar table td {
	border: none;
}

.submit {
	vertical-align: middle;
}

/* ----- Main nav states -----*/
#navbar {
	background-image: url(../images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width:943px;
	height: 81px;
	position: absolute;
	top: 30px;
	left:10px;
}

#content-spread #navbar {
	background-image: url(../images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width:943px;
	height: 81px;
	position: absolute;
	top: 20px;
	left:10px;
}

#navbar h1 {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#navbar ul {
	display: block;
	list-style: none;
	margin-left: 200px;
	margin-bottom: 0px;
}

#navbar li
{
	background-image: url(../images/nav-bar-divider.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;    
	text-align: left;
	padding: 8px 10px 10px 20px;
	margin: 3px 0px 0px 5px;
	display: block;
	width: 112px;
	height:27px;
	float: left;
	position: relative;
}

#navbar li a {
	font-size: 14px;
	text-shadow: #fff 1px 1px;
    color: #000;
 }
        
#navbar li a:hover {
	text-decoration: none;
	color: #012e62;
}

#navbar a em {
	font-size: 12px;
	font-style: normal;
}


/* ----- Header switch -----*/

.header-switch ul {
	position: absolute;
	right: 13px;
	bottom: 12px;
}

.header-switch ul li {
	margin: 0px;
	float: left;
	list-style-type: none;
	}
	
.header-switch ul li a img{
	padding: 1px 1px 1px 1px;
	}
	
.header-switch ul li a:hover img {
	padding: 0px;
	border: solid 1px #afa400;
	}		

.header-switch p {
	position: absolute;
	right: 110px;
	bottom: 0px;
}

.header-switch p a {
	background-image: url(../images/dots-org.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	margin: 0px;
	padding: 5px 15px 0 0;
}

.header-switch p a:hover {
	color: #96ad00;
	text-decoration: none;
}

/* Bread crumbs */

.breadcrumbs {
	display: block;
	width: 960px;
	height: 20px;
	margin: -20px 0px 20px;
}

.breadcrumbs ul {
	margin: 0px;
	padding: 0px;
}

.breadcrumbs ul li {
	float: left;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	color: #666;
}

.breadcrumbs ul li a {
	text-decoration: underline;
	color: #999;
}

.breadcrumbs ul li a:hover {
	color: #666;
}

.breadcrumbs ul li a, .breadcrumbs ul li {
	font-size: 12px;
}

/* --------------------------------------------------------------------- 

5. Home page - news

----------------------------------------------------------------------*/

.news h4 a {
	color: #012e62;
	margin: 0px;
	padding: 0px;
}

.news li {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #ccc;
	list-style-type: none;
}

.news h2 a.rss {
	background-image: url(../images/rss-orange.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 16px;
	right: 3px;
}

.news img {
	border: solid 1px #636d6c;
	float: left;
	margin: 0px 10px 5px 0px;
}

.news em {
	font-family: Times;
	font-size: 12px;
	padding-bottom: 0px;
	display: block;
}

.news p {
}

.news ul {
	padding-bottom: 2px;	
	margin-bottom: 0px;
}

.news-left {
	float: left;
	width: 80px;
}

.news-right {
	float: left;
	width: 130px;
}

/* --------------------------------------------------------------------- 

5.1 Home page - course browser

----------------------------------------------------------------------*/

.course-browser {
	background-image: url(../images/course-browser-front.png);
	background-repeat: no-repeat;
	display: block;
	width: 450px;
	height: 70px;
	padding: 10px 10px 10px 10px;
}

.course-browser h2 {
	color: #5f0e00;
	margin: 0px;
}

.course-browser ul {
	margin-left: 0px;
}

.course-browser ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.course-browser ul li a {
	background-image: url(../images/home-cfinder-buttons.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

/* Links */

.course-browser ul li.career a {
	background-position: 0px 0px;
	width: 110px;
	height: 35px;
	margin-right: 1px;
}

.course-browser ul li.interest  a {
	background-position: -114px 0px;
	width: 223px;
	height: 35px;
}

.course-browser ul li.faculty a {
	background-position: -339px 0px;
	width: 114px;
	height: 35px;
}

/* Hovers */

.course-browser ul li.career a:hover {
	background-position:0px -35px;
}

.course-browser ul li.interest a:hover {
	background-position:-114px -35px;
}

.course-browser ul li.faculty a:hover {
	background-position:-339px -35px;
}

/* --------------------------------------------------------------------- 

5.2 Home page - promo panels

----------------------------------------------------------------------*/

.promo-primary {
	background-image: url(../images/shadow-promo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	margin: -20px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	width: 470px;
	height: 150px;
}

.promo-primary ul li {
	list-style: none;
	float: left;
	margin: 0px 13px 0px 0px;
}

.promo-primary ul li.last {
	list-style: none;
	float: left;
	margin: 0px;
}

.promo-primary ul li a {
	background-image: url(../images/promos-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	width: 148px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

.promo-primary ul li.enrol a:hover {
	background-position: -0px -122px;
}

.promo-primary ul li.ask a {
	background-position: -162px 0px;
}

.promo-primary ul li.ask a:hover {
	background-position: -162px -122px;
}

.promo-primary ul li.free a {
	background-position: -322px 0px;
}

.promo-primary ul li.free a:hover {
	background-position: -322px -122px;
}
 
/* --------------------------------------------------------------------- 

5.3 Home page - Gallery browser

----------------------------------------------------------------------*/

.gallery-home {
	position: relative;
}

#home-slider-wrapper {
	height:210px;
	display:none;
}

#home-slider-placeholder {
	height:210px;
	margin-bottom:20px;
}

#homeslider-slidebox {
	width:425px;
	height:210px;
	background:url(../images/homeslider_bg.gif);
	background-position: left top;
	float:left;
	margin: 0px;
	padding: 0px;
	}

.homeslider-slide {
	width:430px;
	height:210px;
	margin: 0px;
	overflow:hidden;
	}
	
.homeslider-slide .advance_others {
	font-size:12px;margin:0px;}

#homeslider-prev-button {
	float:left;
}

#homeslider-next-button {
	float:right;
}

#homeslider-prev-button a {
	background:url(../images/homeslider_left.gif) no-repeat;
	height:210px;
	width:20px;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
}

#homeslider-next-button a {
	background:url(../images/homeslider_right.gif) no-repeat;
	height:210px;
	width:20px;
	display:block;
	outline:none;
	position:relative;
	z-index:100;
}

#homeslider-prev-button a:hover {
	background:url(../images/homeslider_left_h.gif) no-repeat;
}

#homeslider-next-button a:hover {
	background:url(../images/homeslider_right_h.gif) no-repeat;
}

#home-slider-nav {
	position:relative;
	text-align:right;
	right:210px;
	bottom:-10px;
	z-index:50;
	height:10px;
}

#home-slider-nav li {
	list-style-type:none;
	display:inline;
	margin:0 5px 0 0;
	height:5px;
	width:5px;
}

#home-slider-nav li a {
	background:url(../images/homeslider_dot.gif) no-repeat;
	height:7px;
	width:8px;
}

#home-slider-nav li a:hover {
	text-decoration: none;
} 

#home-slider-nav li .activeSlide {
	text-decoration: none;
	background:url(../images/homeslider_current_dot.gif) no-repeat;
	height:5px;
	width:5px;
}

.home-slide-left {
	float:left;
	margin:10px 10px 10px 15px;
}

.home-slide-left img {
	margin: 0px 8px 0px 8px;
}

.homeslider-slide span {
	display:block;
	margin-bottom:2px;
	margin-top:8px;
}

.homeslider-slide p {
	font-size:11px;
}

#home_features {
	width:300px;
	float:left;
	margin-right:20px;
	margin-bottom:0px;
}


/* --------------------------------------------------------------------- 

5.4 Home page - base promo boxes

----------------------------------------------------------------------*/

.base-promo-panel {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 145px;
	width: 960px;
}

.base-promo-panel .content-right {
	text-align: right;
}

/* --------------------------------------------------------------------- 

5.5 Gateways, secondary course browser & Apply

----------------------------------------------------------------------*/

.col-right ul li {
	list-style-type: none;
	margin: 0px;
}

.gateways {
    text-align: left;
}

.gateways li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.gateways a {
	background-image: url(../images/gw-cf.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: lighter;
	color: #596463;
	display: block;
	width:183px;
	height: 24px;
	margin: 0px;
	padding: 3px 0px 3px 32px;
	margin: 5px 0px 5px 0px;
	border-bottom: dotted 1px #e2e2e2;
	vertical-align: top;
}

.gateways a:hover {
	color: #012e62;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

.gateways li.is a {
	background-position: 0px 0px;
}

.gateways li.is a:hover {
	background-position: 0px -31px;
}

.gateways li.faq a {
	background-position: 0px -62px;
}

.gateways li.faq a:hover {
	background-position: 0px -93px;
}

.gateways li.ss a {
	background-position: 0px -125px;
}

.gateways li.ss a:hover {
	background-position: 0px -156px;
}

/* Course browser Small */

.cb-small {
	margin-top: 20px;
}

.cb-small li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.cb-small a {
	background-image: url(../images/course-browser-small.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: lighter;
	color: #596463;
	display: block;
	padding: 12px 0px 5px 45px; 
}

.cb-small a:hover {
	color: #012e62;
	text-decoration: none;
}

.cb-small li.browse {
	background-image: url(../images/course-browser-small.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 215px;
	height: 44px;
} 

.cb-small li.career a {
	background-position: left -44px;
	width: 170px;
	height: 25px;
} 

.cb-small li.career a:hover {
	background-position: -225px -44px;
	} 

.cb-small li.interest a {
	background-position: left -86px;
	width: 170px;
	height: 25px;
} 

.cb-small li.interest a:hover {
	background-position: -225px -86px;
	} 

.cb-small li.faculty a {
	background-position: left -128px;
	width: 170px;
	height: 30px;
} 

.cb-small li.faculty a:hover {
	background-position: -225px -128px;
	} 

/* Apply online  sidebar*/

.enrol-side {
		float: left;
		padding: 0px 0px 20px 0px;
		margin-top: 0px;
}

.enrol-side li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.enrol-side a {
	background-image: url(../images/services-side.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 214px;
	height: 49px;
	margin-bottom: 5px;
}

.enrol-side li.ask a {
	background-position: 0px -52px;
}

.enrol-side li.ask a:hover {
	background-position: -216px -52px;
}

.enrol-side li.apply a:hover {
	background-position: -216px 0px;
} 

.enrol-side li.call a {
	background-position: 0px -104px;
} 

.enrol-side li.call a:hover {
	background-position: -216px -104px;
} 
 
/* --------------------------------------------------------------------- 

5.6 Quick links

----------------------------------------------------------------------*/

.quicklinks {
	float:left;
	margin-top: 40px;
	width: 215px;
}

.quicklinks li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.quicklinks ul {
	padding-bottom: 0px;	
	margin-bottom: 13px;
}

.quicklinks li a {
	font-size: 12px;
	font-weight: lighter;
	color: #596463;
	background-image: url(../images/quick-links-bullet.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	width:185px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 30px;
	border-bottom: dotted 1px #e2e2e2;
}

.quicklinks li a:hover {
	color: #012e62;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

/* --------------------------------------------------------------------- 

5.7. Sidebar promos

----------------------------------------------------------------------*/

.promo-side {
	float: left;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px -40px 0px;
}

.promo-side ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------------------------------------- 

6. Landing pages

----------------------------------------------------------------------*/

.media-player {
	margin-bottom: 20px;
}

.launcher {
	border-top: solid 5px #991a04;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	display: block;
}

.launcher h3 {
	color: #5f0e00;
}

.launcher img, .launcher .content, .launcher .links {
	float: left;
}

.launcher img {
	border: solid 1px #596463;
}

.launcher .content {
	width: 180px;
	display: block;
	margin: 0px 20px 0px 20px;
}

.launcher .links {
	display: block;
	width: 165px;
}

.launcher .links li {
	background-image: url(../images/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;	
}

.launcher .links li a {
	background-image: url(../images/quick-links-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	display: block;
}

.launcher h3 {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------- 

6.1 Destination pages

----------------------------------------------------------------------*/
ul.AspNet-Menu-Vertical {
}

.AspNet-Menu-Vertical li a {
	color: #555;
	font-size: 0.846em;
	line-height: 12px;
	display: block;
	padding: 7px 0px 7px 0px;
	margin: 0px;
	border-bottom: dotted 1px #e2e2e2;
}

.AspNet-Menu-Vertical AspNet-Menu-WithChildren {
	display: block;
}


.AspNet-Menu-Vertical li a:hover {
	background-color: #f8f8f8;
	color: #012e62;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
}

.AspNet-Menu-Vertical li.AspNet-Menu-Selected a {
	background-color: #f8f8f8;
	background-image: url(../images/local-selected.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #012e62;
	text-decoration: none;
	display: block;
	padding: 7px 0px 7px 10px;
	margin: 0px;
	border-top: solid 1px #012e62;
	border-bottom: solid 1px #012e62;
}

.AspNet-Menu-Vertical li {
	padding: 0px;
	margin: 0px;
	list-style-type: none; 
	border-bottom:none;
}

.AspNet-Menu-Vertical li span {
	color: #012e62;
	font-weight: bold;
	margin-top: 20px;
}

.AspNet-Menu-Leaf-nodivider {
	background-image: none !important;
}


/* --------------------------------------------------------------------- 

6.2 Gallery

----------------------------------------------------------------------*/

.select-panel {
	background-image: url(../images/content-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
	overflow: hidden;
}

.pri-selector ul {
	margin: 0px 20px 0px 0px;
	display:block;
}

.select-panel ul li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

.select-panel ul li ul li {
	float: none;
	list-style-type: none;
	position: relative;
	margin: 0px 20px 0px 0px;
}

.select-panel ul.col {
	width: 210px;
	margin-right: 10px;
	display: block;
}

.pri-selector {
	background-image: url(../images/gallery-divider.png);
	background-repeat: repeat-y;
	background-position: right center;
}

.pri-selector li.current-parent a {
	font-weight: bold;
	color: #5f0e00;
}

.select-panel li.current a {
	background-image: url(../images/quick-links-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-weight: bold;
	color: #5f0e00;
	padding-left: 10px;
}

/* Thumbnails */

.gallery-items {
	padding-left: 15px;
	display: block;
}

.gallery-items ul li {
	float: left;
	margin: 0px;
	list-style-type: none;
}

.gallery-items ul li a img {
    margin: 0px 15px 10px 0px;
    border: solid 1px #fff;
}

.gallery-items ul li a:hover img {
    margin: 0px 15px 10px 0px;
    border: solid 1px #5f0e00;
}

.pagination {
	background-color: #fbfbfb;
	display: block;
	width: 100%;
	float: left;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.pagination span, .pagination a {
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	padding: 3px 5px 3px 5px;
}

.srch-Page-bg {
	font-size: 14px;
	background-color: #fbfbfb;
	display: inline;
	width: 445px;
	float: left;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	
}

.srch-stats {
	background-color: #fbfbfb;
	font-size: 14px;
	text-align: right;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	display: block;
	width: 230px;
	float: right;
}


/* --------------------------------------------------------------------- 

6.4 Search & News pages

----------------------------------------------------------------------*/

.news-listings ul li {
	margin: 0px;
	background-image: url(../images/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;
	padding-bottom: 10px;
	list-style-type: none
	}
	
.search-results ul li {
	margin: 0px;
	background-image: url(../images/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 10px;
	list-style-type: none
}
	
.search-results p{
	margin-bottom: 5px;
}

.news-listings img {
	float: left;
	border: solid 1px #ccc;
	padding: 1px;
	margin: 0px 10px 10px 0px;
}

.date {
	font-family:Baskerville, Palatino, Georgia, "Times New Roman", Times, sans-serif;
	font-style: italic;
}



/* --------------------------------------------------------------------- 

6.3 Courses

----------------------------------------------------------------------*/

.course-selector {
	display: block;
	float: left;	
	width: 715px;
	padding: 20px 0px 20px 0px;
}

.selector {
	padding: 3px;
}

.course-content-select {
	display: block;
	float: left;
	margin-top: 20px;
	width: 715px;
	padding-bottom: 0px;
}

.course-content-select table, .course-content-select td{
	width:auto !important;
	margin: none !important;
	padding: 0px !important;
	border: none !important;
}

.course-interest {
	display: block;
	height: 70px;
	padding-bottom: 20px;
}

.results ul li {
	padding: 10px;
}

/* Tabs */

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	text-decoration: none; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	background-image: url(../images/tab-left-selected.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
 }
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #991a04;
	background-image: url(../images/tab-right-selected.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
 
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 	
	border-left: none;
	margin: 0px;
	}

.ui-tabs .ui-tabs-panel { 
	padding: 20px 0px 20px 5px; 
	display: block; 
	border-width: 0; 
	background: none; 
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.tabs	 {
	background-image:url(../images/course-tabs-bgrnd.png);
	background-repeat: no-repeat;
	display: block;
	width: 715px;
	height: 55px;
	position: relative;
	margin: 20px 0px 10px 0px;
	padding-left: 10px;
}

.tabs li {
	background-image: url(../images/tab-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	height: 40px;
	margin	: 16px 3px 0px 0px;
}

.tabs li a {
	background-image: url(../images/tab-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 10px 20px 10px 20px;
}

.tabs li a:hover {
	color: #991a04;
} 

.course-back-link {
	display: block;
    padding-bottom: 10px;
}

.course-back-link a {
    color: #999;
    font-size: 12px;
}

.course-back-link a:hover {
    color: #666;
}

/* --------------------------------------------------------------------- 

7. Forms
----------------------------------------------------------------------*/

select {
	font-size: 14px;
	padding: 3px;
}

.info-form li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.info-form ul li ul {
	padding-bottom: 10px;
}

.info-form input, .info-form textarea {
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: #333;
	font-size: 12px;
	padding: 2px;
	width: 400px;
}

.info-form input.send-form {
	width: 102px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	}

ul.submit li {
	float: left;
}

ul.submit  li.cancel {
	display: block;
	vertical-align: middle;
	margin: 13px 0px 0px 10px;
}

/* --------------------------------------------------------------------- 

8. Footer

----------------------------------------------------------------------*/

#basefooter {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #43504f;
	height: 240px;
	display: block;
	margin-top: 60px;
	padding: 100px 0px 40px 0px;
}

#basefooter h3 {
	font-size: 0.923em; /* 1.231 em = 12px */
	line-height: 1.385;	
	color: #fff;
	margin-bottom: 10px;
}

#basefooter ul li {
	margin: 0px 0px 5px 5px;
	list-style-type: none;
}

#basefooter a {
	color: #ccc;
}

#basefooter .feedback {
	background-image: url(../images/footer-feedback.png);
	background-repeat: no-repeat;
	display: block;
	width: 215px;
	height: 150px;
	float: left;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	text-align:left;
}

#basefooter .feedback textarea {
    background-color: #efefef;
    border: solid 1px #43504f;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    width: 175px;
    height: 50px;
    display: block;
}

#basefooter a.SendButton {
	background-image: url(../images/button-footer-send.png);
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 27px;
}

#basefooter .disclaimer ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
} 

#basefooter .disclaimer li {
	font-size: 10px;
	color: #ccc;
	margin: 0px 20px 0px 0px;
	float: left;
}

#basefooter.disclaimer a {
	color: #eee;
}

#basefooter .twitter, #basefooter .youtube, #basefooter .facebook, #basefooter .myspace, #basefooter .wordpress {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 25px;
	margin-bottom: 5px;
}

#basefooter .twitter {
	background-image: url(../images/twitter_16.png)
}

#basefooter .youtube {
	background-image: url(../images/youtube_16.png)
}

#basefooter .facebook {
	background-image: url(../images/facebook_16.png)
}

#basefooter .myspace {
	background-image: url(../images/myspace_16.png)
}

#basefooter .wordpress {
	background-image: url(../images/wordpress_16.png)
}

/* --------------------------------------------------------------------- 

9. Services

----------------------------------------------------------------------*/

.services-base {
	margin-top: 20px;
}

/* --------------------------------------------------------------------- 

10. Misc

----------------------------------------------------------------------*/

.seperator {
	background-image: url(../images/content-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-bottom: 60px;
}

.seperator td {
	text-align: left;
	padding: 10px 10px 10px 10px;
}


/* ----- Tables -----*/

.container table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	empty-cells:hide;
	border-collapse:separate;
	border-bottom: 1px solid #ccc;
}

.container th, .container td {
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.container th, .container td , .container tr td{
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 10px 10px;
}


.container th {
	font-weight: bold;
	background-color: #eee;
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.container tr td {
	border-bottom: 1px solid #eee;
}

.seperator {
	background-image: url(../images/content-divider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-bottom: 60px;
}

.seperator table{
	empty-cells:hide;
	border-collapse:separate;
}

.seperator td {
	text-align: left;
	padding: 10px 10px 10px 10px;
}


/* ----- Pads and margins -----*/

.pad_bottom {
	padding-bottom: 20px;
}

.pad-top {
	padding-top: 20px;
}

/* --------------------------------------------------------------------- 

11. Sharepoint fixes

----------------------------------------------------------------------*/

.course-interest h3 {
    margin-top: 20px;
    margin-bottom: -10px;
}

.ms-WPHeader td {
	border-bottom-style: none;
	padding-top: 5px; padding-bottom: 5px;
}

.search .ms-WPBorder{
	border:none !important;
}

.ms-WPTitle {
	padding: 0;
}

.ms-WPBody h2, .ms-TPBody h2 {
	font-size: 1.2em;
}

.ms-WPBody {
font-size: 1.0em;
}

.search {
	position: absolute;
	right: 6px;
	top: 8px;
	width:255px;
	height: 30px;
	z-index: 9999;
}

.ms-sbplain{
	font-size: 14px;
	padding: 2px;
	width: 180px !important;
}

.search table, .search tr, .search td, .search tr td {
	background:transparent !important;	
	empty-cells:hide;
	border-collapse:separate;
	padding:0px;
	border: none !important;
	margin:0px !important;
	margin-bottom:0px !important;
	margin-top:0px !important;
	margin-right:0px !important;
	margin-left:0px !important;
}

.search tr.ms-WPHeader{
	display:none;
}

#SRSB table td.ms-sbgo{
	background:transparent !important;
	border: none;
	vertical-align:baseline !important; 
	padding: 1px 0px 0px 1px !important;
}

#SRSB table td.ms-sbgo a img{
	margin: 0px 0px 0px 0px !important;
}

.author-controls{
	padding:5px 0px 5px 0px;
	width:600px;
}

.author-controls table{
	background: transparent none !important;
	margin-top: 0px;
	margin-bottom: 0px;	
	empty-cells:hide !important;
	border-collapse:separate;
	border: none !important;
}

.author-controls td{
	background: transparent none !important;
	padding: 0px !important;
	empty-cells:hide !important;
	height:auto !important;
	padding: 0px 1px 0px 1px !important;
	border:none !important;
}

.author-controls .ms-siteaction{
	width: 80px;
}

.ms-rtetoolbarmenu table, .ms-rtetoolbarmenu tr, .ms-rtetoolbarmenu td{
	empty-cells:hide;
	border-collapse:separate;
}

.ms-rtetoolbarmenu img{
	margin: 0px !important;
	float:none !important;
}

.ms-formfieldcontainer table{
	padding:0px !important;
	margin:0px !important;
}

.ms-formfieldcontainer tr td{
	padding:0px !important;
	margin:0px !important;
}

.ms-formfieldvaluecontainer table {
	width: auto !important;
	padding: 1px;
	border-bottom: none;
}

.webpart
{
    clear:both;    
}

#MSO_tblPageBody #MSOTlPn_MainTD {
	vertical-align:top;
	font-size: 80%;
}

#MSO_tblPageBody #MSOTlPn_MainTD select, input{
	font-size: 80%;
}

.enquiry {
	margin: -10px 0px 0px 0px;
}

.enquiry input[type='button']{
	background-image: url(../images/button-contact-send.png) !important;
	width:102px !important;
	height:43px !important;
	border:none !important;
	background-color: transparent !important;
	display: block !important;
}

.enquiry input, textarea{
	font-size: 1em !important;
}

.enquiry select{
	padding: 2px;
	width: 402px;
	border: 1px silver solid;
	font-size: 1em;
}

.enquiry div{
	padding: 0px !important;
	margin:0px 0px 0px 0px !important;
}

.DialogContainer{
	background-color: white !important;
}

.DialogFrame iframe{
	display: none !important;
}

.BrandingText{
	display: none !important;
}

.enquiry table{
	border: none !important;
}

.asteriskIcon{
	background:red;
	width: 5px;
	height: 5px;
}

.asteriskIcon span{
	display: none;
}

