@charset "utf-8";


/* NEW 07 */

body{
	background-color:#fff;
	font-size: 76%;
	margin:0;
	padding:0;
}

#banner
{
	margin:0 0	0 180px;
	position:relative;
	height: 54px;
	position:relative;
}

#headerWrap{
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}
#gridWrap{
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}
#footerWrap{
	border-bottom:1px solid #fff;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}


/* HEADER */


/* FOOTER */

#feet
{
	border-top:1px solid #959595;
	padding-top:10px;
	margin-left:180px;
}

#feet p,
#feet ul
{
	padding:0 20px .5em 0;	
	margin:0;
}

#downloadPrint
{
	float:left;
	width:320px;
}
#downloadPrint img
{
	margin-right: 10px;
}
#morePATHInfo,
#copyright
{
	float:left;
	width:230px;
}

#morePATHInfo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#morePATHInfo li {
	padding:0;
	margin:0 0 .2em 0; 
}

/* MATTER */

.main-content
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.6;
	background-color:#fff;
	padding-top:20px;
}
h1
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.8em;
	line-height:1.3;
	color:#006e6e;
	font-weight:normal;
	margin:0;
	padding: 0 0 .5em 0;
}

h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	line-height:1.3;
	color:#006e6e;
	font-weight:normal;
	margin:0;
	padding: .8em 0 0 0;
}

h2 + table {margin-top:.8em}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.6;
	font-weight:bold;
}

/* Section 12.2:  The A element */
a:link {
	color: #5555aa;
	text-decoration: none;
}
a:visited {
	color: #884488;
	text-decoration: none;
}
a:link:hover {text-decoration: underline; color:#330099} /* [4] */
a:visited:hover {text-decoration: underline;; color:#330099}
a:active {
	color: #5555aa; 
	text-decoration: underline;
}
a:focus {}
a:focus:hover {
}


.divCol-normalLeft,
.divCol-normalRight,
.divCol-index
{
	width: 390px;
	float:left;
	display:inline; /*hack for ie6*/
}

.divCol-normalLeft .washer,
.divCol-wide .washer
{
	padding-right:10px;
}

.divCol-normalRight .washer,
.divCol-narrow .washer,
.divCol-index .washer
{
	padding-left:10px;
}

.divCol-wide
{
	width:470px;
	float:left;
	padding:0;
	margin:0;
	display:inline; /*hack for ie6*/
}

.divCol-narrow
{
	width:310px;
	float:right;
	display:inline; /*hack for ie6*/
}

.divCol-index 
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height:1.5;	
}

.divCol-index h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	line-height:1.2;
	color:#006e6e;
	font-weight:normal;	
	margin:0;
	padding: 1em 0 0 0;
	text-transform:uppercase;
}

.divCol-index ul
{
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}
.divCol-index li
{
	padding:0;
	margin:.2em 0 .8em 0; 
}

.thumbs
{
	width:100%;
	overflow:auto;
}

.thumb
{
	width:95%;
	clear:both;
	padding-top:1em;
}

.thumb p {
margin: 0;
padding:0;
}

.thumb img
{
	margin:0 10px 0 0;
}

.text2,
.credit,
.caption,
.partners,
#feet,
.pren,
#innofunding,
.officesTable
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	line-height:1.5;	
}

.pren {
	padding-top:1.5em;	
}

.caption
{
	display:block;
	padding-top:10px;
}

.partners h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	line-height:1.2;	
	text-transform:uppercase;
	color:#006e6e;
	padding:1.5em 0 .4em 0;
	margin: 0;
}
.partners p
{
	padding:0 0 .4em 0;
	margin: 0;
}
.credit {
	color:#464646;
}

#innofunding{
	padding-top:1em;	
}



.prenButtons {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.prenButtons:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.prenButtons  li {
	padding:0;
	margin: 0;
	float:left;
	width:75px;
}

.prenButtons a, 
.prenButtons span {
    padding: 5px 0;
    background: no-repeat;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
}

.prenButtons a.back:hover{
	color:#b6d99f;
	text-decoration:none;
}
.prenButtons a.next:hover{
		color:#f6a083;

	text-decoration:none;
}

.prenButtons a.back,
.prenButtons span.back{
	background: url(../images/button-back.gif) no-repeat;
}

.prenButtons a.next,
.prenButtons span.next{
	background: url(../images/button-next.gif) no-repeat;
}

.prenButtons a,
.prenButtons span{
	display: block;
    width: 68px; /* IE 6 treats width as min-width */
    min-width: 68px;
    height: 28px; /* IE 6 treats height as min-height */
    min-height: 28px;
	text-align:center;
}
*>.tabs-pane a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.callout{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.5em;
	line-height:1.5;
	color:#006e6e;
}


.callout2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	line-height:1.5;
	color:#959595;
}

.financeTable {
	width:100%;	
	margin-bottom:1em;
}

.financeTable td,
.financeTable td p,
.financeTable th p
{
	padding:0;
	margin:0;
}

.financeTable th {
	text-align:left;
	background-color:#cce2e2;
	padding: .2em;
}

.financeTable tr.rule td
{
	border-top:1px solid #959595;	
}

.financeTable tr.vertspace td
{
	padding-top:1em;	
}

.financeTable td.indent
{
	padding-left:10px;	
}

.ico {
	margin: .5em 10px 0 0;	
}


.boardTable td {
	padding-bottom:2em;	
}

.boardTable img {
	margin-right: 20px;	
}


.officesTable td{
	padding-right:10px;	
}


.supportersList p
{
	padding:.2em 0;
	margin:0;	
}

.supportersList h2
{
	padding-bottom: .8em;
}
/* SECONDARY AND TERTIARY COLUMN STYLES */



/*-- NEW 07 --*/
.box {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0;
	padding-top: 100px;
	position:relative;
}

div.box p {
	margin: .75 0;
}

ul.navigation,
ul.navigation ul{
	margin: 0;
	padding: 0 0 1.5em 0;
	list-style-type: mone;
	list-style: none;
}

ul.navigation ul{
	padding: 0;
	
}

ul.navigation li {
	padding:0;
	margin:0 0 2em 0; 
}

ul.navigation li li{
	margin:1em 0; 
}

ul.navigation li li li{
	margin-left:10px; 
}

ul.navigation strong
{
	text-transform:uppercase;
}



.box a.thispage:link,
.box a.thispage:visited
{
	display:block;
	color:#000;
	text-indent:12px;
	background:url(../images/caret.gif) no-repeat 0 0.5em;
}

/* index ads */




/* UTES */

.none, .displaynone, .lowfi{ display: none; }
.clear {clear:both; }
.nowrap {white-space:nowrap;}
.flushtop {margin-top: 0; padding-top: 0;}
.superscript { vertical-align: super; font-size: smaller }
.subscript { vertical-align: sub; font-size: smaller } 
.textalignright {text-align:right}
.emphatic{color:#993300 !important;}
.warning{color:#FF0000 !important;}
tr.rowalt {background-color: #eeeedd;}
.uppercase {text-transform:uppercase;}




/* ------------------------------ crufty cheat stuff */

.tableBody td
{
padding-right:20px;
}

