/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0; 
	padding: 0;
}

body {
	text-align:center;
	margin:0;
	background:url(/images/backgrounds/bg.gif) repeat-x #FFFFFF;
}

#wrapper {
	background:url(/images/backgrounds/middle_bg.jpg) top center no-repeat;
}
	
#container {
	margin:0 auto;
	width:942px;
	text-align:left;
}

td {
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
}


/* Typography */

#content h2 a, #content h3 a, #content h4 a {
	text-decoration:none;
}

#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
	text-decoration:underline;
}

/* Header */

#header {
	height:97px;
	padding:18px 0 0 0;
	text-align:right;
}

.logo {
	float:left;
}

.call {
	float:right;
	width:272px;
	height:32px;
}

.slogan {
	padding:5px 0 0 0;
	height:27px;
	color:#454D52;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}


/* Main Navigation */

#mainNav {
	padding:3px 0 0;
	height:39px;
}

#mainNav li {
	list-style:none;
	display:inline;
	font-size:14px;
	margin:0 20px;
}

#mainNav a {
	color:#FFFFFF;
}

#mainNav li a:hover {
	text-decoration:underline;
}

#mainNav li.active a {
	font-weight:bold;
}


/* Secondary Navigation */

.secondaryNav {
	height:36px;
	float:right;
	text-transform:uppercase;
}

.secondaryNav li {
	list-style:none;
	float:left;
	display:inline;
	font-size:14px;
	font-weight:bold;
	background:url(/images/backgrounds/2nd_nav_corners.gif) -7px 0 no-repeat;
	margin:0 0 0 4px;
	padding:0 0 0 7px;
}

.secondaryNav li:hover, .secondaryNav li.active {
	background-position:-7px -31px;
}

.secondaryNav a {
	color:#FFFFFF;
	display:block;
	float:left;
	padding:7px 14px 0;
	height:24px;
	background:url(/images/backgrounds/2nd_nav_bg.jpg) repeat-x #2DAFE4;
}

.secondaryNav li:hover a, .secondaryNav li.active a {
	background-position:-7px -31px;
	color:#fff;
}

.secondaryNav span {
	height:31px;
	width:7px;
	float:left;
	background:url(/images/backgrounds/2nd_nav_corners.gif) no-repeat;
}

.secondaryNav li:hover span, .secondaryNav li.active span {
	background-position:0 -31px;
}


/* Sidebar */

#sideBar {
	float:left;
	width:133px;
	margin:21px 0 20px 0;
}

.sideBarButton {
	margin:0 0 14px 0;
	display:block;
}

.blogSearch {
	background:url(/images/backgrounds/subnav_bg.jpg) repeat-x #94C43D;
	border-left:1px solid #CBE2A0;
	border-right:1px solid #CBE2A0;
	padding:0 12px 7px 12px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.blogSearch form {
	text-align:right;
}

.blogSearch input.textinput, .blogSearch input.textinputhover {
	width:101px;
	margin:10px 0 5px 0;
}

.popularPost {
	margin:0 0 12px 0;
}

.popularPost li {
	list-style:none;
	background:url(/images/spacers/arrow.gif) no-repeat 0 5px;
	padding:0 0 5px 15px;
}

.popularPost li.popularPostHeading {
	background:none;
	padding-left:0;
	font-weight:bold;
	font-size:14px;
}



/* Sub Nav */

.subNavCorners {
	height:7px;
	line-height:7px;
	background:url(/images/backgrounds/subnav_corners.gif) no-repeat;
}

.subNavCornersBottom {
	background-position:0 -7px;
	margin:-7px 0 14px 0;
}

#subNav {
	background:url(/images/backgrounds/subnav_bg.jpg) repeat-x #94C43D;
	border-left:1px solid #CBE2A0;
	border-right:1px solid #CBE2A0;
	padding:0 0 7px 0;
}

#subNav li {
	padding:2px 0;
	list-style:none;
	line-height:18px;
}

#subNav li.child, #subNav li.childChild {
	margin-left:40px;
	list-style:disc;
}

#subNav li.childChild {
	margin-left:55px;
}

#subNav a {
	color:#FFFFFF;
	display:block;
	padding:3px 12px;
}

#subNav a:hover, #subNav li.down a {
	color:#3A4145;
	background:#fff;
}

#subNav li.child a, #subNav li.childChild a {
	color:#3A4145;
	padding:0;
}

#subNav li.child a:hover, #subNav li.childChild a:hover {
	color:#3A4145;
	text-decoration:underline;
	background:none;
}

#subNav li.down.child a, #subNav li.down.childChild a {
	background:none;
	font-weight:bold;
}



/* Content */

#content {
	padding:21px 0 6px 0;
}

.home #content {
	width:295px;
}

.sideBarPage #content {
	width:780px;
	float:right;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ol {
	margin-left:24px;
}

#content ul li {
	background:url(/images/spacers/arrow.gif) no-repeat 0 5px;
	padding-left:15px;
	list-style:none;
}

#content a {
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#pageLinksContainer {
	float:right;
	margin:0 -9px 15px 28px;
}

.pageLink {
	font-size:14px;
	font-weight:bold;
	float:left;
	background:url(/images/backgrounds/page_link_bg.png) no-repeat;
	_background:url(/images/backgrounds/page_link_bg.gif) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/backgrounds/page_link_bg.png',sizingMethod='scale');
	width:126px;
	height:148px;
	padding:16px 16px 0;
	margin:0 0 2px 2px;
	text-align:center;
}

#content .pageLink a {
	color:#454D52;
	text-decoration:none;
}

#content .pageLink a:hover {
	color:#F05A28;
}

.callToAction {
	float:right;
}

#content p.contentFooter {
	margin:35px 0 10px 0;
	height:36px;
}

.partnerLogoCell {
	text-align:center;
	padding:0 20px 15px 0;
}

.partnerLabel {
	padding:0 10px 0 0;
}

.peopleTable img {
	margin:0 15px 15px 0;
}


/* Career Partners State Menus */

ul.state_submenu, ul#state_menu_list {
	margin: 0 !important; 
	padding: 5px 0;
	color: white;
}

ul.state_submenu li, #state_menu_list li {
	padding:0 0 0 20px !important;
	display: inline;
	background:none !important;
	cursor:pointer;
}

#state_menu_list {
	background-color: #007ec1;
	font-weight: bold;
}

ul.state_submenu {
	background-color: #3b9ac6;
	margin:0 0 30px 0 !important;
}

ul.state_submenu a {	
	text-decoration: underline;
	color: white;
}


/* Home */

#homeRightContent {
	float:right;
	width:630px;
	margin:15px -8px 18px 0;
}

.testDriveHome {
	margin:10px 0 0 6px;
}

.callHome {
	float:right;
	margin:10px 6px 0 0;
}


/* Media Box */

#mediaBox {
	background:url(/images/backgrounds/media_box_bg.jpg) no-repeat;
	width:464px;
	height:294px;
	padding:19px 20px 22px;
	margin:-12px 0 20px 20px;
	float:right;
}

.home #mediaBox, #mediaBox.careers {
	width:600px;
	background:url(/images/backgrounds/home_media_box_bg.jpg) no-repeat;
	margin:-5px 0 0 -5px;
}

#mediaBox.careers {
	margin-left:20px;
}

.mapContainer {
	text-align:center;
}

#content ul#mediaBoxLinks, ul#mediaBoxLinks {
	float:right;
	width:112px;
	list-style:none;
	margin:0;
}

#content #mediaBoxLinks li, #mediaBoxLinks li {
	height:48px;
	background:#fff;
	margin:0 0 1px 0;
	padding:0;
}

#mediaBoxLinks a {
	color:#454D52;
	font-size:13px;
	line-height:17px;
	display:block;
	padding:6px 12px 0;
	height:42px;
	text-decoration:none;
	background:#fff;
}

#mediaBoxLinks a.singleLine {
	padding-top:15px;
	height:33px;
}

#mediaBoxLinks li.first a {
	background:url(/images/backgrounds/media_box_link_top.jpg) no-repeat 0 -49px #fff;
}

#mediaBoxLinks li.last a, #content #mediaBoxLinks li.last {
	background:url(/images/backgrounds/media_box_link_bottom.jpg) no-repeat 0 39px #fff;
}

#mediaBoxLinks a:hover, #mediaBoxLinks li a.active {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background:url(/images/backgrounds/media_box_link_hover.jpg) #98C63F;
}

#mediaBoxLinks li.first a:hover, #mediaBoxLinks li.first a.active {
	background:url(/images/backgrounds/media_box_link_top.jpg) #98C63F;
}

#mediaBoxLinks li.last a:hover, #mediaBoxLinks li.last a.active {
	background:url(/images/backgrounds/media_box_link_bottom.jpg) bottom left #98C63F;
}

#videoThumbContainer {
	float:left;
}

.home #videoThumbContainer, .careers #videoThumbContainer {
	width:480px;
}

#videoThumbContainer a, #videoThumbContainer div {
	display:none;
}

#videoThumbContainer li a {
	display:inline;
}

#videoThumbContainer a.active, #videoThumbContainer div.active {
	display:inline;
}

.innerVideoThumbs, #content ul.innerVideoThumbs {
	float:right;
	width:115px;
	list-style:none;
	margin:0;
}

#content ul.innerVideoThumbs li, ul.innerVideoThumbs li {
	height:68px;
	margin:0 0 7px 0;
	*margin:0 0 4px 0;
	padding:0;
	background-repeat:no-repeat;
	background:#1C1B1B;
}

.careerPartnersHome {
	background:#EEF9D2;
	text-align:center;
	height:293px;
}


/* Course Competencies */

.competenciesTable td {
	border-right:1px solid #95C53E;
	border-bottom:1px solid #95C53E;
	padding:5px 9px;
	font-size:11px;
	line-height:14px;
	background:#EEF9D2;
}

.competenciesTable td.courseCodeCell {
	width:120px;
	color:#F05A28;
	padding:5px 10px 5px 10px;
	border-left:1px solid #95C53E;
}

.competencyTitleCell {
	width:494px
}

.trainingPackageCell {
	width:125px;
}

.competenciesTable td.plus {
	font-size:13px;
	font-weight:bold;
	padding:8px 10px 2px 20px;
	border-bottom:none;
	color:#F25E12;
}

.plusCell {
	border-left:1px solid #95C53E;
}

.competenciesTable td.courseCodeHeadingCell {
	width:120px;
	padding:5px 10px 5px 10px;
}

.competenciesTable td.courseCompetenciesHeadingCell {
	border:none;
	border-bottom:1px solid #95C53E;
	font-size:12px;
	font-weight:bold;
	padding-bottom:11px;
	background:none;
}

.competenciesTable td.codeNumberCell {
	font-size:13px;
	border:none;
	padding-bottom:0px;
	vertical-align:middle;
	background:none;
}

.competenciesTable td.courseNameCell {
	padding-left:10px;
	background:none;
}


/* Faqs */

#content table.faqTable {
	margin:20px 0 0 0;
	width:100%
}

#content table.faqTable table {
	margin:0 20px 20px 0;
}

#content table.faqTable p {
	margin:15px 0 0 0;
	font-size:12px;
}

.faqsMiddleBorder {
	border-left:1px solid #DADBDC;
	width:50%;
	padding-left:20px;
}

.questionNumber {
	background:url(images/backgrounds/question_bg.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	width:45px;
	height:38px;
	text-align:center;
	padding-top:10px;
}

.questionHeading {
	color:#F25E12;
	font-weight:bold;
	vertical-align:top;
	width:320px;
	line-height:17px;
	padding-left:5px;
	text-transform:uppercase;
}


/* Blog */

.displaying {
	text-align:center;
}

#content p.blogDate {
	color:#999;
	margin:0 0 10px 0;
}

#content p.blogSummary {
	margin:0 0 10px 0;
}

#content p.readMore a {
	text-decoration:none;
	margin:-10px 0 0 0;
}

#content p.blogComment {
	margin:0 0 10px 0;
}


/* SiteMap */

.siteMapParent {
	border-bottom:1px solid #E1E3E1;
	padding:15px 0 5px 5px;
	font-weight:bold;
	margin:0 0 5px 0;
}

.siteMapParent a {
	color:#007EC1;
}

.siteMapChild {
	margin:0 0 0 30px;
	line-height:20px;
	font-size:12px;
}

.siteMapChild a {
	color:#454D52;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
	vertical-align:middle;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

#content table.interestTable {
	margin:0;
}

.onlineEnquiryTable .interestTable td {
	vertical-align:top;
}

.onlineEnquiryTable td.commentsLabel {
	vertical-align:top;
	padding-top:3px;
}

.onlineEnquiryTable td.requiredcomm {
	vertical-align:top;
	padding-top:7px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:590px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #F05A28; 
	padding:3px;
}

.postcodeInput, suburbInput {
	width:100px !important; 
	vertical-align:middle;
}

.suburbInput {
	width:200px !important; 
}

#content table.interestsTable {
	margin:0;
}

.interestsTable input {
	margin:0 7px 0 0;
	*margin:0;
}

select {
	font-size:12px;
	color:#25292B;
	height:20px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footerBorder {
	height:11px;
	background:url(/images/backgrounds/footer_border_bg.jpg) repeat-y #35A2DB top center;
	margin:25px 0 0 0;
	*margin:5px 0 0 0;
}

#footer {
	background:url(/images/backgrounds/footer_box_spacer_bg.gif) repeat-x;
	margin:1px auto;
	width:942px;
	text-align:left;
	color:#A6A8AB;
	font-size:11px;
}

#footer a, .footerNav a {
	color:#A6A8AB;
}

#footer a:hover, .footerNav a:hover {
	color:#A6A8AB;
	text-decoration:underline;
}

.footerBox {
	width:285px;
	height:145px;
	padding:20px 14px 0;
	margin:0 1px 0 0;
	float:left;
	background:url(/images/backgrounds/footer_bg.gif) repeat-x #fff;
}

.footerBoxLast {
	margin-right:0;
	padding-right:15px;
	_padding-right:14px;
}

.footerTitle, #footer a.footerTitle {
	display:block;
	font-size:17px;
	color:#26A9E0;
	margin:0 0 9px 0;
}

.footerTitle img {
	float:right;
}

.footerBox p {
	font-size:12px;
}

.connectLogo {
	margin:0 27px 0 0;
}

#tweet, #tweet ul {
	color:#3A4145;
	font-size:12px;
	line-height:18px;
	margin:18px 0 0 0;
	list-style:none;
}

#tweet ul a {
	color:#49C8F5;
}

#tweet ul a.tweetTime {
	font-size:11px;
	line-height:30px;
}

#featuredEvents li {
	list-style:none;
	padding:0 0 5px 0;
}

#footer a.featuredEventsTitle {
	color:#26A9E0;
	font-size:13px;
	font-weight:bold;
}

.fitnessCareersFooter {
	margin:0 0 0 -4px;
}

.fitnessCareersBox p {
	text-align:center;
	margin:0 0 5px 0;
	font-size:14px;
	color:#3A4145;
}

.fitnessCareersBox p.fitCareersSlogan {
	font-size:13px;
}

.fitnessCareersBox img {
	vertical-align:middle;
	margin:0 10px 5px 0;
}

#loginForm {
	margin:0 0 30px 0;
	text-align:right;
	line-height:26px;
}

.loginInputCont {
	background:url(/images/backgrounds/login_input_bg.gif) no-repeat;
	height:21px;
	width:115px;
	padding:2px 6px;
	float:left;
}

.usernameCont {
	margin:0 4px 0 0;
}

#loginForm input.textinput, #loginForm input.textinputhover {
	color:#454D52;
	font-size:11px;
	font-style:italic;
	border:none;
	height:15px;
	width:111px;
}

#RTOEndorsed {
	font-size:11px;
	color:#454D52;
	text-align:left;
	line-height:14px;
	float:right;
	padding:3px 0 0 0;
}

#RTOEndorsed span {
	display:block;
	float:left;
}

#RTOEndorsed span.providerNumber {
	margin:0 15px 0 0;
}

#RTOEndorsed img {
	display:block;
	float:left;
}

.footerNav {
	text-align:left;
	font-size:11px;
	padding:0 0 10px 10px;
	width:670px;
}

.footerNav li {
	list-style:none;
	display:inline;
	color:#A6A8AB;
	margin:0 9px 0 0;
}