/**
Hey, this is the main stylesheet for PHA
 
Colours used in this stylesheet:
#1c6f54 	- green (dark)
#67a85a 	- green (light)
#ffffff		- white
#000000		- black (usually used at 75% opacity)

Sections in this stylesheet:
INCLUDES	- Other stylesheets to import
TYPOGRAPHY	- Typography rules and colours (includes rules for p, headings etc)
STRUCTURE	- Document structure  (includes body, #header, #footer etc)
NAVIGATION	- Navigation elements (.pagenav)
TABLES 		- Tables specific rules (table, tr, th, td etc)
FORMS		- Form specific rules (form, fieldset, input etc)
ELEMENTS	- Default styles for generic elements not covered by other rules
MISC		- Other miscellaneous rules (ie: .hidden)
All section headers are denoted with an '='

Font sizes used in this stylesheet:
11pt, 12pt, 14pt, 18pt, 22pt, 26pt, 28pt (adam), 32pt, 160pt

Fonts used in this stylesheet
Light:
font-family: "HelveticaNeue-Light", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
font-weight: 100;

Regular:
font-family: "HelveticaNeue", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
font-weight: 400;

Bold:
font-family: "HelveticaNeue-Bold", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
font-weight: 800;
*/

/*
=INCLUDES
*/
@import url(reset-fonts.css);

/*
=TYPOGRAPHY
*/
html {
	background-color: #000;
}
body
{
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: 100;
	color: #fff;
}

h1, h2, h3, h4 {
	font-weight: 100;
	font-family: "HelveticaNeue", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

h1
{
	font-size: 100px;
	margin: 30px 0 45px 0;
	letter-spacing: -0.04em;
}

h2
{
	font-size: 32px;
	margin: 5px 0 5px 0
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 18px;
}

p
{
	margin-bottom: 0.5em;
}

p.first
{
	font-family: "HelveticaNeue-Bold", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-weight: 800;
}

.content ul {
	margin-left: 20px;
	padding-left: 10px;
}

.content ul li {
	list-style: disc;
}

strong
{
	font-weight: 800;
}

.home-panel p.first
{
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 20px;
	
	font-size: 22px;
	font-family: "HelveticaNeue-Light", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-weight: 100;
	
	background-image: url(images/blk_gradient.png);
	background-repeat: repeat-y;
	background-position: top left;

	line-height: 1em;
}

.home-panel p.first strong
{
	font-family: "HelveticaNeue", "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-weight: 400;
}

p.hotline
{
	display: block;
	position: relative;
	float: left;
	width: 230px;
	padding: 20px;
	background-color: #000;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	
	font-size: 1.3em;
}

.home-panel p.hotline
{
	
	width: 548px;
	
	margin: 10px 0 0 0;
	padding: 20px;
	
	font-size: 2.8em;
	font-weight: 100;
}

.news h2
{
	font-size: 32px;
}

.news dl
{
	margin-top: 0.5em;
}

.news dt, .news dd
{
}

.news dt, .news dd a
{
	
}

.news dd a
{
	font-weight: bold;
}


.footer .tagline
{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 18px;
}

.footer a
{
	color: #1c6f54;
}

.footer a:hover
{
	color: #67a85a;
}

.footer .logo
{
	display: block;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	
	overflow: hidden;
	font-size: 1px;
	text-indent: -900em;
	color: #fff;
}

.footer .logo
{
	display: block;
	position: relative;
	margin: 0;
	top: 15px;
	left: 20px;
	height: 55px;
	width: 242px;
	background-image: url(images/pha_logo.gif);
}
/* zoo logo 

.footer .author {
	display: none;
	padding: 0;
	margin: 0;
}

.footer .author
{
	height: 12px;
	width: 39px;
	background-image: url(images/zoo_logo.gif);
}

.footer .author:hover
{
	background-position: bottom left;
	color: #fff;
}*/

/*
=STRUCTURE
*/

.page
{
	display: block;
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 0;
}

.header
{
	display: block;
	position: relative;
	float: left;
	width: 270px;
	padding: 0;
}

.header h1 {
	white-space: nowrap; 
}

.home-panel,
.footer
{
	display: block;
	position: relative;
	padding: 0;
}

.footer
{
	clear: both;
	width: 100%;
	height: 86px;
	background-color: #fff;
	color: #1c6f54;
	margin: 0;
}

.footer ul
{
	display: block;
	position: absolute;
	height: 32px;
	right: 0;
	bottom: -3em;
	padding: 0 10px;
	margin-bottom: -10px;
	background-color: #fff;
}

.footer li
{
	display: block;
	float: left;
	padding: 0.8em 10px;
}

.news
{
	display: block;
	position: relative;
	float: right;
	width: 357px;
	height: 156px;
	padding: 15px 20px;
	margin-bottom: 10px;
	
	overflow: auto;
	
	background-color: #000;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

.content
{
	display: block;
	position: relative;
	float: right;
	padding: 15px 15px 15px 20px;
	margin: 0 0 10px 0;
	width: 680px;
	_height: 412px;
	min-height: 412px;
	background-color: #000;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
}

.left {
	float: left;
	width: 450px;
}

.right {
	float: right;
	width: 200px;
}

/* Pointless Design Element */

div.pointless-design-element
{
	display: block;
	position: absolute;
	width: 100%;
	height: 13px;
	left: 0;
	top: 210px;
	overflow: hidden;
}

.home div.pointless-design-element
{
	top: 345px;
}

div.pointless-design-element .one
{
	display: block;
	position: absolute;
	width: 35%;
	height: 12px;
	left: 0;
	top: 0;
	
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #fff;
}

div.pointless-design-element .two
{
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 35%;
	top: 0;
	
	border-style: none;
	
	background-image: url(images/diagonal.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.pointless-design-element .three
{
	display: block;
	position: absolute;
	width: 65%;
	height: 12px;
	right: -12px;
	top: 0;
	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
}


/*
=NAVIGATION
*/

.bread-crumb
{
	display: block;
	margin-top: 25px;
}
.bread-crumb a, .bread-crumb a:hover {
	border-bottom: none !important;
}

/* Home page navigation */

#navWrapper {
	background-color: #555555;
}

#navWrapper ul li {
	list-style: none;
}

#navWrapper ul {
	padding-bottom: 10px;
}



.nav a,
.nav a strong
{
	font-weight: 400;
}

.home-panel .nav
{
	display: block;
	position: relative;
	width: 100%;
	height: 129px;
	margin: 0 0 10px 0;
}

.home-panel .nav li
{
	display: block;
	position: relative;
	float: left;
	width: 20%;
	height: 129px;
}

.home-panel .nav li a
{
	display: block;
	position: absolute;
	width: 100%;
	height: 129px;
	bottom: 0;
	left: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	white-space: normal;
	overflow: hidden;
}

.home-panel .nav li a:hover
{
	height: 211px;
	text-decoration: none;
	background-position: left top;
	text-shadow: #000 0px 2px 2px;
}

.home-panel .nav li a span
{
	display: block;
	position: absolute;
	bottom: 15px;
	margin: 0 20px;
}

.home-panel .nav li a strong
{
	display: block;
	position: relative;
	margin: 0 15px 0 0;
	font-size: 1.5em;
	white-space: normal;
}

.home-panel .nav li a em
{
	display: none;
}

/* Navigation images */

.nav li.company a		{	background-image: url(images/nav/company.png); }
.nav li.biosecurity a	{	background-image: url(images/nav/biosecurity.png); }
.nav li.epprd a			{	background-image: url(images/nav/epprd.png); }
.nav li.policy a		{	background-image: url(images/nav/policy.png); }
.nav li.capacity a		{	background-image: url(images/nav/capacity.png); }



/* "In this Section" and "Related Documents" Navigation 
*/
.in-section 
{
	display: block;
	width: 200px;
	margin: 15px 0 0 10px;
	float: right;
}

.related-documents
{
	position: relative;
	border-style: solid;
	border-width: 2px;
	border-color: #1c6f54;
	margin: 15px 0 0 0;
}

.in-section .background
{
}

.related-documents .background
{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(images/related_docs_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #287565;
}

.in-section .background span
{
	display: block;
	height: 23px;
	background-image: url(images/555_gradient.png);
	background-repeat: repeat-x;
}

.related-documents .background span
{
	display: block;
	position: absolute;
	width: 31px;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(images/blk_gradient_2.png);
	background-repeat: repeat-y;
}


.in-section h3,
.related-documents h3
{
	font-size: 18px;
	font-weight: 10;
	z-index: 1;
	background: #555;
	padding: 0 0 0 20px;
}

.related-documents h3
{
	position: relative;
	background: none;
	padding: 5px 0 5px 20px;
}

.in-section ul,
.related-documents ul
{
	display: block;
	position: relative;
	z-index: 1;
	font-size: 13px;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.in-section ul li:before,
.related-documents ul li:before
{
	content: "\003E \0020";
}

.in-section ul li,
.related-documents ul li
{
	margin-bottom: 0.2em;
}


.in-section ul a,
.related-documents ul a
{
	font-weight: 100;
	border-bottom: none;
}

.in-section ul .selected a
{
	font-weight: 800;
}

.in-section ul a:hover
{
	border-bottom: none;
	text-decoration: underline;
}

/* Toolkit */
.toolkit
{
	display: block;
	position: relative;
	float: left;
	width: 270px;
	height: 97px;
	
	margin: 10px 0 0 0;

	background-color: #000;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

.toolkit ul
{
	width: 250px;
	height: 54px;
	margin: 10px 0 0 12px;
}

.toolkit li
{
	float: left;
	margin: 2px 8px 2px 8px
}

.toolkit li a
{
	display: block;
	width: 25px;
	height: 25px;

	text-align: center;
	text-transform: lowercase;
	text-decoration: none;

	font-size: 12px;
	font-weight: 400;
	
	line-height: 26px;

	background: url(images/toolkit-small.png) no-repeat;
}

.toolkit li a:hover
{
	background-position: 0 -25px;
}


.hotline {
	display: block;
	width: 244px;
	height: 24px;
	background: url(images/exoticplantpesthotline-small.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	margin: 6px 0 0 12px;
}

.home .toolkit
{
	width: 586px;
	height: 187px;
	margin: 0;
}

.toolkit h2 {
	font-size: 16px;
	margin: 10px 0 0 22px;
}

.home .toolkit ul
{
	width: 200px;
	height: 145px;
	margin: 5px 0 0 18px;
	float: left;
}

.home .toolkit li
{
	margin: 5px 4px 5px 4px
}

.home .toolkit li a
{
	width: 39px;
	height: 39px;

	font-size: 20px;
	font-weight: 400;
	
	line-height: 38px;

	background: url(images/toolkit-large.png) no-repeat;
}

.home .toolkit li a:hover
{
	background: url(images/toolkit-large.png) no-repeat;
	background-position: 0 -39px;
}

.home .hotline {
	float: left;
	width: 357px;
	height: 135px;
	background: url(images/exoticplantpesthotline.png) no-repeat;
	margin: 10px 0 0 0;
}

/*
=TABLES
*/

/*
=FORMS
*/
.search
{
	margin-top: -2px;
}

.search input
{
	padding: 2px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #1c6f54;
	background-color: #fff;
	color: #1c6f54;
}

.search .submit
{
	text-transform: uppercase;
	margin-left: -0.5em;
	padding: 1px 5px ;
}

/*
=ELEMENTS
*/
a {
	color: #fff;
	text-decoration: none;
}
.content a
{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.content a img {
	display: block;
	border-bottom: none;
}

.content a:hover
{
	border-bottom: 1px solid #fff;
}

.content ul li {
	margin-bottom: 3px;
}

hr
{
	display: none;
	visibility: hidden;
}


/*
=MISC
*/
.clear
{
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	float: none;
	clear: both;
}

.hidden
{
	display: none;
}

/* page background */
div#bg-page {
	z-index: -1;
	position: absolute;
	top: 0;
	width: 100%;
}

div#bg-page img {
	width: 100%;
}