/* STRUCTURE
---------------------------------------- */

body {
	background-color: #f4f7e7;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* web safe fonts */
	font-size: 75%; /* 12px */
	font-weight: normal;
	line-height: 160%; /* 19.2px */
	}
	
/* TYPOGRAPHY
---------------------------------------- */
	
h1 {
	font-size: 2.5em;
	font-weight: normal;
	}
	
h1.title {
	border-bottom: 1px solid #D6DDB9;
	font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size: 1.833em;
	font-weight: 600;
	line-height: 1.272em;
	margin-bottom: 20px;
	} 

h2 {
	font-size: 1.75em;
	font-weight: normal;
	}
	
h2.title {
	font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size: 1.333em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	}
	
#content-area h2.title {
	border-bottom: 1px solid #d6ddb9;
	}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	font-weight: bold;
	}
	
p {
	font-size: 1em;
	font-weight: normal;
	line-height: 160%;
	margin: 10px 0;
	}
	
.submitted {
	font-size: 0.9em;
	}
	
/* LINKS
---------------------------------------- */

a {
	color: #27638C;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

a:link,
a:visited {
	color: #27638C;
	}  

a:hover,
a:active {
	text-decoration: underline;
	}
	
/* LISTS
---------------------------------------- */

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

/* LAYOUT
---------------------------------------- */

#wrapper {
	background: url(../images/content-gradient.png) repeat-x 0 91px;
	}

#container {
	background: url(../images/bg-header.gif) repeat-x;
	}
	
#header {
	background: none;
	height: 91px;
	}
	
#header #logo {
	float: left;
	margin-top: 18px;
	position: absolute;
	}
	
#header #logo-telus{
	margin-left:158px;
	margin-top:24px;
	position:absolute;
	}
	
#sidebar-first {
	width: 250px;
	}
	
.two-sidebars .center,
.sidebar-left .center {
	margin-left: 270px;
	}
	
body.front #page {
	width: 850px;
	}
	
body.front #banner-home {
	width: 850px;
	height: 460px;
	margin-bottom: 20px;
	}
	
#content-area .view-latest-articles .node {
	margin-bottom: 20px;
	}
	
.with-navigation #content, .with-navigation .sidebar {
	margin-top: 20px;
	}
	
/* NAVIGATION
---------------------------------------- */

#navigation {
	background: none;
	margin-top: 52px;
	}
	
#navigation #primary {
	border-right: 1px solid #dadada;
	float: right;
	}
	
#navigation #primary li {
	display: block;
	float: left;
	padding: 0;
	}
	
#navigation #primary li a {
	border-left: 1px solid #dadada;
	color: #777672;
	font-size: 12px;
	display: block;
	padding: 10px 20px;
	}
	
#navigation #primary .active-trail a {
	background: url(../images/bg-primary-ovr.gif) bottom left repeat-x;
	font-weight: bold;
	}
	
#navigation #primary li a:hover,
#navigation #primary li.active-trail a {
	color: #000;
	text-decoration: none;
	}
	
#header #lang-menu {
	float: right;
	font-size: 11px;
	margin-top: 10px;
	}
	
#header #lang-menu li {
	display: inline;
	margin-left: 10px;
	}
	
#navigation-event {
	background: url(../images/btn-left-blue.png) bottom left no-repeat;
	float: right;
	}
	
#navigation-event ul.nice-menu {
	background: url(../images/btn-right-blue.png) bottom right no-repeat;
	padding: 0 6px;
	}
		
#navigation-event li.menu-title, #navigation-event li a {
	background: url(../images/btn-bg-blue.gif) bottom center repeat-x;
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 36px;
	padding: 0;
	}
	
#navigation-event li a:hover,
#navigation-event ul.nice-menu-down li.menuparent:hover a {
	background-image: url(../images/btn-bg-ovr-blue.gif);
	}
	
#navigation-event ul.nice-menu ul {
	margin-top: 14px;
	margin-left: 1px;
	}
	
#navigation-event li a {
	border-left: 1px solid #71c9fb;
	padding: 0 10px;
	}
	
#navigation-event li.menu-title {
	font-weight: bold;
	padding: 0 10px;
	}
	
#navigation-event ul.nice-menu,
#navigation-event ul.nice-menu ul,
#navigation-event ul.nice-menu li {
	border: 0;
	}
	
#navigation-event ul.nice-menu-down .menuparent ul li a {
	background: #71c9fb !important;
	border: 0;
	line-height: normal;
	padding: 5px 10px;
	width: 100%;
	}
	
#navigation-event ul.nice-menu-down .menuparent ul li a:hover {
	background: #077ce0 !important;
	}
	
/* SIDEBARS
---------------------------------------- */
	
#sidebar-first .block {
	background: #fff url(../images/block-gradient.png) no-repeat center bottom;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	}
	
#sidebar-first h3.block-title {
	background-color: #94ce18;
	color: #fff;
	padding: 6px 8px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	}
	
#sidebar-first h3.block-title a {
	color: #fff;
	}
	
/* FOOTER
---------------------------------------- */

#footer {
	border-top: 1px solid #d6ddb9;
	color: #aaa;
	font-size: 0.9em;
	margin: 20px 0;
	padding: 10px 0;
	}

#footer #copy {
	float: left;
	}
	
#footer #secondary {
	float: right;
	}
	
#footer #secondary a {
	display: inline-block;
	line-height: 16px;
	}
	
#footer #secondary .menu-5645 a, #footer #secondary .menu-5646 a, #footer #secondary .menu-5811 a {
	padding-left: 20px;
	}
	
#footer #secondary .menu-5645 a {
	background: url(../images/facebook_16.png) 0 50% no-repeat;
	}
	
#footer #secondary .menu-5646 a {
	background: url(../images/twitter_16.png) 0 50% no-repeat;
	}
	
#footer #secondary .menu-5811 a {
	background: url(../images/youtube_16.png) 0 50% no-repeat;
	}
	
.poweredphplist {
	display: none !important;
	}
	
/* BLOCKS
---------------------------------------- */
	
#blocks-home .block {
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
	width: 274px;
	}
	
#blocks-home .block.last {
	margin-right: 0;
	}
	
#blocks-home .block .content h3 {
	margin: 0;
	}
	
#blocks-home .block .content p {
	line-height: 1.1em;
	}
	
#blocks-home #subscribe.block .content {
	background: #fff url(/imgs/site/ico-mail.png) bottom right no-repeat;
	border: 1px solid #e2e1d9;
	font-size: 12px;
	height: 133px;
	padding: 10px 10px 0 10px;
	width: 252px;
	}
	
#blocks-home #volunteer.block .content {
	background: #fff url(/imgs/site/bg-hands.png) bottom right no-repeat;
	border: 1px solid #e2e1d9;
	font-size: 12px;
	height: 133px;
	padding: 10px 10px 0 10px;
	width: 252px;
	}
	
/* IMAGE GALLERY
---------------------------------------- */
	
.photo-list {
	padding: 0;
	margin: 0;
	}

.photo-list li {
	background: #fff;
	border: solid #ccc;
	border-width: 0 1px 1px 0;
	display: inline;
	float: left;
	padding: 4px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
.photo-list li img {
	border: 1px solid #eee;
	}
	
/* TABLES
---------------------------------------- */

.content tbody {
	border: 0;
	}

.table-chart {
	}

.table-chart th {
	background: #cae8ea url(../images/tables/bg-header.png) no-repeat;
	border: 1px solid #c1dad7;
	border-left: 0;
	color: #4f6b72;
	font-weight: bold;
	padding: 6px;
	}

.table-chart .nobg {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1dad7;
	text-transform: uppercase;
	}

.table-chart td  {
	background: #fff;
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	color: #4f6b72;
	padding: 6px;
	}

.table-chart tr.alt td {
	background-color: #f5fafa;
	color: #797268;
	}
	
.table-chart th.cat {
	background: #C9E7E9;
	border-left: 1px solid #c1dad7;
	}

.table-chart th.spec {
	background: #fff;
	border-left: 1px solid #c1dad7;
	border-top: 0;
	line-height: 1.2em;
	}
	
.table-chart th.spec em {
	font-weight: normal;
	}

.table-chart tr.alt th.spec {
	background: #f5fafa;
	color: #797268;
	}
	
.table-chart tr.spacer {
	height: 5px !important;
	}
	
.table-chart tr.spacer td {
	line-height: 0;
	padding: 0;
	}
	
.table-chart td.empty {
	background: 0 !important;
	text-align: right;
	}
	
.table-chart td.empty h3 {
	color: #000;
	text-align: left;
	}
	
.table-chart img.tick {
	display: block;
	margin: 0 auto;
	}

.table-chart.sponsorship thead th {
	text-align: center;
	}
	
.table-chart.sponsorship thead .nobg {
	}
	
.table-chart tr.tab td {
	border-top: 1px solid #c1dad7;
	}
	
.table-chart tr.tab .nobg {
	border: 0;
	}
	
.table-chart tr.tab td.highlight {
	background-color: #FF6600;
	border-top: 1px solid #FF6600;
	color: #fff;
	}
	
.table-chart td.highlight, .table-chart th.highlight {
	border-left: 3px solid #FF6600;
	border-right: 3px solid #FF6600;
	}
	
.table-chart tr.last td.highlight {
	border-bottom: 3px solid #FF6600;
	}
	
.table-chart.sponsorship td {
	text-align: center;
	}
	
.table-chart.sponsorship tr.section td, .table-chart.sponsorship tr.section th.spec  {
	background: #c1dad7;
	color: #000;
	}

.table-sponsors {
	margin-bottom: 2em !important;
	width: 100%;
	}
	
.table-sponsors td {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	}
	
.table-sponsors th {
	text-align: center;
	}
	
.wrap { width: 100%; height: 100%; margin: 0px auto; display: block; }
	
/* BUTTONS
---------------------------------------- */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff !important; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url('../images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.orange { background: #f90; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url('../images/shade.png'); background-position: bottom; }

#header-secondary{
	z-index:1000 !important;
	position: relative !important;
}

#ox_545be140e523039f2206632b4a9ea0e2{
	z-index:-1 !important;
	position: relative !important;
}