/*
Secondary Page Title, SubMenu and Content Region
*/

div#stretch1content {
	left: 0;
	background: transparent no-repeat left bottom;
}

div#stretch2content {
	background: transparent no-repeat left bottom;
}

div#stretch3content {
	background: transparent no-repeat left bottom;
}

div#stretch4content {
	background: transparent no-repeat left bottom;
}

div#stretch5content {
	background: transparent no-repeat left bottom;
}

div#stretch1, div#stretch2, div#stretch3, div#stretch4, div#stretch5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 86px;
	margin: 0;
	padding: 0;
}

div#stretch1content, div#stretch2content, div#stretch3content, div#stretch4content, div#stretch5content, div#stretch5bcontent {
	position: relative;
	bottom: 0;
	left: 0;
	height: 86px;
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

div#top1, div#top2, div#top3, div#top4, div#top5 {
	position: absolute;
	top: 0;
	width: 131px;
	height: 4px;
	font-size: 1px;
}

div.topcontent {
	height: 4px;
	border-right: 3px solid #ffffff;
	font-size: 1px;
}


/* Sub-Menu Definitions */


/* Secondary Template Key Message Defs */
	#sub-title {position:relative;margin: 0 0 0 131px;}
	#sub-title h2 {position:relative;font-size:17px;margin:0;padding:20px 20px 20px 20px;text-transform:none;}
	/* html #sub-title h2 {padding-top:59px;}
	
	
/* Tertiary Template Content Defs */

	#content {width:698px;position:relative;left:-3px;margin-left:15%;background:#fff;font-family:georgia,times,serif; padding:60px 30px 30px 30px;}
	.banner {float:left;width:150px;font-size:12px;padding:5px;}
	
	
	#content li { font-size: 12px; color:#3f3f3f; }


/* Stretch Region Defs */
div#stretch1, div#stretch2, div#stretch3, div#stretch4, div#stretch5 {
	background: transparent no-repeat left bottom;
}

div#stretch1 {
	z-index: 105;
	width: 15%;
}

div#stretch2 {
	z-index: 104;
	width: 30%;
}

div#stretch3 {
	z-index: 103;
	width: 45%;
}

div#stretch4 {
	z-index: 102;
	width: 60%;
}

div#stretch5 {
	z-index: 100;
	width: 75%;
}

div#top1 {
	z-index: 110;
	width: 15%;
}

div#top2 {
	z-index: 109;
	width: 30%;
}

div#top3 {
	z-index: 108;
	width: 45%;
}

div#top4 {
	z-index: 107;
	width:60%;
}

div#top5 {
	z-index: 106;
	width: 75%;
}

table.rates {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #00C5E7;
}

.rates td {
	border-bottom: 1px solid #00C5E7; /*#999 */
	padding: 2px 8px;
/*		white-space: nowrap;*/
/*		This rule cased the rate table to stretch beyond the width of the rest of the page */
}

.rates tr.heading td {
	background-color: #00C5E7; /*#daf4f1;*/
	border-bottom: 1px solid #00C5E7; /* #333 */
	border-top: 0px hidden #ffffff;
	color: #ffffff;
}
.rates tr.highlight td{
	background-color: #daf4f1;
}

.rates tr.spacer td {
	border: none;
	height: 22px;
}
