/* Localized */
/* @override http://moh2009.efront.com.au/css/all.css */

/* @override http://moh2009.efront.com.au/css/all.css */

/* @override http://anzsoc:8080/css/all.css */

body {
	color:#6d6e70;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/body-bg.jpg) no-repeat center top;
}
#homepage{
	width: 800px;
	margin:0 auto;
	margin-top: 150px;
}

#page {
	width:900px;
	margin:30px auto 0;
}
#header {
	overflow: hidden;
	height:34px;
}
#header .nav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#header .nav li {
	float:left;
}
#header .nav li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
#header .nav li a span {
	display:block;
	height:35px;
	cursor:pointer;
}
#header .nav li a.prof {
	width:165px;
	z-index:90;
	margin-left:-30px;
}
#header .nav li a.prof span {
	background:url(../images/blue.png) no-repeat;
	width:165px;
}
#header .nav li a.services {
	width:165px;
	z-index:100;
}
#header .nav li a.services span {
	background:url(../images/orange.png) no-repeat;
	width:165px;
}
#header .nav2 {
	margin:0 -7px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
#header .nav2 li {
	float:left;
}
#header .nav2 li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
#header .nav2 li a span {
	display:block;
	height:35px;
	cursor:pointer;
}
#header .nav2 li a.support span {
	background:url(../images/grey.png) no-repeat;
	width:165px;
}
#header .nav2 li a.support {
	z-index:100;
	width:165px;
}
#header .nav2 li a.recruitment span {
	background:url(../images/grey.png) no-repeat;
	width:165px;
}
#header .nav2 li a.recruitment {
	margin-left:-27px;
	z-index:90;
	width:165px;
}
#header .nav2 li a.contact span {
	background:url(../images/grey.png) no-repeat;
	width:165px;
}
#header .nav2 li a.contact {
	z-index:80;
	margin-left:-33px;
	width:170px;
}
/*columns-holder*/
#columns-holder {
	background:url(../images/page-bg.png);
	padding:15px 0px 20px 13px;
	height: 800px;
}
#columns-holder .logo {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin:4px 53px 0 0;
	position:relative;
}
#columns-holder .logo span {
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:184px;
	height:69px;
}
#columns-holder .text {
	width:500px;
	padding-top:2px;
}
#columns-holder .text p {
	margin:0;
	color:#6d6e70;
	font:italic 18px/20px Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;

}
/*box-holder*/
.box-holder {
	float:left;
	padding-top:36px;
	padding-bottom: 20px;
}
.box-holder .box {
	width:430px;
	float:left;
	margin-right:13px;
	font-style: italic;
	font-weight: bold;
}

.box.other{
	float: right;
	width: 430px;
	
}

.boxtop{
	padding:15px 15px 0px 15px;
background:url(../images/bg_top.png) no-repeat;
	width:400px;
	float: left;
	height: 430px;
	overflow: auto;
}

.boxtop2{
	padding:15px 15px 0px 15px;
background:url(../images/bg_top.png) no-repeat;
	width:400px;
	float: left;
	height: 380px;
	overflow: auto;
}

.boxbottomright {
	width:430px;
	float:right;
height: 18px;	background:url(../images/bg_bottom.png) no-repeat;
	font-style: italic;
	font-weight: bold;
}

.boxbottom {
	width:430px;
	float:left;
	margin-right:13px;
height: 18px;	background:url(../images/bg_bottom.png) no-repeat;
	font-style: italic;
	font-weight: bold;
}

.box-holder .box h2 {
	margin:0;
	color:#f48120;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
}
.box-holder .box h3 {
	margin:8px 0 8px;
	color:#f48120;
	font-size:14px;
	font-weight:normal;
}
.box-holder .box ul {
	margin:0 0 4px;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
}
.box-holder .box ul li a {
	text-decoration:none;
	color:#6d6e70;
	position:relative;
}
.box-holder .box ul li a:hover {
	text-decoration:underline;
}
.box-holder .box.other h2 {
	color:#008dcf;
}
.box-holder .box.other h3 {
	color:#008dcf;
}

a.consult {
	color: #f58220;
	text-decoration: none;
}

a.consult:hover {
	color: #f58220;
	text-decoration: underline;
}

a.professional {
	color: #127BC2;
	text-decoration: none;
}

a.professional:hover {
	color: #127BC2;
	text-decoration: underline;
}


