﻿/*------------------------------------------------------------

*Project: Fisher and Paykel Healthcare - Careers

*Commence Date: 18/01/2010

*Author(s): Abdullah Norozi Iranzad

*Company: Cucumbersoftware.com
------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
/*body, form {*/
body {
	/*overflow:auto;*/
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.Home form {
	text-align: center;
	width: 100%;
	height: 100%;
}
body.Home {
	background: #348AFC;
	/*background-repeat: no-repeat;
	background-position: left center;*/
}
.Home form {
	/*background: url(/web/design/img/homeFlash-loaderBar.png) no-repeat center center;*/
}
body, div, td, th, input, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #647381;
}

/* NO SCRIPT */
.noScript {
	width: 927px;
    color:#000;
    /*height:28px;*/
    position: absolute;
    top: 75px;
    left: 0;
	border-bottom: solid 1px #FFCC00;
    background-color: #FFFF99;
    z-index: 9999;
}
.Home .noScript {
	text-align: left;
    left: 50%;
    margin-left: -463px;
}
.noScript img {
	float:left;
	margin-top:2px;
	margin-left:2px;
}
.noScript span {
	display:block;
	padding:6px;
}

/* MASTER LAYOUT */
.canvasWrapperHome {
	text-align:center;
	width: 100%;
	height: 100%;
	/*min-height: 590px;*/
	position: relative;
}
.canvasWrapper {
	text-align:center;
	width: 100%;
	height: 100%;
	position: relative;
}
.canvas {
	width: 100%;
	height: 100%;
	position: relative;
	/*top: 268px;
	padding: 268px 0 55px 0;
	background-color: #FFF;*/
}
.toprow_cont, .toprow_contHome {
	width: 100%;
	height: 75px;
	/*height: 268px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/web/design/img/top-bg.png) repeat-x;
}
.toprow_contHome {
	display: none;
}
.Home .toprow_contHome {
	display: block;
	height: 75px;
	z-index: 99999;
}
.main_cont {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding: 268px 0 60px 0;
	position: relative;
}
.main {
	padding: 60px 0 0 0;
	float:left; /* IE 6 NEEDS THIS */
}
.col1_cont, .col2_cont, .col3_cont {
	float:left;
	overflow:hidden;
}
.col1_cont {
	width: 544px;
	margin-right: 77px;
}
.col2_cont {
	width: 338px;
	margin-top: -156px;
	overflow: visible;
}
.col3_cont
{
	display: none;
	width:200px;
}
.footer_cont {
	width: 100%;
	/*margin-top: 60px;*/
	border-top: 1px solid #D7E8FE;
	background-color: #FFF;
}
.footerInner {
	text-align:left;
	width: 956px;
	margin:0 auto;
	padding: 11px 0 0 4px;
}

/* ELEMENTS */
h1 {
	font-size: 39px;
	color: #348AFC;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	margin: 0;
}
h1 a {
}
h1 a:hover {
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 130%;
	color: #647381;
	padding: 0 0 10px 0;
	margin: 0;
}
h2 a {
}
h2 a:hover {
}
h3 {
	font-size: 15px;
	color: #647381;
	padding-bottom: 5px;
}
h3 a {
	color: #348AFC;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 13px;
	color: #647381;
}
h4 a {
	color: #348AFC;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 11px;
	color: #939DA7;
}
h5 a {
	color: #348AFC;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}
h6 {
	font-size: 13px;
	color: #3B8BF4;
}
h6 a {
}
h6 a:hover {
}
.h7 {
	font-size: 18px;
	line-height: 95%;
	color: #A3CAFD;
	display: block;
}
p {
	font-size: 13px;
	line-height: 160%;
	color: #647381;
	padding: 0 0 10px 0;
}
p a {
	color: #348AFC;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.generalContent ul {
	padding-top: 5px;
}
.generalContent ul li {
	padding: 0 0 5px 10px;
	background: url(/web/design/img/li-bg.gif) no-repeat 0 5px;
}
/*.introContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 130%;
	color: #647381;
}
.introContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 130%;
	color: #647381;
	padding: 0;
}
.introContent p a {
	color: #348AFC;
	text-decoration: none;
}
.introContent p a:hover {
	text-decoration: underline;
}*/
img.imageLeft {
	margin: 5px 14px 0 0;
	float: left;
}
img.imageRight {
	margin: 5px 0 0 14px;
	float: right;
}
#col2 ul, #col2 ol, #col2 dl, #col3 ul, #col3 ol, #col3 dl {
	padding:14px;
}
#col2 ul li {
	list-style:disc;
}
#col2 ol li {
	list-style:decimal;
}
li a {
}
li a:hover {
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
table.table1 {
	border-top:solid 1px #000;
	border-left:solid 1px #000;
}
table.table1 td {
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}
.btnStyle {
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 21px;
	padding-left: 6px;
	background: url(/web/design/img/btnStyle-left-bg.png) no-repeat 0 0;
}
.btnStyle span {
	display: block;
	height: 16px;
	padding: 5px 8px 0 0;
	background: url(/web/design/img/btnStyle-right-bg.png) no-repeat right top;
}
.btnStyle:hover {
	color: #FFF;
	background: url(/web/design/img/btnStyle-left-hover-bg.png) no-repeat 0 0;
}
.btnStyle:hover span {
	background: url(/web/design/img/btnStyle-right-hover-bg.png) no-repeat right top;
}
.BrowseJobsBtn {
	position: absolute;
	top: 34px;
	right: 21px;
}
.btnStyleSearchNow {
	float: left;
	margin-bottom: 30px;
}

/* HANDY STUFF */
.clearFix
{
    line-height:0px;
    clear:both;
    height:0px;
    font-size:0px;
}
.padAbove
{
	padding-top:14px;
}
.padRight
{
	padding-right:14px;
}
.padBelow
{
	padding-bottom:14px;
}
.padLeft
{
	padding-left:14px;
}

/* TOP CONT */
.krd {
	height:31px;
	line-height:31px;
	color:#999999;
	font-size:10px;
	overflow:hidden;
	display: none;
}

/* LEFT COL */
.col1
{
	padding:0;
}

/* RIGHT COL */
.col2
{
	padding: 0;
}

/* NOT USED */
.col3
{
	padding:0;
	min-height:400px;
}

/* FOOTER */
.footerInner p {
	font-size: 11px;
	color: #647280;
	padding: 0;
	float: left;
}
.footerInner a {
	font-size: 11px;
	text-decoration: none;
	color: #348AFC;
}
.footerInner a:hover {
	text-decoration: underline;
}
p.footerSep {
	font-size: 15px;
	color: #D6E8FE;
	padding: 0 9px;
	float: left;
	position: relative;
	top: -3px;
}

/* Home Flash */
div.homePage_container, div.homePageContainer, div.homeFlashCont, #homeFlash {
	width: 100%;
	height: 100%;
}
div.homeFlashCont {
	text-align: left;
	position: relative;
}
#homeFlash {
	position: absolute;
	top: 0;
	left: 0;
}
.homeNoFlash, .homeNoFlash a, .homeNoFlash a img {
	display: block;
	width: 100%;
	height: 100%;
}
.homeNoFlash a.jobVacUrl {
	display: block;
	width: 100%;
	height: 100%;
}

/* Interested in area */
div.interestedIn {
	padding-top: 14px;
	margin-left: 3px;
	border-top: 1px solid #D7E8FE;
}
div.interestedIn a {
	font-size: 13px;
	color: #348AFC;
	text-decoration: none;
	margin-top: 14px;
	margin-right: 30px;
	float: left;
}
div.interestedIn a:hover {
	text-decoration:underline;
}

/* Landing Page */
div.introTextOnLandingContainer {
	width: 950px;
}
div.introTextOnLanding {
	width: 304px;
	margin-right: 19px;
	padding: 0;
	float: left;
	background: url(/web/design/img/introTextOnLanding-vSep.gif) no-repeat 303px 12px;
}
div.introTextOnLandingContainerGen div.introTextOnLanding {
	height: 101px;
}
div.introTextOnLandingContainerInner {
	width: 280px;
	padding: 18px 24px 29px 0;
	overflow: hidden;
}
div.introTextOnLandingContainerGen div.introTextOnLandingContainerInner {
	height: 55px;
}
div.hSep div.introTextOnLandingContainerInner {
	background: url(/web/design/img/introTextOnLanding-hSep.gif) no-repeat left bottom;
}
div.vSep {
	margin-right: 0;
	background: none;
}
div.introTextOnLanding p {
	line-height: 120%;
	padding: 0;
}

/* FAQs */
div.faqQuestionAnswer {
	border-top: 1px solid #D6E8FE;
}
div.faqQuestionAnswerItem {
	padding: 18px 0 13px 0;
	border-bottom: 1px solid #D6E8FE;
}
div.faqQuestionAnswerItem h3 {
	/*color: #348AFC;*/
}
div.faqQuestionAnswerItem h3 img {
	margin-left: 5px;
}
div.faqQuestionAnswerItem p {
	padding: 0;
}

/* Gallery Landing Page */
div.introTextOnLandingGallery {
	background: url(/web/design/img/introTextOnLandingGallery-vSep.gif) no-repeat 303px 19px;
}
div.introTextOnLandingContainerInnerGallery {
	padding-right: 0;
	width: 304px;
}
div.introTextOnLandingContainerInnerGallery h3, div.introTextOnLandingContainerInnerGallery span.amountOfIV {
	float: left;
}
div.introTextOnLandingContainerInnerGallery span.amountOfIV {
	font-size: 11px;
	color: #939DA7;
	padding: 3px 0 0 8px;
}
div.galleryLandingThumbsCont {
	width: 303px;
	height: 79px;
	position: relative;
	top: 4px;
	left: -5px;
}
div.galleryLandingThumbsCont a {
	display: block;
	position: absolute;
}
div.galleryLandingThumbsCont a img {
	display: block;
	width: 118px;
	height: 66px;
}
div.galleryLandingThumbsCont a.thumbCont1 {
	width: 137px;
	height: 90px;
	top: 0px;
	left: 0px;
	background: url(/web/design/img/thumbCont1-bg.png) no-repeat;
}
div.galleryLandingThumbsCont a.thumbCont1 img {
	position: relative;
	top: 10px;
	left: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99452190, M12=0.10452846, M21=-0.10452846, M22=0.99452190,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99452190, M12=0.10452846, M21=-0.10452846, M22=0.99452190,sizingMethod='auto expand');
	-moz-transform:  matrix(0.99452190, -0.10452846, 0.10452846, 0.99452190, 0, 0);
	-webkit-transform:  matrix(0.99452190, -0.10452846, 0.10452846, 0.99452190, 0, 0);
	-o-transform:  matrix(0.99452190, -0.10452846, 0.10452846, 0.99452190, 0, 0);
}
div.galleryLandingThumbsCont a.thumbCont2 {
	width: 135px;
	height: 87px;
	top: 2px;
	left: 4px;
	background: url(/web/design/img/thumbCont2-bg.png) no-repeat;
}
div.galleryLandingThumbsCont a.thumbCont2 img {
	position: relative;
	top: 9px;
	left: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=-0.06975647, M21=0.06975647, M22=0.99756405,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=-0.06975647, M21=0.06975647, M22=0.99756405,sizingMethod='auto expand');
	-moz-transform:  matrix(0.99756405, 0.06975647, -0.06975647, 0.99756405, 0, 0);
	-webkit-transform:  matrix(0.99756405, 0.06975647, -0.06975647, 0.99756405, 0, 0);
	-o-transform:  matrix(0.99756405, 0.06975647, -0.06975647, 0.99756405, 0, 0);
}
div.galleryLandingThumbsCont a.thumbCont3 {
	width: 132px;
	height: 81px;
	top: -1px;
	left: 92px;
	background: url(/web/design/img/thumbCont3-bg.png) no-repeat;
}
div.galleryLandingThumbsCont a.thumbCont3 img {
	position: relative;
	top: 5px;
	left: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand');
	-moz-transform:  matrix(0.99984770, -0.01745241, 0.01745241, 0.99984770, 0, 0);
	-webkit-transform:  matrix(0.99984770, -0.01745241, 0.01745241, 0.99984770, 0, 0);
	-o-transform:  matrix(0.99984770, -0.01745241, 0.01745241, 0.99984770, 0, 0);
}
div.galleryLandingThumbsCont a.thumbCont4 {
	width: 131px;
	height: 88px;
	top: 9px;
	left: 168px;
	padding: 5px 0 0 4px;
	background: url(/web/design/img/thumbCont4-bg.png) no-repeat;
}
div.galleryLandingThumbsCont a.thumbCont4 img {
}
div.galleryLandingThumbsCont a.thumbCont5 {
	width: 135px;
	height: 88px;
	top: 3px;
	left: 162px;
	padding: 5px 0 0 4px;
	background: url(/web/design/img/thumbCont5-bg.png) no-repeat;
}
div.galleryLandingThumbsCont a.thumbCont5 img {
	position: relative;
	top: 5px;
	left: 3px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=0.08715574, M21=-0.08715574, M22=0.99619470,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=0.08715574, M21=-0.08715574, M22=0.99619470,sizingMethod='auto expand');
	-moz-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
	-webkit-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
	-o-transform:  matrix(0.99619470, -0.08715574, 0.08715574, 0.99619470, 0, 0);
}

/* Gallery Page */
div.galleryFlashContainer {
	width: 927px;
	height: 579px;
	position: relative;
	top: -328px;
	/*top: -177px;*/
	z-index: 1;
}
#galleryFlash {
	width: 927px;
	height: 579px;
	position: relative;
	background: url(/web/design/img/gallery-bg.png) no-repeat 0 198px;
}
#galleryFlash img {
	display: none;
	position: absolute;
}
#galleryFlash img#galleryArrow {
	display: block;
	bottom: 0px;
	left: 201px;
	z-index: 44;
}
#galleryFlash a.launchVideo {
	text-indent: -9999px;
	display: none;
	width: 560px;
	height: 315px;
	position: absolute;
	top: 195px;
	left: 182px;
	z-index: 3;
	background: url(/web/design/img/gallery-playButton.png) no-repeat 254px 117px;
}
#galleryFlash img#currImageBg {
	display: block;
	top: 155px;
	left: 131px;
	z-index: 1;
}
#galleryFlash img.prevImage {
	display: block;
	width: 400px;
	height: 226px;
	top: 241px;
	left: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=0.06975647, M21=-0.06975647, M22=0.99756405,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=0.06975647, M21=-0.06975647, M22=0.99756405,sizingMethod='auto expand');
    -moz-transform:  matrix(0.99756405, -0.06975647, 0.06975647, 0.99756405, 0, 0);
    -webkit-transform:  matrix(0.99756405, -0.06975647, 0.06975647, 0.99756405, 0, 0);
    -o-transform:  matrix(0.99756405, -0.06975647, 0.06975647, 0.99756405, 0, 0);
}
#galleryFlash img.currImage {
	display: block;
	width: 560px;
	height: 315px;
	top: 195px;
	left: 182px;
	z-index: 2;
}
#galleryFlash img.nextImage {
	display: block;
	width: 400px;
	height: 226px;
	top: 232px;
	right: 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99254615, M12=-0.12186934, M21=0.12186934, M22=0.99254615,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99254615, M12=-0.12186934, M21=0.12186934, M22=0.99254615,sizingMethod='auto expand');
    -moz-transform:  matrix(0.99254615, 0.12186934, -0.12186934, 0.99254615, 0, 0);
    -webkit-transform:  matrix(0.99254615, 0.12186934, -0.12186934, 0.99254615, 0, 0);
    -o-transform:  matrix(0.99254615, 0.12186934, -0.12186934, 0.99254615, 0, 0);
}
/*div#galleryFlash {
	position: relative;
	overflow: hidden;
}
div#galleryFlash #prevPrevImageCont {
	width: 402px;
	height: 225px;
	position: absolute;
	top: 76px;
	left: -402px;
}
div#galleryFlash #prevPrevImageCont img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 402px;
	height: 225px;
}
div#galleryFlash #prevImageCont {
	width: 402px;
	height: 225px;
	position: absolute;
	top: 76px;
	left: 10px;
}
div#galleryFlash #prevImageCont img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 402px;
	height: 225px;
}
div#galleryFlash #currImageCont {
	width: 560px;
	height: 315px;
	position: absolute;
	top: 40px;
	left: 182px;
	background-color: #FFF;
}
div#galleryFlash #currImageCont img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 315px;
}
div#galleryFlash #nextImageCont {
	width: 400px;
	height: 226px;
	position: absolute;
	top: 62px;
	left: 447px;
}
div#galleryFlash #nextImageCont img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 226px;
}
div#galleryFlash #nextNextImageCont {
	width: 400px;
	height: 226px;
	position: absolute;
	top: 62px;
	left: 182px;
}
div#galleryFlash #nextNextImageCont img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 226px;
}*/
div.prevContent, div.nextContent {
	display: none;
}
div.currContent {
	position: relative;
	/*margin-top: -217px;*/
	margin-top: -368px;
	margin-bottom: 37px;
}
.safari4 div.currContent, .chrome div.currContent, .opera div.currContent {
	margin-top: -328px;
}
div.leftDiscription {
	width: 200px;
	padding-left: 222px;
	float: left;
}
div.rightDiscription {
	width: 260px;
	margin-left: 26px;
	float: left;
}
div.rightDiscription h4 {
	padding-bottom: 14px;
}
div.rightDiscription div.FindOutMore a {
	color: #348AFC;
	text-decoration: none;
	margin-right: 30px;
	float: left;
}
div.rightDiscription div.FindOutMore a:hover {
	text-decoration: underline;
}
a.prevButton {
	text-indent: -9999px;
	display: block;
	/*width: 87px;
	height: 13px;*/
	width: 151px;
	height: 269px;
	position: absolute;
	/*top: -75px;
	left: 24px;*/
	top: -331px;
	left: 2px;
	z-index: 5;
	background: url(/web/design/img/prevButton-bg.png) no-repeat 22px 256px;
}
a.nextButton {
	text-indent: -9999px;
	display: block;
	/*width: 87px;
	height: 13px;*/
	width: 158px;
	height: 282px;
	position: absolute;
	/*top: -75px;
	right: 48px;*/
	top: -340px;
	right: 37px;
	z-index: 5;
	background: url(/web/design/img/nextButton-bg.png) no-repeat 60px 265px;
}
div.galleryFooter {
	padding: 17px 1px 0 1px;
	position: relative;
	border-top: 1px solid #D6E8FE;
	z-index: 10;
}
div.galleryFooter h4 {
	padding-right: 10px;
	float: left;
}
div.galleryFooter .rightAlign {
	float: right;
}
div.galleryFooter a {
	font-size: 12px;
	color: #348AFC;
	text-decoration: none;
	padding: 1px 10px 0 10px;
	float: left;
	background: url(/web/design/img/linkSep.gif) no-repeat;
}
div.galleryFooter a:hover {
	text-decoration: underline;
}
div.galleryFooter select {
	font-size: 11px;
	color: #8295A8;
	width: 205px;
	height: 20px;
	margin-top: -4px;
	float: right;
}
div.galleryThumbContainer {
	/*display: none;*/
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/web/design/img/galleryThumbContainer-bg.png) repeat-y;
}
div.galleryThumbContainerInner {
	padding: 55px 0 44px 106px;
}
div.galleryThumbContainer a.galleryClose {
	width: 113px;
	padding: 3px 0 4px 0;
	float: right;
	background: url(/web/design/img/galleryClose-close-bg.gif) no-repeat right top;
}
div.galleryThumbContainer a.image, div.galleryThumbContainer a.video {
	width: 96px;
	height: 54px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	background: none;
}
div.galleryThumbContainer a.image span, div.galleryThumbContainer a.video span {
	display: block;
	width: 96px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
}
/*div.galleryThumbContainer a.image span.videoInner, div.galleryThumbContainer a.image img.videoInnerImage {
	display: none;
}
div.galleryThumbContainer a.video span.imageInner, div.galleryThumbContainer a.video img.imageInnerImage {
	display: none;
}*/
div.galleryThumbContainer a.image:hover span, div.galleryThumbContainer a.video:hover span {
	width: 86px;
	height: 44px;
	border: 5px solid #3683E7;
}

/* Gallery Link Flash */
.galleryLinkFlashCont, #galleryLinkFlashCont {
	width: 301px;
	height: 127px;
	/*margin-bottom: 23px;*/
	margin-left: 32px;
	position: relative;
	z-index: 1;
}
.galleryLinkFlashCont {
	float: left;
}

/* Modules */
div.videoModule {
	width: 293px;
	height: 166px;
	padding: 7px 0px 0px 40px;
	margin: 21px 0 0 0;
	float: left;
	background: url(/web/design/img/videoModule-bg.png) no-repeat;
}
div.videoModule a {
	text-decoration: none;
	display: block;
	width: 285px;
	height: 159px;
	position: relative;
}
div.videoModule a img.videoThumb {
	display: block;
	width: 285px;
	height: 159px;
}
div.videoModule a img.playButton {
	display: none;
	width: 285px;
	height: 159px;
	position: absolute;
	top: 0;
	left: 0;
}
div.videoModule a span.videoModuleMoreInfo {
	/*display: none;*/
	width: 285px;
	height: 48px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(/web/design/img/videoModuleMoreInfo-bg.png) no-repeat;
}
div.videoModule a span.videoModuleMoreInfo span {
	font-size: 11px;
	color: #FFF;
	display: block;
	padding-left: 1px;
}
div.videoModule a span.videoModuleMoreInfo span.title {
	font-size: 13px;
	color: #ECF4FE;
	text-transform: uppercase;
	padding: 15px 0 1px 1px;
}
div.videoModule a span.videoModuleMoreInfo img.videoSignature {
	display: block;
	/*width: 80px;
	height: 32px;*/
	position: absolute;
	/*top: 11px;
	left: 182px;*/
}
#mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;*/
	z-index: 99998;
	background-color: #333;
}
div#lightBoxContent {
	text-align: left;
	display: none;
	width: 640px;
	padding: 16px 0 20px 20px;
	position: absolute;
	z-index: 99999;
	background-color: #FFF;
}
div#lightBoxContent h2 {
	width: 500px;
}
div#lightBoxContent div#player {
    color:#000;
	text-decoration: none;
	display: block;
	width: 620px;
	height: 370px;
}
div#lightBoxContent div#player .noScript {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.Home #player_api {
	width: 620px;
	height: 370px;
}
div#lightBoxContent a.closeBtn {
	text-indent: -9999px;
	display: block;
	width: 34px;
	height: 19px;
	position: absolute;
	right: 19px;
	top: 19px;
	background: url(/web/design/img/lightBox-close-bg.gif) no-repeat;
}
div#lightBoxContent a#veiwAllLink {
	font-size: 11px;
	color: #348AFC;
	text-decoration: none;
	display: none;
	position: absolute;
	right: 62px;
	top: 24px;
}
div#lightBoxContent a#veiwAllLink:hover {
	text-decoration: underline;
}
div.quickJobSearchCont {
	width: 280px;
	padding: 15px 10px 10px 10px;
	margin: 21px 0 0 32px;
	float: left;
	background: url(/web/design/img/factModule-bg.png) repeat-y;
}
div.quickJobSearchCont h4 {
	color: #3B8BF4;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}
div.featuredJobSearchCont h4 {
	padding: 0;
}
div.featuredJobSearchCont a.h7 {
	font-size: 15px;
	font-weight: bold;
	color: #348AFC;
	line-height: 120%;
	text-decoration: none;
	margin: 12px 0 3px 0;
}
div.featuredJobSearchCont a.h7:hover {
	text-decoration: underline;
}
/*div.featuredJobSearchCont a.h7:hover {
	text-decoration: underline;
}*/
div.featuredJobSearchCont span.date {
	font-size: 11px;
	color: #647381;
	display: block;
	margin-bottom: 4px;
}
div.featuredJobSearchCont span.h7 {
	font-size: 13px;
	line-height: 120%;
	color: #647381;
	margin-bottom: 4px;
}
div.customSelect {
	width: 278px;
	height: 21px;
	padding: 1px 0 0 1px;
	margin-bottom: 7px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background: url(/web/design/img/customSelect-bg.gif) no-repeat;
}
div.customSelect input {
	font-size: 11px;
	color: #647381;
	width: 251px;
	height: 18px;
	padding: 2px 0 0 5px;
	margin: 0 1px 0 0;
	float: left;
	cursor: pointer;
	cursor: hand;
	border: none;
}
div.customSelect a.downarrow {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	float: left;
	background: url(/web/design/img/customSelect-downArrow-bg.gif) no-repeat;
}
div.customSelect div.dropdown {
	font-size: 11px;
	color: #647381;
	display: none;
	width: 277px;
	padding: 8px 0;
	position: absolute;
	top: 21px;
	left: 0;
	border: 1px solid #D7E8FE;
	z-index: 10;
	border-top: none;
	background-color: #FFF;
}
div.customSelect div.dropdown a {
	color: #647381;
	text-decoration: none;
	display: block;
	padding: 0 0 8px 6px;
}
div.customSelect div.dropdown a:hover {
	text-decoration: underline;
}
div.quickJobSearchCont .btnStyle {
	margin: 3px 1px 0 0;
	float: right;
}
div.factModule {
	width: 281px;
	padding: 15px 9px 10px 10px;
	margin: 21px 0 0 32px;
	float: left;
	background: url(/web/design/img/factModule-bg.png) repeat-y;
}
div.factModule h4 {
	color: #3B8BF4;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
div.factModule span.h7 {
	color: #A2C9FD;
	text-transform: uppercase;
	display: block;
}

/* Login Form */
div.loginForm {
	padding: 21px 0 0 0;
	border-top: 1px solid #D6E8FE;
}
div.loginField {
	margin-bottom: 9px;
}
div.loginField label {
	font-size: 13px;
	color: #647381;
	width: 85px;
	padding: 5px 0 0 0;
	float: left;
}
div.loginField input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	width: 227px;
	height: 18px;
	padding: 4px 0 0 4px;
	margin: 0;
	float: left;
	border: none;
	background: #FFF url(/web/design/img/input-bg.gif) no-repeat;
}
div.loginField input.error {
	background: #FFF url(/web/design/img/input-error-bg.gif) no-repeat;
}
div.loginForm .btnStyle {
	margin-left: 258px;
	float: left;
}
p.errorMessage {
	color: #FF6265;
	display: block;
}
div.loggedIn {
	width: 298px;
	padding: 30px 0 0 0;
	margin: 0 6px 21px 32px;
	float: left;
	position: relative;
}
div.loggedIn p {
	font-size: 11px;
	text-indent: 2px;
	padding: 11px 0 0 0;
	float: left;
}
div.loggedIn .btnStyle {
	margin: 3px 1px 0 0;
	float: none;
	position: absolute;
	top: 30px;
	right: 0px;
}

/* Employee Page */
div.filesCont {
}
div.filesCont h4 {
	margin-bottom: 10px;
}
div.resource_cont {
	margin-bottom: 10px;
}
div.resource_cont img {
	display: inline;
	vertical-align: middle;
}
div.resource_cont a {
	font-size: 13px;
	color: #348AFC;
	text-decoration: none;
	padding-left: 5px;
}
div.resource_cont a:hover {
	text-decoration: underline;
}
div.resource_cont span {
	font-size: 11px;
	color: #939DA7;
	padding-left: 5px;
}

/* Vision Page */
.visionCont_cont, .visionCont {
	display: none;
}
.VisionPage {
}
.VisionPage .canvas {
	height: 540px;
}
.VisionPage .visionCont_cont {
	display: block;
	width: 100%;
	height: 540px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #333;
}
.VisionPage .visionCont {
	text-align: left;
	display: block;
	width: 100%;
	height: 540px;
}
.VisionPage .visionCont img.visionTechImage {
	position: absolute;
	bottom: 0;
	right: 0;
}
.VisionPage .col1_cont, .VisionPage .col2_cont {
	display: none;
}
.VisionPage .toprow_cont {
	/*background: none;*/
}
div.visionPage {
	width: 960px;
	padding-top: 171px;
	margin: 0 auto;
}
div.visionPage h1 {
	color: #FFF;
	padding: 0 0 34px 10px;
}
div.visionPage div {
	padding-left: 10px;
}
div.visionPage div p {
	font-size: 37px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	opacity: 0.80; /* Mozilla New */
	-moz-opacity: 0.80; /* Mozilla Old */
	-khtml-opacity: 0.80; /* Safari */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
	filter: alpha(opacity=80); /* IE */
}

/* Sitemap */
#sitemap {
	background: url("/web/design/img/vdot.gif") 8px 0px repeat-y;
	margin-top: 20px;
}
#sitemap a {
	color: #348AFC;
	text-decoration: none;
	padding-left: 20px;
	background: url("/web/design/img/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/img/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}
#sitemap dd.minus { background-image: url("/web/design/img/mapminus.gif"); }
#sitemap dd.plus 
{	
    background-image: url("/web/design/img/mapplus.gif"); 
    margin-left:-4px;    
}
#sitemap dd.plus a
{
    margin-left:4px;
}
#sitemap dd.minuslast { background-image: url("/web/design/img/mapminus.gif"); }
#sitemap dd.pluslast { background-image: url("/web/design/img/mapplus.gif"); }
#sitemap dd.plus dd {  }
#sitemap dt {
	padding: 1px 0px;
	font-weight:bold;
	font-size:14px;
}
#sitemap a.expandBtn
{
	color: #348AFC;
	text-decoration:none;
	float:right;
	font-weight:bold;
	float:right;
	margin:0 60px 0 0;
	line-height:24px;
	background:none;
}
#sitemap a.expandBtn:hover
{
	text-decoration: underline;
}
span.ddHdr
{
	padding-left:20px;
	display:block;
}
