/************ resources **************/

#resources, #relatedinfo 
{
}

#resources h1, #relatedinfo h1, #subnavcontainer h1
{
	font-family: Georgia;
	font-size: 85%;
	color: #5a6450;
	padding-bottom: 4px;
	margin: 0px;
}

#resources ul, #relatedinfo ul
{
	text-align: left; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px 0px 10px 0px;
}

#resources li, #relatedinfo li
{
	margin: 0px;
	padding: 0px;
}

#resources a.internal, #resources a.external, #relatedinfo a.internal, #relatedinfo a.external
{
	background-image: url('/images/interface/sml_arrow_grey.gif');
	background-repeat: no-repeat;
	background-position: 9px 50%;
	margin: 0px 
}

#resources a, #relatedinfo a
{
	font-size: 75%;
	color: #999999 !important;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 2px 0px 4px 24px;
	margin: 0px;
	font-weight: normal !important;
	text-decoration: none !important;
}

#resources a:link, #relatedinfo a:link  
{
	text-decoration: none;
}

#resources a:visited, #relatedinfo a:visited  
{
	text-decoration: none;
}

#resources a:hover, #relatedinfo a:hover
{
	background-color: #e9e9e9 !important;
}

#resources a.print {	background: url(/images/interface/icon_print.gif) no-repeat; background-position: 5px 50%}
#resources a.enquiry   { background: url(/images/interface/icon_enquiry.gif) no-repeat; background-position: 5px 50%}
#resources a.email   { background: url(/images/interface/icon_email.gif) no-repeat; background-position: 5px 50%}
#resources a.contact  { background: url(/images/interface/icon_contact.gif) no-repeat; background-position: 5px 50%}
#resources a.document { background: url(/images/interface/icon_document.gif) no-repeat; background-position: 5px 50%}

/************ sub nav styles  **************/
#navcontainer 
{
	text-decoration: none !important;
	text-align: left;
	font-size: 75%;
}

#navcontainer ul 
{
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
}

#navcontainer li
{
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}

#navcontainer a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 4px 23px;
	color: #888888;
	line-height: 20px;
}

#navcontainer a:hover
{
}

#navcontainer ul li a.selected
{
}

#navcontainer ul li a.selected:hover
{
}

.open a
{
	background-image: url('/images/interface/men_minus.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;
	width: 152px;	
}

.closed a
{
	background-image: url('/images/interface/men_plus.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;	
	width: 152px;
}

.normal a
{
	background-image: url('/images/interface/sml_arrow_grey.gif');
	background-repeat: no-repeat;
	background-position: 9px 50%;
}

.selected a
{
	background-image: url('/images/interface/leftnav_selected_bg.gif');
	background-color: #5a6450;
	background-repeat: no-repeat;
	color: white !important;
	width: 152px;
}

.open a:hover 
{
	background-color: #e9e9e9;
}

.closed a:hover 
{
	background-color: #e9e9e9;
}

.normal a:hover 
{
	background-color: #e9e9e9;
}

.selected a:hover 
{
}

/************ sub sub nav styles  **************/

.open ul
{
	display: block; 
	text-decoration: none !important;
}

.closed ul
{
	display: none;
}

.open ul a
{
	border: 0px; 
	padding: 3px 0px 3px 25px;  
	margin: 0 0 0 10px; 
	text-decoration: none !important;
	width: 137px; 
}

.open li
{
	border-bottom: 0px solid #fff !important;
}

.open li a:link, .open li a:visited
{
	background-image: url(/images/interface/sml_arrow_grey.gif); 
	background-repeat: no-repeat; 
	background-position:  25px 50%;
	padding-left: 38px !important;
	border-top: 1px solid #e5e5e5;
}

.open a.selected
{
	background-image: url('/images/interface/leftnav_selected_sub_bg.gif') !important;
	background-color: #5a6450;
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
	color: white !important;
}

.open li a:hover
{
	
}