@charset "utf-8";
/*
	@CArbon Down
	@Author reactive.com
	@December 2010

*/
/* 1.01 RESET 
   v1.0 | 20080212 
 -----------------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code, 
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,li,fieldset,form,label,legend, 
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit; 
font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table
{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}
body{ font-family:Arial, Helvetica, sans-serif;	font-size:75%;	}
ul li, ol li{ line-height:normal; }
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:1em; }
strong{ font-weight:bold; }
a img{ border:none; }
.clear{ clear:both;}.clearR{clear:right;}.clearL{clear:left;}
.floatL{ float:left; }.floatR{ float:right; }
hr{display:none;}
.clfx{display:block;height:0;line-height:0;font-size:0;clear:both;}
.cltxt{overflow:hidden;text-indent:-999px;font-size:0;line-height:0;}
/* 1.02 SKIP LINKS 
 -----------------------------------------------------------------------------------------------------------*/
#skipLinks{ position: absolute; top: -999em; left: -999em; height: 1px; width: 1px; }
/* 2.01 STRUCTURE
 -----------------------------------------------------------------------------------------------------------*/
 html, body{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	background:#ccc;
	color:#666;
	}
	.container{
		width:960px;
		height:auto;
		padding:0 23px;
		margin:0 auto;
		background:url(../images/backgrounds/container-bg.jpg) repeat-y;
		}
	.containerFooter{
		width:1006px;
		height:39px;
		margin:0 auto;
		padding:0;
		background:url(../images/backgrounds/container-footer.jpg) no-repeat;
		}
	.leftcol{
		float:left;
		display:block;
		width:232px;
		height:auto;
		}	
	.content{
		float:left;
		width:697px;
		height:auto;
		}
	
/* 2.02 TYPOGRAPHY
 -----------------------------------------------------------------------------------------------------------*/
 
 h1{
 	font-size:2.333em;
	font-weight:normal;
	padding:0 0 20px 0;
	color:#333;
	width:606px;
	}
h2{
	font-size:1.541em;
	font-weight:bold;
	margin:38px 0 0 0;
	padding:0 0 12px 0;
	color:#000;
	}
	h2.underlined{
		display:block;
		border-bottom:1px solid #f0f0f0;
		}
h3{
	font-size:1.541em;
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0;
	color:#000;
	}
h4{
	font-weight:bold;
	color:#666;
	font-size:1.16em;
	}
p{
	margin:17px 0 0 0;
	width:606px;
	line-height:1.3em;
	}
p.into{
	font-size:1.2em;
	margin:0;
	padding:0 150px 17px 0;
	width:auto;
	}
	p.into span{
		color:#0099CC;
		font-weight:bold;
		}
 	
/* 2.02 HEADER
 -----------------------------------------------------------------------------------------------------------*/
 .header{
 	display:block;
	height:96px;
	border-bottom:1px solid #f0f0f0;
	background:url(../images/backgrounds/header-bg.gif) repeat-x top;
	}
	.header .utils{
		padding:10px 0 0 0;
		margin:0;
		list-style:none;
		float:right;
		}
		.header .utils li{
			float:left;
			height:17px;
			}
			.header .utils li a{
				text-decoration:none;
				color:#848484;
				line-height:17px;
				padding:0 10px;
				background:url(../images/icons/header-delim.gif) no-repeat 100% 2px;
				display:block;
				}
				.header .utils li.last a{
					background:none;
					padding-right:0;
					}
				.header .utils li a:hover{
					color:#333;
					}
#nav{
	padding:23px 0 0 0;
	margin:0;
	list-style:none;
	clear:right;
	}
	#nav li{
		float:left;
		margin:0 45px 0 0;
		}
		#nav li a{
			display:block;
			height:23px;
			overflow:hidden;
			text-indent:-999px;
			background:url(../images/buttons/siteGeneral.gif) no-repeat 0 0;
			}
			#nav li a.home{background-position:0 0;width:73px;}
			#nav li a.home:hover, #nav li.active a.home{background-position:0 -23px;}
			#nav li a.partners{background-position:0 -46px;width:100px;}
			#nav li a.partners:hover, #nav li.active a.partners{background-position:0 -69px;}
			#nav li a.publications{background-position:0 -92px;width:131px;}
			#nav li.active a.publications, #nav li a.publications:hover{background-position:0 -115px;}
			#nav li a.about{background-position:0 -138px;width:76px;}
			#nav li a.about:hover, #nav li.active a.about{background-position:0 -161px;}


/* 2.02 FOOTER
 -----------------------------------------------------------------------------------------------------------*/

.footer{
	position:relative;
	color:#999999;
	}
	.footer p{
		width:220px;
		color:#999999;
		margin:0 0 17px 0;
		}
.footer table{
	width:220px;
	}
	.footer table th{
		font-weight:bold;
		}
	.footer table td a{
		color:#999999;
		text-decoration:none;
		}
		.footer table td a:hover{
			color:#000;
			}
.footer .lockup{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:0;
	top:0;
	}
	.footer .lockup li{
		float:left;
		}

/* 2.02 TEXTAREA
 -----------------------------------------------------------------------------------------------------------*/
.textArea{
	border-bottom:1px solid #f0f0f0;
	padding:45px 0;
	margin:0 0 15px 0;
	}
	.textArea a{
		text-decoration:none;
		color:#0099CC;
		}
		.textArea a:hover{
			text-decoration:underline;
			}
	.textArea ul.links{
		padding:0;
		margin:0;
		list-style:none;
		width:366px;
		}
		.textArea ul.links li{
			width:183px;
			float:left;
			line-height:25px;
			}
.textArea ul.publications{
	padding:17px 0 0 0;
	margin:0;
	list-style:none;
	}
	.textArea ul.publications li{
		float:left;
		display:block;
		width:224px;
		height:90px;
		background:url(../images/icons/pdf.gif) no-repeat 0 0;
		padding:0 74px 0 50px;
		}
		.textArea ul.publications li a{
			font-weight:bold;
			color:#4d4d4d;
			text-decoration:none;
			}
			.textArea ul.publications li a:hover{
				color:#0099CC;
				}
		.textArea ul.publications li span{
			display:block;
			padding:4px 0 0 0;
			}
.textArea .partner{
	float:left;
	width:221px;
	margin:0 17px 0 0;
	padding:0 0 27px 0;
	position:relative;
	}
	.textArea .partner h3{
		height:46px;
		}
	.textArea .partner p{
		width:auto;
		}
	.textArea .last{
		margin-right:0;
		}
		.textArea .partner a.visit{
			display:block;
			width:120px;
			height:26px;
			line-height:26px;
			text-indent:25px;
			overflow:hidden;
			background:url(../images/buttons/siteGeneral.gif) no-repeat 0 -236px;
			position:absolute;
			bottom:0;
			left:0;
			font-weight:bold;
			color:#333;
			}
			.textArea .partner a.visit:hover{
				background-position:0 -262px;
				text-decoration:none;
				}
.textArea .campaign{
	display:block;
	width:230px;
	height:280px;
	padding:0 110px 15px 0;
	float:left;
	position:relative;
	}
	.textArea .campaign .icon{
		position:absolute;
		top:15px;
		right:15px;
		}
	.textArea .campaign p{
		width:auto;
		}
.textArea .bb{border-bottom:1px solid #f0f0f0;}
.textArea .br{border-right:1px solid #f0f0f0;}

.textArea .featureBTN{
	display:block;
	float:left;
	width:214px;
	height:26px;
	line-height:26px;
	padding:0 0 0 25px;
	background:url(../images/buttons/siteGeneral.gif) no-repeat 0 -236px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	position:absolute;
	left:0;
	bottom:15px;
	}
	.textArea .featureBTN:hover{
		color:#333333;
		background-position:0 -262px;
		text-decoration:none;
		}

.textArea .oddCampaign{
	padding:0 110px 15px 15px;
	width:215px;
	}
	.textArea .oddCampaign .featureBTN{
		left:15px;
		}

ul.sitemap{
	padding:0 0 0 14px;
	}
	ul.sitemap li{
		line-height:1.5em;
		}
.column{
	float:left;
	width:332px;
	padding:28px 0 0 0;
	}
	.column p{
		width:auto;
		}
		.rightCol{margin:0 0 0 16px;}
