@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family:  'LiberationSansRegular', Arial, sans-serif;
	font-size: 15px;
	color: #3f3f3f;
	line-height: 21px;
}
.header {
	background-image: url(../images/EL-Logo-Top.png);
	background-position: left;
	height: 102px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

A:link{color:#13478d; text-decoration:none}
A:visited {COLOR: #13478d; TEXT-DECORATION: none}
A:hover {COLOR: #b3d670; TEXT-DECORATION: none}

hr {
	border: 0;
	width: 100%;
	height: 7px;
	background-image: url(../images/hr-bg-dots.png);
	background-repeat: repeat;
}

h2 {
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
}



.top-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 50px;
	margin-right: 28px;
	margin-bottom: auto;
	margin-left: auto;
	float: right;
}

A.toplinks:link{color:#393939; text-decoration:none;}
A.toplinks:visited {COLOR: #393939; TEXT-DECORATION: none}
A.toplinks:hover {COLOR: #b3d670; TEXT-DECORATION: none}

A.toplinkclient:link{color:#393939; text-decoration:none;}
A.toplinkclient:visited {COLOR: #393939; TEXT-DECORATION: none}
A.toplinkclient:hover {COLOR: #b3d670; TEXT-DECORATION: none}

A.sitemap:link{color:#13478d; text-decoration:none}
A.sitemap:visited {COLOR: #13478d; TEXT-DECORATION: none}
A.sitemap:hover {COLOR: #b3d670; TEXT-DECORATION: none}


.toppic-home-container {
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: -5;
}

.toppic-what {
	background-image: url(../images/header-pics/WhatWeDo-FieldFence.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-who {
	background-image: url(../images/header-pics/WhoWeAre-Handshake.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-hse {
	background-image: url(../images/header-pics/HSE-PumpJack.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-careers {
	background-image: url(../images/header-pics/Careers-ProfessionalWorker.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-contact {
	background-image: url(../images/header-pics/Contact-FingerMap.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-community {
	background-image: url(../images/header-pics/Community-Allin.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.toppic-generic {
	background-image: url(../images/header-pics/Generic-FieldRoad.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.title-what {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/WhatWeDo-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 522px;
	margin-top: 181px;
}

.title-who {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/WhoWeAre-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 522px;
	margin-top: 181px;
}

.title-hse {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/HSE-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 522px;
	margin-top: 181px;
}

.title-careers {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/Careers-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 522px;
	margin-top: 181px;
}

.title-contact {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/Contact-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 522px;
	margin-top: 181px;
}

.title-community {
	margin-bottom: 4px;
	margin-left: 5px;
	float: left;
	background-image: url(../images/header-pics/Community-title.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 523px;
	margin-top: 181px;
}

.content-outer {
	background-image: url(../images/content-outer-bg.png);
	background-repeat: repeat-y;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.content {
	margin: 30px;
	float: left;
	width: 690px;
	display: table;
	text-align: justify;
}

.right-bar {
	float: right;
	width: 246px;
	display: table;
	margin-top: 30px;
	color: #FFFFFF;
}

.plus {
	list-style-image: url(../images/bullet-plus.png);
}



/*--BEGIN TOP NAVIGATION CODE--*/
.topnav-container {
	width: 1009px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu/search-placeholder.png);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1;
	position: relative;
}


ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	z-index: 1;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 1;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 57px;
	z-index: 1;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(../images/menu/nav-home.png) no-repeat;
	width: 86px;
}
ul#topnav a.whoweare {
	background: url(../images/menu/nav-whoweare.png) no-repeat;
	width: 119px;
}
ul#topnav a.whatwedo {
	background: url(../images/menu/nav-whatwedo.png) no-repeat;
	width: 114px;
}
ul#topnav a.community {
	background: url(../images/menu/nav-community.png) no-repeat;
	width: 187px;
}
ul#topnav a.hse {
	background: url(../images/menu/nav-hse.png) no-repeat;
	width: 66px;
}
ul#topnav a.careers {
	background: url(../images/menu/nav-careers.png) no-repeat;
	width: 87px;
}
ul#topnav a.contact {
	background: url(../images/menu/nav-contact.png) no-repeat;
	width: 104px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 57px;
	left: 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: "Arial Narrow", Arial, Verdana;
	padding: 7px;
	background-image: url(../images/menu/bg-sub.png);
	line-height: 12px;
	z-index: 1;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	z-index: 1;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	z-index: 1;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
		z-index: 1;
}
ul#topnav .sub ul li a:hover {
	color: #A3CE53;
	background-position: 5px 12px;/*--Override background position--*/
}
/*--END TOP NAVIGATION CODE--*/

.search-box {
	height: 57px;
	width: 246px;
	position: absolute;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/menu/search-bg.png);
	background-repeat: no-repeat;
	right: 0px;
}

.search-inner {
	height: 40px;
	width: 200px;
	position: absolute;
	display: block;
	bottom: -1px;
	left: 35px;
}


/*--BEGIN SIDE NAVIGATION CODE--*/
ul#sidenav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}
ul#sidenav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#sidenav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 27px;
}
ul#sidenav li:hover a, ul#sidenav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#sidenav a.mission {
	background: url(../images/right-bar/mission-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.founders {
	background: url(../images/right-bar/founders-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.history {
	background: url(../images/right-bar/history-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.partnerships {
	background: url(../images/right-bar/partnerships-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.projectcoord {
	background: url(../images/right-bar/projectcoord-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.surfaceland {
	background: url(../images/right-bar/surfaceland-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.mineralland {
	background: url(../images/right-bar/mineralland-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.srb {
	background: url(../images/right-bar/srb-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}
ul#sidenav a.consultation {
	background: url(../images/right-bar/consultation-button.png) no-repeat;
	width: 221px;
	margin-left: 12px;
}

ul#sidenav a.lethbridge {
	width: 221px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Lethbridge-CurrentOpp1.png);
	background-repeat: no-repeat;
}

ul#sidenav a.scholarships {
	width: 221px;
	margin-left: 12px;
	background-image: url(../images/right-bar/scholarships-button.png);
	background-repeat: no-repeat;
}

ul#sidenav a.volunteering {
	width: 221px;
	margin-left: 12px;
	background-image: url(../images/right-bar/volunteering-button.png);
	background-repeat: no-repeat;
}

ul#sidenav a.financial {
	width: 221px;
	margin-left: 12px;
	background-image: url(../images/right-bar/contributions-button.png);
	background-repeat: no-repeat;
}

ul#sidenav a.lethopp1 {
	width: 221px;
	height: 43px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Lethbridge-CurrentOpp1.png);
	background-repeat: no-repeat;
}

ul#sidenav a.calgopp1 {
	width: 221px;
	height: 42px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Calgary-CurrentOpp1.png);
	background-repeat: no-repeat;
}
ul#sidenav a.calgopp2 {
	width: 221px;
	height: 19px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Calgary-CurrentOpp2.png);
	background-repeat: no-repeat;
}
ul#sidenav a.calgopp3 {
	width: 221px;
	height: 42px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Calgary-CurrentOpp3.png);
	background-repeat: no-repeat;
}

ul#sidenav a.mhopp1 {
	width: 221px;
	height: 41px;
	margin-left: 12px;
	background-image: url(../images/right-bar/MedHat-CurrentOpp1.png);
	background-repeat: no-repeat;
}

ul#sidenav a.edmopp1 {
	width: 221px;
	height: 41px;
	margin-left: 12px;
	background-image: url(../images/right-bar/Edm-CurrentOpp1.png);
	background-repeat: no-repeat;
}


ul#sidenav a.admin-placement {
	width: 220px;
	height: 35px;
	margin-left: 12px;
	background-image: url(../images/right-bar/In-House-Admin.png);
	background-repeat: no-repeat;
}


/*--END SIDE NAVIGATION CODE--*/


.footer-outer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #000099;
}

.footer-left {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 25px;
	float: left;
	margin-top: 8px;
	font-family: "Arial Narrow", Arial, Verdana;
	line-height: 20px;
}
.footer-right{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 25px;
	top: 11px;
	float: right;
	font-family: "Arial Narrow", Arial, Verdana;
	font-weight: bold;
	width: 185px;
}

A.footer:link{color:#ffffff; text-decoration:none;}
A.footer:visited {COLOR: #ffffff; TEXT-DECORATION: none}
A.footer:hover {COLOR: #b3d670; TEXT-DECORATION: none}

.bottom-shadow {
	background-image: url(../images/right-bar/bottom-shadow.png);
	background-repeat: no-repeat;
	float: right;
	height: 82px;
	width: 241px;
	margin-right: 4px;
	position: relative;
	bottom: -100px;
}

a.applynow:link, a.applynow:visited {
	display: block;
	overflow:hidden;
	width: 82px;
	height: 32px;
	text-decoration: none;
	background-image: url(../images/ApplyNow-button.png);
	background-repeat: no-repeat;
	float: left;
}
 
a.applynow:hover {
	display:block;
	background-image: url(../images/ApplyNow-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
} 

a.readmore:link, a.readmore:visited {
	display: block;
	overflow:hidden;
	width: 82px;
	height: 32px;
	text-decoration: none;
	background-image: url(../images/ReadMore-button.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
 
a.readmore:hover {
	display:block;
	background-image: url(../images/ReadMore-button.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.style1 {font-size: 10px}

.linkedin a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url(../images/linkedin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
	position:relative;
	bottom: 22px;
}
.linkedin a:hover {
	background-position: 0px bottom;
}

.facebook a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
	position:relative;
	bottom: 22px;

}
.facebook a:hover {
	background-position: 0px bottom;
}
.contact a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
	position:relative;
	bottom: 22px;

}
.contact a:hover {
	background-position: 0px bottom;
}

.top a {
	width: 38px;
	height: 38px;
	display: block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
	position:relative;
	bottom: 22px;

}
.top a:hover {
	background-position: 0px bottom;
}

span.title {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	color: #7A7A7A;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}

span.titlegreen {
	font-family: 'LeagueGothicRegular',Arial,sans-serif;
	color: #b3d670;
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}
span.subtitle {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	color: #939393;
	font-size: 21px;
	line-height: 25px;
	text-transform: uppercase;
}
span.newstitle {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	color: #666666;
	font-size: 21px;
	line-height: 29px;
}
