@charset "utf-8";
/* CSS Document */



/* PRIMARY NAVIGATION */

/* bold links in secondary nav section */
#primary_nav a{
   text-decoration: none;
   font-weight: bold;
   line-height: 16px;
   font-size:9pt;
}

#primary_nav a:link {
   color: #005482;	
}

#primary_nav a:visited {
   color: #005482;
}

#primary_nav a:hover {
   color: #990000;
}

#primary_nav a:active {
   color: #005482;
}
/* ---------------------------------------------------- */

/* BREADCRUMB */

/* make breadcrumb links smaller (applies to links and non-linked text*/
#breadcrumb {
   text-decoration: none;
   font-size: 70%;
}

#breadcrumb a:link {
   color: #005482;	
}

#breadcrumb a:visited {
   color: #005482;
}

#breadcrumb a:hover {
   color: #990000;
}

#breadcrumb a:active {
   color: #005482;
}
/* ---------------------------------------------------- */

/* SECONDARY NAVIGATION */

#secondary_nav {
   position: relative;
   width: 160px;
   margin: 10px 0 10px 10px;
}

/* create a nice gap between heading and nav links*/
#secondary_nav p{
   margin: 0 0 10px 0;
}

/* create a margin around any images in the 2nd nav section*/
#secondary_nav img{
   margin: 15px 0 0 0;
}

#secondary_nav ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0px 0px 15px 0px;
   padding: 0;
}		
		
#secondary_nav li{
   position: relative;
   /* Place the bg image (block and dots) at the left and a few pixels down from the top */
   background: url(../../images/link_dots_a.gif) no-repeat 0 0px;
   margin: 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 5px 0 3px 12px;
}

/* sub menus */
#secondary_nav ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0 3px 0 0;
   padding: 5px 0 0 5px;
}

/* place a different bg image for sub-menu items*/
#secondary_nav ul ul li{
   background: url(../../images/link_dots_a2.gif) no-repeat 0 0px;
}


/* bold links in secondary nav section */
#secondary_nav a{
   text-decoration: none;
   font-weight: bold;
}

#secondary_nav a:link {
   color: #005482;	
}

#secondary_nav a:visited {
   color: #005482;
}

#secondary_nav a:hover {
   color: #990000;
}

#secondary_nav a:active {
   color: #005482;
}


