
/* Auto float clearing for compliant browsers
*************************************************************************/
.pagination:after,
.feature-rss:after,
.clearthis:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}

.fl-left { float:left; }
.fl-right { float:right; }

.img-right {
	float: right;
	clear: both;
	margin: 5px 0 10px 10px;
	}
	
.img-left {
	float: left;
	clear: both;
	margin: 5px 10px 10px 0;
	}

.leader {
	font-size: 1.8em;	
	line-height: 1.4em;
	}

.pagination {
	font-size: 0.9em;
	}
	
.pagination a {
	font-weight: bold;
	color: #006766;
	}

.pagination .prev-greyedout,
.pagination .next-greyedout {
	color: #ccc;
	}
	
.pagination-head {
	margin: 0 0 1.5em 0 !important;
	padding: 0.5em 0 0 0;
	}
	
.pagination-head h1 {
	margin: 0 !important;	
	}

.pagination-head p {
	margin: 10px 0 0 0 !important;
	font-weight: bold;
	}

p#breadcrumb {
	font-size:1.2em;
	}
	
#siteMap li {
	font-weight: bold;
	}

#siteMap li li {
	font-weight: normal;
	}


/* RSS Feature style 
*************************************************************************/
.feature-rss {
	background: #fff url(../site_images/feature-white-btm.jpg) no-repeat left bottom;
	padding: 16px 15px 16px 10px;
	margin-bottom: 20px;
	}
	
.feature-rss a {
	display: block;
	padding: 8px 0 16px 40px;
	background: url(../site_images/icon_rss.jpg) no-repeat 0 0;
	font-weight: bold;
	line-height: 1em;
	}