@charset "utf-8";
/* the buttons and additional links to the right of the main content */

#sidebar {
	width:139px;
	float:left;
	margin-top:6px;
	padding:0 9px 80px 16px; /* bottom is padded 80px so the divider extends consistently under the content of the sidebar */
	text-align:left;
	border-left:1px solid #666;
	font-size:75%;
}

/* ---------- button styles ---------- */

#sidebar .button {
	display:block;
	width:114px;
	margin-bottom:8px;
	padding-right:22px;
	padding-left:4px;
	text-decoration:none;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:100%;
}

#sidebar .button.singleWhite {  /* single line white text */
	color:#fff;
	height:22px;
	padding-top:10px;
}

/* --- new --- */

#sidebar .button.singleWhiteSmall {
	color:#fff;
	font-size:100%;
	height:22px;
	padding-top:10px;
}

/* --- */

#sidebar .button.singleBlue {  /* single line blue text */
	color:#0f3f5e;
	height:22px;
	padding-top:10px;
}

#sidebar .button.doubleWhite {  /* double line white text */
	color:#fff;
	font-size:95%;
	height:27px;
	padding-top:5px;
	padding-right:26px;
	width:110px;
}

#sidebar .button.doubleWhiteSmall {  /* double line white text */
	color:#fff;
	font-size:85%;
	height:27px;
	padding-top:5px;
	padding-left:3px;
	width:115px;
}
#sidebar .button.doubleBlue {  /* double line blue text */
	color:#0f3f5e;
	font-size:95%;
	height:27px;
	padding-top:5px;
}

/* ---------- related links styles ---------- */

#sidebar .relatedLinks {
	width:140px;
	margin-top:24px;
}

#sidebar .relatedLinks.noButton {  /* in the instance a related link does not have a button above it, brings links to top of sidebar */
	margin-top:2px;
}

#sidebar .relatedLinks h3 {
	margin:0;
	font-size:100%;
	font-variant:normal;
	font-weight:bold;
}

#sidebar .relatedLinks ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar .relatedLinks li {
	margin:5px 0 5px 0;
}
