

#breadcrumb {
	height: 1.25em;
	padding: 1.5em 0 .5em;
	border-bottom: 1px solid #dfdfdf;
	
	line-height: 1.25em;
	
	font-size: .875em;
	
	min-height: 1px;
	}
	
	#breadcrumb:after {		height: 0;		clear: both;		display: block;		content: ".";		visibility: hidden;		}
	* html #breadcrumb	{	height: 1px; }
	
	
	
	#breadcrumb .node {
		float: left;
		}
	
	#breadcrumb .separator {
		display: block;
		width: 6px;
		height: 1.25em;
		padding: 0 .5em;
		
		background: url(breadcrumb.separator.gif) no-repeat center center;
		text-indent: -9000px;
		
		float: left;
		}
		
		
#main {
	min-height: 1px;
	padding: 0 0 5em;
	position: relative;
	}
	
	#main:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
		
	* html #main {
		height: 1px;
		}
		
#content {
	padding: 1.25em 0 0;
	color: #666;
	line-height: 1.5em;
	border-top: 1px solid #fff;	
	}
	
/*
General Master - Submenu
*/
#main.general-submenu #content {
	float: right;
	width: 520px;
	min-height: 600px;
	padding-left: 40px;
	padding-right: 160px;
	}	
	
* html #main.general-submenu #content{
    padding-left: 30px;
}

#sidebar {
	float: left;
	width: 220px;
	
	min-height: 650px;
	
	background: url(sidebar.gif) no-repeat right 0;		
	}	
	
	
/*
General Master - Secondary Info
*/
	
#main.general-secondaryinfo #content {
	float: left;
	width: 560px;
	min-height: 600px;
	padding-right: 80px;
	position: relative;
	}	
	

* html #secondaryinfo {
	position: absolute;
	top: 46px;
	right: 0;
	height: 650px;
	}
	
#secondaryinfo {
	position: relative;
	float: right;
	width: 300px;
	padding: 0;
	
	min-height: 650px;
	
	background: url(secondaryinfo.gif) no-repeat 0 0;
	}
	
#secondaryinfo .content {
	padding: 2em 0 0 20px;
	font-size: .75em;
	color: #555;
	line-height: 1.375em;
	}
	
	
#secondaryinfo h2 {
	color: #3496c1;
	}
	
#secondaryinfo dl {
	margin: 0;
	padding: 0;
	}
	
#secondaryinfo dt {
	font-weight: bold;
	color: #3496c1;
	margin: 0;
	}	
	
#secondaryinfo dd {
	padding: 0;
	margin: 0 0 1em 0;
	}
	
	
	
/* Typography and layout features */

#content blockquote {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #3496c1;
	
	font-style: italic;
	
	width: 220px;
	float: right;
	padding: 30px 0 0 20px;
	margin: 0 -160px 1em 2em;
	
	background: url(blockquote.gif) no-repeat 20px 0;
	border-left: 1px solid #ccc;
	
	display: inline;
	}
	
	#content blockquote:after {
		content: " ";
		width: 34px;
		height: 23px;
		background: url(blockquote.after.gif);
		display: block;
		margin: .5em 0 0;
		}
	
	
/* Document Meta Data */

.document-metadata {
	background: #e6e6e6;
	font-size: .75em;
	
	margin: 3em 0 0;
	
	padding: .25em 1em;

	border: 1px solid #ddd;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #fff;	
}


/* Rate Tile */
.rate-tile {
	margin: 1em -160px 2em 2em;
	padding: 0 10px;
	list-style: none;
	float: right;
	
	width: 200px;
	height: 90px;
	
	border-top: 2px solid #777;
	
	background: #fff;
	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;	
	-moz-box-shadow: 0 1px 2px #ccc;	
	}
	
.rate-tile .tile {
	display: block;
	margin: -2px 0 0;
	}
	
.rate-tile .title {
	margin: 5px 0;
	padding: 0;
	
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	
	color: #888;
	}
	
	.rate-tile .title a {
		color: #888;
		}
	
.rate-tile .rate {
	color: #00aeef;
	font-size: 48px;
	font-style: italic;
	float: left;
	min-height: 1px;
	line-height: 48px;
	}
	
	.rate-tile .rate sup {
		font-size: 20px;
		}
		
.rate-tile .type {
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	color: #777;
	width: 75px;
	margin: 1em 0 .25em 1em;
	position: relative;
	font-style: italic;
	}
	
	
/* Rates Table */

.rates-table {
	font-size: 1em;
	border: none;
	margin: 1em -5px;
	
	width: 100%;
	
	background: #fff;
	}
	
.rates-table td {
	border: none;
	padding: 0 5px;
	font-size: .875em;
	}
	
.rates-table td strong {
	color: #000;
	font-weight: normal;
	}
	
.rates-table th {
	border: none;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	color: #000;
	border-top: 5px solid #f8f8f8;
	}	
	
.note {
	margin: 1em 0 2em;
	font-size: .75em;
	color: #777;
	line-height: 1.4em;
	}
	
#promo-tile a {
	margin-bottom:10px;
	display:block;
}