html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
background: #1e6e85 url(../images/bg.jpg) repeat-x top;
font: 13px/20px Arial, Helvetica, sans-serif;
color: #24809b;
}
a:link {
color: #184a71;
text-decoration: none
}
a:visited {
color: #184a71;
text-decoration: none;
}
a:hover {
color: #4ab7d5;
text-decoration: underline;
}
a.management:link {
color: #be652a;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
a.management:visited {
color: #be652a;
text-decoration: none;
}
a.management:hover {
color: #be652a;
text-decoration: underline;
}
a.bottom:link {
color: #000000;
text-decoration: none;
font-size: 13px;
}
a.bottom:visited {
color: #000000;
text-decoration: none;	
}
a.bottom:hover {
color: #000000;
text-decoration: underline;
}
h2 {
font-size: 22px;
line-height: 36px;
color: #184a71;
}
h3 {
color: #4ab7d5;
font-size: 14px;
line-height: 20px;
font-weight: bold;
margin: 0;
}
h4 {
color: #703209;
font: 14px/20px Arial, Helvetica, sans-serif;
font-weight: bold;
}
#wrapper {
width: 960px;
margin: 0 auto;
}
#header {
width: 960px;
height: 50px;
margin-bottom: 29px;
}
#footer {
background: url("../images/bottom.jpg") repeat-x bottom;
color: #000000;
padding: 20px;
text-align:center;
}
#nav {
width: 960px;
height: 40px;
background: url("../images/nav-bg.jpg") repeat-x;
border-top: solid 1px #808080;
}
#nav ul {
height: 40px;
list-style: none;
}
#nav ul li {
height: 40px;
float: left;
}
#nav li a {
height: 40px;
line-height: 40px;
display: block;
text-align: center;
text-decoration: none;
}
#home-tab a, #edmonton-tab a, #calgary-tab a {
width: 190px;
color: #ffffff;
border-right: solid 1px #808080;
border-left: solid 1px #9a9a9a;
}
#findus-tab a {
width: 190px;
color: #ffffff;
border-right: solid 1px #9a9a9a;
border-left: solid 1px #9a9a9a;
}
#home-tab a:hover, #edmonton-tab a:hover, #calgary-tab a:hover, #findus-tab a:hover {
color: #000000;
}
#active-tab a {
width: 192px;
margin-top: -1px;
background: #ffffff;
color: #000000;
border: none;
border-bottom: solid 1px #ffffff;
}
#content {
width: 960px;
background: #ffffff;
padding: 20px 0;
}
#tagline {
width: 920px;
height: 38px;
margin: 20px;
border-top: solid 1px #e3d7c5;
border-bottom: solid 1px #e3d7c5;
}
#tagline p {
float: left;
margin-left: 230px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
line-height: 38px;
font-size: 16px;
}
#tagline img {
float: right;
margin: 4px 20px;
}
#content-left {
width: 440px;
float: left;
margin: 0 40px 0 20px;
}
#content-right {
width: 440px;
float: right;
margin: 0;
}
#content-left p {
margin: 20px 0;
}
#content-right p {
margin: 0 0 20px;
}
#main {
width: 580px;
float: left;
margin: 0 40px 0 20px;
}
#main p {
margin: 20px 0;
}
#sidebar {
width: 300px;
float: right;
margin: 0 20px 0 0;
}
#findusimage {
width: 305px;
height: 600px;
float: right;
margin: 0 15px 0 0;
}
#wide-column { 
padding: 0 20px;
}
#wide-column p {
margin: 20px 0;
}
#wide-column img {
background: #ffffff;
padding: 5px;
}
/* Slider */
#slider-container { 
width: 920px;  
background: #e3d8c5;
margin: 0 20px;
padding: 5px 0;
}
#slider {
margin: 0 5px;
}
#slider ul, #slider li {
margin: 0;
padding: 0;
list-style: none;
		}
#slider li { 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
width: 910px;
height: 240px;
overflow: hidden; 
}
span#prevBtn { 
	display: none; 
}
span#nextBtn { 
display: none; 
}
/* End Slider */
/* Random Classes */

.port-img {
background: #ffffff;
}
.port-button {
margin: 20px 5px;	
}

.port-item-left {
width: 440px;
float: left;
margin: 15px 40px 20px 0;
}
.port-item-right {
width: 440px;
float: left;
margin: 15px 0 20px 0;
}
.clear {
clear: both;
}
.top-margin {
margin-top: 20px;
}
.centeredImage
    {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}