html { height: 100%; }

body {
margin: 0;
padding: 0;
position: relative;
min-height: 100%;
background: #ece3d1 url(../img/background.png);
font-size: 16px;
}

body, input, select {
	font-family: Helvetica, Arial, sans-serif;
	color: #2f2721;
}

h1,h2,h3,h4,h5,h6,form,div,p,fieldset,textarea,input,/*select,*/ul,ol,blockquote,cite,pre {
	border-width: 0;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
}

a {
	color: #437d2b;
	text-decoration: none;
}

a:hover {
	color: #2f2721;
	text-decoration: underline;
}

a img {
	border: none;
}

.image-text {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

div.spacer { clear: both; overflow: hidden; height: 0; }

#background-paper {
	background: url(../img/background-paper.jpg) no-repeat center top;
	height: 257px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#page-wrap {
	height: 100%;
	position: relative;
	z-index: 10;
	padding: 0 0 441px;
}

#quick-links-wrap {
	background: #537b2b url(../img/header/green-gradient.png) repeat-x left top;
}

#quick-links a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#quick-links a.hilite {
	color: #e9ed47;
}

#quick-links a:hover {
	text-decoration: underline;
}

#quick-links {
	width: 924px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: .75em;
	line-height: 30px;
	color: #FFF;
}

#quick-links li {
	float: left;
	margin: 0 24px 0 0;
}

#quick-links li.right {
	float: right;
	margin: 0 0 0 24px;
}

#header {
	width: 924px;
	height: 125px;
	margin: 25px auto;
	position: relative;
}

#header.active 
{
    z-index: 100;
}

#logo {
	background-image: url(../img/header/logo.png);
	width: 179px;
	height: 113px;
	position: absolute;
	left: 0;
	top: 5px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.follow {
	background-image: url(../img/header/follow.png);
	width: 204px;
	height: 46px;
}

#header .follow {
	position: absolute;
	left: 195px;
	top: 0;
}

.follow ul {
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 78px;
}

.follow li {
	float: left;
	margin: 13px 10px 0 0;
}

.follow a {
	display: block;
	width: 16px;
	height: 16px;
}

.quick-search {
	width: 305px;
	height: 39px;
	background: url(../img/header/quick-search.png) no-repeat center center;
}

#header .quick-search {
	position: absolute;
	top: 0;
	right: 0;
}

.quick-search label {
	width: 121px;
	height: 39px;
	float: left;
}

.quick-search input {
	float: left;
	margin: 0;
	outline: none;
}

.quick-search input.field {
	margin: 8px 0 0 7px;
	padding: 4px 0 0;
	height: 19px;
	font-size: 1em;
	width: 142px;
}

.quick-search input.submit {
	width: 34px;
	height: 39px;
	background: none;
	cursor: pointer;
}

#header .nav {
	list-style: none;
	position: absolute;
	right: -10px;
	bottom: 0;
}

#header .nav li.nav-level-1-item {
	position: relative;
	float: left;
	background: url(../img/header/nav.png) no-repeat right bottom;
	padding: 0 2px 0 0;
}

#header .nav ul {
	display: none;
	position: absolute;
	z-index: 1000;
	white-space: nowrap;
	list-style: none;
	background: #FFF;
	padding: 19px 10px 0;
	font-size: .75em;
	margin: -7px 0 0 20px;
}

#header .nav ul li {
	padding: 0 0 15px;
}

#header .nav ul li a {
	color: #7c8d70;
	text-decoration: none;
	display: block;
}

#header .nav ul li a:hover {
	color: #264110;
}

#header .nav li.start {
	padding-left: 0;
}

#header .nav li.end {
	background: none !important;
	margin: 0 -17px 0 0;
	padding-right: 0;
}

#header .nav .nav-level-1-link {
	display: block;
	background: url(../img/header/nav.png) no-repeat left top;
	height: 61px;
	text-indent: -9999px;
	position: relative;
	z-index: 1002;
	padding: 0 12px 0 8px;
	cursor: pointer;
}

#header .nav li.career .nav-level-1-link {
	width: 94px;
	background-position: 8px top;
}

#header .nav li.career .nav-level-1-link:hover,
#header .nav li.career .nav-level-1-link-hover,
#header .nav li.career .current-page-parent,
#header .nav li.career .current-page {
	background-position: 8px -61px;
}

#header .nav li.corporate .nav-level-1-link {
	width: 127px;
	background-position: -107px top;
}

#header .nav li.corporate .nav-level-1-link:hover,
#header .nav li.corporate .nav-level-1-link-hover,
#header .nav li.corporate .current-page-parent,
#header .nav li.corporate .current-page {
	background-position: -107px -61px;
}

#header .nav li.pharmacy .nav-level-1-link {
	width: 123px;
	background-position: -253px top;
}

#header .nav li.pharmacy .nav-level-1-link:hover,
#header .nav li.pharmacy .nav-level-1-link-hover,
#header .nav li.pharmacy .current-page,
#header .nav li.pharmacy .current-page-parent {
	background-position: -253px -61px;
}

#header .nav li.technology .nav-level-1-link {
	width: 134px;
	background-position: -396px top;
}

#header .nav li.technology .nav-level-1-link:hover,
#header .nav li.technology .nav-level-1-link-hover,
#header .nav li.technology .current-page,
#header .nav li.technology .current-page-parent {
	background-position: -396px -61px;
}

#header .nav li.wireless .nav-level-1-link {
	width: 185px;
	background-position: -550px top;
}

#header .nav li.wireless .nav-level-1-link:hover,
#header .nav li.wireless .nav-level-1-link-hover,
#header .nav li.wireless .current-page,
#header .nav li.wireless .current-page-parent {
	background-position: -550px -61px;
}

.facebook, .twitter, .linkedin, .add-this {
	background-image: url(../img/icons/social.png);
	background-repeat: no-repeat;
}

.facebook {
	background-position: left top;
}

.twitter {
	background-position: -16px top;
}

.linkedin {
	background-position: -32px top;
}

.add-this {
	background-position: -48px top;
}

#home-splash {
	width: 977px;
	margin: 25px auto;
}

#home-splash .definition {
	background: url(../img/content/home/splash.png) no-repeat left top;
	height: 231px;
}

#home-splash ul {
	list-style: none;
	overflow: hidden;
}

#home-splash ul li {
	float: left;
	text-indent: -9999px;
}

#home-splash ul li a {
	display: block;
	background: url(../img/content/home/splash.png) no-repeat left bottom;
	height: 159px;
}

#home-splash ul li.pharmacy a {
	width: 330px;
}

#home-splash ul li.technology a {
	width: 320px;
	background-position: -330px bottom;
}

#home-splash ul li.wireless a {
	width: 327px;
	background-position: -650px bottom;
}

object {
	display: block;
}

#footer-full {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
}

#cloud-wrap {
	background: #FFF;
	height: 87px;
}

#cloud {
	margin: auto;
	width: 976px;
	position: relative;
}

#cloud-background {
	background: url(../img/footer/clouds.png) no-repeat center center;
	height: 146px;
	width: 976px;
	position: absolute;
	z-index: 1;
	top: -28px;
	left: 0;
}

#cloud-content {
	position: relative;
	z-index: 2;
	width: 924px;
	margin: auto;
	padding: 5px 0 0;
	height: 82px;
	overflow: hidden;
}

#footer-wrap {
	background: #9ecfd0 url(../img/footer/background.jpg) repeat-x center bottom;
	height: 354px;
}

#footer {
	width: 924px;
	margin: auto;
	padding: 53px 0 0;
	position: relative;
	overflow: hidden;
}

#footer .quick-links {
	font-size: .75em;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer .quick-links ul {
	line-height: 1.5em;
	list-style: none;
}

#footer .quick-links .links-level-1 ul {
	line-height: 1.5em;
	font-size: 1em;
	margin: 0 0 1.5em;
}

#footer .quick-links a {
	color: #2f2721;
	text-decoration: none;
}

#footer .quick-links .links-level-1-link {
	font-weight: bold;
}

#footer .main-links .links-level-1-link {
	color: #1c5408;
	font-weight: bold;
}

#footer .quick-links a:hover {
	text-decoration: underline;
	color: #2f2721;
}

#footer .follow {
	position: absolute;
	right: 0;
	top: 110px;
}

#footer .quick-search {
	position: absolute;
	top: 45px;
	right: 0;
}

#content 
{
    position: relative;
	width: 924px;
	margin: 25px auto 50px;
}

#breadcrumbs {
	margin: 0 0 25px;
	font-size: .7em;
}

#content .left-col {
	width: 651px;
	float: left;
	margin-right: 50px;
}

#content .right-col {
	width: 223px;
	float: left;
}

#content h2 {
	font-size: 1.7em;
}

#content h3 {
	font-size: 1.4em;
	line-height: 1.8em;
}

#content h4 {
	font-size: 1.25em;
	line-height: 1.5em;
}

#content h5 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #cec5b3;
	margin: .9em 0 0;
	padding: 0 0 .9em;
}

#content h6 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

#content ul {
	font-size: .9em;
	margin: .5em 2em 1.3em;
	line-height: 1.3em;
}

#content p, #content blockquote {
	font-size: .9em;
	line-height: 1.3em;
	margin: 1.3em 0;
}

#content blockquote {
	color: #2a8429;
	font-size: 1.1em;
}

#content ul.point-list {
	font-size: .9em;
	line-height: 1.3em;
	margin: 1.3em 0;
	list-style: none;
}

#content ul.point-list li {
	margin: 0 0 1.3em;
	padding: 0 0 1.3em;
	border-bottom: solid 1px #cec5b3;
}

#content ul.point-list li.end {
	border-bottom: none;
	padding-bottom: 0;
}

#content ul.point-list li strong {
	background: #FFF;
}

ul.panel-links {
	list-style: none;
	height: 61px;
}

ul.panel-links li {
	float: left;
	background: url(../img/header/nav.png) no-repeat right bottom;
	padding: 0 2px 0 0;
}

ul.panel-links li.start {
	margin-left: -44px;
}

ul.panel-links li.end {
	background: none;
	padding-right: 0;
}

ul.panel-links li.start a {
	padding-left: 0;
}

ul.panel-links li.end a {
	padding-right: 0;
}

ul.panel-links a {
	display: block;
	background: none no-repeat center top;
	height: 61px;
	position: relative;
	z-index: 2;
	padding: 0 10px 0;
	text-indent: -9999px;
}

ul.panel-links a:hover, ul.panel-links a.active {
	background-position: center bottom;
}

ul.panel-links .resume-tips a {
	width: 86px;
	background-image: url(../img/content/career-centre/resume-tips.png);
}

ul.panel-links .interview-tips a {
	width: 98px;
	background-image: url(../img/content/career-centre/interview-tips.png);
}

ul.panel-links .pharmacy-relief-permanent a {
	width: 144px;
	background-image: url(../img/content/pharmacy/relief-permanent.png);
}

ul.panel-links .pharmacy-services-benefits a {
	width: 128px;
	background-image: url(../img/content/pharmacy/services.png);
}

#content .sticky-note {
	width: 218px;
	height: 170px;
	padding: 58px 40px 27px 4px;
	margin: 0 -40px 0 0;
	background: url(../img/side-bar/sticky-note.png);
}

#content .sticky-note h4 {
	text-align: center;
	margin: 0 0 0;
	font-size: 1em;
}

#content .buttons {
	list-style: none;
	margin: auto;
}	

#content .sticky-note .buttons {
	width: 174px;
}

#content .buttons li {
	margin: 0 0 15px;
}

#content .sticky-note .buttons li {
	margin: 10px 0 0;
}

#content .buttons a {
	display: block;
	background-position: left top;
	text-indent: -9999px;
}

#content .sticky-note .buttons a {
	background-image: url(../img/side-bar/buttons.png);
	height: 35px;
}

#content .sticky-note .buttons .pharmacy a {
	background-position: left -35px;
}

#content .sticky-note .buttons .mobile-wireless a {
	background-position: left -70px;
}

#content .left-col .buttons {
	float: right;
	margin: 0 0 0 15px;
}

#content .buttons-pharmacy {
	width: 243px;
}

#content .buttons-pharmacy a {
	background-image: url(../img/content/career-centre/pharmacy/buttons.png);
}

#content .buttons-pharmacy .procedures a {
	height: 63px;
}

#content .buttons-pharmacy .feedback a {
	height: 73px;
	background-position: left -63px;
}

#content .right-image {
	margin: 0 0 15px 15px;
	float: right;
}

#content .left-col .left-col {
	width: 403px;
	margin-right: 20px;
}

#content .left-col .right-col {
	width: 228px;
	float: right;
}

.form-grid input, .form-grid select {
	width: 156px;
	color: #000;
}

.form-grid {
	float: left;
	width: 250px;
	font-size: .9em;
	margin: 1.3em 0;
}

.form-grid label {
	float: left;
	line-height: 25px;
	width: 94px;
	white-space: nowrap;
}

.form-grid label.small {
	width: 152px;
}

.form-grid .field-container, .form-grid .options {
	float: left;
	width: 156px;
}

.form-grid .options 
{
	width: 82px;
}

.form-grid .field-container-small {
	width: 98px;
}

.form-grid .field-container-tiny input {
	width: 30px;
}

.form-grid .field-container-small input, .form-grid .field-container-small select {
	width: 98px;
}

.form-grid .spacer {
	height: 10px;
}

.form-grid div.textbox {
	float: left;
}

.form-grid div.select span {
	color: #837d79;
}

.form-grid .field-container .help {
	float: left;
	line-height: 25px;
	font-size: .8em;
	color: #7a7064;
	margin: 0 0 0 10px;
}

.form-grid .options input {
	cursor: pointer;
}

.form-grid .options input.submit {
	background-color: transparent;
	background-image: url(../img/form/submit.png);
	width: 82px;
	height: 24px;
	margin: 0 -2px;
}

#redirect-header {
	width: 980px;
	margin: auto;
	height: 124px;
	position: relative;
}

#redirect-header #logo {
	background-image: url(../img/redirect/logo.png);
	width: 131px;
	height: 84px;
	top: 20px;
}

#redirect-header .back {
	background-image: url(../img/redirect/back.png);
	width: 152px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 151px;
}

#redirect-frame {
	width: 100%;
	border: none;
	display: block;
}

.job-snippet 
{
	border-bottom: solid 1px #cec5b3;
	padding: .9em 0;
}

.job-snippet .title 
{
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	margin: 0 0 .9em;
}

.job-snippet .job-meta 
{
	font-size: .7em;
}

.job-snippet .job-details
{
	font-size: .75em;
}

.form-grid-search 
{
	float: right;
	width: 342px;
	margin: 0;
}

.form-grid-search .options 
{
	margin-left: 10px;
}

fieldset.search 
{
    position: relative;
}

fieldset.search input.submit {
	width: 34px;
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: url(../img/dot.png);
	cursor: pointer;
}

fieldset.search div.textbox {
	height: 39px;
	position: relative;
	z-index: 1;
}

fieldset.search div.textbox input {
	height: 25px;
	padding: 14px 32px 0 11px;
}

fieldset.search div.textbox input.active {
	font-weight: normal;
}

fieldset.search div.textbox .cleft {
	width: 16px;
}

fieldset.search div.textbox .cright {
	width: 34px;
}

fieldset.search div.textbox .cback {
	margin: 0 34px 0 10px;
	background-position: -34px top;
}

fieldset.search div.textbox .cleft,
fieldset.search div.textbox .cright,
fieldset.search div.textbox .cback {
	background-image: url(../img/content/home/search/textbox.png);
}

fieldset.search input.text {
	font-weight: bold;
}