/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

h1 { 
	font-size: 140%;
}

h2 {
	color: #F3741F;
	font-size: 120%; 
} 

h3 { 
	font-size: 110%; 
	font-style: italic; 
	font-variant: normal; 
} 

h4 {
	color: #F3741F;
	font-size: 1em;
	font-weight: bold;	
}
	
h5 { 
	font-size: 1em; 
	font-weight: bold;
}
	
h6 { 
	font-size: 0.8em; 
} 

imgs {
	border: 0;
}

/*---Main Banner Styles---*/
#main_banner_container {
	background-color: #ffffff;
	height: 108px;
	width: auto;
}

/*---Left Banner Image---*/
#left_banner_img_container {
	background-color: #ffffff;
	height: 108px;
	margin: 0;
	width: 300px;	
}

#right_banner_img_container {
	background-color: #ffffff;
	height: 108px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
}	

/*--BREADCRUMB START---*/
#breadcrumb_container{
	font-size: 80%;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	text-align: left;
	width: 70%;
}

#breadcrumb_container a:link {
	text-decoration: underline;
}

#breadcrumb_container a:visited {
	text-decoration: underline;
}

#breadcrumb_container a:hover {
	text-decoration: none;
}

.icns {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	width: 30%;
	text-align: right;
}

/*--Mid Container Styles---*/
#mid_container {
	margin: 0;
	padding : 0;		
	width: 100%;
}

/*------------------------------------ Start left navigation ----------------------------------*/
#left_nav {
	border: 1px solid #000000;
	float: left;
	font-family: Arial, Helvetica, "Times New Roman", sans-serif;
	height: auto;
	margin: 0;
	padding: 0;
	width: 172px;
}

/* Hide from IE-Mac \*/
#left_nav {
	width: 180px;
}
/* End hide */

#left_nav h2 {
	color: #000000;
	font-size: 130%;
	margin: 5px 0 0 0;
	text-align: center;
}

#left_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left_nav li {
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	text-align: right;
}

#left_nav li a:link {
	background: #F3741F;
	color: #000000;
	display: block;
	font-size: 105%;
	padding: 8px;
	text-decoration: none;
}

#left_nav li a:visited {
	background: #F3741F;
	color: #000000;
	display: block;
	font-size: 105%;
	padding: 8px;
	text-decoration: none;
}

#left_nav li a:hover {
	background: #000000;
	color: #ffffff;
}

#search p {
	font-size: 110%;
	margin: 5px 0 0 0;
	text-align: center;
}

#search form {
	margin: 0;
	padding: 5px;
}

#search input#searchText {
	float: left;
	height: 23px;
	margin-left: 8px;
	width: 120px;
}

#search input#searchSubmit {
	float: left;
	height: 23px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 30px;
}

#search fieldset {
	clear: left;
	margin: 30px 8px 20px 8px;
	text-align: left;
	width: auto;
}

#search fieldset legend {
	color: #000000;
	padding: 0;
}

#search fieldset p {
	text-align: left;
}

/*---Start Content---*/
#content {
	border: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, "Times New Roman", sans-serif;
	font-size: 130%;
	margin: 0 0 0 185px;
	padding: 0 25px 20px 25px;
}

#content a:link {
	color: #F3741F;
	text-decoration:underline;
}

#content a:visited {
	color: #999999;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content li {
	font-size: 90%;
	line-height: 150%;
	padding: 0 0 20px 0;
}

#content .box_centre {
	text-align: center;
}

#content table {
	border: 2px solid #f3741f;
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 10px 0 10px 0;
	width: auto;
}

#content th {
	border: 2px solid #f3741f;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#content td {
	border: 2px solid #f3741f;
	padding: 5px;
}

.top_of_page {
	float: right;
}

/*---Page Currency---*/
.pageCurrency {
	color: #666666;
	clear: right;
	font-size: 75%; 
	font-weight: normal;
}

/*---Start Right Teaser---*/

.rghtnavblock {
	border: 1px solid #cccccc;
	clear: right;
	float: right;
	font-size: 0.85em;
	height: auto;
	margin: 10px;
	padding: 5px;
	width: 210px;
}

.rghtnavblock h2 {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
}

.rghtnavblock ul {
	height: auto;
	list-style-postion: top;
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.rghtnavblock li {
	line-height: 1.6em;
	margin: 2px 0 0 0px;
}

.rghtnavblock a:link {
	text-decoration:underline;
}

.rghtnavblock a {
	display: block;
	width: 100%;
}

.rghtnavblock a:visited {
	text-decoration:underline;
}

.rghtnavblock a:hover {
	text-decoration:none;
}

/*---Form styles---*/
#content form {
	background: #FFE6BF;
	border: 1px solid #cccccc;
	margin: 0 10% 0 10%;
	padding: 20px;
	width: 80%;
}

#content label {
	font-size: 0.8em;
	font-weight: bold;
	width: 20%;
	vertical-align: top;
}

#content input {
	width: 200px;
}

#content input.button {
	float: right;
	margin: 20px 0 0 10px;
	width: 100px;
}

/*---Start Footer---*/
#footer {
	clear: both;
	color: #666666;
	font-size: 75%;
	font-family: verdana, arial, sans-serif;
	height: auto;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
	width: 100%;
}

#footer ul {
	border-top: 1px solid;
	margin: 0;
	padding: 15px 0 0 0;
}

#footer ul li {
	border-right: 1px solid;
	display: inline;
	font-size: 100%;
	line-height: 80%;
	padding: 0 6px 0 2px;
}

#footer ul li.last {
	border: 0;
}

#footer a:link, #footer a:visited {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* SEARCH RELATED */
ul.searchresults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.searchresults li {
	margin-bottom: 20px;
}
ul.searchresults li a {
	margin: 0;
}
p.scoreresults {
	margin: 0 0 -6px 0;
	padding: 0;
}
p.stopwords{
	margin-top:-10px;
	font-size:0.8em;
	line-height:1.5em;
}
.currpage {
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	padding: 3px 5px 3px 5px;
}

p.searchnav {
	margin-top: 25px;
}
p.searchnav a {
	text-decoration: underline;
	color: #0000FF; 
}
a.search_next:link, a.search_next:hover, a.search_next:active, a.search_next:visited {
	background: url(/internet/ozfoodnet/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 3px; 
	font-weightT: bold; 
	padding: 0 18px 0 10px;
}

a.search_prev:link, a.search_prev:hover, a.search_prev:active, a.search_prev:visited {
	background: url(/internet/ozfoodnet/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
	font-weight: bold; 
	padding: 0 10px 0 18px;
}

/*---Skip to Content styles---*/
a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}	

/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	FONT-SIZE: 80%;
	COLOR: #666666;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.footnote {
	color: #666;
	font-size: 90%; 
	margin-top: 5px;
}
.pdfhelp { 
background: #fff; 
border: 1px dotted #666; 
margin: 25px; 
padding: 12px 10px 8px 15px; 
font-size: 0.9em; 
line-height: 1.5em; 
display: block; 
clear: both;
color: #000
}
.pdfhelp p {
margin-left: 10px; 
margin-right: 15px
}
.pdfhelp a:link, .pdfhelp a:visited { 
color: #000; 
}
.pdfhelp h4 {
font-size:0.9em;
color: #000;
margin: 0 0 10px 0;
padding: 2px 0 0 30px;
background: 0 0 url(/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat;
height: 26px;
}
.pdfhelp img { 
border: 0 none; 
margin: 0 15px 8px 0; 
float: left; 
}
#content .pdfhelp ol {
margin-left: 30px; 
margin-bottom: 15px
}
.pdfhelp h4 a {
text-decoration: underline;
color: #000
}
.pdfhelp h4 a:hover {
text-decoration: none; 
color: #000
}
