/* CSS Document */
h2 {
font-size:18px;
}

img {border:none;}

html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#edecec;
	text-align:center;
	
	font-family:arial,sans-serif;
	font-size:12px;
	color:#666;
	
	background-image:url(images/top_slice.jpg);
	background-repeat:repeat-x;
}
div#container {
	position:relative;
	margin:0 auto;
	width:890px;
	
	height:auto !important; 
	height:100%;
	min-height:100%; 
	
	background:#ffffff;
	background-image: url(images/back_slice.jpg);
	background-repeat:repeat-y;
}

div#header {
	height: 207px;
	width: 100%;
	top: 0px;
	
	background-image:url(images/back_slice_top.jpg);
	background-repeat:repeat-y;
}

div#topbar {
	width: 100%;
	height: 15px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
}

#logo {
	float: left;
	margin-left: 48px;
	margin-top: 34px;
}

#topnav {
	width: 600px;
	height: 25px;
	float: right;
	margin-right: 52px;
	margin-top: 7px;
	text-align: right;
	
}

#topnav a{
	color:#666;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: none;
	color: #01038c;
}

#banner {
	width: 600px;
	height: 160px;
	float: right;
	margin-right: 48px;
	margin-top: 0px;
}

div#content {
	padding:1em 1em 3em; /* bottom padding for footer */
}

div#left_side {
	float: left;
	height: 100%;
	width: 220px;
	color: #666666;
	text-align:left;
}

#left_nav {
	line-height: 24px;
	padding-top: 20px;
	padding-left: 0px;
}

#left_nav a {
	text-decoration: none;
	color: #000000;
	padding-left: 22px;
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
}

#left_nav a:hover {
	text-decoration: none;
	color: #01038c;
}

#left_nav li{
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	list-style:none;
}

div#main {
	float: right;
	text-align: left;
	margin-right: 40px;
	margin-top: 30px;
	width: 590px;
	height: 100%;
	line-height: 16px;
}

#clearfloat {
	clear: both;
}

div#footer {
	position:absolute;
	width:600px;
	right: 40px;
	height: 25px;
	bottom:0; /* stick to bottom */
	border-top:1px solid #cccccc;
	padding-top: 5px;
}

.westjet{
	padding-top: 10px;
}

a {color: #01038c;}

a:hover {color: #006699;}

.agenda1 {
	border-top: 1px solid #E1E1E1;
}

.agenda2 {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.sidedate {
	margin-left: 40px;
}

#footer {text-align:right;}
.subtitle {
	color : #000000;
	font-size : 14px;
	font-weight : 800;
	}
.smalltitle {
	color : #000000;
	font-size : 11px;
	}
.black { color : #000000; }
