﻿/* CSS Document */

* {margin:0px;padding:0px; border:0}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 
html {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
 	background: url(masterImages/body.gif) repeat; }
html, body {height: 100%; }
body {background: url(masterImages/alakai_bg2.png) no-repeat center; height:100%; }

a { font-size:11px; color:#000000; text-decoration:none;}
a:active{ outline:none;}
table { border-collapse: collapse; z-index:1}

body, th, td, p, div, span, a, input, select, textarea, ul, ol,
    dl, h1, h2, h3, h4, h5, h6, li, big, small, b {
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
}


/********************************Master css***********************************************************/
/**************Start Banner****************************/
.masterpad{/*internal*/
	padding:0px;
	position:relative;
	margin: 10px 10px 0px 10px;
	min-width:960px;
	}


/*	background: url(masterImages/bannerImages/bannerSwoosh-left.gif) no-repeat top; */
	
.bannerSwoosh_left{ 
	width:383px;
	height:103px;
	overflow:hidden;
	z-index:20;
	}
	
.bannerSwoosh_middle{ 
	background: url(masterImages/bannerImages/bannerSwoosh-mid.gif) repeat-x top;
	height:103px;
	overflow:hidden;
	z-index:20;
	}

.bannerSwoosh_right{ 
	background: url(masterImages/bannerImages/bannerSwoosh-right-none.gif) no-repeat top;
	width:31px;
	height:103px;
	z-index:20;
	}

/*************************Middle Content****************/

.dataAreaWhite_tablePad {/*center col*/	/*internal*/
	padding:0;
	}	
.dataArea_whiteBg {/*White BG for center col*/	/*internal*/
	background: #FFFFFF;
	padding:0px;
	min-height:600px; 
	border:1px #c3cdd5 solid;
	border-top:none;
	border-bottom:none;
	position:relative;
	overflow:hidden;
	}
.dataArea_whiteBg_bottom_left{ background:url(dataareaimages/whitebgbottom_left.gif) no-repeat left;width:6px; height:15px;}/*internal*/
.dataArea_whiteBg_bottom_mid{ background: url(dataareaimages/whitebgbottom_mid.gif) repeat-x;height:15px;overflow:hidden;}/*internal*/
.dataArea_whiteBg_bottom_right{ background:url(dataareaimages/whitebgbottom_right.gif) no-repeat right;width:6px; height:15px;}/*internal*/


/***********************Start right col for internal***************************/	
.col_right_container_pad {
	position: relative;
	top:10px;
	left:10px;
	float:right;
	display:block;
	height:100%;
	z-index:5;
	clear:both;
	}
	
.col_right_container_top{
	width:236px; 
	height:35px; 
	background:url(masterImages/rightcolImages/rightcol_top_blue2.png) no-repeat;
	margin-right:10px;
	}
	
.col_right_container_top p{padding:12px 12px 2px 12px; text-align:center; font-weight:bold; font-size:14px; color:#FFFFFF;}			
	
.col_right_container_middle{ 
	width:236px;
	background:url(masterImages/rightcolImages/rightcol_mid_blue.png) repeat-y;
	margin-right:10px;
	}

.col_right_container_middle p{padding:5px 12px 2px 12px; font-size:11px; color: #000000; font-weight:bold;}
	
.col_right_container_bottom{
	width:236px;
	height:117px;
	background:url(masterImages/rightcolImages/rightcol_bottom_blue2.png) no-repeat;
	margin-right:10px;
	}
.col_right_container_bottom p{padding:12px 12px 2px 12px; font-size:12px; color:#FFFFFF;}


/****************Start whiteMenu tabs Internal************************************/

#whiteMenu_pad{
   	position: absolute;
    margin:auto ;
	top: 73px;
	left:358px;
	width:900px;
	z-index:999;
	}
#whiteMenu {
	list-style: none;
	z-index: 999;
}

#whiteMenu li {
	display: block;
	float: left;
	position: relative; 
	background: url(masterImages/whiteMenuImages/separator-blue.gif) no-repeat 100% 6px;
	font-size:12px;
	z-index: 999;
}
#whiteMenu ul li:first-child {border-top: none;}/*Removes top border of first item in the dropdown list*/
#whiteMenu li a {/*Top level link style*/
	display: block;
	float: left;
	height: 22px;
	line-height: 16px;
	color:#395ba9;
	padding: 0 0 0 3px;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	white-space: nowrap;
}

#whiteMenu li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	height: 19px;
}
#whiteMenu li.last {background-image: none;}

#whiteMenu li div {
	display: none;
	background: url(masterImages/whiteMenuImages/ul-top.gif) no-repeat;
	padding: 3px 0 0 0;
	width: 168px;
	position: absolute;
	top: 21px;
	left: -1px;
}

#whiteMenu ul {
	margin: 0;
	padding: 0 8px 4px 8px;
	list-style: none;
	width: 168px;
	background: url(masterImages/whiteMenuImages/ul-bottom.gif) no-repeat bottom left;
}

#whiteMenu ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 1px 0 1px 0;
	background: none;
	border-top: 1px solid #C9D6E8;
	width: 152px;
}

#whiteMenu li a:active {color: #F69401;}
#whiteMenu li a:hover {color: #F69401;}
#whiteMenu li:hover a {
	color: #F69401;
	height: 22px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	margin-left: -1px;
	padding-left: 4px;
	background: url(masterImages/whiteMenuImages/maintab-left.gif) no-repeat;
}

#whiteMenu li:hover a span {background: url(masterImages/whiteMenuImages/maintab-right.gif) no-repeat top right;}
#whiteMenu li:hover ul li a {
	white-space: normal;
	display: block;
	float: none;
	height: auto;
	font-weight: normal;
	color: #477AC3;
	background: none;
	padding: 8px 0 8px 0;
	width: 100%;
	margin: 0;
	line-height: 12px;
	font-size:11px;
}

#whiteMenu li:hover ul li a:hover, #whiteMenu li:hover ul li:hover a {
	background: url(masterImages/whiteMenuImages/gradient.png) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #477AC3;
}

#whitemenu li:hover ul li a:active{
	font-weight: bold;
	background: url(masterImages/whiteMenuImages/gradient.png) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #477AC3;
}

#whiteMenu li:hover div {display: block;}
/****************Start whiteMenu tabs Master************************************/

#whiteMenuMaster_pad{
   	position: absolute;
    margin:auto ;
	top: 88px;
	left:358px;
	width:900px;
	z-index:10;
	}
#whiteMenuMaster {
	list-style: none;
	z-index: 10;
}

#whiteMenuMaster li {
	display: block;
	float: left;
	position: relative; 
	background: url(masterImages/whiteMenuImages/separator-blue.gif) no-repeat 100% 6px;
	font-size:12px;
}
#whiteMenuMaster ul li:first-child {border-top: none;}/*Removes top border of first item in the dropdown list*/
#whiteMenuMaster li a {/*Top level link style*/
	display: block;
	float: left;
	height: 22px;
	line-height: 16px;
	color:#395ba9;
	padding: 0 0 0 3px;
	text-decoration: none;
	font-weight:bold;
}

#whiteMenuMaster li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	height: 19px;
}
#whiteMenuMaster li.last {background-image: none;}

#whiteMenuMaster li div {
	display: none;
	background: url(masterImages/whiteMenuImages/ul-top.gif) no-repeat;
	padding: 3px 0 0 0;
	width: 168px;
	position: absolute;
	top: 21px;
	left: -1px;
}

#whiteMenuMaster ul {
	margin: 0;
	padding: 0 8px 4px 8px;
	list-style: none;
	width: 168px;
	background: url(masterImages/whiteMenuImages/ul-bottom.gif) no-repeat bottom left;
}

#whiteMenuMaster ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 1px 0 1px 0;
	background: none;
	border-top: 1px solid #C9D6E8;
	width: 152px;
}

#whiteMenuMaster li a:active {color: #F69401;}
#whiteMenuMaster li a:hover {color: #F69401;}
#whiteMenuMaster li:hover a {
	color: #F69401;
	height: 22px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	margin-left: -1px;
	padding-left: 4px;
	background: url(masterImages/whiteMenuImages/maintab-left.gif) no-repeat;
}

#whiteMenuMaster li:hover a span {background: url(masterImages/whiteMenuImages/maintab-right.gif) no-repeat top right;}
#whiteMenuMaster li:hover ul li a {
	white-space: normal;
	display: block;
	float: none;
	height: auto;
	font-weight: normal;
	color: #477AC3;
	background: none;
	padding: 8px 0 8px 0;
	width: 100%;
	margin: 0;
	line-height: 12px;
	font-size:11px;
}

#whiteMenuMaster li:hover ul li a:hover, #whiteMenuMaster li:hover ul li:hover a {
	background: url(masterImages/whiteMenuImages/gradient.png) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #F69401;
}

#whiteMenuMaster li:hover ul li a:active{
	font-weight: bold;
	background: url(masterImages/whiteMenuImages/gradient.png) repeat-y top;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #477AC3;
}

#whiteMenuMaster li:hover div {display: block;}

/**********************************End Master CSS*********************************************************/ 
.dataArea_tablePad {/*positioning for White BG for center col*/	/*internal*/
	margin:0px 0 0px 0px;
	position:relative;
	min-width:720px;
	}
	
.dataArea_tablePadbg  {/*White BG for grid*//*internal*/
	border:#c5c5c5 1px solid;
	padding:15px 0 10px 10px;
	height: 100%;
	float:left;
	clear:both;
	width:100%;
	}

/*****************drop down list positioning******/
.lstProperty {	float:left;}/*internal*/
	
/***************************Heading***********************/
.activeTab {/*internal*/
	float:right;
	color: #333333;
	font-weight:bold;
	font-size:15px;
	margin-right:20px;
	}
/*****************************************Login Button**************/
.cmdLogin a{/*internal*/
    background: url(dataareaimages/login2.gif) no-repeat;
    color: #395ba9;
    font-size: 11px;
    float: right;
    font-weight: bold;
    width:77px;
    height:21px;
    position: relative;
    padding: 4px 0px 0px 27px;
	top:15px;
}
	
.cmdLogin a:hover { color:#F69401}/*internal*/

/*****************************************Username txt***************************************//*internal*/

.txtUsername{
	color: #666666;
	font-size:11px;
	float:right;
	margin-right:10px;
	font-weight:bold;
	position: relative;
	top:20px;  /* this top cooresp to cmdlogin a top */
	}
	
.txtUsername #ctl00_ContentPlaceHolder1_lblUserName {
	color:#395ba9;
	}


/***************************************grid formatting*****************************************************//*internal*/	
.gridFormat{ 
	font-family: Arial, Helvetica, Verdana, Tahoma,sans-serif;
	font-size:11px;
	float:left;
	width:100%;
	}

.gridFormat table{
	border:1px #666666 solid;
	}
	
.gridFormat table th{ 
	background:#e4ebf2;
	padding:2px 4px 2px 4px;
	white-space:nowrap; 
	font-size:11px;
	border:1px #666666 solid;
	}
	
.gridFormat table th a{ 
	font-size:11px;
	text-decoration:underline;}

.gridFormat table th:hover a{color:#395ba9;}


.gridFormat table td { /*column formating*/
	font-size:11px;
	padding:2px;
	white-space: normal;
	background: #FFFFFF;
	text-align:center;
	}
		
.gridFormat td a{ /*general formatting for a on td*/
	color: #000000;
	font-size:11px;
	}
	
.gridFormat td a:link{ text-decoration:none; color:#395ba9; text-decoration:underline; font-weight:bold; font-size:10px;}/*format valid links only*/	
.gridFormat td a:visited{ text-decoration:none; color:#395ba9; text-decoration:underline; font-weight:bold; font-size:10px;}/*format valid links only*/	
.gridFormat td a:link:hover{ text-decoration:none; color: #666666; text-decoration:underline;}/*format valid links only hover*/	


.ctl00_ContentPlaceHolder1_gridWO_ctl03_InvoicePayment {
	width:15px;
	height:11px;}
	

/***************************************Start Data menu Tabs*********************************************************//*internal*/
.tabsF {
  line-height: normal;
  overflow:hidden;
  position:relative;
  display:inline;
  
  }
.tabsF ul {
  padding:20px 0 0 10px;
  list-style:none;
  }
.tabsF li {
  display:inline;
  float:left;
  position:relative;
  }
.tabsF a {
  float:left;
  background: url(dataareaimages/tablefttrigrey2.gif) no-repeat left top;
  padding:0 0 0 8px;
  text-decoration:none;
  font-weight:bold;
  outline: none;
  }
.tabsF a span {
  float:left;
  font-size:11px;
  display:block;
  background: url(dataareaimages/tabrighttrigrey2.gif) no-repeat right top;
  padding:8px 10px 4px 2px;
  color: #4f4f4f;
  text-align:center;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsF a span {float:none;}
/* End IE5-Mac hack */

.tabsF a:hover {
  background-position:0% -45px; position:relative; z-index:200;
  }
.tabsF a:hover span {
  background-position:100% -45px; position:relative; z-index:200; color:#0085cf;
  }
#tabactive a{background: url(dataareaimages/tablefttriblue2.gif) no-repeat left top;
	}
#tabactive a span{background: url(dataareaimages/tabrighttriblue2.gif) no-repeat right top;
	color: #FFFFFF;}

/***************************************Start login CSS*********************************************************//*internal*/
.loginPad {
	width:604px;
	margin-top:20px;
	}

#loginbox{/*Formatting for login box and positioning*/
	width:396px;
	height:418px;
	background:url(loginimages/accountlogin.gif) no-repeat;
	}

.loginform {/*positioning for Username,Password and rememberMe input fields*/
	position: relative;
	top:16em;
	width:200px;
	color:#FFFFFF;
	text-align:left
	}
	
.loginform table table tr{/*Space between username input and password input*/
	line-height:36px;
	}
	
.loginform label{/*positioning for Username,Password and rememberMe label*/
	position:relative;
	top:-15px;
	left:60px;
	}
	
.loginform #ctl00_ContentPlaceHolder1_Login1_RememberMe{/*positioning for RememberMe checkbox*/
	position:relative;
	top:-15px;
	left:52px;	
	margin-right:-10px;
	}
	
.loginform #ctl00_ContentPlaceHolder1_Login1_LoginButton{/*positioning for Login Button*/
	position:relative;
	top:-15px;
	left:-15px
	}
	
#loginbox .backtohome {/*Formatting for back to home link*/
	position:relative;
	left:250px;
	top:18px;
	background: url(loginimages/home.png) no-repeat center top;
	padding:2px 130px 1px 0;
	color: #FFFFFF;
	font-size:12px;
	border:none;
	}		
#loginbox a:hover {color: #CCCCCC; background-position:bottom;}
		
#loginbox .forgetPassword{/*Formatting for Forget you password link*/
	position:relative;
	top:-35px;
	left:20px;
	color: #FFFFFF;
	font-size:8px;
	text-decoration:underline;
	clear:both;
	}

.loginBackground{ background: #FFFFFF url(loginimages/login_bg.jpg) no-repeat top left; width:100%; height:100%; z-index:1000;}


/***************************************Start forget CSS*********************************************************//*internal*/
	
#forgetBox{/*Formatting for login box and positioning*/
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;/* half elements height*/
	margin-left:-200px;/* half elements width*/
	width:396px;
	height:418px;
	background:url(loginimages/ForgottenPass.gif) no-repeat;
	overflow:hidden;
	z-index:999;
	border:none;
	}

.forgetForm{/*positioning for Username,Password and rememberMe input fields*/
	position: relative;
	top:16em;
	left:6em;
	color:#FFFFFF;
	font-size:12px;
	}
.forgetForm table table tr{/*Space between username input and password input*/
	line-height:40px;
	}
	
.forgetForm label{/*positioning for Username,Password and rememberMe label*/
	position:relative;
	top:-20px;
	left:68px;
	}
	
.forgetFform #Login1_RememberMe{/*positioning for RememberMe checkbox*/
	position:relative;
	top:-19px;
	left:65px;
	font-size:10px;
	}
	
.forgetForm #Login1_LoginButton{/*positioning for Login Button*/
	position:relative;
	top:-20px;
	left:-10px
	}
	
#forgetBox .backtohome {/*Formatting for back to home link*/
	position:relative;
	left:250px;
	top:18px;
	background: url(loginimages/home.png) no-repeat center top;
	padding:2px 130px 1px 0;
	color: #FFFFFF;
	font-size:12px;
	border:none;
	}		
#forgetBox a:hover {color: #CCCCCC; background-position:bottom;}
		
#forgetBox .loginAgain {/*Formatting for Forget you password link*/
	position:relative;
	left:130px;
	top:155px;
	color: #FFFFFF;
	font-size:9px;
	text-decoration:underline;
	}

.forgetBackground{ background:url(loginimages/login_bg.jpg) no-repeat top left; width:100%; height:100%}
/***************************************End login Greyout*********************************************************/	

/***************************************Start Home pages css*********************************************************/	
/***Master home white bg*****************************/
.centerPositionhome{
	width:990px;
	position:absolute;
	margin-top:0px;
	overflow:hidden;
	border:none;
	clear:both;
	display:block;
	left:50%;
	margin-left:-490px;/* half elements width*/
}	 
.masterHomeBg {/*White BG for master home page*/	
	background: #FFFFFF;
	padding:0px;
	min-height:750px;
	border:1px #c3cdd5 solid;
	border-top:none;
	border-bottom:none;
	position:relative;
	clear:both;
	}  
.masterHomepad{
	padding-top:15px;
	position:relative;
	max-width:960px;
	}
/***********************Start right col for master home***************************/	

.col_rightcol_td {
	border-left:1px #e2e2e2 solid;
	}

/***********mediaBox01 ********/
.mediaBox01{
width:240px;
background: url(masterImages/mediaBox_top.gif) no-repeat center top;
margin-top:18px;
}

.mediaBox01 h2 {
	font-size:14px;
	margin:0px;
	padding:3px 0 0 0;
}

.mediaBox01 .contents{
width:238px;
border:1px solid #c9c9c9;
border-top:none;
padding:10px 0 5px 0
}

.mediaBox01 .contents p{
	text-align:left;
	padding:0 5px 0 5px;
	margin:0px;
}

.mediaBox01 .contents h2{
	color:#666666;
	font-size:14px;
	}
.mediaBox01 .contents h2 img{
	padding:2px 0 0 0;
	}

.mediaBox01 .contents .fancyiframe img {
	position:relative;
	top:-50px;
	left:150px;
	margin:0;
	padding:0;
	clear:both;
	}



/****************Start Commercial formatting************************************/

.commercial { 
	position:relative;
	width:228px;
	}

/*CLick to play Formatting*/
.playButton {
	background:none;
  	font-weight: bold;
  	font-size: 1.25em;
  	opacity: .8;
  	filter: alpha(opacity=80);
  	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	position: relative;
  	top: 50%;
  	padding: .5em 1em;
  	color: white;
}


.playBackground {
	background:#FFFFFF;
 	position: absolute;
  	top: 0px; left: 0px;
}
/*Start Home formatting*/

#pageBanner {
	margin-top:20px;
}
#pageDescription {
	width:604px;
	margin-top:20px;
	}
	
#pageDescription p {
	font-size:13px;
	background:#efefef;
	padding:10px;
	border:1px #e2e2e2 solid;
	text-align:left;}

#pageDescription .para {
	font-size:13px;
	background:#efefef;
	padding:10px;
	border:1px #e2e2e2 solid;
	text-align:left;}

#pageDescription ul{padding:5px 0px 5px 30px;}	

.loginContainer	{
	position: absolute;
	left:840px;
	top:89px;
	z-index:100;
}

.loginTxt{
	color: #666666;
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:3px 5px 0 0;
	}
	
.loginContainer a{
	background: url(masterImages/lock.gif) no-repeat;
	display:block;
	color:#395ba9;
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:3px 0 0 21px;
	width:20px;
	height:20px;
	}
.loginContainer a:hover { color:#F69401}	


/*--------------------Start project lists--------------------*/
/*---- ProjectInfo Top list link container ----*/
#projectInfo {
	margin-top:20px;
	width:604px;
	background:url(masterImages/projects_bg_top.gif) no-repeat top;
	clear:both;
}

#projectInfo a {
	color:#395ba9;
	font-weight:bold;
}

#projectInfo a:hover{color:#F69401;}

#projectInfo .contents {
	padding:7px 10px 25px 0px;
	background:url(masterImages/projects_bg_bottom.gif) no-repeat bottom;
}

#projectInfo .contents h2{
    color:#3d6592;
	width:120px;
	position:absolute;
	left:50px;
	}

#projectInfo .contents table{
	position:relative;
	top:5px;
	left:90px;}

#projectInfo .contents table td{
	padding:2px 30px 2px 0px;
	text-align:left;
	}

/*---- Start project table lists----*/
.project {
	width:600px;
	margin-top:0px;
	border:0px #e2e2e2 solid;
	clear:both;
	text-align: left;}

.project .widerTable {
  width: 600px;
  background-color:aqua;
}

.project th {
	padding:3px 0 3px 5px;
	text-align:left;
	background:#e4ebf2;
	}

.project td {
	padding:2px 0 0 15px;
	text-align:left;
}

	
#directoryProjectsLongList {
	width:604px;
	height: auto;
	margin-top:20px;
	margin-bottom: 20px;
	background:#FFFFFF url(masterImages/careerCObg.gif) repeat-x top;
	border:1px #e2e2e2 solid;
	position: relative;
	}

#directoryProjectsLongList .heading {
	font-size:14px;
	padding:4px 0 23px 12px;
	text-align:left;
	}

#directoryProjectsLongList .projects {
    float: left;
    padding: 0px 0 0 20px;
}

#directoryProjectsLongList table {
   width:600px;
   background:#FFFFFF;
   text-align:left;
   position:relative;
}

#directoryProjectsLongList table td.desc {
   font-weight:bold;
   }

#directoryProjectsLongList table td.spacetop {
   padding: 3px 0 0 0;
   }


/*---- Start directory  lists----*/
#directoryOuter {
	width:604px;
	height: auto;
	margin-top:20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background:#FFFFFF url(masterImages/careerCObg.gif) repeat-x top;
	border:1px #e2e2e2 solid;
	position: relative;
	}
	
#directoryOuter .heading {
	font-size:14px;
	padding:4px 0 23px 12px;
	text-align:left;
	}
	
#directoryOuter .pic1 {
	padding:0 0 0 10px;
	text-align:left;
	position: relative;
	}

#directoryOuter .pic2 {
	padding:0 0 0 10px;
	width: 200px;
	float:left;
	text-align:left;
	position: relative;
	}

#directoryOuter .projects {
    position: absolute;
    padding: 2px 0 0 20px;
}
	
#directoryOuter .numbers {
    position: absolute;
    padding: 2px 0 0 20px;
	font-size: 12px;
}

#directoryOuter .numbers2 {
    float: left;
    padding: 2px 0 0 20px;
	font-size: 12px;
}

#directoryOuter table {
   width:360px;
   background:#FFFFFF;
   text-align:left;
   position:relative;
}

#directoryOuter a {
	text-decoration:underline;
}
#directoryOuter table td {
   	padding: 4px 0 0 0;
   }

#directoryOuter table td.desc {
   font-weight:bold;
   }

#directoryOuter table td.sub {
  font-weight:bold;
  padding: 4px 0 0px 20px;
   }

#directoryOuter .standout{
	background-color:#efefef;
	border:1px #e2e2e2 solid;
}

#directoryOuter .standout td{
	padding-bottom:5px;
	padding-top:5px;
}
	
#directoryProjects {
	width:604px;
	height: 615px;
	margin-top:20px;
	margin-bottom: 20px;
	background:#FFFFFF url(masterImages/careerCObg.gif) repeat-x top;
	border:1px #e2e2e2 solid;
	position: relative;
	}

#directoryProjects .heading {
	font-size:14px;
	padding:4px 0 23px 12px;
	text-align:left;
	}

#directoryProjects .pic1 {
	padding:0 0 0 10px;
	text-align:left;
	position: relative;
	float:left;
	}

#directoryProjects .projects {
    float: left;
    padding: 0px 0 0 20px;
}

#directoryProjects table {
   width:460px;
   background:#FFFFFF;
   text-align:left;
   position:relative;
}

#directoryProjects table td.desc {
   font-weight:bold;
   }

#directoryProjects table td.spacetop {
   padding: 3px 0 0 0;
   }

#directoryProjects .standout{
	background-color:#efefef;
	border:1px #e2e2e2 solid;
}

#directoryProjects .standout td{
	padding-bottom:5px;
	padding-top:5px;
}

#directoryProjects .title { 
  background-image: url(images/arrow-down.jpg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
	width:604px;
	height:28px; 
	color:#F69401;
	font-weight:bold;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	}

#directoryProjects .title h1 { 
	padding:5px 0 0 30px;
	font-size: 12px;}

#directoryProjects .other a { 
  background-image: url(images/accordion_noActive.gif);
  background-position: left;
  background-repeat: no-repeat;
	width:604px;
	height:28px; 
	color:#395ba9;
	font-weight:bold;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	padding:3px 0 0 30px;
	font-size: 12px;}
	}

#directoryProjects .other a:hover { 
  background-image: url(images/accordion_noActive_hover.gif);
  background-position: left;
  background-repeat: no-repeat;
	width:604px;
	height:28px; 
	color:#395ba9;
	font-weight:bold;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	}

#directoryProjects .other h1 { 
	padding:5px 0 0 30px;
	font-size: 12px;}
	
#photoAlbum {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 76%;
  letter-spacing: 0.05em;
  position: relative;
  width: 580px;
  height: 300px;
  margin: 5px auto 0 auto;
  /* border-top: 1px solid #aaa; */
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color:#efefef;
}

#photoAlbum ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#photoAlbum a.gallery span {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  right: 5px;
  overflow: hidden;
  background: #efefef;
}

#photoAlbum a.gallery:hover {
  border: 2px solid #000;
}

#photoAlbum a.gallery:active span{
  position: absolute;
  width: 450px;
  height: 290px;
  top: 5px;
  left: 5px;
}

#photoAlbum a.gallery:hover span{
  position: absolute;
  width: 450px;
  height: 290px;
  top: 5px;
  left: 5px;
}

#photoAlbum a.gallery, #photoAlbum a.gallery:visited {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1x solid #000;
  margin: 4px 12px 2px 2px;
  text-align: left;
  cursor: default;
}

#photoAlbum a.slide1 {
  background: url(images/jobs/hhv/hhv1Thumb.jpg);
  height: 60px;
  width: 93px;
  float: right;
  
}

#photoAlbum a.slide2 {
  background: url(images/jobs/hhv/hhv2Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slide3 {
  background: url(images/jobs/hhv/hhv3Thumb.jpg);
  height: 60px;
  width: 40px;
  clear: right;
  float: right;
}

#photoAlbum a.slide4, #photoAlbum a.slide4:visited {
  background: url(images/jobs/hhv/hhv4Thumb.jpg);
  height: 60px;
  width: 40px;
  float: right;
}

#photoAlbum a.slide5 {
  background: url(images/jobs/hhv/hhv5Thumb.jpg);
  height: 60px;
  width: 93px;
  float: right;
  clear: right;
}

#photoAlbum a.slideK1 {
  background: url(images/jobs/kaiser/kaiser1Thumb.jpg);
  height: 60px;
  width: 93px;
  float: right;
  
}

#photoAlbum a.slideK2 {
  background: url(images/jobs/kaiser/kaiser2Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slideK3 {
  background: url(images/jobs/kaiser/kaiser3Thumb.jpg);
  height: 60px;
  width: 40px;
  clear: right;
  float: right;
}

#photoAlbum a.slideK4, #photoAlbum a.slideK4:visited {
  background: url(images/jobs/kaiser/kaiser4Thumb.jpg);
  height: 60px;
  width: 40px;
  float: right;
}

#photoAlbum a.slideK5 {
  background: url(images/jobs/kaiser/kaiser5Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slideH1 {
  background: url(images/jobs/halekoa/halekoa1Thumb.jpg);
  height: 60px;
  width: 93px;
  float: right;
  
}

#photoAlbum a.slideH2 {
  background: url(images/jobs/halekoa/halekoa2Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slideH3 {
  background: url(images/jobs/halekoa/halekoa3Thumb.jpg);
  height: 60px;
  width: 40px;
  clear: right;
  float: right;
}

#photoAlbum a.slideH4, #photoAlbum a.slideH4:visited {
  background: url(images/jobs/halekoa/halekoa4Thumb.jpg);
  height: 60px;
  width: 40px;
  float: right;
}

#photoAlbum a.slideH5 {
  background: url(images/jobs/halekoa/halekoa5Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slideKA1 {
  background: url(images/jobs/kapalua/kapalua1Thumb.jpg);
  height: 60px;
  width: 93px;
  float: right;
  
}

#photoAlbum a.slideKA2 {
  background: url(images/jobs/kapalua/kapalua2Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

#photoAlbum a.slideKA3 {
  background: url(images/jobs/kapalua/kapalua3Thumb.jpg);
  height: 60px;
  width: 40px;
  clear: right;
  float: right;
}

#photoAlbum a.slideKA4, #photoAlbum a.slideKA4:visited {
  background: url(images/jobs/kapalua/kapalua4Thumb.jpg);
  height: 60px;
  width: 40px;
  float: right;
}

#photoAlbum a.slideKA5 {
  background: url(images/jobs/kapalua/kapalua5Thumb.jpg);
  height: 60px;
  width: 93px;
  clear: right;
  float: right;
}

/*------ Button Format ---------*/

#slidebutton a {
    background: transparent url(masterImages/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-top: 10px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#slidebutton a span {
    background: transparent url(masterImages/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    text-decoration: none;
    padding: 5px 0 5px 18px; /*top right bottom left*/
} 
#slidebutton a:active {
    background-position: bottom right;
    color: #990000; /*change text color on click*/
    outline: none; /* hide dotted outline in Firefox */
}

#slidebutton a:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/*------ Directory Link Format ---------*/
#directoryTable a {
	text-decoration:underline
}

#directoryTable table{
   width:320px;
   background:#FFFFFF;
   text-align:left;
   position:relative;
   left:20px;
   }

#directoryTable .standout{
	background-color:#efefef;
	border:1px #e2e2e2 solid;
}

#directoryTable .standout td{
	padding-bottom:5px;
	padding-top:5px;
}

#directoryTable table td {
   	padding:2px;
   }

#directoryTable table td.left {}
      
#directoryTable table td.mid {
   font-weight:bold;
   }

#directoryTable table td.right {

   }

/*------- Start dirPics -----*/

.dirPic{
	background:#FFFFFF;
	position:absolute;
	top:360px;
	left:50px;
	clear:both;
	}

.dirPic01{
	background: url(masterImages/dirPic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.dirPic02{
	background: url(masterImages/dirPic02.gif) no-repeat top;
	width:195px;
	height:131px;
	margin-top:10px;
	}


/*------- Start ductfab pictures-----*/	
.requestQuote{
	width:604px;
	font-size:13px;
	background:#e4ebf2;
	border:1px #e2e2e2 solid;
	text-align:left;
	position:relative;
	top:10px;
	margin:0 0 20px 0;
	clear:both;	
	}
.requestQuote p{ padding:2px 0 0 10px;}
	
.requestQuote ul{padding:5px 0px 5px 30px;}	

.ductfab {
	margin:10px 0 0 15px;
	width:604px;
	}
.ductfabA {
	background: url(masterImages/fabpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.ductfabB {
	background: url(masterImages/fabpic02.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}
.ductfabC {
	background: url(masterImages/fabpic03.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}

.currentJobs{
	width:604px;
	font-size:13px;
	background:url(masterImages/projects-banner.gif) no-repeat top;
	border:1px #e2e2e2 solid;
	text-align:left;
	position:relative;
	top:20px;
	clear:both;
	}

.currentJobs h1{font-size:14px; color: #333333;
	padding:15px 0 13px 55px;
	text-align:left;}

.currentJobs ul{padding:5px 10px 5px 20px;}	

.currentJobs ul li{
	padding:5px 0px 5px 20px; 
	list-style:none;
	font-weight:normal;}	


/*------- Start designpic pictures-----*/	
.designpic {
	position:relative;
	left:10px;
	top:10px;
	width:604px;
	}
.designpicA {
	background: url(masterImages/designpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.designpicB {
	background: url(masterImages/designpic03.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}
.designpicC {
	background: url(masterImages/designpic02.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}
	
/*------- Start Sheet Metal pictures-----*/	
.sheetmetalpic {
	position:relative;
	left:35px;
	width:604px;
	margin:10px 0 10px 0;
	clear:both;
	}
.sheetmetalpicA {
	background: url(masterImages/sheetmetalpic04.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.sheetmetalpicB {	
	background: url(masterImages/caticon.png) no-repeat;
	width: 48px;
	height:49px;
	float:left;
	margin:30px 40px 5px 40px;
	}
.sheetmetalpicB a{
	display:block;
	padding:50px 0 0 0;
	font-weight:bold;
	color:#395ba9;
	white-space:nowrap;
	margin:0 0 0 -10px;
	text-align:center;
	}	

.sheetmetalpicB:hover{background-position:0px -72px;}	
.sheetmetalpicB a:hover {color:#F69401;}	
	
		
.sheetmetalpicC {
	background:url(masterImages/sheetmetalpic05.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}
/*Plumbing service pictures*/	
.plumbspic {
	position:relative;
	left:45px;
	width:604px;
	margin-top:20px;
	clear:both;
	}
.plumbspicA {
	background: url(masterImages/plumbingpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.plumbspicB {	
	background: url(masterImages/scheduleicon.png) no-repeat;
	width: 50px;
	height:52px;
	float:left;
	margin:30px 40px 5px 40px;
	}		

.plumbspicB a{
	display:block;
	padding-top:55px;
	font-weight:bold;
	color:#395ba9;
	white-space:nowrap;
	text-align:center;
	position:relative;
	left:-10px;
	}	

.plumbspicB:hover{background-position:0px -53px;}	
.plumbspicB a:hover {color:#F69401;}
	
.plumbspicC{
	background:url(masterImages/plumbingpic02.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;}

/*career pictures*/	
.careerpic {
	position:relative;
	left:45px;
	width:604px;
	margin-top:20px;
	}
.careerpicA {
	background: url(masterImages/careerpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.careerpicB {
	background: url(masterImages/careerpic02.gif) no-repeat top;
	width:195px;
	height:131px; 
	margin-left:30px;
	float:left;
	}

/*resume link and Icon*/			
.careerpicC{
	background: url(masterImages/resume.gif) no-repeat;
	width: 56px;
	height:61px;
	float:left;
	margin:30px 0 0 35px;
	}	

.careerpicC a{
	display:block;
	padding:65px 0 0 0;
	font-weight:bold;
	color:#395ba9;
	width:140px;
	margin-left:-45px;
	}	

.careerpicC:hover{background-position:0px -80px;}	
.careerpicC a:hover {color:#F69401;}


/*----Project main pic banner----*/
.projectpic {
	width: 599px;
	height:131px;
	margin:20px 0 0 0;
	}

	

/*----quote link and Icon----*/	
.quote{
	position:relative;
	background:url(masterImages/quote_small.gif) no-repeat right top;
	width:130px;
	height:33px;
	float:right;
	margin-right:20px;
	margin-bottom:-20px;
	position:relative;
	top:-24px;
	
	}	
.quote a{
	padding:8px 30px 15px 20px;
	display:block;
	font-weight:bold;
	color:#395ba9;
	position:relative;
	font-size:10px;
	
	}	
	
.quote:hover{background-position:101px -36px;}	

.quote a:hover{color:#F69401;}	

/*----HH Icon----*/
.hh{
	position:relative;
	background:url(masterImages/hhLogosmall.png) no-repeat;
	width: 72px;
	height:69px;
	float:right;
	margin-right:10px;
	top:10px;
	}	
	
/*---- Home pics small--*/
.homepics {
	position:relative;
	left:10px;
	top:10px;
	width:604px;
	}
.homepicsA {
	background: url(masterImages/homepics01.gif) no-repeat top;
	width:195px;
	height:131px;
	float:left;
	}
.homepicsB {
	background: url(masterImages/homepics02.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}
.homepicsC {
	background: url(masterImages/homepics03.gif) no-repeat top;
	width:195px;
	height:131px; 
	float:left;
	}

/*---- Start PLUMBING depart pic-------*/		
.plumbPic01{background:url(masterImages/plumbpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.plumbPic02{background:url(masterImages/plumbpic02.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.plumbsPic01{background: url(masterImages/plumbspic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}

.hvacPic01{background:url(masterImages/hvacpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	
	}
.hvacPic02{background:url(masterImages/hvacpic02.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.acsPic01{background: url(masterImages/acspic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.ductPic01{background: url(masterImages/ductpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}
	
.designPic04{background: url(masterImages/designpic04.gif) no-repeat top;
	width:195px;
	height:131px;
	}	
.sheetmetalPic01{background: url(masterImages/sheetmetalpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}

.hhPic01{background: url(masterImages/hhpic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}

/*---- Start Phone Number-------*/	
.phoneNumber {	
	position:relative;
	top:120px;
	left:100px;
	
	}	
	
.phoneNumber h1 {
	font-size:24px;
	font-weight:normal;
	}
.phoneNumber h2 {
	font-size:18px;
	font-weight:normal;
	}
				


	


/*----------------Gallery Link style---------------------------*/
b.gallery{
	background:url(masterImages/galleryIcon.gif) no-repeat; 
	text-decoration:underline;
	color:#395ba9;
	padding:2px 0 0 23px;}
	
b.gallery:hover {color:#F69401;}


/*--------------------------Start infoBox------------------------------------*/
.infoBoxPad {
	width:604px;
	margin-top:20px;
	background: url(masterImages/projects-banner.gif) no-repeat top;
	border:1px #e2e2e2 solid;
	border-top:none;
	clear:both;
	position:relative;
	top:20px;
	
	
	}
	
.infoBoxPad h3 {font-size:14px; color: #333333;
	padding:15px 0 13px 55px;
	text-align:left;
	}

	
			
.infoBox {
	background:#FFFFFF;
	height:130px;
	padding: 30px 0 0 0;

}

.infoBox table{
   width:320px;
   background:#FFFFFF;
   text-align:left;
   position:relative;
   left:10px;
   }

.infoBox table td {padding:2px;}
   
.red { color:#990000}
.large {font-size:14px}

.infoBox table td.left {padding:0;}      
.infoBox table td.mid {font-weight:bold;}
.infoBox table td.right {}

/*------- Start dirPics -----*/

.dirPic{
	position: relative;
	top:20px;
	left:10px;
	float:left;
	}

.dirPic01{
	background: url(masterImages/dirPic01.gif) no-repeat top;
	width:195px;
	height:131px;
	}
.dirPic02{
	background: url(masterImages/dirPic02.gif) no-repeat top;
	width:195px;
	height:131px;
	margin-top:10px;
	}






/************ Footer Styles Begin ************************/
.footerBacking {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: url(masterImages/int_foot_midSpan.png) repeat-x;
	color: #666666;
}
#copyright {
	color: #999999;
}
#links a {
	color: #006bb6;
}
#contact {
	color: #666666;
}
/* Footer Styles End */


/************************test code*****************************************/
.qps{
	width:604;
	margin:20px 0 10px 0;}

/*:hover {background-position:0px -59px;}*/	


/*------- Start experimental CSS------*/


