﻿/* navigation */
table.nav
{
    font-size: 13px;
}

table.nav td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 22px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
 	padding-top: 3px;
}
html>body table.nav td
{
    padding-top: 3px;
}

table.nav_selected
{
    background: Transparent url(_images/nav_bg_hi.gif) repeat-x top left;
    font-weight: bold;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    width: 100%;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    color: #FFFFFF;
}

 a.nav:hover
 {
	font-weight: bold;
 }

table.sublevel
{
	font-size: 13px;
    background: Transparent url(_images/subnav_bg.jpg) repeat-y top left;
}

table.sublevel td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 18px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
    padding-top: 3px;
}
html>body table.sublevel td
{
    padding: 3px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    color: #000000;
    vertical-align: middle;
}

a.sublevel:hover
{
	color: #0033cc;
}

table.sublevel_selected
{
    background: #378CCA url(_images/nav_bg_hi.gif) repeat-x top left;
    font-weight: bold;
}

table.sublevel_selected td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 18px;
    padding-top: 3px;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	color: #FFFFFF;
}

.icon{
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px;
}

.goBackLink
{
	background-image: url(Images/iconGoBack.gif);
}

.goToLink
{
	background-image: url(Images/iconGoTo.gif);
}

.printLink
{
	background-image: url(Images/iconPrint.gif);	
}

.emailLink
{
	background-image: url(Images/icon_Email.gif);	
}

.phoneLink
{
	background-image: url(Images/iconPhone.gif);	
	font-size: 11px;
	line-height: 120%;
	margin: 0;
}

.rssLink
{
	background-image: url(Images/iconRss.gif);
}

div#nav div.roundedTop
{
	width: 95%;
	height: 13px;
	background: transparent url(_images/content_top.gif) no-repeat top left;
	position: relative;
    margin-left: 30px;
}

div#nav div.roundedBottom
{
	width: 95%;
	height: 13px;
	background: transparent url(_images/content_bottom.gif) no-repeat top left;
	position: relative;
    margin-left: 30px;
}

div#nav table 
{
    border-collapse: collapse;
    border: none 0px;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-left: 30px;
    background-color: #E5F1F8;
}

div#nav td
{
    vertical-align: top;
    border: none 0px;
}

div#nav td.field
{
    width: 367px;
}

div#nav td.fieldlabel
{
    width: 300px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}
/* end navigation */