/*-----------------------------------------------------------------------------
Page Breadcrumb, Heading, and Secondary Navigation Style Sheet
version:   1.0
author:    Daniel Cottner
e-mail:    daniel.cottner@capitalone.com
-----------------------------------------------------------------------------*/

/* =Breadcrumb
----------------------------------------------------------------------------------------------------*/
#nav-breadcrumb {
	background-color: #e8e8e8;
	font-size: .85em;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 2px 10px 4px;
	width: 940px;
}
#nav-breadcrumb li {
	background-image: none;
	display: inline;
	padding: 0;
}
#nav-breadcrumb span {
	padding: 0 0 0 3px;
	vertical-align: -1px;
}
#nav-breadcrumb a:link,
#nav-breadcrumb a:visited,
#nav-breadcrumb a:hover,
#nav-breadcrumb a:active {
	color: #666;
	text-decoration: underline;
}

/* =Page Heading - Page Title
----------------------------------------------------------------------------------------------------*/
#page-heading {
	margin-top: 18px;
	margin-left:10px;
	float: left;
}

/* =Page Heading - Utility Links
----------------------------------------------------------------------------------------------------*/
#utility-links {
	float: right;
	line-height: 14px;
	margin: 25px 10px 0 0;
}
#utility-links li {
	background-image: none;
	border-right: 1px solid #e5e5e5; 
	float: left;
	margin: 0;
	padding: 0 8px;
}
#utility-links li.last {
	border-right: none;
	padding-right: 0;
}
#utility-links a {
	color: #767676; /* [drew.liverman | 07.06.10] */
	background: transparent url(/img/global/icon/sprite/utility-links.png) no-repeat 0 0;	/* Sets icon sprite - default image is DEFAULT print icon */
	padding-left: 16px;
}
#utility-links a:hover,
#utility-links a:focus {
	color: #246fc8;
}
#utility-links li.chat a {			/* Moves icon sprite image to display DEFAULT chat icon */
	background-position: 0 -80px;
}
#utility-links li.chat a:hover,		/* Moves icon sprite image to display HOVER/FOCUS chat icon */
#utility-links li.chat a:focus {
	background-position: 0 -100px;
}
#utility-links li.contact a {		/* Moves icon sprite image to display DEFAULT contact us icon */
	background-position: 0 -40px;
	padding-left: 13px;				/* Lessens padding between link and icon (because contact us icon is skinnier than others) */
}
#utility-links li.contact a:hover,	/* Moves icon sprite image to display HOVER/FOCUS contact us icon */
#utility-links li.contact a:focus {
	background-position: 0 -60px;
}
#utility-links li.print a:hover,	/* Moves icon sprite image to display HOVER/FOCUS print icon */
#utility-links li.print a:focus {
	background-position: 0 -20px;
}

#utility-links li.access a {
 	background-position: 0 -120px;
}
#utility-links li.access a:hover, /* Moves icon sprite image to display HOVER/FOCUS access your accounts icon */
#utility-links li.access a:focus {
 	background-position: 0 -140px;
}

#utility-links li.application a {
 	background-position: 0 -160px;
}
#utility-links li.application a:hover, /* Moves icon sprite image to display HOVER/FOCUS access your accounts icon */
#utility-links li.application a:focus {
 	background-position: 0 -180px;
}
#access-account-content img.icon-lock {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* =LOB Nav
----------------------------------------------------------------------------------------------------*/
#nav-lob {
	margin-top: 25px;
	overflow: hidden;
}

/* =LOB Nav - Heading
----------------------------------------------------------------------------------------------------*/
#nav-lob h4 {
	color: #555;
    cursor: default;
    font-size: 1.25em;
    font-weight: bold;
	margin: 0 0 5px 10px;
    padding: 0 0 0 9px;
}
#nav-lob h4 a {
	color: #555;
}
#nav-lob h4.on {
    background: transparent url(/img/global/icon/nav-lob-on.png) no-repeat 1px 5px;
    color: #246fc8;
}

/* =LOB Nav - Lists
----------------------------------------------------------------------------------------------------*/
#nav-lob ul {
    color: #767676;  /* [drew.liverman | 07.06.10] */
    font-weight: normal;
    margin: 0;
}
#nav-lob .supp {
	margin: 4px 0 0;
}
#nav-lob li {
	background-image: none;
	margin: 2px 0 2px 10px;
    padding: 2px 0 2px 10px;

}
#nav-lob li ul {
	margin: 3px 0 -2px -20px;
}
#nav-lob ul.supp li {
	border-top: 1px solid #ececec;
    margin: 0;    
	padding: 5px 0 12px 20px;
}
#nav-lob .product {
	margin: 2px 20px 2px 30px;
    padding-left: 10px;

}
#nav-lob li.on {
    background: transparent url(/img/global/icon/nav-lob-on.png) no-repeat 1px 6px;
    color: #246fc8; /* [drew.liverman | 06.28.10] */
	cursor: default; /* prevents the text-select 'I-beam' cursor from displaying */
	font-weight: bold;
}

/* =LOB Nav - Anchors
----------------------------------------------------------------------------------------------------*/
#nav-lob a {
    color: #767676; /* [drew.liverman | 06.28.10] */
	text-decoration: none;
}
#nav-lob a.opened, #nav-lob span.opened {
	color: #555;
	font-weight: bold;
}
#nav-lob a:focus,
#nav-lob a:hover,
#nav-lob a.opened:focus,
#nav-lob a.opened:hover {
    color: #246fc8;
	text-decoration: underline;
}

#page-body{clear:both;}