@charset "utf-8";
/* CSS Document */

/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bkg_nav.gif);
	background-repeat: repeat-y;
}
#page {
	width:1024px;
	margin: 0;
	padding: 0;
	
}

#header {
	width:100%;
	height:231px;
	background-image: url(../images/bkg_header.jpg);
	background-repeat: repeat-x;
}
#logo {
	width:1024px;
	height:85px;
	position: inherit;
	float: left;
	left:0px;
	top:0px;
	z-index:1;
	padding: 0;

}
#header_photo {
	width:1024px;
	height:146px;
	position: inherit;
	float: left;
	left:0px;
	top:0px;
}
#nav_column {
	width:135px;
}


#copy_column {
	width:600px;
	float:right;
	padding:30px 200px 0 0px;
}



#footer {
	width:1024px;
	height:30px;
}


/* LINKS */

a:link {
color: #00669d;
text-decoration: none;
}
#nav_primary a:link {
color: #FFFFFF;
text-decoration: none;
}
#nav_secondary a:link {
	color: #61adcf;
	text-decoration: none;
}
.ohana_link a {
	font-size: .95em;
	line-height: 1em;
	text-decoration: none;
}
.ohana_link a:visited {
	font-size: .95em;
	line-height: 1em;
	text-decoration: none;
}
.case_study a {
	color:#993333;
	text-decoration: underline;
	text-transform:uppercase;
}
.contact_link {
	color:#669933;
}

a:visited {
	color: #00669d;
	text-decoration: none;
}
#nav_primary a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_secondary a:visited {
	color: #61adcf;
	text-decoration: none;
}
.case_study a:visited {
	color:#ef4044;
	text-decoration: underline;
}
a:hover {
	color:#00669d;
	text-decoration: none;
}
.case_study a:hover {
	color:#ef4044;
	text-decoration: underline;
}

#nav_column a:hover {
	color:#ffdf00;
	text-decoration: none;
}


body#contact #tab_contact,
body#employment #tab_employment,
body#links #tab_links {
	color:#ffdf00;
	text-decoration: none;
}
body#homepage #tab_homepage {
	color:#669933 ;
	text-decoration: none;
}

body#tegg #tab_tegg {
	color:#ffcc33 ;
	text-decoration: none;
}
body#construction #tab_construction{
	color:#339999 ;
	text-decoration: none;
}
body#build #tab_build{
	color:#996633 ;
	text-decoration: none;
}
body#services #tab_services {
	color:#006699 ;
	text-decoration: none;
}

body#telecom #tab_telecom {
	color:#669933 ;
	text-decoration: none;
}

body#voltage #tab_voltage {
	color:#ff9933 ;
	text-decoration: none;
}
body#controls #tab_controls {
	color:#9999cc ;
	text-decoration: none;
}
body#energy #tab_energy {
	color:#ffc425 ;
	text-decoration: none;
}
body#experience #tab_experience {
	color:#993333 ;
	text-decoration: none;
}
body#contact #tab_contact {
	color:#669933 ;
	text-decoration: none;
}



#emailbox_index {
	position: absolute;
	top: 290px;
	left: 620px;
	width: 200 px;
}


#emailbox {
	position: absolute;
	top: 120 px;
	left: 620px;
	width: 200 px;
}


#index_text{
	width: 370px;
}



/* TYPOGRAPHY */
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: 000;
	text-align: justify;
	padding: 0 0 10px 0;
	
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.0em;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #00669d;
}
body#homepage H1 {
	color:#669933 ;
	text-decoration: none;
}
body#tegg H1 {
	color:#ffcc33 ;
	text-decoration: none;
}
body#construction H1{
	color:#339999 ;
	text-decoration: none;
}
body#build H1{
	color:#996633 ;
	text-decoration: none;
}

body#services H1 {
	color:#006699 ;
	text-decoration: none;
}

body#telecom H1 {
	color:#669933 ;
	text-decoration: none;
}
body#voltage H1 {
	color:#ff9933 ;
	text-decoration: none;
}
body#controls H1 {
	color:#9999cc ;
	text-decoration: none;
	
}
body#energy H1 {
	color:#ffc425 ;
	text-decoration: none;
}
body#experience H1{
	color:#993333 ;
	text-decoration: none;
}
body#contact H1 {
	color:#669933 ;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 0 0;
}




ul {
	padding: 0;
}
#nav_column ul {
	padding: -5px 0 10px 0;
}

li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	list-style-position: inside;
	list-style-type: disk;	
	padding: 5px 0 5px 0;
	text-align: justify;
}
#nav_column li {
	text-align: right;
	list-style:none;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 40px;
	margin:0;
	padding: 0;
	text-align: right;
}
#nav_secondary li {
	text-align: right;
	list-style:none;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 12px;
	margin:0;
	padding: 0;
	text-align: right;
}
