@import url('fonts.css');

/* global */

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #555;
	background: #eee;
}

.clear {
	clear: both;
}

/* clearfix */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* IE6 */
* html .group { 
	zoom: 1; 

}
/* IE7 */
*:first-child+html .group { 
	zoom: 1; 
} 

.pie {
	behavior: url(../css/PIE.htc);
}

.hide {
	display: none;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: 'BellSlimRegular';
	margin: 0 0 20px 0;
}

h1 {
	font-size: 30px;
	color: #7e7e7e;
}

h2 {
	font-size: 26px;
}

ol, ul {
	margin: 0;
	padding: 0;
}

.content-box ul li {
	padding: 0;
	margin: 0 0 40px 20px;
}

/* layout */

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 975px;
}


/* content boxes */

.content-wrapper {
	margin: 0 auto;
	float: left;
	width: 100%;
	max-width: 975px;
}

.content-wrapper .blue {
	background: #0272aa;
	height: 310px;
	padding: 0;
}

.content-wrapper .white {
	background: #fff;
	height: 160px;
	padding: 0;
}

.content-wrapper .content {
	margin: -225px 0 0 0;
}	

/* footer */

#footer {
	margin: 30px 20px 30px 0;
	float: right;
}

#footer .btn-social {
	margin: 0 15px 0 0;
	float: left;
}

#footer #fb {
	/* margin top and left are used to overwrite default facebook padding */
	margin: -10px 15px 0 -10px;
	width: 210px;
}

#footer #twitter {
	width: 140px;
}

#footer #bell-links {
	float: right;
}

#footer #bell-links a.last {
	margin-right: 0; 
	border: none; 
	padding-right: 0;
}

#footer #copyright {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	text-align: right;
	float: right;
	color: #989898;
}

/* footer links */


#footer #bell-links a {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right: 1px #ccc solid;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 2px 8px 2px 0;
    color: #0066A4;
}

#footer #bell-links a:hover {
	text-decoration: underline;
}


/* generic links */

a {
	text-decoration: none;
	outline: none;
	color: #0066a4;
}

a:hover {
	text-decoration: underline;
}

/* buttons */
a.btn {
	position: relative;
    border: 5px solid #D2E6F2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	padding: 10px 40px 10px 20px;
	
	background: url("../img/btn-arrow.png") #208CCD 133px center no-repeat;
	background: url("../img/btn-arrow.png") 133px center no-repeat, -moz-linear-gradient(bottom, #015681, #208CCD);
	background: url("../img/btn-arrow.png") 133px center no-repeat, -webkit-gradient(linear, left top, left bottom, to(#015681), from(#208CCD));	
}

body.en a.btn { background-position:113px center; }
body.fr a.btn { background-position:185px center; }


a.btn-blue {
	background: #0066A4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font: 16px BellSlimSemiBoldRegular;
	text-decoration: none;
	display: inline-block;
	padding: 12px 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
	a.btn-blue:hover {
		background: #0072bb;
	}
	a.btn-blue:active {
		background: #004775;
	}




/** SITE SPECIFIC STYLES **/

.content-wrapper h2#greeting {
	font-family: 'BellSlimMediumRegular';
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 10px 0;
	padding: 0 10px;
}

#header {
	margin: 0 30px;
	height: 100px;
	position: relative;
}	
	#header #bell-link {	
		border: 1px #ccc solid;
		border-top: none;
		background: #f2f2f2;
		background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#ffffff));
		background: -ms-linear-gradient(bottom, #f2f2f2, #ffffff);
		background: -moz-linear-gradient(bottom, #f2f2f2, #ffffff);
		-pie-background: linear-gradient(bottom, #f2f2f2, #ffffff);
		border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		display: block;
		padding: 5px 15px;
		margin: 0;
		float: right;
		height: 15px;
		color: #0068a5;
	}
	#header #bell-link:hover {
	}
	#header #bell-link:active {
		box-shadow: none;
	}
		#header #bell-link a {			
			display: block;
			padding: 7px 17px 6px;
		}
		#header #bell-link a:hover {
			text-decoration: none;
		}
	
	
	#header #logo {
		background: url(../img/logo-bell.png) no-repeat;
		width: 87px;
		height: 50px;
		float: left;
		margin-top: 26px;
	}

#video-container {
	padding-bottom: 5px;
	width: 100%;
	margin: 0 auto;
}

	#video-container #video {
		max-width: 640px;
		width: 100%;
		height: 0;
		padding: 0 0 58% 0;
		margin: auto;
		position: relative;
		display: block;
	}

	#video-container #video img:hover {
		cursor: pointer;
	}

	#video-container #videobox {
		width: 100%;
		height: 260px;
	}

#ctas {
	text-align: center;
	overflow: hidden;
	margin: 15px 0 0 0;
}

	#ctas p {
		font-family: 'BellSlimMediumRegular';
		font-size: 15px;
		margin-top: 5px;
		margin-right: 40px;
		text-align: center;
		width: 425px;
	}
	#ctas a {
		cursor: pointer;
		margin: 0; 
	}