﻿/* CSS Document */
/* add this widget */
.addthis_button 
{
    float:right;
    margin-top:-30px;
    margin-right:10px;
	}
/* add this widget END*/
/*-- Breadcrumb trail --*/
.trail {
	margin:10px 0 0 10px;
	}
/*-- Breadcrumb trail END--*/
.feed {
	background-color:#FFFFFF;
	padding-left:6px;
	}
.feed h2 
{
    margin-top:10px;
    margin-bottom:10px;
}
.feed p.excerpt {
	font-style:italic;
	font-weight:bold;
	margin:0 0 10px 0;
}
.feed ul {
	list-style:circle;
	margin-left:20px;
	}
.feed ul li {
	padding-bottom:4px;
	}
.feed ul.ToC {
	margin:20px 0 20px 60px;
	}
.feed ul.ToC li {
	list-style:none;
	padding-left:22px;
	background-image:url(images/arrows.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	}
.feed ul.ToC li a {
	color:#333333;
	}
.feed ul li a.pdf {
	display:block;
	height:40px;
	padding-left:44px;
	background-image:url(Images/script_icons/pdficon.gif);
	background-repeat:no-repeat;
	}
.feed iframe {
	width:627px;
	height:346px;
	border:2px solid #00ADC8;
	margin:10px auto;
	}
.feed tr {
	height:20px;
	}
.feed tr td {
	padding-left:4px;
	}
/*-- Specific Wordpress banners --*/
.wp_banners {
	float:right;
	margin-right:-210px;
	width:210px;
	margin-top:10px;
	padding-left:10px;	
	}
.wp_banners img {
	margin-bottom:10px;
	}