/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
	height: 100%;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:150%}/* 24px */
h2{font-size:125%}/* 20px */
h3{font-size:12px}/* 18px */
h4{font-size:12px}/* 16px */
h5{font-size:87.5%}/* 14px */
h6{font-size:75%}/* 12px */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333333;
	text-decoration: none;
}
body{
	 font-size: 100%; /* 10px*/
	text-align:center;/* for ie5.+*/
}
body{
	background:#EBEBEB url(images/bodybg.gif) repeat-x 0 0;
	padding: 0;
}
#home {
background-color:#FFFFFF;
}
#outer{
	width:975px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em;
}
#header{
	width:975px;
}
ul#nav{ /* all lists */
	font-size: 50%;
	text-align:right;
	position:relative;
	z-index:2;
	padding-top: 18px;
	padding-right: 400px;
	padding-bottom: 5px;
	padding-left: 0;
}
ul#nav li{ /* all list items */
	display:inline;
	padding:0 5px 0 5px;
	text-transform:uppercase;
	font-style: normal;
	font-weight:bold;
	font-family: Arial;
	width: 10em; /* width needed or else Opera goes nuts */
}
ul#nav li a{ /* all list items */
	color:#333333;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #E5E5E5;
	
}

ul#nav li.current a{
color: #CC0000;
}

ul#nav li a:hover, ul#nav li.sfhover{ /* lists nested under hovered list items */
	left: auto;
	color: #CC0000;
}

/* tagline code */

div#menucontainer{
	width: 975px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 187px;
	border: 1px solid #cccccc;
	border-left-width: 0;
	text-decoration: none;
	background-color:#DB0000;
	color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight:bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;	
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: bold;
padding: 26.5px;
background: #DB0000;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
	background-color:#FFFFFF;
	color: black;
	border-top: none;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

/*middle navigation horizontal bar*/

.middlenav ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.middlenav ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.middlenav ul li a{
	display: block;
	width: 129px;
	border-left-width: 0;
	text-decoration: none;
	background-color:#DFDFDF;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align: center;
	padding: 5.5px 2px 5.5px 2px;
	border-width: 1px 3px 3px 0;
	border-style: solid;
	border-top-color: #cccccc;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	
}
	
/*Sub level menu*/
.middlenav ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.middlenav ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.middlenav ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: bold;
padding: 5.5px;
background: #DB0000;
border-width: 0 1px 1px 1px;
}

.middlenav ul li a:hover{
	background-color:#FFFFFF;
	color:#000000;
}

.middlenav ul li ul li a:hover{
background: #cde686;
}

.middlenav .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

#headermenu {
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	letter-spacing: 2px;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 600px;
	margin-top: 0px;
	margin-left: 12px;
	padding-top: 12px;
	padding-left: 25px;
	padding-bottom: 2px;
	
	
}
#tagline{
	width:975px;
	height:135px;
	margin:-40px 0 0 0;
	background:url(images/tagbg.gif) no-repeat 0 0;
	position:relative;
	z-index:1
}
#tagline a,
#tagline a em{
	position:absolute;
	width:218px;
	height:83px;
	overflow:hidden;
	left:27px;
	top:39px;
}
#tagline a em{
	cursor:pointer;
	left:0;
	top:0;
	background:url(images/logo.gif) no-repeat 0 0;
	/*use this as an alternative to image in the html*/
	z-index: 3;
}

/* people and blockqote box */
#search{
	width:975px;
	height:115px;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(images/search-bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.description {

	font-size:125%;
	color: #666666;
	position: absolute;
	width: 600px;
	left: 5px;
	top: 11px;
	
}
p.description_content{
	padding:25px;  
    margin:0px;
	float:left 
}
#search input{
	vertical-align:middle;
	position:absolute;
	top:116px;
	left:724px;
}
#search input.go{left:885px}
input.search-site{
	background:#171b16 url(images/inputbg.gif) no-repeat right top;
	border:none; 
	color:#494b49;
	width:149px;
	height:18px;
	padding:4px 5px 0;
	font-size:85%;
}


/* main content */
#main,#content{width:975px}
#main{
	background-image: url(images/3col-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#content{
	min-height:270px;
	background-image: url(images/3col-bg.jpg) repeat-x;
	 
	background-position: 0 0;
}


#col1{
	width:225px;
	margin:10px 35px 0 0;
	display:inline;/* cure IE6 double margin bug*/
	float:right;
	position:relative;
	z-index:3;
}
#maincol{
	width:555px;
	margin:12px 25px 0 25px;
	padding-left: 25px;
	float:left;
	position:relative;
	z-index:3;
}

#col2{
	width:160px;
	float:right;
	margin:0 25px 0 0;
	display:inline;/* cure IE6 double margin bug*/
	position:relative;

}
#maincol2 {
	width:750px;
	margin:12px 25px 0 25px;
	float:left;
	position:relative;
	z-index:3;
}



#maincol ul li {list-style: ;
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}




/* main content */


#colhomewrapper,#middle{width:975px}
#colhomewrapper{
	background-image: url(images/3col-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#middle{
	background-image: url(images/3col-bg.jpg) repeat-x;
	background-position: 0 0;
}
#colhome{
	width:290px;
	float:left;
	display:inline;/* cure IE6 double margin bug*/
	position:relative;
	z-index:3;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 45px;
	margin-left: 25px;

	border: 1px solid #CCCCCC;
}
#colhomeleft{
	width:292px;
	float:left;
	display:inline;/* cure IE6 double margin bug*/
	position:relative;
	z-index:3;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 20px;
	
	border: 1px solid #CCCCCC;
	}

#colhomeright{
	width:292px;
	float:right;
	display:inline;/* cure IE6 double margin bug*/
	position:relative;
	z-index:3;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 45px;
	margin-left: 0px;
	
	border: 1px solid #CCCCCC;
}

#colhome p, #colhomeright p, #colhomeleft p {
padding: 10px 5px 10px 5px;
}
h2{
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;
	letter-spacing: 2px;
	padding-top: 15px;
}
.box-header {
	height: 44px;
	text-align: center;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/h2boxheader.jpg);
}

h3{
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:6px 0 10px 0;
	letter-spacing:2px;
}
h4{
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:6px 0 10px 0;
	letter-spacing:2px;
}
h6{
	color:#EAEAEA;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:6px 0 10px 0;
	letter-spacing:2px;
}
.news{
	width:225px;
	color:#252e1c;
	float:right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 10px;
}
.news p{
	font-size:10px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.news p.last{
	background:none;
	padding-bottom:1px;
	margin:0 0 .4em 0;
}
.news p img{
	margin:2px;
	vertical-align:middle;
	display:inline;
}
.news span{color:#fff}
.headernews {
background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
}
p.readmore{
	font-weight:bold;
	text-align:right;
	margin:0 0 1.4em 0;
	background:none;
	}
p.readmore a{
	text-decoration:none;
	color:#252e1c;
}
p.readmore a:hover{
	text-decoration:underline;
}

.wbenc {
	background: url(images/WBEA_certification-small.jpg) no-repeat center;
	padding: 2px;
	height: 43px;
	width: 100px;
	display: block;
	float: left;
	margin: 5px;
}
.ibew {
	background:url(images/small%20IBEW%20logo.gif) no-repeat center;
	display: block;
	margin: 5px;
	padding: 2px;
	float: left;
	height: 94px;
	width: 90px;
}



.clear { clear: both; margin: 0; padding: 0; } 


/* footer and copyright */
.footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8em;
	color: #C4C4C4;
	overflow:hidden;
	z-index:2;
	background-color: #EBEBEB;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F20000;
	
} 
#footerContent {padding:10px;} 
#footerContent p { margin:0; padding:5px 0;} 
#footerContent span { padding-left: 3px; padding-right: 3px;}
#footerContent a { color: #3366FF;	text-decoration: underline;
}
.push {
height: 8em;
}
.footer, .push {
clear: both;
}
#jobbox {
	padding: 10px;
	border: 1px solid #CCCCCC;
}