/************ resources **************/

#resources, #relatedinfo 
{
	margin-bottom:20px;
}

#resources h1, #relatedinfo h1, #subnavcontainer h1
{
	font-family:Myriad roman;
	font-size: 85%;
	color:#666666;
	padding-bottom: 4px;
	margin: 0px;
}

#resources ul, #relatedinfo ul
{
	text-align: left; 
	list-style-type: none; 
	margin: 0px; 
	padding: 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/related_links_bg.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	margin: 0px;
	padding-left:35px; 
}

#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: bold !important;
	text-decoration: none !important;	
	xwidth: 100%;
}

#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/microvisk_print_page.png) no-repeat; background-position: 5px 50%}
#resources a.enquiry{background: url(/images/interface/utility_enquiry_icon.png) no-repeat; background-position: -5px 50%}
#resources a.email   { background: url(/images/interface/microvisk_email_icon.png) no-repeat; background-position: -5px 50%}
#resources a.contact  { background: url(/images/interface/microvisk_contact_icon.png) no-repeat; background-position:5px 50%}
#resources a.document { background: url(/images/interface/icon_document.gif) no-repeat; background-position: 5px 50%}

/************ main nav styles **************/
#nav {
	background-color:#fff;
	background-image:url('../images/interface/nav_bg_repeat.gif');
	background-repeat:repeat-x;
	float:left;
	clear:left;
	height: 46px;
	width:740px;
	margin: 0px !important; 
	border: 0;  
	white-space: nowrap;
	display: block;
}

#nav ul {
	margin: 0;
	list-style:none;
	width:740px;
	height:46px;
	float:left;
	background-image:url('../images/interface/nav_last_bg.gif');
	background-position:100% 0;
	background-repeat:no-repeat;
	
}
#nav ul li {
	border:0;
	display:block;
	float:left;
	list-style-type:none;
	padding:0;
	text-align:center;
	width:auto;
	font-family:Tahoma Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav ul li.pipe{width:3px; height:20px; border-right:1px dotted #999; margin-left:5px; margin-right:5px; margin-top:10px; }

#nav ul li a {
	color:#999;
	display:block;
	float:left;
	padding:0px 9px  0px 5px;
	height:43px;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
	}
#nav ul li a:hover 
{
	color: #111111;
}
#nav ul li a strong {
	padding-right:9px;
	padding-left: 9px;
	display:block;
	margin-top:12px;
}
#nav ul li.firsttab
{
	float:left;
	padding-left:10px;
	height: 43px;
	background-image:url('../images/interface/nav_first_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

/************ selected menu states **********/
#nav ul li.itemselected {
	background-image:url('../images/interface/menu_li_selected.gif');
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:0px!important;
	padding:0px 9px!important;
	/*height:43px;*/
	display:block;

}
#nav ul li.itemselected a{
	background-image:url('../images/interface/menu_li_selected_a.gif');
	background-position:right top;
	background-repeat:no-repeat;
	color:#fff!important;
	text-decoration:none;
	height:46px;

}
#nav ul li.itemselected a:hover
{
	color:#111111!important;
}
/************ sub nav styles  **************/
#navcontainer 
{
	text-decoration: none !important;
	text-align: left;
	font-weight: 700;
	font-size: 75%;
	border-top:1px solid #e5e5e5;
	margin:5px 0 14px 0;
}

#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 2px 22px;
	color: #888888;
	line-height: 20px;
	height: 20px;	
	width: 100%;
}

#navcontainer a:hover
{
}
#navcontainer .selected a
{
	background-image: url('/images/interface/sml_arrow_green.gif');
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 9px 50%;
	color: #6b9b3a !important;
	width: 100%;
}

*html #navcontainer .selected a {
	vertical-align: middle;
}
#navcontainer ul li.open a.selected
{
	background: url('/images/interface/sml_arrow_green.gif')no-repeat 18px 50% !important;
	background-color: #ffffff;
	/*background-repeat: no-repeat;
	background-position: 9px 50%;*/
	color: #6b9b3a !important;
}

#navcontainer ul li a.selected:hover
{
	background: url('/images/interface/sml_arrow_green.gif') 9px 50% no-repeat;
}

.open a
{
	background-image: url('/images/interface/men_minus.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;
	/*width: 100%;*/	
}

.closed a
{
	background-image: url('/images/interface/men_plus.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;	
	/*width: 100%;*/
}

.normal a
{
	background-image: url('/images/interface/sml_arrow_grey.gif');
	background-repeat: no-repeat;
	background-position: 9px 50%;
}


.open a:hover 
{
	background-color: #e9e9e9;
	
}

.closed a:hover 
{
	background-color: #e9e9e9;
	background-image: url('/images/interface/men_plus.gif');
	background-repeat: no-repeat;
	background-position: 7px 50%;
}

.normal a:hover 
{
	background-color: #e9e9e9;
}

.selected a:hover 
{
	background-color: #e9e9e9;
}

/************ 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; */
	width: auto;
}

.open li
{
	border-bottom: 0px solid #fff !important;
	/*background: url('/images/interface/sml_arrow_green.gif') 9px 50% no-repeat;*/
}

.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;
	background: url('/images/interface/sml_arrow_green.gif') 18px 50% no-repeat;
}

.open a.selected
{
	/*background-image: url('/images/interface/leftnav_selected_sub_bg.gif') !important;*/
	background: url('/images/interface/sml_arrow_green.gif') 18px 50% no-repeat;
	color:#6b9b3a!important;
	background:#fff!important;
}

.open li a:hover
{
	background-color: #e9e9e9;
}

