/* CSS Document */

body {
    background-image:url(/css/images/wit/page-bg.png);
    background-repeat:repeat-x;
    background-color:#EBECEC;
    font-family:Arial, Helvetica, Verdana, Sans;
    font-size:12px;
    color:#333333;
    line-height:1.6em;
}

h1 {
    font-size:1.8em;
    font-weight:bold;
    line-height:1.4em;
    color:#0078AE;
    letter-spacing:0em;
    margin:0 0 0.5em 0;
}
h2 {
    font-size:1.6em;
    font-weight:normal;
    line-height:1.4em;
    color:#0078AE;
    letter-spacing:0em;
    margin:0 0 0.5em 0;
}
h3 {
    font-size:1.4em;
    font-weight:normal;
    line-height:1.4em;
    color:#000000;
    letter-spacing:0em;
    margin:0 0 0.5em 0;
}

a {
    color:#0078AE;
    text-decoration:none;
}
a:hover {
    color:#0078AE;
    text-decoration:underline;
}
a.on {
    font-weight:bold;
}

p {
    margin-bottom:1em;
}

.content ul {
    margin:1em 0.5em 1em 2em;
}
.content ul li{
    background-image:url(/css/images/wit/bullet-raquo-grey.png);    
    background-position:0px 5px;
    background-repeat:no-repeat;
    padding-left:1.5em;
    margin:0.5em 0;
}

ol {
    list-style-type:decimal;
    padding:0 0 0 40px;
    margin-bottom:1em;
}

.expandPanel ul {
    margin:1em 0.5em 1em 2em;
}
.expandPanel ul li{
    background-image:url(/css/images/wit/bullet-raquo-grey.png);    
    background-position:0px 5px;
    background-repeat:no-repeat;
    padding-left:1.5em;
    margin:0.5em 0;
}

#container {
    width:976px;
    margin:0 auto;
    /*font-size:11pt;*/
}

.clear {
    clear:both;
}

.watermark
{
   color:Gray;
}

.drop-shadow-left {
    background-image:url(/css/images/wit/drop-shadow-l.png);
    background-repeat:repeat-y;
    width:100%;
}
.drop-shadow-right {
    margin-left:8px;
    background-image:url(/css/images/wit/drop-shadow-r.png);
    background-repeat:repeat-y;
    background-position:right;
}
.drop-shadow-top-container, .drop-shadow-bottom-container, .drop-shadow-join-container {
    height:8px;
    clear:both;
}
.drop-shadow-top-left, .drop-shadow-top-right, .drop-shadow-top-middle, 
.drop-shadow-bottom-left, .drop-shadow-bottom-right, .drop-shadow-bottom-middle, 
.drop-shadow-join-left, .drop-shadow-join-right, .drop-shadow-join-middle {
    height:8px;
    width:16px;
    float:left;
    background-repeat:no-repeat;
}
.drop-shadow-join-left, .drop-shadow-join-right, .drop-shadow-join-middle {
    height:16px;   
}
.drop-shadow-top-middle, .drop-shadow-bottom-middle, .drop-shadow-join-middle {
    width:944px;
    float:left;
    background-repeat:repeat-x;
}
.drop-shadow-top-middle {
    background-image:url(/css/images/wit/drop-shadow-tm.png);
}
.drop-shadow-top-left {
    background-image:url(/css/images/wit/drop-shadow-tl.png);
}
.drop-shadow-top-right {
    background-image:url(/css/images/wit/drop-shadow-tr.png);
}
.drop-shadow-bottom-middle {
    background-image:url(/css/images/wit/drop-shadow-bm.png);
}
.drop-shadow-bottom-left {
    background-image:url(/css/images/wit/drop-shadow-bl.png);
}
.drop-shadow-bottom-right {
    background-image:url(/css/images/wit/drop-shadow-br.png);
}
.drop-shadow-join-middle {
    background-image:url(/css/images/wit/drop-shadow-bm.png);
}
.drop-shadow-join-left {
    background-image:url(/css/images/wit/drop-shadow-bl.png);
}
.drop-shadow-join-right {
    background-image:url(/css/images/wit/drop-shadow-br.png);
}

#section-index ul {
    margin:10px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
#section-index li {
    float:left;
    height:80px;
    width:345px;
    margin:0;
    padding:0;
    background-image:none;
}
#section-index ul li img {
    height:60px;
    width:60px;
    margin-right:10px;
    float:left;
    border:0;
}
#section-index ul li .title{
    width:245px;
    float:left;
    border:0;
    font-weight:bold;
    padding-bottom:3px;
}
#section-index ul li .blurb{
    width:245px;
    float:left;
    border:0;
    font-size:0.9em;
    line-height:1.2em;
}
#section-index a {
    color:#444444;
}
#section-index a:hover {
    text-decoration:underline;
}

#header-container, #body-container, #footer-container {
    clear:both;
    width:976px;
}

#header {
    width:960px;
    height:94px;
    float:left;
    background-color:#FFFFFF; 
    /* fix ie6 directX filter issue of inputs not focusing */
    position: relative;
}

#logo {
    margin:8px 0 0 25px;
    width:145px;
    height:78px;
    float:left;
}


#phone {
    padding-top:24px;
    margin-left:153px;
    width:173px;
    height:25px;
    float:left;
}


#headernav {
    width:660px;
    /*padding-top:17px;*/
	margin-top: -22px;
    margin-right:30px;
    float:right;
    clear:right;
    font-size:1.0em;
    text-align:right;
    vertical-align:text-bottom;
    color:#DDDDDD;
}

#headernav ul {
    float:right;
}
#headernav li {
    float:left;
    text-align:right;
    margin:0;
    padding:2px 0 0 5px;
}    
#headernav a {
    color:#999999;
    padding:2px 4px;
}
#headernav a.on, #headernav a:hover {
    color:#0078AE;
}

#content-search {
    float:right;
    margin:23px 30px 0 0;
}
#social-media {
    width:180px;
    height:26px;
    float:right;
    margin:20px 20px 0 0;
}

#social-media ul {
    margin:0;
    padding:0;
}

#social-media li {
    float:left;
    display:inline;
}

#social-media a {
    display:block;
    margin:0;
    padding:0;
    text-align:center;
    color:#FFFFFF;
    text-indent:-10000px;
}

#rss,
#facebook,
#twitter,
#email
{
	background: url(/css/images/wit/social-media.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
} 

#rss, #facebook, #twitter, #email { width:26px; height:26px; }

#rss { background-position: 0px 0px; }
#rss.on, #rss:hover { background-position: 0px -26px; }
#facebook { background-position: -28px 0px; }
#facebook.on, #facebook:hover { background-position: -28px -26px; }
#twitter { background-position: -55px 0px; }
#twitter.on, #twitter:hover { background-position: -55px -26px; }
#email { background-position: -83px 0px; }
#email.on, #email:hover { background-position: -83px -26px; }


#moodle
{
	background: url(/css/images/wit/moodle_sm.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
	width:76px; 
	height:26px;
	margin-top: 5px;
}


#heroimage {
    clear:both;
    width:960px;
    margin:0 auto;
}

#primarynav 
{
  width:960px;
  height:41px;
  margin:0 auto;
  clear:both;
  font-size:1.1em;
  font-weight:bold;
  color:#FFFFFF;
}

#primarynav ul {
  margin:0;
  padding:0;
}

#primarynav li {
  float:left;
  display:inline;
}

#primarynav a {
  display:block;
  margin:0;
  padding:0;
  text-align:center;
  color:#FFFFFF;
  text-indent:-10000px;
}

#nav-1174,
#nav-1175,
#nav-1176,
#nav-1181,
#nav-1182
{
	background: url(/css/images/wit/sp-primary-nav.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
} 

#nav-1174 { width:192px; height:41px; }
#nav-1175 { width:192px; height:41px; }
#nav-1176 { width:192px; height:41px; }
#nav-1181 { width:192px; height:41px; }
#nav-1182 { width:192px; height:41px; }

#nav-1174 { background-position: 0px 0px; }
#nav-1174.on, #nav-1174:hover { background-position: 0px -41px; }
#nav-1175 { background-position: -192px 0px; }
#nav-1175.on, #nav-1175:hover { background-position: -192px -41px; }
#nav-1176 { background-position: -384px 0px; }
#nav-1176.on, #nav-1176:hover { background-position: -384px -41px; }
#nav-1181 { background-position: -576px 0px; }
#nav-1181.on, #nav-1181:hover { background-position: -576px -41px; }
#nav-1182 { background-position: -768px 0px; }
#nav-1182.on , #nav-1182:hover { background-position: -768px -41px; }

#body {
    width:960px;
    background-color:#FFFFFF; 
    /* fix ie6 directX filter issue of inputs not focusing */
    position: relative;
}

.breadcrumbWrapper {            
}

.breadcrumbs {
  font-size:0.9em;  
  padding:2px 0px;
  margin:0 0 5px 0;
  float:left;    
}

.breadcrumbs li {
    float:left;     
    margin:0 5px 0 0;
    background:url(/css/images/wit/breadcrumb-menu.png) no-repeat right 8px;
}

.breadcrumbs li.active {
    background:none;
    color:#0078AE;
}

.breadcrumbs li a {
    display:inline-block;
    margin-right:9px;
    text-decoration:underline;
    color:#333333;
}

.breadcrumbs li a:hover {
    text-decoration:none;
}

#secondary-container {
    background-color:#FFFFFF;
    background-image:url(/css/images/wit/secondary-nav-bg.png);
    background-repeat:repeat-y;
    background-position:left top;
    float:left;
    width:100%;
}
#secondarynav {
  width:190px;
  float:left;
  font-size:0.9em;
}
#secondarynav ul {
	padding:35px 0;
	margin:0;
}
#secondarynav li {
    margin:0;
    padding:0;
}
#secondarynav ul ul {
	padding:5px 0px;
}
#secondarynav li li {
    margin:0;
    padding:0;
	font-size:0.9em;
}

#secondarynav a {
	padding:5px 10px 5px 10px;
    color:#444444;
    display:block;
}
#secondary-nav a.on {
    color:#0078AE;
}
#secondarynav a:hover {
    text-decoration:none;
    background-color:#BFDDEB !important;
}
#secondarynav li li a {
	padding:2px 5px 2px 20px;
    color:#222222;
    display:block;
}

#secondarynav a.level-4.on ,
.courseSearch .courseSearchLabel,
.latest-article .latest-article-title   {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px 0px;
    color:#FFFFFF;
}
#secondarynav a.level-5.on {
    color:#0078AE;
}

/*** BEGIN Audience-specific styling ***/

.audience-1174 h1, .audience-1174 h2, .audience-1174 .content a, .audience-1174 .content a:hover, .audience-1174 #secondarynav a.level-5.on {
    color:#78288B;
}
.audience-1174 #secondarynav a:hover {
    background-color:#DDC9E2 !important;
}
.audience-1174 #secondarynav a.level-4.on,
.audience-1174 .courseSearch .courseSearchLabel    {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px -61px;
    color:#FFFFFF;
}
.audience-1175 h1, .audience-1175 h2, .audience-1175 .content a, .audience-1175 .content a:hover, .audience-1175 #secondarynav a.level-5.on  {
    color:#00B1A0;
}
.audience-1175 #secondarynav a:hover {
    background-color:#BFEBE7 !important;
}
.audience-1175 #secondarynav a.level-4.on ,
.audience-1175 .courseSearch .courseSearchLabel    {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px -122px;
    color:#FFFFFF;
}
.audience-1176 h1, .audience-1176 h2, .audience-1176 .content a, .audience-1176 .content a:hover, .audience-1176 #secondarynav a.level-5.on  {
    color:#F58025;
}
.audience-1176 #secondarynav a:hover {
    background-color:#FDDFC8 !important;
}
.audience-1176 #secondarynav a.level-4.on,
.audience-1176 .courseSearch .courseSearchLabel    {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px -183px;
    color:#FFFFFF;
}
.audience-1181 h1, .audience-1181 h2, .audience-1181 .content a, .audience-1181 .content a:hover, .audience-1181 #secondarynav a.level-5.on  {
    color:#8EC640;
}
.audience-1181 #secondarynav a:hover {
    background-color:#E3F1CF !important;
}
.audience-1181 #secondarynav a.level-4.on,
.audience-1181 .courseSearch .courseSearchLabel    {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px -244px;
    color:#FFFFFF;
}
.audience-1182 h1, .audience-1182 h2, .audience-1182 .content a, .audience-1182 .content a:hover, .audience-1182 #secondarynav a.level-5.on  {
    color:#D4214C;
}
.audience-1182 #secondarynav a:hover {
    background-color:#FFC5D2 !important;
}
.audience-1182 #secondarynav a.level-4.on ,
.audience-1182 .courseSearch .courseSearchLabel    {
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position: 0px -305px;
    color:#FFFFFF;
}
/*** END Audience-specific styling ***/



#content {
    width:714px;
    margin:5px 15px 20px 15px;
    float:left;
    display:inline;
    background-color:#FFFFFF;
}
#secondary-container #content {
    width:524px;
}

#sidebar {
  width:200px;
  padding:35px 0 0 0;
  float:right;
  margin:0 10px 20px 0;
    display:inline;
}


#footer-container {
    clear:both;
}
#footer {
    width:904px;
    padding:8px 28px;
    background-image:url(/css/images/wit/footer-bg.png);
    background-repeat:repeat-x;
    background-position:top;
}

#footer-container .drop-shadow-left
,#footer-container .drop-shadow-right {
    background-image:none;
}

#affiliates {
    float:left;
}
#affiliates li {
    display:inline;
    float:left;
}
#affiliates a {
    display:block;
    text-indent: -10000px;
    padding-right:10px;
    background-repeat:no-repeat;
}
#job-services-australia a {
    width:74px;
    height:69px;
    background:url(/css/images/wit/affiliate-job-services-australia.png) no-repeat;
}
#skills-stores a {
    width:101px;
    height:58px;
    background:url(/css/images/wit/affiliate-skills-stores.png) no-repeat;
}
#ndco a {
    width:141px;
    height:58px;
    background:url(/css/images/wit/affiliate-ndco.png) no-repeat;
}


#footer #links {
    clear:both;
}

.link-list{
    float:left;
    margin: 20px 20px 0 0;
}

.link-list ul {
    /*width:275px;*/
    padding:10px 20px 0 0;
    font-size:0.8em;
}
.link-list li {
    padding:2px 0;
}
.link-list li a {
    color:#666666;
}

#footernav {
    margin:15px 0 0 0;
    font-size:0.95em;
    vertical-align:text-bottom;
    color:#999999;
    clear:both;
}
#footernav ul {
    float:left;
}
#footernav li {
    float:left;
    text-align:right;
    margin:0;
    padding:2px 10px 0 0;
}  
#footernav a {
    color:#444444;
    text-decoration:underline;
}
#footernav a.on, #footernav a:hover {
    color:#0078AE;
}

#copyright {
    font-size:0.85em;
    color:#787878;
    clear:both;
}
#credits {
    height:12px;
    width:250px;
    float:right;
    color:#CCCCCC;
	text-align:right;
}
#credits a {
    color:#CCCCCC;
    text-decoration:underline;
    background: none;
    padding:0;
}
a#kiandra {
	padding-right:25px; 
	background: url(/css/images/wit/kiandra.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: right 0px;
	outline:none;
}
#kiandra:hover { background-position: right -13px; }

/* tables */
#content table
{
    border: 1px solid #666666;
}

#content table th
{    
    background-color:#DDC9E2
}

#content table td,
#content table th
{
    padding:3px;
    border: 1px solid #666666;
}

/* expand panel */

.expandPanel .label {
    cursor:pointer;
    background-image:url(/css/images/wit/arrow-right-black.png);    
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:10px;      
}

.expandPanel .label.expanded {
    background-image:url(/css/images/wit/arrow-down-black.png);    
}

.expandPanel .content {
     padding-left:10px;
}

/* course search*/

.courseSearch{
    width:200px;   
  
}

.courseSearch .courseSearchLabel
{
    color:#FFFFFF;
    height:30px;
    line-height:30px;
    padding: 0px 0px 0px 10px;
    font-weight:bold;
}

.courseSearch .courseSearchContent
{
    border:3px solid #D3D3D3;
    padding:10px 15px;
}

.courseSearch .checkboxList .label
{      
    font-weight:bold;   
}

.courseSearch .checkboxList .label.expanded
{       
    display: inline-block;
}

.courseSearch .checkboxList label
{   
    width:130px;    
    display: inline-block;
}

.courseSearch .radioButtonList label
{   
    width:130px;    
    display: inline-block;
}

.courseSearch select
{
     width:152px;    
}

.courseSearch input#keywords
{
    width:145px;    
}

.courseSearch .criteria
{
    margin-bottom:10px;
}

.courseSearch .criteria.international
{
    font-size:0.9em;
}

.courseSearch .buttons input
{
    margin-right:10px;
}

/*side bar */
.sideLinks
{
    margin-bottom:10px;
}

.sideLinks ul
{    
}

.sideLinks li
{    
}

.sideLinks li a
{    
    color:#FFFFFF;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding:0 0 0 10px;
    margin:0 0 1px 0;
    background-image:url(/css/images/wit/secondary-nav-active-bg.png);
    background-position:0 61px;
    width:190px; 
    display:inline-block;
    
}

.sideLinks li a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}


/* course search results */

.searchResults .tabs
{
    border-bottom:1px solid black;
    margin-bottom:5px;
}

.searchResults .tabs ul
{
    height:20px;
}

.searchResults .tabs li
{
    float:left;
    padding: 0px 10px;
}

.searchResults .tabs li.selected
{
    font-weight:bold;
}

.searchResults .maxResults
{
    font-weight:bold;
    margin-bottom:10px;
    color:gray;
}

.searchResults .industryGroup
{
    margin-bottom:10px;
}

.searchResults .industryGroup .label
{    
    margin-bottom:10px;
}

.searchResults .industryGroup .category
{
    padding-left:20px;
}

.searchResults .courseSearchResult
{
    padding-left:20px;
    margin-bottom:10px;
}

.searchResults .category .categoryLabel
{
    font-weight:bold;
    margin-bottom:10px;
}

.searchResults .courseSearchResult
{
    margin-bottom:20px;
}

.searchResults .courseSearchResult .title
{
    margin-bottom:0px;
}

.searchResults .courseSearchResult .blurb
{
    font-style:italic;
    color:Gray;
}
.email-label {
    background: url(/css/images/wit/label-email.png) no-repeat;
    padding:0 0 0 75px;
}
.phone-label {
    background: url(/css/images/wit/label-phone.png) no-repeat;
    padding:0 0 0 75px;
}
.visit-label {
    background: url(/css/images/wit/label-visit.png) no-repeat;
    padding:0 0 0 75px;
}
.fax-label {
    background: url(/css/images/wit/label-fax.png) no-repeat;
    padding:0 0 0 75px;
}

/* old contact styles */

div.contact {
    margin:3px 0;
    clear:both;
}
div.contact .label {
    width:75px;
    height:16px;
    float:left;
    margin-top:0.15em;
    font-weight:bold;
    text-indent:-10000px;
}
div.contact .text {
    float:left;
}
div.contact div.phone {
    background: url(/css/images/wit/label-phone.png) no-repeat;
}
div.contact div.fax {
    background: url(/css/images/wit/label-fax.png) no-repeat;
}
div.contact div.email {
    background: url(/css/images/wit/label-email.png) no-repeat;
}
div.contact div.www {
    background: url(/css/images/wit/label-www.png) no-repeat;
}
div.contact div.visit {
    background: url(/css/images/wit/label-visit.png) no-repeat;
}

a[href^="http://"]{
    background: url(/css/images/wit/ico-external-16.png) no-repeat right 0;
    background-repeat:no-repeat;
    padding:0 12px 0 0 ;
}

/* contact info styles */
.contactInfo span
{
    display:inline-block;
}

.contactInfo div
{
    margin: 0 0 3px 0;
}

.contactInfo label 
{
    padding-left:25px;
    background:url(/css/images/wit/contact-icons.png) no-repeat;
    width:60px;
    display:inline-block;
    font-weight:bold;
    vertical-align:top;
}

.contactInfo div.contact span
{
    font-weight:bold;
}

.contactInfo div.contact label
{
    background-position: 0 2px;
}


.contactInfo div.phone label
{
    background-position: 0 -18px;
}

.contactInfo div.secondaryPhone label
{
    background-position: 0 -38px;
}

.contactInfo div.fax label
{
    background-position: 0 -58px;
}

.contactInfo div.email label
{
    background-position: 0 -78px;
}

.contactInfo div.website label
{
    background-position: 0 -98px;
}

.contactInfo div.address label
{
    background-position: 0 -118px;
}

.contactInfo div.postalAddress label
{
    background-position: 0 -138px;
}

/* forms */

.form fieldset
{
    margin-bottom:10px;
}

.form fieldset legend 
{
    color:#0078AE;
    font-size:1.2em;
    margin-bottom:10px;
}

.form .errorMessage
{
    color:Red;
}

.form .row 
{
    margin-bottom:5px;
}

.form label
{
    display:block;
}

.form input,
.form textarea
{
    display:block;
    border:1px solid #CCCCCC;
    width:584px;
}

.form select
{
    display:block;
    border:1px solid #CCCCCC;
    width:586px;
}

.form .row .error
{
    background-color: #FFEEEE;
}

.form .recaptchaWrapper #recaptcha_widget_div
{
    float:left;       
}

.form .recaptchaWrapper .buttonArea
{    
    float:left;
    display:inline; 
    margin:76px 0 0 30px;
    vertical-align:top;
}

.form .buttonArea input
{
    width:119px; 
    padding: 0 10px;
    overflow:visible;
}

/* news */

ul#article-years {
    float:left;
    margin-bottom:10px;
}

div.news-for-year {
    float:left;
    font-weight:bold;
}

#article-years li {
    background:url(images/line.gif) no-repeat right center;    
    float:left;
    padding:0 10px 0 9px;
}

#article-years li.last {
    background:none;    
}

.article-group {
    clear:both;
}


.latest-article
{
    background-color:#FFFFFF;
    margin: 35px 10px;
    font-size:1.1em;
}

.latest-article .latest-article-title
{
    color:#FFFFFF;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding:0 0 0 10px;   
}

.latest-article .latest-article-content
{
    border-top:3px solid #D3D3D3;
    padding-top:10px;
}

#secondarynav .latest-article .latest-article-content ul
{
    padding:0px 0px 10px 0px; 
}

.latest-article .latest-article-content .article-title
{
    color:#0078AE;
    font-weight:bold;
    font-size:1.1em;
}

#secondarynav .latest-article .latest-article-content a.link
{
    color:#0078AE;
}

#secondarynav .latest-article .latest-article-content a.link:hover 
{
    background-color:#FFFFFF !important;
    text-decoration:underline;    
}
#secondarynav .latest-article .article-blurb {
    display:inline-block;
}

/* course details */

/*
#course-actions
{
    float:right;
    height:26px;
    width:80px;
}

#course-actions ul 
{
    margin:0;
    padding:0;
    list-style: none;
    display:block;
}

#course-actions ul li 
{
    margin:0;
    padding:0;
    display:inline;
    float:left;
    background: transparent;
}

#course-actions a
{
    color:#FFFFFF;
    display:block;
    margin:0;
    padding:0;
    text-align:center;
    text-indent:-10000px;
    height:26px;
    width:26px;
    background: url(/css/images/wit/course-actions.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
}

#course-actions a#send { background-position: -55px 0px; }
#course-actions a#send.on, #course-actions a#send:hover { background-position: -55px -26px; }
#course-actions a#print { background-position: 0px 0px; }
#course-actions a#print.on,#course-actions a#print:hover { background-position: 0px -26px;  }
#course-actions a#enquire { background-position: -81px 0px; }
#course-actions a#enquire.on, #course-actions a#enquire:hover { background-position: -81px -26px; }

*/


#course-actions
{
    float:right;
    height:30px;
    width:225px;
}

#course-actions ul 
{
    margin:0;
    padding:0;
}

#course-actions li 
{
    display:inline;
    float:left;
}

#course-actions a
{
    color:#FFFFFF;
    display:block;
    margin:0;
    padding:0;
    text-align:center;
    text-indent:-10000px;
    /*height:26px;
    width:26px;
    background: url(/css/images/wit/course-buttons.png);*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	outline: none;
}

#course-actions a#send { 
    height:30px;
    width:74px;
    background: url(/css/images/wit/course-button-send.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
 }

/*#course-actions a#send.on, #course-actions a#send:hover { background-position: -55px -26px; }*/

#course-actions a#print { 
    height:30px;
    width:72px;
    background: url(/css/images/wit/course-button-print.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
 }

/*#course-actions a#print.on,#course-actions a#print:hover { background-position: 0px -26px;  }*/

#course-actions a#enquire { 
    height:30px;
    width:76px;
    background: url(/css/images/wit/course-button-enquire.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
}

.course .expandPanel .content 
{
    padding-left:30px;   
}

.course #course-code
{
    margin-bottom:10px;
}
.heroBanner
{
    height: 280px; 
    width: 960px; 
    padding:0; 
    margin:0; 
    overflow: hidden;
}
