/* do not edit or delete */
* {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#3B8C9F;
	font-weight:bold;
	outline:none;
}

a:hover {
	text-decoration:underline;
	/*border-bottom:1px solid #3B8C9F;*/
}

a img {
	border:none;
}

ul {
	list-style-type:disc;
	margin:12px 12px 12px 12px;
}

ul ul {
	margin-top:6px;
}

ol {
	margin:12px 12px 12px 18px;
}

ol ol {
	margin:6px 12px 12px 16px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}
/* - */

body {
	font-family:helvetica, arial;
	font-size:12px;
	background:url(/imgs/body.gif) no-repeat center top;
	color:#262626;
}

#head {
	margin-bottom:16px;
	background:url(/imgs/sprite1.gif) repeat-x scroll left top;
}

#head .in {
	width:934px;
	margin:0 auto;
	height:68px;
	position:relative;
}

#head a:hover {
	border:none;
}

#logo {
	position:relative;
	left:-42px;
}

#logo a,
#logo a:hover {
	color:#000;
}

#top-sections .section,
#sections .section,
#top-sections .space {
	float:left;
}

#top-sections {
	position:absolute;
	top:12px;
	right:0;
}

#top-sections .section a {
	color:#fff;
	font-size:10px;
}

#top-sections .section a:hover,
#top-sections .current a {
	color:#ffdf1b;
}

#top-sections .space {
	margin:0px 9px;
	color:#ffdf1b;
}

#corridor-nav {
	position:absolute;
	bottom:18px;
	right:0;
}

#sections {
	width:936px;
	margin:0 auto -4px auto;
	position:relative;
	z-index:10;
}

#sections .in {
	float:right;
}

#sections .section {
	height:30px;
	position:relative;
}

#sections .section a {
	float:left;
	line-height:30px;
	font-size:14px;
	padding:0 0 0 25px;
	background:url(/imgs/sprite1.gif) no-repeat scroll left -68px;
	font-weight:normal;
	color:#fff;
}

#sections .current a,
#sections .section a:hover,
#sections .section:hover a {
	background-position:left -98px;
	color:#ffdf1b;
	text-decoration:none;
}	

#sections .section a span {
	float:left;
	line-height:30px;
	background:url(/imgs/sprite1.gif) no-repeat scroll right -68px;
	cursor:pointer;	
}

#sections .current a span,
#sections .section a:hover span,
#sections .section:hover a span {
	background-position:right -98px;
	color:#ffdf1b;
}

#sections .section a span span {
	background:transparent;
	padding:0px 18px 0 0;
	margin-left:-7px;
	position:relative;
	z-index:1;
}

#sections .section .dropdown {
	background:#191919;
	padding:12px 24px 9px 24px;
	position:absolute;
	top:100%;
	right:0;
	-moz-border-radius:6px;
	-moz-border-radius-topright:0;
	-webkit-border-radius:6px;
	-webkit-border-top-right-radius:0;
}

#sections .section .dropdown a {
	white-space:nowrap;
	display:block;
	float:none;
	line-height:normal;
	font-size:14px;
	padding:0;
	background:transparent;
	font-weight:normal;
	color:#fff;
	margin:0 0 9px 0;
}
	
#sections .section .dropdown a:hover {
	color:#ffdf1b;
}

#sections .section .dropdown a span {
	float:none;
	line-height:auto;
	background:transparent;
}
	
#content-top {
	background:url(/imgs/sprite2.png) no-repeat scroll left top;
	height:17px;
	width:968px;
	margin:0px auto;	
}

#content {
	width:910px;
	margin:0 auto;
	padding:20px 29px 0 29px;
	background:url(/imgs/content.png) repeat-y scroll left top;
}

#one {
	float:left;
	width:278px;
}

.subsections {
	border-top:1px solid #e5e5e5;
	margin-bottom:24px;
}
	
.subsections .section {
	border-bottom:1px solid #e5e5e5;
}
	
.subsections .section a {
	padding:12px 20px;
	display:block;
	color:#000;
	text-decoration:none;
	background:url(/imgs/subsection.png) no-repeat 7px 13px;
	font-weight:bold;
}	
	
.subsections .section a:hover,
.subsections .current a,
.subsections .current a:hover {	
	background:#f2f2f2 url(/imgs/subsection-alt.png) no-repeat 6px 14px;
	border:none;
}
	
.subsections .current {
	background:#f2f2f2;
}
	
.subsections .subsubsections {
	margin-bottom:3px;
	margin-top:-3px;
	margin-left:20px;
	font-weight:normal;
}	
	
.subsections .subsubsections .section a {
	background:url(/imgs/arrow-sidenav-subsubsection.png) no-repeat 12px 6px;
	font-weight:normal;
}
	
.subsections .subsubsections .section a:hover {
	background:url(/imgs/arrow-sidenav-subsubsection.png) no-repeat 12px 6px;
	color:#999;
	border:none;	
}					
	
.subsections .subsubsections .section {
	border-bottom:0px solid #f2f2f2;
	font-weight:normal;
}	
	
.subsections .subsubsections .section a {	
	padding:3px 21px;
	display:block;
}

.subsections .section .date {
	font-size:10px;
	font-weight:normal;
	display:block;
	bottom:3px;
	right:3px;
	cursor:pointer;
}

#two {
	float:right;
	width:584px;
	padding-left:25px;
	background:url(/imgs/two.gif) repeat-y scroll top left;
	min-height:380px;
}

#foot {
	width:968px;
	padding-top:51px;
	margin:0 auto;
	background:url(/imgs/sprite2.png) no-repeat scroll -968px top;
	text-align:center;
	height:40px;
}

#bottom-sections {
	font-size:10px;
	font-weight:bold;
}

#bottom-sections .section,
#bottom-sections .space {
	display:inline;
}

#bottom-sections .section a {
	color:#999;
}

#bottom-sections .section a:hover {
	color:#262626;
	border:none;
}	

#bottom-sections .space {
	margin:0px 6px;
	font-weight:normal;
	font-size:12px;
	color:#999;
}

.back-to-top {
	/*display:none;*/
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	padding:6px 0;
}

.body-image img {
	max-width:100%;
}

.text-image {
	float:left;
	margin-right:24px;
	width:180px;
}

.pseudo-l {
	float:left;
	width:583px;
}

.pseudo-r-top {
	height:12px;
	background:url(/imgs/pseudo-r-top.gif) no-repeat top left;
	margin:0 -24px 12px -24px;
}

.pseudo-r {
	float:right;
	width:257px;
	padding:0 24px;
	background:url(/imgs/pseudo-r.gif) repeat-y top left;
	-moz-border-radius:6px;
}

.pseudo-r-btm {
	height:147px;
	background:url(/imgs/pseudo-r-btm.gif) no-repeat top left;
	margin:0 -24px;
}

.pseudo-r .body ul {
	list-style-type:none;
	margin:0;
} 


.pseudo-r .body ul li {
	background:transparent url(/imgs/pseudo-r-buller.gif) no-repeat scroll left 7px;
	padding-left:16px;
}

#twitter {
	clear:both;
	padding-top:48px;
}

#twitter a {
	display:block;
	width:278px;
	height:128px;
	background:url(/imgs/twitter-english.png) no-repeat top left;
}

#twitter-fr{
	clear:both;
	padding-top:48px;
}	

#twitter-fr a{
	display:block;
	width:278px;
	height:128px;
	background:url(/imgs/twitter-francais.png) no-repeat top left;
}	

#contact-mail {
	line-height:140%;
}

.tvc-link {
	display:none;
}

#easter-egg-1,
#easter-egg-2 {
	display:none;
}

#corridor-nav .espanol {
	color:#FFDF1B;
	font-size:10px;
	font-weight:normal;
	margin-right:2px;
	position:relative;
	top:-1px;
}