﻿/* Design */
html {
}
body {
	background: #00264f url(../images/efic/body.jpg) 0% 0% repeat-x;
	width: 100%;
}
#header {
	background: transparent url(../images/efic/header_container.jpg) 50% 0% no-repeat;
	float: left;
	width: 100%;
}
#body {
	background: transparent url(../images/efic/body_container.jpg) 50% 0% no-repeat;
	clear: left;
	float: left;
	width: 100%;
}
#footer {
	float: left;
	clear: left;
	width: 100%;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
@media print {
.wrapper {display:none !important;}
}

#header .wrapper {
	height: 106px;
}
#body .wrapper {
	min-height: 584px;
}
#footer .wrapper {
       position:static;
}
#navigation {
	float: left;
	width: 170px;
}

#content {
	background: #ffffff none;
	float: left;
	padding: 14px 19px 5px 20px;
	width: 750px;
	Margin-right: 0px !important;
}
/* Design - Body - Content (CSS3 rules) */
#content {	
	-moz-border-radius: 0px 20px 0px 0px; /* FF1-3.6 */
	-webkit-border-radius: 0px 20px 0px 0px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 0px 20px 0px 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/* Design - Body - Content - Main Content - Page Title */
#eficpagetitle {
	float: left;
	width: 100%;
}
#eficpagetitle_qual{
	float: left;
	width: 100%;
}

/* Design - Body - Content - Main Content - Page Content */
#eficpagecontent {
	float: left;
	margin: 20px 0px 17px 0px;
	min-height: 383px;
	width: 100%;
}
#eficpagecontentBottom {
	float: left;
	margin: 20px 0px 17px 0px;
	width: 100%;
}

/* Header */
#logo_australian_government {
	background: transparent url(../images/efic/logo_divider.gif) 100% 5px no-repeat;
	padding-right: 17px;
	position: absolute;
	left: 10px;
	top: 14px;
	height: 72px;
	width: 143px;
}
#logo_australian_government_print {
display:none;
}

#logo_efic {
	position: absolute;
	left: 187px;
	top: 20px;
	height: 67px;
	width: 101px;
}
#logo_efic_print {
display:none;}

#tagline {
	background: transparent url(../images/efic/tagline.jpg) 0% 0% no-repeat;
	position: absolute;
	left: 319px;
	top: 71px;
	height: 18px;
	width: 356px;
}
#tagline p {
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	width: 0px;
}
#search {
	position: absolute;
	right: 0px;
	top: 44px;
	width: 185px;
}
#search .input_text {
	display: block;
	float: right;
	padding: 2px 0px 3px 0px;
	width: 185px;
}
#search .input_submit {
	background: transparent url(../images/efic/search.jpg) 0% 100% no-repeat;
	clear: right;
	display: block;
	height: 19px;
	float: right;
	margin-top: 10px;
	text-indent: -9999px;
	width: 66px;
}
/* Body */
#navigation_level1 {
	float: left;
	width: 170px;
}
/* Design - Body - Content - Main Content */
#content #default #content_main {
	position: relative;
	margin-top: 28px;
	width: 100%;
	background: none;
	color: #000000;
	float: left;
	padding: 0px 0px 0px 0px;
}

#default #content_main a#back:link, #default #content_main a#back:visited,
#default #content_main a.mailto:link, #default #content_main a.mailto:visited,
#default #content_main a#print:link, #default #content_main a#print:visited {
    font-size: 0.904em;
	color: #71084b;
	text-decoration: none;
}
#default #content_main a#back:active, #default #content_main a#back:focus, #default #content_main a#back:hover,
#default #content_main a.mailto:active, #default #content_main a.mailto:focus, #default #content_main a.mailto:hover,
#default #content_main a#print:active, #default #content_main a#print:focus, #default #content_main a#print:hover {
	color: #2f2f2f;
	text-decoration: underline;
}
#content_main a#back {
	background: transparent url(../images/efic/back.jpg) 0% 50% no-repeat;
	display: block;
	float: left;
	min-height: 16px;
	padding-left: 20px;
}
#content_main a.mailto {
	background: transparent url(../images/efic/email.gif) 0% 50% no-repeat;
	display: block;
	float: right;
	min-height: 16px;
	padding-left: 20px;
}
#content_main a#print {
	background: transparent url(../images/efic/print.gif) 0% 50% no-repeat;
	display: block;
	float: right;
	margin-left: 15px;
	min-height: 16px;
	padding-left: 14px;
}

/* TD 26 06 2011 Design - Body - Content - Main Content - Page Functions */
#eficpagefunctions {
	border-top: 1px solid #2976c0;
	float: left;
	margin-top: 0px;
	padding: 8px 0px 4px 0px;
	width: 100%;
}
#eficpagefunctions a#back {
	background: transparent url(../images/efic/back.jpg) 0% 50% no-repeat;
	float: left;
	padding-left: 20px;
}
#eficpagefunctions a.mailto {
	background: transparent url(../images/efic/email.gif) 0% 50% no-repeat;
	float: right;
	padding-left: 20px;
}
#eficpagefunctions a#print {
	background: transparent url(../images/efic/print.gif) 0% 50% no-repeat;
	float: right;
	margin-left: 15px;
	padding-left: 14px;
}
#eficpagefunctions a#back,
#eficpagefunctions a.mailto,
#eficpagefunctions a#print {
	display: block;
	font-size: 0.904em; /* 11px */
	line-height: 1.455em;  /* 16px */
	min-height: 16px;
}
.ie6 #eficpagefunctions a#back,
.ie6 #eficpagefunctions a.mailto,
.ie6 #eficpagefunctions a#print {
	height: 16px;
}
#eficpagefunctions a#back:link, #eficpagefunctions a#back:visited,
#eficpagefunctions a.mailto:link, #eficpagefunctions a.mailto:visited,
#eficpagefunctions a#print:link, #eficpagefunctions a#print:visited {
	color: #71084b;
	text-decoration: none;
}
#eficpagefunctions a#back:active, #eficpagefunctions a#back:focus, #eficpagefunctions a#back:hover,
#eficpagefunctions a.mailto:active, #eficpagefunctions a.mailto:focus, #eficpagefunctions a.mailto:hover,
#eficpagefunctions a#print:active, #eficpagefunctions a#print:focus, #eficpagefunctions a#print:hover {
	color: #2f2f2f;
	text-decoration: underline;
}

/* Footer */
#navigation_footer  {
	float: left;
	padding: 15px 0px 15px 225px;
	width: 700px;
}
