/* Navigation CSS Document for BCBSNC Foundation

Author: Jennifer Hoy - jenn suz hoy - for Capstrat
Site design: Capstrat
Date Created: 12/18/2007
Last Updated: 12/20/2007
Copyright: BCBSNC Foundation. All rights reserved. */

/*-------------------------
Main navigation
------------------------*/

ul#nav-main li#nav-hvp a {
	background: url(../img/nav-hvp.gif) no-repeat 0 0;
	display: block;
	width: 121px;
	height: 45px;
	
}
ul#nav-main li#nav-hvp a:hover, ul#nav-main li#nav-hvp a:active, ul#nav-main li#nav-hvp a.active {
	background: url(../img/nav-hvp.gif) no-repeat 0 -45px;
	
}
ul#nav-main li#nav-hac a {
	background: url(../img/nav-hac.gif) no-repeat 0 0;
	display: block;
	width: 121px;
	height: 45px;
	
}
ul#nav-main li#nav-hac a:hover, ul#nav-main li#nav-hac a:active, ul#nav-main li#nav-hac a.active {
	background: url(../img/nav-hac.gif) no-repeat 0 -45px;
	
}
ul#nav-main li#nav-citne a {
	background: url(../img/nav-citne.gif) no-repeat 0 0;
	display: block;
	width: 121px;
	height: 45px;
	
}
ul#nav-main li#nav-citne a:hover, ul#nav-main li#nav-citne a:active, ul#nav-main li#nav-citne a.active {
	background: url(../img/nav-citne.gif) no-repeat 0 -45px;
	
}
ul#nav-basic li#nav-about a {
	background: url(../img/nav-about.gif) no-repeat 0 0;
	display: block;
	width: 91px;
	height: 27px;
	
}
ul#nav-basic li#nav-about a:hover, ul#nav-basic li#nav-about a:active, ul#nav-basic li#nav-about a.active {
	background: url(../img/nav-about.gif) no-repeat 0 -27px;
	
}
ul#nav-basic li#nav-grants a {
	background: url(../img/nav-grants.gif) no-repeat 0 0;
	display: block;
	width: 91px;
	height: 27px;
	
}
ul#nav-basic li#nav-grants a:hover, ul#nav-basic li#nav-grants a:active, ul#nav-basic li#nav-grants a.active {
	background: url(../img/nav-grants.gif) no-repeat 0 -27px;
	
}
ul#nav-basic li#nav-calendar a {
	background: url(../img/nav-calendar.gif) no-repeat 0 0;
	display: block;
	width: 91px;
	height: 27px;
	
}
ul#nav-basic li#nav-calendar a:hover, ul#nav-basic li#nav-calendar a:active, ul#nav-basic li#nav-calendar a.active {
	background: url(../img/nav-calendar.gif) no-repeat 0 -27px;
	
}
ul#nav-basic li#nav-grantees a {
	background: url(../img/nav-grantees.gif) no-repeat 0 0;
	display: block;
	width: 91px;
	height: 27px;
	
}
ul#nav-basic li#nav-grantees a:hover, ul#nav-basic li#nav-grantees a:active, ul#nav-basic li#nav-grantees a.active {
	background: url(../img/nav-grantees.gif) no-repeat 0 -27px;
	
}

/*-------------------------
Secondary navigation
------------------------*/

div#search-box p a {
	text-decoration: none;
	color: #bfbfbf;
	background-color: inherit;
	
}
div#search-box p a:hover, div#search-box p a:active {
	text-decoration: underline;
	
}
ul#sub-navigation li a {
	color: #006c9f;
	background-color: inherit;
	text-decoration: none;
	
}
ul#sub-navigation li a:hover, ul#sub-navigation li a:active, ul#sub-navigation li a.active {
	color: #ffffff;
	background-color: inherit;
	
}

/*-------------------------
Buttons
------------------------*/

div.spiff-small p.button-more a, span.button-more a {
	color: #717171;
	background-color: inherit;
	text-decoration: none;
	
}
div.spiff-small p.button-more a:hover, div.spiff-small p.button-more a:active, span.button-more a:hover, span.button-more a:active {
	text-decoration: underline;
	color: #717171;
	background-color: inherit;
	
}

/*-------------------------
In-text navigation
------------------------*/

a {
	color: #116793;
	background-color: inherit;
	text-decoration: underline;
	
}
h1 a, h2 a, h3 a {
	color: #00aeef;
	background-color: inherit;
	text-decoration: none;
	
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #00aeef;
	background-color: inherit;
	text-decoration: underline;
	
}
p#breadcrumbs a {
	color: #717171;
	background-color: inherit;
	text-decoration: none;
	
}
p#breadcrumbs a:hover, p#breadcrumbs a:active {
	color: #717171;
	background-color: inherit;
	text-decoration: underline;
	
}a:hover, a:active {
	color: #00aeef;
	background-color: inherit;
	
}
address a {
	color: #717171;
	background-color: inherit;
	text-decoration: none;
	
}
address a:hover, address a:active {
	text-decoration: underline;
	color: #717171;
	background-color: inherit;
	
}