@charset "utf-8";
/* Health Skills Australia Cascading Style Sheet */

/* REDEFINED TAGS */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url(index_images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align: center;
	min-width: 930px;

}
img {
border: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0775b8;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0775b8;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;		
	color: #0775b8;
	padding-left: 10px;
}
h4 {
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

/* IDS */

div#container {
	position: relative; /* needed for footer positioning*/

	/*margin:0 auto; /* center, not in IE5 */
	/*left: 50%; /* center for (hopefully) all other browsers */
	/*margin-left: -465px; /* center for (hopefully) all other browsers */
		text-align: left;
   margin-left: auto;
   margin-right: auto;

	width:930px;
	background: #ddd;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding: 0;
}
	div#header_top_left {
		float: left;
		padding: 0;
		width: 652px;	
		height: 117px;
		background:#0775b8;
	
	}
	div#header_top_right {
		float: right;
		text-align : right;
		width: 278px;
		height: 117px;
		background:#0775b8;
	}

	div#temp_header_top_left {
		float: left;
		padding: 0;
		width: 652px;	
		height: 117px;
		background:#ddd url("index_images/HSA-left.jpg") no-repeat;
	
	}
	div#temp_header_top_right {
		float: right;
		text-align : right;

		width: 278px;
		height: 117px;
		background:#ddd url("index_images/HSA-right.jpg") no-repeat;
	}

		div#menu_top_right {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bold;	
				color: #000;
				
				padding-top: 35px;
				padding-right: 80px;
							
		}
				div#menu_top_right a:link {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bolder;
				color: #6e9cd2;
					
				font-weight: bolder;
				text-decoration: none;								
		}
				div#menu_top_right a:visited {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bolder;
				color: #6e9cd2;
				text-decoration: none;								
		}
				div#menu_top_right a:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 15px;
				font-weight: bolder;
				color: #000000;
				font-weight: bolder;
				text-decoration: none;								
		}
	div#header_menu {
		float: left;
		height: 25px;
		width: 923px;
		background: #64656a url("index_images/menu_bg.jpg") repeat-x;
		
		padding-top: 6px;
		padding-left: 2px;
		text-align: center;
		line-height: 20px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
	}
			div#header_menu a:link{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.96em;
			font-weight: bolder;
			text-decoration: none;
			color: #fff;
		}
			div#header_menu a:visited{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.96em;
			font-weight: bolder;
			text-decoration: none;
			color: #fff;
		}
			div#header_menu a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.96em;
			font-weight: bolder;
			text-decoration: none;
			color: #000;
		}
		div#tail{
		padding-top: 6px;
		background: #64656a url("index_images/tail_end.jpg") no-repeat;
		float: right;
		height: 25px;
		width: 5px;
		}
div#banner {
	width: 930px;
	height: 42px;
	background:url("index_images/banner_bg.jpg") repeat-x;
	padding-top: 7px;
}
div#content {
	position: relative;
	padding-bottom: 3em;
	height: 100%;
	clear: both;
}

	div#contentLeft {
		float: left;
		background: #ebf3f9;
		padding: 1em 0px 8em 0px;
		width: 567px;
		height: 100%;
	}
		#contentLeft a:link {
		color: #6e9cd2;
		text-decoration: none;
		}
		#contentLeft a:visited {
		color: #6e9cd2;
		text-decoration: none;
		}	
		#contentLeft a:hover {
		color: #000;
		text-decoration:none;
		}
		#contentLeft a:active {
		color: #000;
		text-decoration:none;
		}
		
	div#contentRight {
		background: #ddd;
		float: right;
		width: 363px;
		padding-bottom: 5em;
		height: 100%;
	}
#clear {
	height: 1px;
	overflow: hidden;
}
#footer {	
	position:absolute;
	width: 930px;
	bottom:0; /* stick to bottom */
	background:#ddd;
	background-color:#0775b8;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ccc;
	border-top: #ddd solid 2px;
}
	#footer a:link {
		color: #ccc;
		text-decoration: none;
	}
	#footer a:visited {
		color: #ccc;
		text-decoration: none;
	}	
	#footer a:hover {
		color: #eee;
		text-decoration:none;
	}
	#footer a:active {
	color: #eee;
	text-decoration:none;
	}


/* CLASSES */
.footer_txt {
	padding-left: 5px;
	padding-right: 5px;
}
.txt_area {
	background : #d8e3ed;
	border : 1px solid #6e9cd2;
	font-size: 12px;
}
.darker_td {
	background: #ccc;
	}
.blueer_td {
	background: #d8e3ed;
	}
.menu_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #6e9cd2;
}
.menu_blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 5px 0px;
	color: #6e9cd2;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.banner_w{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding-left: 20px;
}

.top_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#top_banner {
	width: 473px;
	border: 1px #ccc solid;
	padding: 5px;
	margin-left: 50px;
	}
.back_to_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-style: normal;
}
.head {
	color:#FF00FF;
}
.majorhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #0775b8;
}
.dots {color: #ebf3f9;}
.small_type {color: #000000;}
.red_text {
	padding-left: 10px;
	color: #FF0000;
	font-size: 12px;	
	}
