*, * html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "times new roman", times, serif;
	font-size: .9em;
	line-height: 1.3;
	background: #fffdf2 url(../images/3c-logo-bg.gif) no-repeat fixed left bottom;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: .15em;
	padding-top: .75em;
	font-weight: normal;
}

p, ul, ol, dl, blockquote {
	margin-bottom:  .5em;
}

img {
	border: none;
}

a {
	color: #2c770e;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #004B8E;
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
	color: #004b8e;
}

h3 {
	color: #c3470d;
	font-size: 1.3em;
}

h4 {
	color:  #2c770e;
	font-size: 1.1em;
}

hr {
	border: none;
	border-bottom: 1px solid #d3dde6;
	margin: 15px 0 10px 0;
	height: 1px;
	clear: both;
}

#adWrapper {
	width: 525px;
	height: 174px;
}

#ads {
	position: relative;
	width: 525px;
	height: 174px;
}

#ads img {
	margin: 0;
	padding: 0;
	border: none;
}

#ad_nav {
	position: absolute;
	width: 55px;
	height: 20px;
	border: 1px solid #ccc;
	left: 20px;
	bottom: 10px;
	text-align: center;
	padding-top: 3px;
	z-index: 100;
}

#next_ad, #prev_ad, #ad_toggle {
	width: 15px;
	height: 15px;
	padding: 0;
	padding-left: 3px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

#next_ad:hover, #prev_ad:hover, #ad_toggle:hover {
	text-decoration: none;
}

#next_ad {
	background-image: url(../images/next.png);
}

#ad_toggle {
	background-image: url(../images/pause.png);
}

#prev_ad {
	background-image: url(../images/prev.png);
}

#ad_toggle.play, #ad_toggle.pause {
	background-repeat: no-repeat;
	background-position: center center;
}

#ad_toggle.play {
	background-image: url(../images/play.png);
}

#ad_toggle.pause {
	background-image: url(../images/pause.png);
}

div.ad {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#logo_bg {
	display: block;
	position: fixed;
	bottom: -40px;
	left: -40px;
	z-index: -1;
}

#page_layout {
	width: 816px;
	margin: 50px auto;
}

#page_top, #page_bottom {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	width: 816px;
	height: 22px;
}

#page_bottom {
	background-image: url(../images/content_bottom.png);
}

#content {
	background-image: url(../images/content_mid.png);
	background-repeat: repeat-y;
}

#heading {
	margin: 0 20px;
	padding: 5px;
	border: 1px solid #d3dde6;
}

#nav {
	border: 1px solid #d3dde6;
	margin: 10px 20px;
	height: 30px;
	clear: left;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav ul li a.last {
	background-image: none;
}

#nav ul li a:hover {
	background-color: #fffbf2;
}

#home { width: 80px; }

#about { width: 102px; }

#interventions { width: 135px; }

#training { width: 100px; }

#innovations { width: 120px; }

#grants { width: 97px; }

#publications { width: 140px; }

#isd_home #home, 
#isd_about #about, 
#isd_interventions #interventions, 
#isd_training #training, 
#isd_innovations #innovations, 
#isd_grants #grants, 
#isd_publications #publications {
	background-color: #004b8d;
	color: #fff;
}


#footer {
	clear: left;
	margin: 0px 20px;
	padding: 10px 20px;
	border: 1px solid #d3dde6;
	font-size: .8em;
}

#bottom_nav {
	font-size: .9em;
	list-style: none;
	padding-bottom: 15px;
	padding-top: 5px;
	display: none;
}

#bottom_nav li {
	float: left;
}

#bottom_nav a, #subNav ul li a {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #002c77;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	background-image: url('../images/triangle.gif');
	background-position: left center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#copyright {
	padding-top: 10px;
	font-style: italic;
	clear: left;
	color: #004b8e;
}

#isd_logo {
	display: block;
	float: left;
	width: 351px;
	height: 114px;
}

#search {
	/* Temporarily hide the search box */
	display:none;
	/*******/

	float: right;
	margin-top: 30px;
}

#searchForm {
	margin: 10px 0px 5px 0px;
	border: 1px solid #d3dde6;
	width: 210px;
}

#searchForm p br {
	clear: both;
	height: 1px;
}

#search_term {
	font-family: arial;
	font-size: .6em;
	color: #666;
	padding: 5px;
	width: 175px;
}

#search_submit {
	margin: 0;
	padding: 0;
	border: none;
	background-color: white;
	background-image: url('../images/search_icon.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

#sitemap {
	font-family: arial, helvetica, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	text-align: right;
}

#sitemapLink, #rssLink{
	font-style: normal;
	font-weight: bold;
	color: #002c77;
	margin-left: 10px;
	padding: 5px 0px 5px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#sitemapLink {
	background-image: url('../images/triangle.gif');
}

#rssLink {
	background-image: url('../images/rss_icon.gif');
	margin-right: 25px;
}

#mainContent {
	width: 524px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding:10px 15px;
	border: 1px solid #d3dde6;
	clear: left;
	float: left;
}

#mainContent p.first{
	font-style: italic;
	font-size: 1.1em;
}

#mainContent blockquote.quote_right {
	float: right;
	margin: 10px 0 10px 10px;
	width: 260px;
}

#mainContent blockquote.quote_left {
	float: left;
	margin: 10px 10px 10px 0;
	width: 260px;
}

#mainContent blockquote {
	background-color: #f4f4ee;
	background-image: url('../images/quote_bottom.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d9d9d9;
	margin: 5px 20px;
}

#mainContent blockquote h3 {
	background-image: url('../images/quote_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-left: 35px;
	padding-top: 20px;
	margin: 0;
}

#mainContent blockquote p {
	padding-left: 35px;
	padding-right: 20px;
	font-size: .75em;
}

#mainContent blockquote strong {
	text-transform: uppercase;
	font-size: .7em;
	color: #444;
} 

#mainContent ul {
	margin-left: 1em;
	list-style-type: square;
}

#mainContent li {
	padding: .25em 0;
}

#sideBar {
	width: 184px;
	float: left;
	border: 1px solid #d3dde6;
	margin-left: 14px;
	padding: 10px;
	/* font-size: .80em; */
	line-height: 1.4;
}

#mainContent dt {
	font-size: 1.1em;
	padding-top: 1em;
	padding-bottom: .25em;
}

#mainContent em.comingSoon {
	color: #4f0b19;
	font-weight: bold;
}

.clearAll {
	clear: both;
}

div.clearAll {
	clear: both;
	height: 1px;
}

.news {
	margin-bottom: 20px;
}

.news h3 {
	font-size: 1.1em;
	color: #004b8e;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin-bottom: 10px;
	text-align: center;	
	padding-bottom:  10px;
	background-image: url('../images/thin_h_line.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.news ul {
	list-style: square;
	margin-left: 15px;
	color:  #004b8e;
}

.news ul li {
	margin:  0;
	padding-bottom: 8px;
}

.news ul li a, .morelink {
	color:  #004b8e;
}

.morelink{
	display:  block;
	text-align: right;
}

.ruled {
	margin-right:  10px;
	border-right: 1px solid #d3dde6;
}

.half {
	width:  245px;
	padding: 10px 10px 10px 0;
	float: left;
}

.full {
	display:block;
}

span.modDate {
	font-size: .6em;
	text-transform: uppercase;
}

.firstHead {
	padding-top: 0;
}

#subNav ul {
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
}

#subNav ul li
{
	padding-top: 3px;
	padding-bottom: 5px;
	border-top: 1px solid #bbb;
	height: 1.75em;
}

#subNav ul li a {
	display: block;
}

#mainContent #map {
	width: 525px;
	height: 400px;
	border: 1px solid #d3dde6;
}

#bottom_nav a:hover, #subNav ul li a:hover {
	text-decoration: none;
	color: #2C770E;
	background-image: url('../images/green_arrow.gif');
}

#advisoryBoard dt, #partners dt {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
}

#advisoryBoard dd, #partners dd {
	font-size: .9em;
	text-transform: uppercase;
	color: #555;
}


