@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* General reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
	background:#981b1e url('http://www.workoptions.org.au/uploaded_files/document_uploads/bg-body.gif') repeat-x;
	font:12px/14px Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End reset
------------------------------------------------------------------------------*/

body
{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/back.gif) repeat-x #ededed;
}

a {font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	margin:0 auto;
	width:1000px;
	text-align: left;
}

#header {
	position:relative;
	height:150px;
	margin-bottom:150px;
	_margin-bottom:70px;
}

.logo {
	float:left;
	margin-top:60px;
	width:160px;
	height:137px;
	background: url(../images/hfenews_logo.jpg) no-repeat;
	text-indent:-9999px;
}

.contact{

	float:right;
	width:230px;
	height:137px;
	margin:110px 0 0 0;
	padding:0;
	color:#fff;
}

.contact p {
	color:#fff;
	line-height:10px;
}


.contact h2 {
	color:#666;
}

.contact a {
	color:#fff;
}


.col1 {
	width:220px;
	margin-right:30px;
	float:left;
}

.col2 {
	width:470px;
	float:left;
	margin-right:30px;
}

.col3 {
	width:700px;
	float:left;
	
}

.module {
	float:left;
	width:280px;
	margin: 0 60px 30px 0;
	
}

.module:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.last {
	margin-right:0px; /*clear margin on last module in row*/
}

.img_module {
	float:left;
	width:50px;
	_margin-bottom:10px;
	
}

.text_module {
	
	float:left;
	width:229px;
	_width:250px;
}





/* TAB----------
----------------------*/

.tabbed_content {
	width: 1000px;	
}

.tabs {
	height: 50px;
	position: relative;
	z-index:191;
	text-align:center;
	border-bottom:6px solid #ccc;
}

.tabs .moving_bg {
	padding: 0px;
	border-bottom:6px solid #009ed8;
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px 15px 15px 0;
	width: 220px;
	height:40px;
	text-align:left;
	z-index: 200;
	position: relative;
	cursor: pointer;
	letter-spacing:-1px;
	font-size:20px;
	color:#464646;
	font-weight:normal;
}
	
	.tabs .tab_item:hover {
		color:#999;
}

.tabbed_content .slide_content {
	overflow: hidden;
	padding: 40px 0px 40px 0px;
	position: relative;
	width: 980px;
	_width:950px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 980px;
	_width:950px;
	margin: 0px;
	padding: 0px;
	margin-right:0px;
	_margin-right:0px;
	list-style-type:none;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
	list-style-type:none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
	list-style-type:none;
}

/* TAB END----------
----------------------*/

h1 {
	color:#009ed8;
	font-size:36px;
	line-height:40px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

h1.home {
	color:#009ed8;
	font-size:50px;
	line-height:55px;
	letter-spacing:-2px;
	margin:0;
	padding:0;
}

h2 {
	color:#009ed8;
	font-size:22px;
	_fonts-ze:18px;
	margin-top:3px;
	padding-bottom:15px;
	}
	
h2.title {
	margin:30px 0 0 0;
	padding:0;
}

.col3 strong {
	font-weight:bold;
	font-size:16px;
}

 ul .pricing {
	_width:550px;
	margin:10px 0 30px 14px;
	font-size:12px;
	line-height:18px;
	list-style-image:url(../images/list_dot.png);
	list-style-position:inside;
}

ul .pricing li {
		padding-bottom:3px;
}



.module ul {
	width:225px;
	margin-left:12px;
	font-size:12px;
	line-height:18px;
	list-style-image:url(../images/list_dot.png);
	list-style-position:outside;
}

.module li {
	padding-bottom:10px;

}

img.screen {border:1px #999 solid; margin-bottom:40px;}

.grey { color:#333;}
	

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:12px;
	line-height:20px;
}


/*---FORM
-------------------------------*/
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-weight:bold;
  color:#333;
  font-size:12px;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform fieldset input {
	border:none;
	background:#CCC;
	width:150px;
	height:20px;
	padding:2px;

}

form.cmxform fieldset input.submit {
	border:none;
	cursor:pointer;
	background:#009ed8;
	color:#FFF;
	width:60px;
	height:30px;
	padding:2px;

}

form.cmxform fieldset input.submit:hover {
	background: #999;
}


