@charset "utf-8";

/*
	
	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;
	}
/* 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;
	margin: 0px auto;
}
#logoWrapper {
	padding-left: 15px;
}
#logoWrapper h1 {
	width: 119px;
	height: 111px;
	margin: 0px;
	padding: 0px;
	background: url(../images/logo.gif) no-repeat left top;
	padding-bottom: 10px;
}
#logo {
	display: block;
	width: 229px;
	height: 78px;
}
#twoColumnWrapper {
	padding: 15px 30px 50px;
	background: url(../images/contentBg2.gif) no-repeat center top;
}
#leftColumn {
	float: left;
	width: 475px;
}
#rightColumn {
	position: relative;
	float: right;
	width: 400px;
}
#rightColumn img {
	position: absolute;
	top: -40px;
	right: 0px;
}
#insidePageWrapper {
	padding: 0px 25px 70px;
	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/bg-footer.gif) repeat-x left top;
}
#footerWrapper {
	position: relative;
	width: 950px;
	padding: 0px 5px;
	margin: 0px auto;
}
#logoArc {
	position: absolute;
	top: -50px;
	left: 30px;
	width: 195px;
	height: 46px;
}
#homeButtonHolder {
	width: 100% !important;
	padding: 0px;
	margin: 30px 0px;
}

/*End: Page Structure and Layout */

/*Begin: Typography and Colour [ key code: css062 ] */

#leftColumn #preparingForSuccess{
	width: 284px;
	height: 41px;
	background: url(../images/h-preparing-for-success.gif) no-repeat left top;
	padding: 0px;
	margin: 25px 0px 15px; 
}

#leftColumn #aboutJobLinks{
	width: 400px;
	height: 17px;
	background: url(../images/h-about-job-links.gif) no-repeat left top;
	padding: 0px;
	margin: 20px 0px;
}

#leftColumn p {
	width: 415px;
	font: 15px/22px "Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
}

#buttonSeeCareer {
	float: left;
	display: block;
	width: 245px;
	height: 36px;
	background: url(../images/button-career-opportunities.gif) no-repeat left top;
}

#buttonLearnAbout {
	float: right;
	display: block;
	width: 222px;
	height: 36px;
	background: url(../images/button-learn-about-programs.gif) no-repeat left top;
}

#insidePageWrapper h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #4D67A2;
}

#insidePageWrapper h3, h3 {
	font: 18px "Tahoma", Arial, Helvetica, sans-serif;
	color: #4D67A2;
	padding-bottom: 15px;
}

#insidePageWrapper h4 {
	font: 16px "Tahoma", Arial, Helvetica, sans-serif;
	color: #4D67A2;
	padding-bottom: 15px;
}

#insidePageWrapper p, #insidePageWrapper ul li, #insidePageWrapper ol li {
	font: 15px/22px "Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
}

#insidePageWrapper p a {
	color: #0066CC;
}

#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: 80px; background: url(../images/nav-home.gif) no-repeat left top; }
#navProgramsNServices { width: 183px; background: url(../images/nav-programs-and-services.gif) no-repeat left top; }
#navBusinessOfTheYear { width: 174px; background: url(../images/nav-business-of-the-year.gif) no-repeat left top; }
#navApplicationForServices { width: 207px; background: url(../images/nav-application-for-services.gif) no-repeat left top; }
#navCareerOpportunities { width: 191px; background: url(../images/nav-career-opportunities.gif) no-repeat left top; }
#navContactUs { width: 119px; 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: 25px;
	right: 20px;
	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: #5972A9;
	padding-bottom: 5px;
	text-decoration: none;
}
#subNav li a:hover {
	color: #44609E;
}
#subNav li a.subActive {
	color: #ABB925 !important;
	padding-bottom: 5px !important;
	border-bottom: 3px solid #ABB925 !important;
}
/*End: Navigation */

/*Begin: Forms [ key code: css064 ] */

/*End: Forms */

/*Begin: Individual Elements (Extras) [ key code: css065 ] */

#logo span, #logo2 span, #navigation li a span, #preparingForSuccess span, #aboutJobLinks span,
#buttonSeeCareer span, #buttonLearnAbout span{
	position: absolute;
	top: -99999px;
	left: -99999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/*End: Individual Elements (Extras) */

#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;
}