﻿/* CSS Document */

html {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
 	background: url(images/body.gif) repeat; }
html, body {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 */
body 
{ background : url(images/alakai_bg2.png) no-repeat center; 
  height  :100%;
	font-size:11px;
}


/********************************Master css***********************************************************/
/**************Start Banner****************************/
#master_Outer2{/*internal*/
	padding:0px;
	position:relative;
	margin: 10px 10px 0px 10px;
	min-width:1024px;
	}

#master_Outer{
	width:1024px;
	position:absolute;
	margin-top:0px;
	padding-top: 15px;
	overflow:hidden; 
	border:none;
	clear:both;
	display:block;
	left:50%;
	margin-left:-490px;/* half elements width*/
}	 

#master_InnerBG {/*White BG for master home page*/	
  background-color: #FFFFFF;
	min-height:600px; 
	border:1px #c3cdd5 solid;
	border-top:none;
	border-bottom:none;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	width: auto;	
	overflow: hidden;

}  

#topMenu {
  height: 30px;
  width: 400px;
  position: relative;
  vertical-align: bottom;
}

.bannerOuter {
  position: relative;
  width: 1024px;
  border-style: none;
  border: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-width: 0px;
  border-spacing: 0px;
  z-index: 999;
  overflow: visible;
}

.bannerOuter td img {display:block}

.bannerSwoosh_left{ 
	width:383px;
	height:103px;
	float:left;	
  background: url(images/bannerImages/bannerSwoosh-left.gif) no-repeat top;
	}

.bannerSwoosh_middle{ 
	background: url(images/bannerImages/bannerSwoosh-mid.gif) repeat-x top;
	height:103px;
	width: 571px;
	}

.bannerSwoosh_login{ 
	background: url(images/bannerImages/bannerSwoosh-mid.gif) repeat-x top;
	height:103px;
	}
	
.bannerSwoosh_right{ 
	background: url(images/bannerImages/right-new.gif) no-repeat top right;
	width:6px;
	height:103px;
	float:right;	
	}	

#loginStatus	{
  height: 30px;
	line-height: 16px;
	color:#395ba9;
	font-size:11px;
	font-weight:bold;
	text-align: right;
}	

#loginName	{
  height: 25px;
  width: 120px;
	color:#395ba9;
	font-size:11px;
	font-weight:bold;
	text-align: right;
}	

.backTabLabel {
margin-top: 10px;
margin-left: 10px;
font-size: 14px;
font-weight: bold;
}

.backTabLeft {
  padding-left: 5px;
  background-image: url(images/tableft.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
}

.backTabRight {
  background-image: url(images/tabright.jpg);
  background-repeat: no-repeat;
}

.nextLine {
float: left;
clear: both;
margin-left: 20px;
}

.bumpRight240 {
  margin-left: 240px;
}

.bumpLeft20 {
  margin-left: 20px;
}

.loginContainer	{
  background-image: url('Images/lock.gif');
  background-repeat: no-repeat;
  background-position: 63% top;
	float: right;
	margin-right: 10px;
	font-size:11px;
	font-weight:bold;
	width: 110px;
	height: 20px;
}	

.bumpL10D10 {
  margin-left: 10px;
  margin-top: 10px;
}

.loginContainer span{
  float: left;
  padding-top: 4px;
}

.loginContainer a{
  float: right;
  padding-top: 4px;
  text-decoration: none;
	color:#395ba9;
}

.loginContainer a:hover { color:#F69401}	

.bumpDown50 {
	margin-top: 50px;
}

#bottomFooter {
  clear: both;
}

.masterHomepad{
	padding-top:15px;
	position:relative;
	max-width:960px;
	}
	
#master_InnerRight {
  position: relative;
  float: right;
	border-left:1px #e2e2e2 solid;
  margin-right: 10px;
  padding-left: 10px;
  min-height: 590px;
}

#master_InnerLeft {
  position: relative;
  width: 760px;
  float: left;
  top: 0px;
  left: 0px;
}

.urbangreymenu{
width: 180px; /*width of menu*/
margin-top: 20px;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(images/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
/* background: #E9E9E9; */
background: url(Images/mediaBox_top.gif) no-repeat center top;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}



/*************************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*/

/*- Menu 2--------------------------- */
	
#menu2 {
	width: 180px;
  background : url(Images/mediaBox-top180.gif) no-repeat center top;
 	margin-top:18px;
}

#menu2 h2 {
	font-size:14px;
	margin:0px;
	padding:4px 0 3px 0;
 	text-align: center;
}
	
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
  border :1px solid #c9c9c9;
	}

#menu2 img {
    border: none;
} 
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000000;
	display: block;
	background:  url('images/menu2.gif');
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #627EB7;
	background:  url('images/menu2.gif') 0 -32px;
	padding: 8px 0 0 30px;
	}

/*- Menu 3--------------------------- */
	
#menu3 {
	width: 180px;
  background : url(Images/mediaBox-top180.gif) no-repeat center top;
 	margin-top:18px;
}

#menu3 h2 {
	font-size:14px;
	margin:0px;
	padding:4px 0 3px 0;
 	text-align: center;
}
	
#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
 border :1px solid #c9c9c9;
	}

#menu3 img {
    border: none;
} 
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #8BADCF;
	display: block;
	background:  url('images/menu3.gif');
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #627EB7;
	background:  url('images/menu3.gif') 0 -32px;
	padding: 8px 0 0 10px;
	}
	
/*- Menu 9--------------------------- */
	
#menu9 {
	width: 180px;
  background : url(Images/mediaBox-top180.gif) no-repeat center top;
 	margin-top:18px;
}

#menu9 h2 {
	font-size:14px;
	margin:0px;
	padding:4px 0 3px 0;
 	text-align: center;
}
	
#menu9 ul {
	list-style: none;
	margin: 0;
	padding: 0;
 border :1px solid #c9c9c9;
	}

#menu9 img {
    border: none;
} 
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #000000;
	display: block;
	background:  url('images/menu9.gif');
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #627EB7;
	background:  url('images/menu9.gif') 0 -32px;
	padding: 8px 0 0 35px;
	}	

/*- Menu 10--------------------------- */
	
#menu10 {
	width: 180px;
  background : url(Images/mediaBox-top180.gif) no-repeat center top;
 	margin-top:18px;
}

#menu10 h2 {
	font-size:14px;
	margin:0px;
	padding:4px 0 3px 0;
 	text-align: center;
}
	
#menu10 ul {
	list-style: none;
	margin: 0;
	padding: 0;
 border :1px solid #c9c9c9;
	}

#menu10 img {
    border: none;
} 
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #000000;
	display: block;
	background:  url('images/menu10.gif');
	padding: 8px 0 0 35px;
	}
	
#menu10 li a:hover {
	color: #627EB7;
	background:  url('images/menu10.gif') 0 -32px;
	padding: 8px 0 0 35px;
	}		
	
/***********************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;}




#whiteMenuMaster {
	list-style: none;
}

#whiteMenuMaster li {
	display: block;
	float: left;
	position: relative; 
	background: url(Images/whiteMenuImages/separator-blue.gif) no-repeat 100% 8px;
	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;
	z-index: 888;
}

#whiteMenuMaster li a span {
	display: block;
	float: left;
	padding: 3px 9px 0 5px;
	height: 19px;
	z-index: 888;
}
#whiteMenuMaster li.last {background-image: none;}

#whiteMenuMaster li div {
	display: none;
	background: url(Images/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(Images/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(Images/whiteMenuImages/maintab-left.gif) no-repeat;
}

#whiteMenuMaster li:hover a span {background: url(Images/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;
	z-index: 888;
}

#whiteMenuMaster li:hover ul li a:hover, #whiteMenuMaster li:hover ul li:hover a {
	background: url(Images/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(Images/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;
	}


/***************************************grid formatting*****************************************************//*internal*/	
.gridFormat{ 
	font-family: Arial, Helvetica, Verdana, Tahoma,sans-serif;
	font-size:11px;
	float:left;
	margin-left: 10px;
	width:100%;
	}

.gridFormat table{
	border:1px #666666 solid;
	}
	
.gridFormat table th{ 
	background:#e4ebf2;
	padding:1px 2px 1px 2px;
	white-space:nowrap; 
	border:1px #666666 solid;
	}
	
.gridFormat table th a{ 
	text-decoration:underline;}

.gridFormat table th:hover a{color:#395ba9;}


.gridFormat table td { /*column formating*/
	padding:2px;
	white-space: normal;
	background: #FFFFFF;
	}
		
.gridFormat td a{ /*general formatting for a on td*/
	color: #000000;
	}
	
.gridFormat td a:link{ text-decoration:none; color:#395ba9; text-decoration:underline; font-weight:bold; }/*format valid links only*/	
.gridFormat td a:visited{ text-decoration:none; color:#395ba9; text-decoration:underline; font-weight:bold; }/*format valid links only*/	
.gridFormat td a:link:hover{ text-decoration:none; color: #666666; text-decoration:underline;}/*format valid links only hover*/	

.gridFormat .gridWorkLocation {
width:250px;
}

	

/***************************************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 Home pages css*********************************************************/	
/***Master home white bg*****************************/

/***********************Start right col for master home***************************/	

.col_rightcol_td {
	border-left:1px #e2e2e2 solid;
	}

/***********mediaBox01 ********/
.mediaBox01{
width:240px;
background: url(Images/mediaBox_top.gif) no-repeat center top;
margin-top:18px;
text-align: center;
z-index: 0;
}

.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;
	}

/***********mediaBox01 ********/
.mediaBox02{
width:180px;
background: url(Images/mediaBox-top180.gif) no-repeat center top;
margin-top:18px;
text-align: center;
z-index: 0;
}

.mediaBox02 h2 {
	font-size:14px;
	margin:0px;
	padding:3px 0 0 0;
}

.mediaBox02 .contents{
width:178px;
border:1px solid #c9c9c9;
border-top:none;
padding:10px 0 5px 0
}

.mediaBox02 .contents p{
	text-align:left;
	padding:0 5px 0 5px;
	margin:0px;
}

.mediaBox02 .contents h2{
	color:#666666;
	font-size:14px;
	}
.mediaBox02 .contents h2 img{
	padding:2px 0 0 0;
	}

.mediaBox02 .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;}	




	


/*--------------------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(Images/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;
  margin-top: -10px;
}

#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;
  margin-top: -10px;
}

#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;
  margin-top: -10px;
}

#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;
  margin-top: -10px;
}

#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(Images/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------*/


