@charset "utf-8";
/* CSS Document */

/* Base class styles */
/* ********************************************** */
.clear {clear: both;}
body, TD {  font-family: Arial, Helvetica, sans-serif}
.copyright {  font-size: 10pt}
.tab { color:white; ; font-weight: bold; font-size: 10pt}
A.tab:hover { color:yellow; }
.whatsnew {  font-size: 12pt; font-weight: lighter; color: #FFFFFF}
.red {color: #CC0000;}
h3 {color: #578257}
h4 {margin-left: 1em;}
#contentarea li {font-size: 13px;}

table.resourceSectionNav {border: 1px solid #578257; background-color:#E0EFE0;}
table.resourceSectionNav td {padding: 5px; width: 33%; vertical-align: top;}
table.resourceSectionNav p {margin: 0 0 5px 0; font-size: 12px;}
table.resourceSectionNav a {color: black; text-decoration: none;}
table.resourceSectionNav a:hover {text-decoration: underline;}

/* Title and background */
/* ********************************************** */
#resourceSiteBanner {
	margin: 0.5em 0;
	border: 0;
	padding: 0;
	background-image: url(../../images/banner_background.gif);
	background-repeat:repeat-x;
	height: 72px;
	/*width: 790px;*/
	position:relative;
}
#resourceSiteBanner h1 {
	color: #12417C;
	margin: 0;
	padding: 0;
	font-size:28px;
	white-space: nowrap;
}	

/* Tabbed navigation */
/* ********************************************* */
#resourceSiteBanner .navigation {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: "bold Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	/*width: 790px;*/
	width: 100%;
}
#resourceSiteBanner .navigation li {
	display: block;
	float: left;
	list-style: none;
	background-color:#99CC66;
	margin: 0 1em;
	font-size: 11px;
}
#resourceSiteBanner .navigation li a {
	display: block;
	color: white;
	background-color: #12417C;
	margin: 0;
	padding: 6px 1em;
	text-decoration: none;
}
#resourceSiteBanner .navigation li a:hover {
	background-color: #D59315;
}

/* File Download tables */
/* ********************************************* */
.downloadTable {
	width: 100%;
	border: 1px solid #bddfd0;
	border-width: 1px 0 0 1px;
	border-spacing: 0;
}
.downloadTable th {
	background-color: #bddfd0;
	font-size: 11px;
}
.downloadTable th, .downloadTable td {
	padding: 0.25em;
	border: 1px solid #bddfd0;
	border-width: 0 1px 1px 0;
}
.downloadTable th.dlCol {
	width: 70px;
}
/* Political Effectiveness coaches */
/* ********************************************* */
.coaches td {
	padding: 0 0.5em;
}
