@charset "UTF-8";
@import url(../stagscanada.css);
@import url(../layout/2columnleft.css);

#bft_LeftCol { width: 51%; border-right: 1px solid #F9F9F8 }
#bft_LeftCol_Content { padding: 10px 10px 10px 16px; }
#bft_MainCol { margin-left: 51%; margin-right: 0; }
#bft_MainCol_Content { padding: 10px 16px 10px 10px; }

.column {
	background: transparent url(../../gfx/columnbg.png) top left repeat-x;
	padding: 16px 16px 0 16px;	
	margin: 11px 0 0 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-clip: padding-box;
	cursor: pointer;
}
.column .title {
	font-size: 116.67%;
	font-weight: bold;
	text-align: center;
} 
.column:hover .title {
	color: #A14E2B
}
.column .subtext {
	font-size: .6em;
	text-align: justify;
	margin: 5px 0 19px 0
}
.column .image {
	text-align: center;
} 
.column .image img {
	border: 1px solid #c2c2c2
}

.txtEmail {
	padding-bottom: 5px
}
.txtEmail input[type='text'] {
	margin-bottom: 1px;
	padding-left: 5px;
}
.txtEmail input[type='button'] {
	padding-top: 7px;
	
}
img[rel*='lightbox'] {
	padding-top: 7px;
	
}
