@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;	
	width:1050px;
	margin:20px auto;
	position: relative;
}
#container{
	background-image:url(../images/photos/bridge.jpg);
	background-repeat:no-repeat;
	background-position:center 82px;
	width:1050px;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	height:128px;	
}
#logo{
	margin-left:50px;
	background:url(../images/logos/suncor.gif) no-repeat;
	width:171px;
	height:59px;
}
#nav{
	margin-top:22px;
	font-size:18px;
	color:#ffffff;
	text-align:right;
	padding-right:18px;
	padding-top:12px;
	height:36px; /* 48px - 12px */
}
#nav a{
	color:#ffffff;
	text-decoration:none;
	padding:0 3px;
}
#nav a:hover{
	color:#c9c9c9;
}
#content{
	padding-top:390px;	
	left:0;
	position:relative;
}
a.section{
	text-decoration:none;
	height:153px;
}
a.section:hover .title_fade{
	position:relative;
	height:66px;
	width:260px;
	background:#000000;
	filter:alpha(Opacity=30);
	opacity:0.30;
	margin-left:-15px;
	margin-top:-9px;
	margin-right:0;
	margin-bottom:0;
	-moz-opacity:0.30;
	-khtml-opacity:0.30;
}	
a.section:hover .title{
	margin-top:-57px;
/*	margin-left:-145px;*/
}
.section{
	width:231px;	
	color:#ffffff;
	padding:9px 15px 0;
	height:144px; /*153 - 9*/
	float:left;
	position:relative;
}
.divider{
	background:url(../images/misc/divider.gif) no-repeat;
	width:1px;
	height:153px;
	float:left;
/*	padding-right:24px;*/
}
.section .title{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	width:145px;
	height:57px;
	position:relative;
	top:0;
	left:0;
}
a.section .title{
	cursor:pointer;
}
.section .sub_title{
	font-size:13px;
	text-transform:none;
}
.section .title .name{
	text-transform:none !important;
}
.section .copy{
	padding:15px 15px 0;
	position:relative;  
	margin:0 -15px;
	font-size:14px;
	width:230px;
	cursor:pointer;
	z-index:2;
}
.end_section .fade{
	width:264px !important;	
}
.section .fade{
	top:0px;
	left:0px;
	position:absolute;
	z-index:-1;
	font-size:14px;
	width:260px;
	height:105px;
	background:#000000;
	filter:alpha(Opacity=30);
	opacity:0.30;
	-moz-opacity:0.30;
	-khtml-opacity:0.30;
}
.section .copy .text{
	color:#ffffff;	
	position:relative;
}

.section .copy a{
	color:#ffffff;	
}
.text a:hover{
	color:#c9c9c9;
}
#footer{
	clear:both;
	padding-top:45px;
	font-size:12px;
	color:#8a8888;
	text-align:center;
}
#footer a{
	color:#8a8888;
	text-decoration:none;	
}
