#CAheaderParent {
	position: relative;
}
.CAheaderImageBin {
	position: relative;
	overflow: hidden; 	
}
.CAheaderRightContentBin {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	height: 100%;
	margin-right: 20px;
	text-align: right;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.2em;
}

/* Widths */

.CAheader--SmallWidth {
	width: 259px;
	font-size: 10px;
}
.CAheader--SmallerWidth {
	width: 259px;
	font-size: 10px;
}
.CAheader--MediumWidth {
	width: 394px;
	font-size: 10px;
}
.CAheader--WideWidth {
	width: 606px;
	font-size: 11px;
}

/* Content */

.CAheaderRightContentBin a {
 text-decoration: none;
}
.CAheaderRightContentBin a:hover {
 text-decoration: underline;
}
.CAheaderRightContentBin h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}
.CAheaderRightContentBin p {
	line-height: 1.2em;
	margin-top:0.5em;
	margin-bottom:0px;
}

.CAheaderRightContentBin .ProductLink {
 position: absolute;
	bottom: 10px;
	left: 0px;
	text-align:left;
}
.CAheaderRightContentBin .ProductLink a {
		border-bottom-style:solid;
		border-bottom-width: 1px;
		text-decoration:none;
}
.CAheaderRightContentBin .ProductLink a:hover {
		border-bottom-style:dotted;
		border-bottom-width: 1px;
}

.CAheaderRightContentBin .ContentsLink {
	text-align:right;
	line-height: 1.4em;
}

.CAheaderRightContentBin .WarpLink {
 position: absolute;
	bottom: 10px;
	right: 0px;
	text-align:right;
	padding-bottom: 2px;
}

.CAheaderRightContentBin .ArticleLink {
 position: absolute;
	bottom: 12px;
	right: 0px;
	text-align:right;
	font-size: 10px;
	padding-bottom: 2px;
}

.CAheaderRightContentBin .ContentsLink a, .CAheaderRightContentBin .WarpLink a, .CAheaderRightContentBin .ArticleLink a {
 	font-size: 11px;
		text-decoration: none;
		border-style: dotted;
		border-bottom-width: 1px;
		border-top-width:0;
		border-left-width:0;
		border-right-width:0;
}
.CAheaderRightContentBin .ContentsLink a:hover, .CAheaderRightContentBin .WarpLink a:hover, .CAheaderRightContentBin .ArticleLink a:hover  {
		text-decoration: none;
		border-style: solid;
		border-bottom-width: 1px;
		border-top-width:0;
		border-left-width:0;
		border-right-width:0;
}

.CAheader--DarkText {
	color: #333333;
}
.CAheader--DarkText a {
	color: #333333;
}

.CAheader--LightText {
	color: white;
}
.CAheader--LightText a {
	color: white;
}

/* SubNav */

.CAheaderSubNavBin {
	position: relative;
	background-color: #f5f7ed;
	background-image: url(/lib/vickerey/hbin-linksbin-bttmhorzline.png);
	background-repeat:  repeat-x;
	background-position: left bottom;
}
.CAheaderSubNavTopTableCells {
	padding-top: .5em;
	padding-bottom: .6em;
	text-align: left;
}
.CAheaderLinkNested {
	text-align: left;
	padding-right: 2px;
	padding-bottom:0.6em;
	padding-top:0.5em;
}
.CAheaderLinkNestedBullet {
	width: 1%;
	padding-left: 5px;
}
.CAheaderSubnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#262626;
	text-decoration:none;
}
.CAheaderSubnav:hover {
	text-decoration:underline;
}
.CAheaderSubnav--Selected {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight: bold;
	color:#990000;
	text-decoration:none;
}
.CAheaderLinkNested--Active {
	width: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 1px;
	color: #990000;
	font-weight: bold;
}
.CA_CTGRY_LinksBinTable_LinkCell .CA_CTGRY_LinkNestedTable_LinkCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	color: #262626;
	padding-bottom: 1px;
}

/* Flourish */ 
.CAheaderBttmLineBin {
	position: relative;
	height: 13px;
}

/* Section Filter */

.FilterBin {
	margin-top:2px;
	margin-bottom:8px;
	text-align:left;
}
.FilterLabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	padding-right:8px;
}
.FilterSelect {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:Verdana,Geneva,Tahoma,Trebuchet,Arial,Helvetica,sans-serif;*/
	font-size:10px;
	font-weight:normal;
	color:#666666;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:1px;
	height:19px
}

