@charset "utf-8";

/* @override http://abilityresource.ca/css/master.css */

/*
	
	TOC: (Table of Contents)
	Note: by pressing Ctrl + F you can enter the key code to jump in a specific code section
	
	Master Reset
	Global Classes
	Page Structure and Layout		[ key code: css061 ]
	Typography and Colors			[ key code: css062 ]
	Navigation						[ key code: css063 ]
	Forms							[ key code: css064 ]
	Individual Elements (Extras)	[ key code: css065 ]
	
*/

/* CSS Document [Master Reset]  */
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 100.01%/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}
h2 {
	padding: 20px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
/***** Common Formatting *****/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
small {
	font-size: 0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/***** Links *****/
a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	width: 100%;
	line-height: 1.25;
}
label {
	cursor: pointer;
}
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
	table tr td {
		padding: 2px;
		vertical-align: top;
	}
/* CSS Document [Global Classes] */
.floatLeft		{ float: left; width: auto; }
.floatRight		{ float: right; width: auto; }
.normalClear	{ clear: both}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
.textLeft		{ text-align: left; }
.textRight		{ text-align: right; }
.textCenter		{ text-align: center; }
.textJustify	{ text-align: justify; }
.upperCase		{ text-transform: uppercase; }
.bold			{ font-weight: bold; }
.italic			{ font-style: italic; }
.underline		{ border-bottom: 1px solid;}
.imgLeft		{ float: left; margin: 4px 10px 4px 0; width: auto; }
.imgRight		{ float: right; margin: 4px 0 4px 10px; width: auto; }
.noPadding		{ padding: 0; }
.noIndent		{ margin-left: 0; padding-left: 0; }
.noBullet		{ list-style: none; list-style-image: none; }

/*Begin: Page Structure and Layout [ key code: css061 ] */

html, body {
	height: 100%;
}
body {
	background: url(../images/body-bg.gif) repeat-x center top;
}
#header {
	width: 100%;
	background: url(../images/header-bg.gif) no-repeat center top;
	height: 168px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 950px;
	margin: -168px auto -86px; /* the bottom margin is the negative value of the footer's height */
	padding: 0px 5px 0px;
}
#headerWrapper {
	position: relative;
	width: 957px;
	padding: 0px 4px;
	margin: 0px auto 15px;
}
#logoWrapper {
	padding-left: 15px;
}
#logoWrapper h1 {
	width: 229px;
	height: 78px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo2.gif) no-repeat left top;
	padding-bottom: 10px;
}
#logo {
	display: block;
	width: 229px;
	height: 78px;
}

#logoWrapper2 {
	padding-left: 15px;
}
#logoWrapper2 h1 {
	width: 182px;
	height: 64px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo3.gif) no-repeat left top;
	padding-bottom: 10px;
}
#logo2 {
	display: block;
	width: 182px;
	height: 64px;
}

#bannerWrapper {
	width: 950px;
	height: 498px;
	margin-bottom: 30px;
}
#twoColumnWrapper {
	padding: 15px 30px 0px;
	background: url(../images/contentBg2.gif) no-repeat center top;
}
#leftColumn {
	float: left;
	width: 440px;
}
#rightColumn {
	float: right;
	width: 415px;
}
.insidePageWrapper, #homepage_wrapper {
	padding: 0px 25px 25px;
	background: url(../images/contentBg2.gif) no-repeat center top;
}
#footer, #push {
	height: 86px; /* .push must be the same height as .footer */
}
#footer {
	width: 100%;
	background: url(../images/footer-bg.gif) repeat-x left top;
}
#footerWrapper {
	position: relative;
	width: 950px;
	padding: 0px 5px;
	margin: 0px auto;
}

/*End: Page Structure and Layout */

/*Begin: Typography and Colour [ key code: css062 ] */

h2.topicTitle {
	font: 32px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#logoWrapper small, #logoWrapper2 small{
	font: bold 9px "Tahoma", Arial, Helvetica, sans-serif;
	color: #9ab374;
}
#leftColumn h2, #rightColumn h2 {
	font: 25px Arial, Helvetica, sans-serif;
	color: #005370;
	text-transform: uppercase;
}
#leftColumn h3 {
	padding-bottom: 10px;
}
#leftColumn h3 a {
	font: 14px "Tahoma", Arial, Helvetica, sans-serif;
	color: #005370;
}

#leftColumn h3 a:hover {
	text-decoration: none;
}

#leftColumn p, #leftColumn div {
	font: 13px "Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrapper p, #wrapper div {
	font: 14px/20px "Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrapper ul li, #wrapper ol li, #wrapper table {
	font: 14px/20px "Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
}
#wrapper table {
	
}


.insidePageWrapper h3, h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #005370;
	padding: 10px 0px 15px;
	text-transform: uppercase;
}

.insidePageWrapper h4, .insidePageWrapper h5 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #005370;
	padding: 10px 0px 10px;
}

.insidePageWrapper p a, .insidePageWrapper div a {
	color: #017CB7;
}

.insidePageWrapper p a:hover {
	text-decoration: none;
}

#footerWrapper .detailFooter {
	position: absolute;
	top: 33px;
	left: 30px;
	font: 13px "Tahoma", Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}

/*End: Typography and Colour */

/*Begin: Navigation [ key code: css063 ] */

#navigation{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 20px;
}
#navigation li {
	width: auto;
	float: left;
}
#navigation li a {
	display: block;
	height: 42px;
}
#navHome { width: 93px; background: url(../images/nav-home.gif) no-repeat left top; }
#navAboutUs { width: 112px; background: url(../images/nav-about-us.gif) no-repeat left top; }
#navProgramsNServices { width: 117px; background: url(../images/nav-programs-and-services.gif) no-repeat left top; }
#navCommercialOpperations { width: 223px; background: url(../images/nav-commercial-operations.gif) no-repeat left top; }
#navNewsNEvents { width: 151px; background: url(../images/nav-news-and-events.gif) no-repeat left top; }
#navCareerOpportunities { width: 128px; background: url(../images/nav-career-opportunities.gif) no-repeat left top; }
#navContactUs { width: 130px; background: url(../images/nav-contact-us.gif) no-repeat left top; }
#navigation li a:hover {
	background-position: 0px -42px;
}
#navigation li a.active {
	background-position: right bottom;
}
#naviFooter {
	position: absolute;
	top: 33px;
	right: 30px;
	font: 13px "Tahoma", Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}
#naviFooter a {
	color: #EEEEEE;
}
#naviFooter a:hover {
	text-decoration: none;
}
#subNav {
position: absolute;
bottom: 10px;
right: 15px;
padding: 0px;
margin: 0px;
list-style-type: none;
}
#subNav li {
	width: auto;
	float: left;
	padding: 0px 10px;
}
#subNav li a {
	display: block;
	font: bold 16px "Tahoma", Arial, Helvetica, sans-serif;
	color: #005370;
	padding-bottom: 5px;
	text-decoration: none;
}

#subNav li a.subActive {
	color: #62903e;
	padding-bottom: 5px;
	border-bottom: 3px solid #62903e;
}

/*End: Navigation */

/*Begin: Forms [ key code: css064 ] */

/*End: Forms */

/*Begin: Individual Elements (Extras) [ key code: css065 ] */

#logo span, #logo2 span, #navigation li a span,
#servProgramsNServices span, #servCommercialOpperations span,
#servCareerOpportunities span, .readMore span {
	position: absolute;
	top: -99999px;
	left: -99999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#servProgramsNServices a, #servCommercialOpperations a, #servCareerOpportunities a {
	display: block;
	width: 410px;
	height: 107px;
}
#servProgramsNServices { background: url(../images/services-image-1.jpg) no-repeat left top; padding-bottom: 15px; }
#servCommercialOpperations { background: url(../images/services-image-2.jpg) no-repeat left top; padding-bottom: 15px; }
#servCareerOpportunities { background: url(../images/services-image-3.jpg) no-repeat left top;  padding-bottom: 15px; }
.readMore {
	display: block;
	width: 123px;
	height: 39px;
	background: url(../images/button-read-more.gif) no-repeat top left;
}
.newsIconBg {
	/*background: url(../images/newsIcon.gif) no-repeat 300px 10px;*/
}


#bannerWrapper {
    position:relative;
    height:498px;
}
#bannerWrapper IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#bannerWrapper IMG.active {
    z-index:10;
}
#bannerWrapper IMG.last-active {
    z-index:9;
}
#bannerWrapper IMG.hidden_banner {
	display: none;
}

#contact_form label {
	display: block;
	width: 100px;
}
#contact_form input, #contact_form textarea {
	width: 300px;
}
#contact_form textarea {
	height: 140px;
}
#contact_form #submit {
	width: 70px;
	float: right;
}
/*End: Individual Elements (Extras) */

/* homepage new */

#homepage_intro {
	width: 262px;
	float: left;
	margin-right: 30px;
}
#homepage_banners {
	float: left;
	margin: 23px 0 0 0;
	width: 605px;
	display: none;
}
#homepage_buttons {
	clear: both;
	padding: 15px 0;
	margin-bottom: 35px;
}
#homepage_buttons p { 
	margin-left: -2px; 
}
#homepage_buttons a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -9999em;
}
#homepage_button_programs_and_services {
	background-image: url(../images/homepage_button_programs.jpg);
	width: 259px;
	height: 67px;
}
#homepage_button_commercial_operations {
	background-image: url(../images/homepage_button_operations.jpg);
	width: 259px;
	height: 67px;
}
#homepage_button_career_opportunities {
	background-image: url(../images/homepage_button_careers.jpg);
	width: 260px;
	height: 67px;
}
#homepage_button_joblinks {
	background-image: url(../images/homepage_buttons_joblinks.jpg);
	width: 81px;
	height: 67px;
	margin: 0;
}
