@charset "utf-8";
/* CSS Document */

body
	{
		margin: 0px;
		padding: 0px;
		background-image: url(../img/bg-body.gif);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
	}
	
p
	{
		color: #666666;
		font-size: 0.815em;	
		line-height: 1.5em;
	}
	
h1
	{
		color: #bec6cb;
		font-size: 1.7em;
		font-weight: normal;
	}
	
h2
	{
		color: #c2c6c9;
		font-size: 1.4em;
		padding: 0px;
		margin: 0px;
	}

h3
	{
		color: #8a8a8a;
		font-size: 1.4em;
		font-weight: normal;
		border-bottom: 1px dotted #c2c6c9;
		padding-bottom: 4px;
		margin: 0px;
	}
	
	
h5
	{
		color: #999;
		font-size: 0.95em;
		font-weight: bold;
		margin-top: 4px;
		padding-top: 0;
	}
	
h6
	{
		color: #fff;
		font-size: 0.965em;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 32px;
	}
		
.txt-rouge
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #cc0000;
	}
	
.float-left
	{
		float: left;
	}	

.float-right
	{
		float: right;
	}	

#container
	{
		width: 936px;
		background-image: url(../img/biz-ppl-news.gif);
		background-repeat: no-repeat;
		background-position: right top;
		margin-left: auto;
		margin-right: auto;
	}
	
#container #header
	{
		height: 90px;
		padding-top: 12px;
	}
	
#container #header img
	{
		border: 0px;
	}
	
#container #nav
	{
		height: 80px;
		width: 520px;
		color: #84919a;
		clear: both;
	}
	
#container #nav .menu-item
	{
		width: 80px;
		float: left;
		margin: 0px;
		text-align: center;
		font-weight: bold;
		padding-top: 2px;
	}
	
#container #nav .menu-item-org
	{
		width: 107px;
		float: left;
		margin: 0px;
		text-align: center;
		font-weight: bold;
		padding-top: 2px;
	}
	
#container #nav ul
	{
		list-style-type: none;
		text-align: left;
		padding-top: 20px;
		padding-left: 0px;
		margin: 0px;
	}
	
#container #nav li
	{
		display: inline;
		padding-right: 50px;
		padding-left: 0px;
		margin: 0px;
		font-size: 1.4em;
	}
	
#container #nav li.last
	{
		display: inline;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0px;
		font-size: 1.4em;
	}
	
#container #main ul
	{
		list-style-type: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
#container #main li
	{
		padding-left: 14px;
		padding-bottom: 10px;
		font-size: 0.815em;
		background-image: url(../img/bullet.gif);
		background-repeat: no-repeat;
		background-position: left 7px;		
		line-height: 1.5em;
	}
	
#container #main
	{
		clear: both;
	}
	
#container #main a
	{
		color: #84919a;
		text-decoration: none;
		font-weight: bold;
	}

#container #main a.eml-link
	{
		color: #84919a;
		text-decoration: none;
		font-weight: bold;
		background-image: url(../img/bullet-eml-lnk.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 20px;
	}

#container #main a.web-link
	{
		color: #84919a;
		text-decoration: none;
		font-weight: bold;
		background-image: url(../img/bullet-web-lnk.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 20px;
	}

#container #main a.eml-link
	{
		color: #84919a;
		text-decoration: none;
		font-weight: bold;
	}

#container #main a:hover
	{
		text-decoration: underline;
		font-weight: bold;
	}

#container #main #content
	{
		padding-top: 40px;
		float: left;
		width: 536px;
		margin-bottom: 40px;
	}
	
#container #main #content #box-logos
	{
		float: left;
		width: 536px;
		margin-top: 20px;
		margin-bottom: 30px;
		clear: both;
	}
	
#container #main #content #box-logos img
	{
		padding: 20px;
		border: 1px dotted #c2c6c9;
	}
	
#container #main .team
	{
		clear: both;
	}
	
#about #container #main #content, #team #container #main #content
	{
		padding-top: 10px;
		float: left;
		width: 536px;
		margin-bottom: 40px;
	}
	
#team #container #main #content #sub-nav
	{
		padding-left: 235px;
	}
	
#container #main .team .photo
	{
		float: left;
		width: 90px;
		padding-right: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
#container #main .team .txt
	{
		float: right;
		width: 416px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
#container #main #content #news
	{
		padding: 25px;
		background-image: url(../img/bg-news-box.gif);
		background-repeat: no-repeat;
		margin-top: 30px;
	}
	
#container #main #content #news p
	{
		color: #999;
	}
	
#container #main #sidebar
	{
		float: left;
		width: 315px;
		margin-left: 28px;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	
#container #main #sidebar .first-box
	{
		width: 260px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 50px;
	}
	
#container #main #sidebar .boxes
	{
		width: 315px;
		margin-top: 50px;
	}
	
#container #main #sidebar .boxes-top
	{
		width: 315px;
		height: 33px;
		background-image: url(../img/bg-box-top.gif);
		background-repeat: no-repeat;
		background-position: left top;		
	}
	
#container #main #sidebar .boxes-main
	{
		width: 275px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-image: url(../img/bg-box-main.gif);
		background-repeat: repeat-y;
		background-position: left top;		
	}
	
#container #main #sidebar .boxes-bottom
	{
		width: 315px;
		height: 29px;
		background-image: url(../img/bg-box-bottom.gif);
		background-repeat: no-repeat;
		background-position: left top;		
	}
	
#container #main #sidebar h4
	{
		color: #CC0000;
		font-size: 1.25em;
		padding-top: 0px;
		padding-bottom: 0;		
		margin: 0px;
		font-weight: normal;
	}
	
#container #main #sidebar p
	{
		font-size: 0.750em;
		padding-bottom: 12px;
		margin: 0px;
	}
	
#container #main #sidebar ul
	{
		padding: 0px;
		margin: 0px;
	}
	
#container #main #sidebar li
	{
		font-size: 0.750em;
		padding-left: 12px;
		padding-top: 12px;
		padding-bottom: 0px;
		margin: 0px;
		background-image: url(../img/bullet.gif);
		background-repeat: no-repeat;
		background-position: left 18px;		
	}
	
#container #main #sidebar li.pdf
	{
		background-image: url(../img/ico-pdf.gif);
		background-position: left 12px;		
		padding-left: 26px;
		display: block;
	}
	
#container #main #sidebar li.external
	{
		background-image: url(../img/ico-external.gif);
		background-position: left 12px;		
		padding-left: 26px;
		display: block;
	}
	
#container #footer
	{
		clear: both;
		border-top: 1px dotted #dee2e5;
		height: 50px;
	}
	
#container #footer img
	{
		padding-right: 20px;
		padding-top: 6px;
	}
	
#container #footer #logos
	{
		float: left;
	}
	
#container #footer #copyright
	{
		float: right;
	}
	
#container #footer #copyright p
	{
		text-align: right;
		padding-top: 6px;
		margin: 0px;
		font-size: 0.6em;
		font-weight: bold;
		color: #bec6cb;
	}
