html, body, #page 
{ 
	min-height:100%; 
	min-width:100%;
	width:100%; 
	height:100%; 
}

html>body #page 
{ 
	width: auto;
	height: auto; 
}

body 
{ 
	margin: 0; 
	padding: 0; 
	background-color: #ffffff; 
	color: #333333; 
}

div.button {
	background-image: url("http://www.anl.com.au/images/button.png"); 
	background-repeat: no-repeat;
	width: 51px;
	height: 17px;
	padding-left: 8px;
	padding-top: 1px;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

div.button a {
	color: black;
	text-decoration: none;
}

div.button a:hover {
	color: black;
	text-decoration: underline;
}

#page 
{	
	background-image: url("http://www.anl.com.au/styles/images/green_nav_background.gif"); 
	background-repeat: repeat-y;

	padding: 0px;
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 99.5%;
}

#header 
{ 
	position:absolute;
	width:100%;
	height: 118px;	 /* This doesn't seem to change much in IE */
	top:0px;
	left:0px;

	background-color: #fffff;
	color: #000066;
	border-bottom: 1px solid #006;
}

#nav 
{
	position:absolute;
	top: 0px;
	left: 0;
	width: 186px;
	float: left;
	height:0%;
}

div.dynamicMenu {

	/* display: none;*/
	position: relative;
	top: 119px;
	width: 186px;
	
	/* border-right: 1px solid #006; */
	/* background-color:#027147;  */
}

#content a {
	color: #000000;
}

#content 
{
	margin-top:120px;
	margin-left: 185px; 
	padding-bottom: 20px; 
	height: auto;

}

#footer 
{ 
	clear:both; 
	bottom:0px; 
	left:0px; 
	background-color: #027147; 
	text-align:center; 
	width:100%; 
	color: #FFFFFF;
}
/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */
/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

a.footerlink2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: none;	
}

a.footerlink2:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: none;	
}

a.footerlink2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: underline;	
}

a.footerlink2:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: none;	
}

a.footerlink2:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: underline;	
}

a.footerlink2:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #027147;
	text-decoration: none;	
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;	
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

a:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}



/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */
	
/* MENU STYLES */

.menu-divider {
	height: 1px;
	padding: 0px;
}
.menu-bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	/* background-color: #027147; */
	font-weight: bold;
}

.menu-subsubitem {
	padding-left: 10px;
}

.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	padding: 10px 25px 20px 20px;
	left: 100px;
}

.content-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #00FF00;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	left: 100px;
}

.content-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.images {
	padding: 5px;
	border: 5;
}
.content-subheading, .content-subheading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.content-subheading {
	padding-left: 20px;
}

.content-subheading2 {
	padding-bottom: 16px;
}

	.jobsSummary, .articleScoop {
		padding-left: 20px;
		margin-top: 15px;
	}

	.articleLeft {
		background-image: url("http://www.anl.com.au/modules/news/images/newspaper.png"); 
		background-repeat: no-repeat;
		background-position: center left;

		position:relative;

		top:0px;
		left:0px;
		width: 100px;
		height: 90px;

		float: left;
	}

	.articleOuter {
		padding-top: 10px;
		height: 100px;
		border-top: 1px dotted #aaa;
	}

	.jobOuter {
		padding-top: 10px;
		border-top: 1px dotted #aaa;
		padding-bottom: 10px;

		font-family: Tahoma, Arial, Helvetica;
		font-size: 10pt;
	}

	#articles {
		border-bottom: 1px dotted #aaa;
	}

	div.jobMore, div.articleMore {
		margin-top: 5px;
	}

	.jobListed {
		float: right;
		text-align: right;
		font-size: 8pt;
		font-weight: bold;
	}
	
	.jobPD {
		font-weight: normal;
	}

	.jobPD a {
		color: black;
		text-decoration: none;
	}

	.jobPD a:hover {
		color: black;
		text-decoration: underline;
	}
		

	.articleMore a {
		font-size: 10px;
		color: #666;
		font-weight: bold;
		text-decoration: none;
	}

	.articleMore a:hover {
		color: #000;
		text-decoration: underline;
	}


	.jobRole, .jobRole a {
		font-size: 11pt;
		font-weight: bold;
		color: #00a;
		padding-bottom: 8px;
	}

	.jobLocation {
		font-size: 9pt;
		font-weight: bold;
	}


	.jobSummary {
		clear: all;
		margin-top: 12px;
		font-size: 8pt;
		font-weight: normal;
	}


#header {
	background-image: url("http://www.anl.com.au/images/banner_background.jpg");
	height: 118px;
}

/* Menu additions by Cyrus */



		div.heading1 {
			color: white;
		}

		.dynamicMenu div.submenu_container {
			padding-top: 10px;
			padding-bottom: 10px;
			display: none;	/* This will be changed to block or none */
		}

		.submenu_container_visible {
			display: block;	/* This will be changed to block or none */
		}

		.headingContainer {
			background-image: url("http://www.anl.com.au/styles/images/menu_back.png"); 
			background-repeat: no-repeat;
		}

		.menu-items {
			background-image: url("http://www.anl.com.au/styles/images/menu_back.png"); 
			background-color: black;

			padding: 5px 5px 5px 5px;
			color: white;

			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;

			cursor:pointer;
		}


		
		.menu-items a {
			text-decoration: none;
			color: white;
			
		}
		

		.menu-subitem {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: normal;

			line-height: 10pt;

			padding-right: 5px;
			padding-left: 25px;

		}

		.menu-items a:hover {
			text-decoration: none;
			color: white;
			
		}

		.menu-items a:visited {
			text-decoration: none;
			color: white;		
		}

		.menu-subitem a, .menu-subitem span {
			text-decoration: none;
			color: white;
			/* font-weight: bold; */
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			padding: 0;
			margin: 0;
			font-size: 8pt;
		}

		.menu-subitem a:hover {
			text-decoration: underline;
			color: white;
			font-size: 8pt;
		}

		.menu-subitem a:visited {
			text-decoration: none;
			color: white;
			font-size: 8pt;
		}

		.menu-subitem a:visited:hover {
			text-decoration: underline;
			color: white;
			font-size: 8pt;
		}

		/* Start stuff for containertrace */
		.MenuTitle_Border 
		{
			border-bottom: 1px solid #D6D7D6;
		}
		.bgTableHeader
		{
			background-color: #E7F3FF;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#F9FCFF, endColorstr=#D7EEFF);
		}
		/* End stuff for containertrace */

	#vessel_voyages_output_div a {
		color: black;
		text-decoration: none;
	}

	#vessel_voyages_output_div a:hover {
		color: black;
		text-decoration: underline;
	}

