html{
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #035c96;
	background:#fff url(/assets/images/main-bg.jpg) no-repeat center 0;
}

/*                                             
 * ***************** GENERAL *****************
 */

/* HTML */
h1{
	font-size: 16px;
	margin: 10px 0 10px 0;
}
h2{
	font-size: 14px;
	margin: 0 0 14px 0;
}
h3{
	font-size: 13px;
	margin: 0 0 13px 0;
}
p{
	font-size: 12px;
	margin: 0 0 12px 0;
}
li{
	line-height: 20px;
}
p,li,div,span,a,input,select,textarea,label,th,td{
	font-size: 12px;
}
img{
	border: none;
}
a{
	color: #9e0039;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
table{
	border-collapse: collapse;
}
th, td{
	padding: 2px;
}

form, table{
	margin: 0;
	padding: 0;
}
input{
	border: 1px solid #ccc;
}
.warn{
	color: #ff0000;
}

/* MAIN BLOCK */
#container{
	margin-top: 80px;
}
#search_wrapper{
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	width: 180px;
	margin-top: 8px;
	padding: 3px 0 0 5px;
	background: url(/assets/images/bg-search.gif) no-repeat left top;
}
#header_wrapper{
	width:940px;
	margin: 40px auto 0 auto;
}
#epict{
	float: right;
}
#epict_au{
	float: left;
}
#main_content_wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 1px;
	background: url(/assets/images/shadow.png) no-repeat 0 0;
}
#content_wrapper{
	width:940px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin:10px auto 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* top navigation */
#main_nav{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/assets/images/bg-link.gif) repeat-x top right;
	border-bottom: 1px solid #ccc;
}
#main_nav li{
	float: left;
	margin: 0;
	border-right: 1px solid #d1d1d1;
	line-height: 12px;
	height: 34px;
}
#main_nav li.last{
	border-right: none;
}
#main_nav li a{
	display: block;
	padding: 10px 15px 0 15px;
	margin: 0;
	color: #035c96;
}
#main_nav li a:hover, #main_nav li a.active{
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 0;
	background: url(/assets/images/bg-hover.gif) repeat-x;
	text-decoration: none;
	color: #fff;
}

/* sub main nav*/
#sub_main_nav{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}
#sub_main_nav li{
	float: left;
	height: auto;
	background: url(/assets/images/i-sub.gif) no-repeat 0 4px;
}
#sub_main_nav a{
	padding: 5px 15px;
	background: none;
}
#sub_main_nav li.selected a, #sub_main_nav a:hover{
	border: none;
	padding: 5px 15px;
	background: none;
	color: #ff9800;
	text-decoration: none;
}

/* main content */
#content_area{
	padding:10px;
}
#content_area_strech{
	float: left;
	width: 650px;
}
#sidebar_wrapper{
	float: right;
	width: 250px;
}


	/* module center */
	#table_center{
		width: 100%;
		border: 1px solid #ccc;
		border-collapse: collapse;
	}
	#table_center th.row{
		text-align: left;
		background: #efefef;
		padding: 3px 2px;
	}
	#table_center td{
		border: 1px solid #ccc;
		padding: 1px 3px;
		font-size: 11px;
	}

/* content channel */
.content_channel{
	position: relative;
	float: left;
	width: 300px;
	height: 250px;
	height: auto !important;
	min-height: 250px;
	margin-right: 20px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
}
.content_channel#facilitators {
	width: 274px;
	margin-right: 0;
	
}
.content_channel h2{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: url(/assets/images/bg-headbox.jpg) repeat-y 0 0;
}
.content_channel2 {
	position: relative;
	float: left;
	width: 495px;
	height: 220px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
}
.content_channel2 h2{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: #fff url(/assets/images/bg-headbox.jpg) repeat-y 0 0;
}

.view_all{
	position: absolute;
	left: 220px;
	top: -5px;
	margin: 10px 10px 10px 0;
	text-align: right;
}
.content_channel#facilitators .view_all{
	display: none;
}
.view_all a{
	font-size: 11px;
	color: #fff;
}
.view_all a:hover, #sidebar_wrapper .view_all a:hover{
	color: #fff;
	background-color: #455b6c;
	text-decoration: none;
}

/* News channel */
.news_list{
	list-style: square;
	margin: 5px 0 0 20px;
	padding: 0;
}
.news_list li{
	line-height: 16px;
	margin-bottom: 5px;
}
h3.news_title {
	margin: 0;
	padding: 0;
}

h3.news_title a{
	font-size: 10px;
	color: #9e0039;
}
.news_date{
	color: #959595;
	font-size: 10px;
}
.news_content, .facilitator_content{
	font-size: 10px;
}

/* facilitators channel */
#facilitator_list{
	list-style: square;
	margin: 5px 0 0 20px;
	padding: 0;
}
#facilitator_list li{
	margin-bottom: 10px;
}
h3.facilitator_title {
	margin: 0;
	padding: 0;
}

h3.facilitator_title a{
	font-size: 10px;
	color: #9e0039;
}
.facilitator_date{
	color: #959595;
	font-size: 11px;
}



/* news list side bar */
#sidebar_wrapper #news_channel h2{
	margin: 0;
	padding-left: 5px;
	line-height: 25px;
	color: #fff;
	background: url(/assets/images/bg-headbox.jpg) repeat-y 0 0;
}
#sidebar_wrapper ul#news_list{
	list-style: none;
	margin: 0;
}
#sidebar_wrapper ul#news_list li{
	margin-bottom: 10px;
}
#sidebar_wrapper #view_all{
	margin: 0;
	padding: 3px 3px 3px 0;
	background-color: #ebebeb;
}
#sidebar_wrapper #view_all a{
	color: #035c96;
}

/* image sidebar */
#sideimg_wrapper{
	margin-bottom: 10px;
}

/* page comment RHS */
#roundTop{
	width: 237px;
	height: 46px;
	margin-left: 5px;
	background: url(../images/bg-round-top.gif) no-repeat left top;
}
#roundBottom{
	width: 237px;
	height: 46px;
	margin: 0 0 20px 5px;
	background: url(../images/bg-round-bottom.gif) no-repeat left top;
}
.pagecomment_wrapper{
	width: 217px;
	margin-left: 5px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 10px;
	background-color: #015c99;
}
.pagecomment_wrapper p, .pagecomment_wrapper p span {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
}

#pagetools_wrapper{
	position: absolute;
	left: 840px;
	top:13px;
	width: 100px;
	margin-top: 5px;
	padding-top: 3px;
}
#pfsbox{
	list-style: none;
	margin: 0;
	padding: 0;
}
#pfsbox li{
	float: right;
	margin-left: 5px;
}

/* form element */
#search_btn{
	width: 30px;
	height: 18px;
	margin-left:10px;
	border: none;
	background:url(/assets/images/i-bt.gif) no-repeat 0 0px;
}


/* FAQ */
#faq_search{
	padding: 3px 0 3px 0;
	text-align: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul#faq_category{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul#faq_category li h2{
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
ul#faq_category li h2 a{
	color: #fcc516;
}
#faq_content{
	margin-top: 10px;
}
dt{
	padding: 3px 0 3px 3px;
	font-weight: bolder;
	background-color: #ccc;
}
dd{
	margin: 0 0 10px 0;
	padding: 3px 0 3px 3px;
	border: 1px solid #ccc;
}
.faq_answer{
	float: left;
	width: 20px;
	font-weight: bolder;
}
.faq_answer_detail{
	float: left;
	width: 620px;
	font-style: italic;
}

/* training centres */
.center_address a {
	color: #9e0039;
}
.center_address a:hover {
	text-decoration: underline;
}


/* footer */
#footer{
	width: 940px;
	margin: 5px auto 0 auto;
}
#copy_right{
	float:left;
	font-size: 9px;
}
#dnm{
	float: right;
	font-size: 9px;
}


/* pop up */
body#page{
	background: none;
	background-color: #fff;
}
#mbody{
	padding: 5px;
}
#mbody h1{
	margin: 0;
	padding: 0;
}
#poptitle h1{
	margin: 0 0 10px 0;
	padding: 0;
}
table#sendpage{
	margin: 20px 0 0 100px;
}
table#sendpage th{
	text-align: left;
	vertical-align: top;
}
table#sendpage td.dot{
	vertical-align: top;
}
.bt{
	background-color: #3e5465;
	color: #fff;
	border: none;
}


/* CLEAR */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}




/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
