@import url('reset.css');

body {
	background: #f99f1c url(../images/bodybg.png) repeat-y center bottom
		fixed;
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body#tier2 {
	background: #69bcce url(../images/bodybg2.png) repeat-y center bottom;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

h1 {
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 22px;
}

h2 {
	font-weight: 700;
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	margin: 0 0 10px;
}

#page {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background:#fff;	
	padding: 0 5px;
	position: relative;
	height: 120px;
	color: #000;
}

#topnav {
	color: #aaa;
	background: transparent;
}

#logo {
	width:250px;
	overflow:hidden;
	margin-left:78px;
}
#nav {
	overflow: hidden;
}

.hlist {
	list-style: none;
}

.hlist li {
	float: left;
	display: inline;
}

#mainnav {
	width: auto;
	position: absolute;
	right: 0;
	top:80px;
	padding: 0;
	font-size: 12px;
}

#mainnav li a,#mainnav li strong {
	color: #000;
	font-weight: 700;
	padding: 10px 20px 10px 10px;
	margin: 0;	
	display: block;
}

* html #mainnav li a {
	display:inline;
}



.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	color: #000;
	padding: 10px 25px;;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited {
	color: #000;
}

.ddsmoothmenu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #000;
}

.ddsmoothmenu ul li a:hover {
	color: #000;
}

/*1st sub level menu*/
#header .ddsmoothmenu ul li ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 20px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
#header .ddsmoothmenu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 10px;
	margin: 0;
	background: #333;
	color: #fff;
}

#header .ddsmoothmenu ul li ul li a:hover {
	background: #cc0000;
	color: #fff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}  /*Holly Hack for IE7 and below*/
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

#topsearch {
	position: absolute;
	top: 5px;
	line-height:0;
	vertical-align:middle;
	right: 20px;
}

#registercourses {
	float: left;
	line-height: 120%;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #cc0000;
	padding: 5px;
	font-size: 11px;
}

#registercourses a {
	color: #fff;
}

#topsearch form {
	float: left;
	padding:0;
}

#kword {
	margin:0 5px 0 0;
	float:left;
	height:15px;
	border: 1px solid #666;
	padding: 2px;
	font-size: 11px;
}

#search {
	font-size: 11px;
	background: #666;
	color: #fff;
	height:22px;
	width: 80px;
	border: none;
}

#col3content {
	background: #fff;
}

#mainbanner {
	width: 810px;
	height: 332px;
}

.coursebanner {
	height:343px;
}

#coursebanner1 {
	background:#41c4dc url(../images/coursebg_1.png) no-repeat right top ;
}

#coursebanner2 {
	background:#00b193	 url(../images/coursebg_2.png) no-repeat right top;
}

#coursebanner3 {
	background:#0096d7 url(../images/coursebg_3.png) no-repeat right top;
}

#coursebanner4 {
	background:#becd2b url(../images/coursebg_4.png) no-repeat right top;
}

#coursebanner5 {
	background:#9b5ba5 url(../images/coursebg_5.png) no-repeat right top;
}

.bannercontent {
	width: 770px;
	overflow:auto;
	height:303px;
	padding: 20px;
}

.bannercontent h2 {
	font-size: 26px;
}

#bluebanner {
	background: #0072b4;
}

#redbanner {
	background: #ed1b2e;
}

#greenbanner {
	background: #b2d349
}

#orangebanner {
	background: #fcb033;
}

#marroonbanner {
	background: #c9414e;
}

#bannerleftcontent {
	width: 387px;
	float: left;
	padding: 0 10px;

}

#bannerrightcontent {
	width: 320px;
	float: right;
}

#bannerrightcontent a{
	color:#fff;
}

#coursesbannercontent a {
	font-size: 18px;
}

#coursesbannercontent {
	list-style: square;
	color: #fff;
	padding: 0 0 0 20px;
}

#smallbanner {
	background: #ccc;
	width: 810px;
	height: 150px;
}

.marginb10 {
	margin: 0 0 10px;
}

.margint10 {
	margin: 10px 0 0 0;
}

.marginl10 {
	margin: 0 0 0 10px;
}

.marginr10 {
	margin: 0 10px 0 0;
}

.paddt10 {
	padding: 10px 0 0 0;
}

.wb1 {
	width: 80px;
}

.wb2 {
	width: 90px;
}

.wb3 {
	width: 100px;
}

.wb4 {
	width: 110px;
}

.wb5 {
	width: 120px;
}

.wb6 {
	width: 130px;
}

.wb7 {
	width: 180px;
}

.wb8 {
	width: 190px;
}

.wb9 {
	width: 200px;
}

#maincontent .nomargin {
	margin: 0;
}

#maincontent table td {
	border:1px solid #ccc;
	padding:5px 10px;
	vertical-align: top;
}

#maincontent table th {
	background:#eee;
}

#maincontent table td h3 {
	color: #0072b4;
	font-weight: 700;
	font-size: 14px;
}

#leftcontent h2,#leftcontent a {
	color: #0072b4;
}

#leftcontent h3 {
	color: #f80;
	font-weight: 700;
}

ul#content {
	list-style: square;
	margin: 0 0 0 20px;
	color: #666;
}

ul#content li {
	padding: 5px 0;
}

ul#content li a {
	border-bottom: 1px dotted #69bcce;
}

#leftnav {
	width: 125px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 -935px;
}

#leftplainnav {
	border-top: 3px solid #ccc;
	width: 140px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 -960px;
}

#leftplainnav li {
	padding: 10px 0;
	text-align: left;
}

#leftplainnav li a {
	color: #666;
	font-weight: 700;
}

#leftplainnav li ul {
	margin: 0 0 0 20px;
}

#leftplainnav .leftplaincoll {
	font-style: italic;
	color: #1a76b5;
}

#leftplainnav li ul li {
	font-weight: normal;
	padding: 10px 0 0 0;
}

#leftplainnav li ul li a {
	color: #1a76b5;
	font-weight: normal;
}

#leftplainnav li ul li.selected {
	color: #f70;
	font-weight: 700;
}

#leftnav li.title {
	height: 20px;
	color:#666;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 0 0 10px;
	background: none;
}

#leftnav li {
	height: 31px;
	line-height: 120%;
	padding: 5px 10px;
}

#leftnav li a {
	color: #fff;
}
/*
   1. Vocational and Technical Training -> #0096D7
   2. Soft Skills & Literacy #41C4DC
   3. Workplace Safety and Health #00B193
   4. IT Courses #7BC143
   5. Government Funded  # C2CD23
*/

.lnav1 {
	background:#41C4DC;
}

.lnav2 {
	background:#00B193;
}

.lnav3 {
	background:#0096D7;
}

.lnav4 {
	background:#C2CD23;
}

.lnav5 {
	background:#FDB913;
}

.lnav1selected {
	background:#3d86c6;
}

.lnav2selected {
	background:#28c0da;
}

.lnav3selected {
	background:#02b297;
}

.lnav4selected {
	background:#67bd4a;
}

.lnav5selected {
	background:#9b5ba5;
}

.boxcol {
	float: left;
	width: 190px;
	margin: 0 14px 0 0;
}

.boxcol h2 {
	padding: 5px 0;
}

.boxcol ul {
	list-style: disc outside;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

.boxcol ul li {
	color: #000;
	font-size: 11px;
}

#maincontent {
	float: left;
	display:inline;
	width: 810px;
	margin: 0 0 0 170px;
	padding: 0 10px 0 0 0;
	background: #fff;
}

#leftcontent {
	float: left;
	padding: 10px 0;
	width: 550px;
}

#rightcontent {
	float: right;
	padding: 10px 0;
	width: 240px;
}

#partners {
	clear: both;
	margin-top: 30px;
	border-top: 3px solid #ccc;
	padding: 10px 0;
	margin-top: 30px;
}

#partners img {
	height: 45px;
}

.flright {
	float: right;
}

.flleft {
	float: right;
}

.rclear {
	clear: right;
}

.lclear {
	clear: right;
}

.clear {
	clear: both;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.bluetbd {
	border-top: 3px solid #1a76b5;
}

.bluefont,ul.bluebullet li,.bluetitle {
	color: #1a76b5;
}

.lgbluefont,ul.lgbluebullet li,.lgbluetitle {
	color: #69bcce;
}

.orangefont,ul.orangebullet li,.orangetitle {
	color: #f80;
}

.lgorangefont,ul.lgorangebullet li,.lgorangetitle {
	color: #ffc000;
}

.orange1font,ul.orange1bullet li,.orange1title {
	color: #ed1c24;
}

.orange2font,ul.orange2bullet li,.orange2title {
	color: #f04e23;
}

.orange3font,ul.orange3bullet li,.orange3title {
	color: #f68b1f;
}

.orange4font,ul.orange4bullet li,.orange4title {
	color: #feca4e;
}

.whitefont,ul.whitebullet li,.whitetitle {
	color: #fff;
}

.redfont,ul.redbullet li,.redtitle {
	color: #cc0000;
}

.greenfont,ul.greenbullet li,.greentitle {
	color: #b2d349;
}

.blackfont,ul.blackbullet li, .blacktitle {
	color: #000;
}

.dgreyfont,ul.dgreybullet li, .dgreytitle {
	color: #666;
}

.redtbd {
	border-top: 3px solid #d7717a;
}
.greentbd {
	border-top: 3px solid #b2d349;
}

.orangetbd {
	border-top: 3px solid #f70;
}

.orange1tbd {
	border-top:3px solid #ed1c24;
}

.orange2tbd {
	border-top:3px solid #f04e23;
}

.orange3tbd {
	border-top:3px solid #f68b1f;
}

.orange4tbd {
	border-top:3px solid #feca4e;
}



#bttop {
	padding: 0 0 0 30px;
}

#footer {
	clear: both;
	padding: 10px 20px;
	color: #666;
	font-size: 11px;
}

#nav ul {
	margin-left: 20px;
}

#maincol {
	float: left;
	width: margin :             0 0 0 25%
}

#lcol {
	float: left;
	width: 25%;
	margin: 0 0 0 -75%
}

#rcol {
	float: right;
	width: 25%;
	margin-left: -5px;
	margin-right: 0;
}

.rblockform label {
	display: block;
	color: #777;
	padding: 3px 0;
}

.rblockform .text {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	width: 220px;
}

.required {
	color: #cc0000;
}

.submitButton {
	width: 80px;
}

.greenButton,.blueButton,.redButton,.orangeButton {
	color: #fff;
	font-size: 12px;
	padding: 5px;
}

.greenButton {
	background: #b2d349;
	border: 1px solid #88b300;
}

.blueButton {
	background: #1a76b5;
	border: 1px solid #059;
}

.redButton {
	background: #d80000;
	border: 1px solid #ab0000;
}

.orangeButton {
	background: #f70;
	border: 1px solid #db7700;
}

#breadcrumb {
	padding: 10px 0;
}

#breadcrumb a {
	color: #1a76b5;
}

#breadcrumb .selected {
	color: #777;
	font-weight: 700;
}

#breadcrumb span.arrow {
	padding: 0 5px;
	color: #888;
}

#pageTool {
	background: #eee;
	padding: 10px;
}

/* Press Section */
.press {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.prdate {
	font-size: 11px;
	padding: 0;
	margin: 0 0 3px;
	line-height: 10px;
	color: #f80;
}

.readmore a {
	font-size: 11px;
	padding: 5px;
	background: #eee;
	color: #555;
}

#presslist {
	padding: 10px;
	border-left: 1px solid #ccc;
}

#presslist li a {
	color: #888;
	background: url(../images/pressbullet.gif) no-repeat 10px 50%;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 8px 35px;
}

#presslist li a:hover {
	color: #cc0000;
}
#eventandpromo  {
	margin:0 0 45px;
}
#eventandpromo ul {
	list-style:circle;
	color:#f80;
	margin: 0 0 0 20px;
}
#eventandpromo li  {
	padding:5px 0;
}
#eventandpromo li a{
	color:#1a76b5;	
	font-size:11px;
	text-decoration:underline;
}