@charset "utf-8";
/* CSS Document */

/* ============================*/
/* AUTO PNG BACKGROUND FIX FOR IE6 */
/* ============================*/
img, div, li, a, h2, h3 { behavior: url(/_css/iepngfix.htc) }

/* ============================*/
/* GLOBAL RESET */
/* ============================*/
html,body,h1,h2,h3,h4,h5,h6,table,tr,td,ul,ol,li,img,p {
	margin: 0px;
	padding: 0px;
}
li{list-style-type:none;}
.hideIt{display:none;}

/* ============================*/
/* GLOBAL STYLES */
/* ============================*/
html,
body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-image: url(../_img/greenPixel.jpg);
	background-repeat: repeat;
}
#wrapper {
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width: 900px;
}
* html #wrapper {height:100%;  /* For IE7  */ }

h1{
	height:0px !important;
	height /**/:114px; /* for IE5/Win only */
	padding: 114px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	left: 300px;
	top: 100px;
	width: 306px;
	background-image: url(../_img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentArea{
	top: 250px;
	position: absolute;
	left: 180px;
	color: #FFF;
}
#smithers{}
#calgary{}
.leftSide{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
.rightSide{
	padding-left: 20px;
	vertical-align: top;
}
.footNote{
	padding-top: 15px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
}
.footNote a:link,
.footNote a:visited{
	text-decoration: none;
	color: #FFF;
}
.footNote a:focus,
.footNote a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0;
}

h2{
	margin-bottom: 0px;
}
h3{
	margin-bottom: 15px;
}
p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
.strong{
	font-weight: bold;
}
.contact_address{
	height: 70px;
}
.contact_hours{
	height: 80px;
}
.contact_info{
	height: 150px;
}
.preview{
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;	
}
a:link,
a:visited{
	text-decoration: none;
	color: #FF0;
}
a:focus,
a:hover{
	border-bottom: dotted 1px #FF0;
}
.blog{
	font-size: 12px;
}
