@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Arial, Helvetica, sans-serif;   
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:4px 0px 14px 0px;
	margin:0;

}
p, td, dd, dt, #main li {
	line-height:1.5;
	font-size:0.8em;
	color:#333;
}
#content li li {
	font-size:1em;
}
form { display:inline }

a { color:#3a73ac }
a:visited { color:#936 }
a:hover { color:#c00 }

em { font-family:Georgia, "Times New Roman", Times, serif }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.c { text-align:center }
.r { text-align:right }

h2, h3, h4 {
	margin:0 2px 5px 0;
	padding:10px 4px 0 0px;
	font-family:Arial, Helvetica, sans-serif;

}
h2 {
	color:#930;
	font-size:1.2em;
	margin-bottom:20px;
}
h3 {
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {	
	color:#777;
	font-size:0.75em;
	font-weight:normal;
}
table.plain td {
	padding:0px 10px 0px 0px;
}
/*end of general styles*/
/*------------------------------MAIN LAYOUT STYLES------------------------*/
#container {
	background:#fff url(../images/header_bg.png) top center repeat-x;	
}
#wrapper {
	width:970px;
	margin:0 auto;
}
#header {
	width:970px;
	height:110px;
	position:relative;
	z-index:2;/*because of IE7 - otherwise content comes through drop-down menus*/
}
#main {
	z-index:1;
	float:left;
	width:600px;
	padding-bottom:10px;
}
#footer {
	border-top: 5px solid #690;
	
}
/*end of main layout styles*/
/*----------------------HEADER CONTENT STYLES--------------------------*/
#logo {
	width:280px;
	height:110px;
	float:left;
	background:url(../images/logo.png) top left no-repeat;
	overflow:hidden;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:280px;
	height:110px;
}

a#be-the-change, a#be-the-change:visited {
	display:block;
	float:right;
	width:120px;
	height:69px;
	margin-top:28px;	
	background: url(../images/be-the-change.jpg) top center no-repeat;
}
a#be-the-change:hover {
	background-position:bottom center;
}
/*end of header content styles*/
/*----------------------FOOTER CONTENT STYLES--------------------------*/
#footer p {
	width:970px;
	padding:10px 0;
	margin:0px auto;
	line-height:1.3;
	font-size:0.7em;
	text-align:center;
	color:#690;
}
#footer a, #footer a:visited {
	color:#690;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*end of footer content styles*/
/*----------------------CONTENT STYLES--------------------------*/
#content {
	width:560px;
	padding:10px;
}
/*--------------front page-----------*/
#welcome {
	float:right;
	width:340px;
	height:210px;
	padding:10px;
	background:url(../images/welcome-background.jpg) top center no-repeat;
}
#welcome h2 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:#360;
}
#boxes div {
	float:left;
	width:320px;
	
}
#boxes div.middlebox {
	padding:0px 5px;
}
#boxes h2 {
	margin:0;
	padding:18px 0px 0px 20px;
	width:320px;
	height:42px;
	border:0px;
	color:#fff;
	font-size:1.2em;
	text-transform:lowercase;
}
h2.news { background:url(../images/boxtitle-1.png) top left no-repeat; }
h2.action { background:url(../images/boxtitle-2.png) top left no-repeat; }
h2.resources { background:url(../images/boxtitle-3.png) top left no-repeat; }
dl#newslist {
	margin:0;
	padding:10px;
}
dl#newslist dt a {
	display:block;
}
dl#newslist dd {
	margin:0;
	padding:0 0 0 20px;	
}
dl#newslist dd.timestamp {
	font-size:0.7em;
	margin-bottom:10px;
	color:#999;
}
#rightblocks {
	width:370px;
	float:left;
}
.sidebox {
	float:right;
	width:360px;
	margin:5px 0px;
	background:#ecf2df url(../images/sidebox-top.png) top center no-repeat;
}
.sidebox-bottom {
	height:20px;
	background:#ecf2df url(../images/sidebox-bottom.png) bottom center no-repeat
}
.sidebox-brown-bottom {
	height:20px;
	background:#ecf2df url(../images/sidebox-brown-bottom.png) bottom center no-repeat
}
.sidebox  p, .sidebox  table {
	padding-left:20px;
}
.sidebox  h3 {
	padding:20px 10px 10px 20px;
	margin:0;
	color:#360;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#signup fieldset {
	border:none;
}
#signup label {
	font-size:0.85em;
	letter-spacing:1px;
}
#signup a, #signup a:visited {
	
}

/*news navigation*/
div#newsnavigation,
div#archivesnavigation {
	height:300px;
	overflow:auto;
	overflow-x:hidden;
	padding:5px 2px 5px 0px;
}
div#newsnavigation{
	background:#f8f2ef url(../images/sidebox-brown-top.png) top center no-repeat;
}

div#archivesnavigation{
	background:#dbe6f0 url(../images/sidebox-blue-top.png) top center no-repeat;
}

#newsnavigationblock ul {
	margin:0 0 0 5px;
	padding:10px 0 0 20px;
}
#newsnavigationblock ul li {
	font-size:0.75em;
	line-height:1.5;
}
#newsnavigationblock ul li a, #newsnavigationblock ul li a:visited {
	text-decoration:none;
}
#newsnavigationblock ul li a:hover {
	text-decoration:underline;
}
div#newstabs {
	height:30px;
	margin:10px 0 0 24px;
}
#newstabs a, #newstabs a:visited {
	float:left;
	height:25px;
	padding-top:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	letter-spacing:normal;
}
#newstabs a.currentnews, #newstabs a.currentnews:visited {
	width:111px;
	margin-left:-1px;
	background:#f8f2ef url(../images/tab-current-news.png) top repeat-x;
	color:#930;
	border-bottom:1px solid #f8f2ef;
	font-size:0.8em;
}
#newstabs a.archivednews, #newstabs a.archivednews:visited {
	width:111px;
	height:25px;
	border-bottom:none;
	background:#dbe6f0 url(../images/tab-archived-news.png) top repeat-x;
	color:#eee;
	margin-left:3px;
	font-size:0.8em;
}
#newstabs a.currentnews:hover {
	background-position:bottom left;
}
#newsnavigationblock {
	width:358px;
	margin:1px auto 5px auto;
	background:#fff url(../images/lightgray_bg.png) top left repeat-x;

}

.newsitem h2, .bignews h2 {
	margin-bottom:0;
	margin-right:0;
}
.newsitem h3 {
	margin:0;
	padding-top:0;
	font-size:0.85em;
}
.bignews h3 {
	margin:0;
}
.newsitem h4, .bignews h4 {
	padding-top:0;
}
.newsitem p {
	margin-bottom:0;
	padding-bottom:0;
}
.summary {
	width:540px;
	padding:10px;
	background-color:#ecf2df;	
	border:1px solid #ccc;
	padding:10px;	
}
.fineprint {
	font-size:0.9em;
}
.image_container,
.image_container_left {
	width:190px;
	padding:5px;
	margin:5px;
	float:right;
	border:1px solid #a0bedc;
	background:url(../images/watermark1.jpg) bottom right no-repeat;
}
.image_container_left {
	float:left;
}
.image_container img,
.image_container_left img {
	width:188px;
	height:auto;
	border:1px solid #a0bedc;
}
.img_caption {
	padding:0.2em 0;
	font-size:0.65em;
	color:#666;
	letter-spacing:1px;
	line-height:1.2;
}
/*link styles*/
a.link, a.link:visited, a.link:hover,
a.map, a.map:visited, a.map:hover,
a.pdf, a.pdf:visited, a.pdf:hover,
a.ppt, a.ppt:visited, a.ppt:hover,
a.www, a.www:visited, a.www:hover,
a.zip, a.zip:visited, a.zip:hover {
	padding:1px 0 1px 20px;
	
}
a.link, a.link:visited, a.link:hover { background:url(../images/icons/ico_link.png) top left no-repeat }
a.map, a.map:visited, a.map:hover { background:url(../images/icons/ico_map.png) top left no-repeat }
a.pdf, a.pdf:visited, a.pdf:hover { background:url(../images/icons/ico_pdf.png) top left no-repeat }
a.ppt, a.ppt:visited, a.ppt:hover { background:url(../images/icons/ico_ppt.png) top left no-repeat }
a.www, a.www:visited, a.www:hover { background:url(../images/icons/ico_www.png) top left no-repeat }
a.zip, a.zip:visited, a.zip:hover { background:url(../images/icons/ico_zip.png) top left no-repeat }

/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
