/*--------------------------------------------------------
Buist Electric, Inc.
Copyright 2009. All Rights Reserved.
---------------------------------------------------------*/

*, body, html {
	margin: 0;
	padding: 0;
	}
	
*:focus{
	-moz-outline-style: none;
	}

a img {
	border: 0;
	}
	
a:active {
  outline: none;
	}

body {
	background: url(/_images/home_bg.jpg) top left repeat-x;
	font-family: Arial, sans-serif;
	}


/*--------------------------------------------------------
STRUCTURE
---------------------------------------------------------*/

#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

#header {
	height: 101px;
	}

/*--------------------------------------------------------
HEADERS
---------------------------------------------------------*/	

h1 {
	background: transparent url(/_images/home_logo.gif) top left no-repeat;
	width: 267px;
	height: 64px;
	float: left;
	margin-top: 17px;
	margin-left: 14px;
	}
	
h1 a {
	width: 267px;
	height: 64px;
	display: block;
	text-indent: -900em;
	}
	
	
/*--------------------------------------------------------
TEXT
---------------------------------------------------------*/

a { color: #4493d2; }
a:hover { color: #1d70b2; }

/*--------------------------------------------------------
GENERAL
---------------------------------------------------------*/

#philosophy {
	background: transparent url(/_images/home_philosophy.gif) top left no-repeat;
	width: 361px;
	height: 268px;
	clear: both;
	float: left;
	}

#large_logo {
	float: right;
	background: transparent url(/_images/home_be_logo_large.jpg) top left no-repeat;
	width: 277px;
	height: 308px;	
	}
	
/*--------------------------------------------------------
SLIDESHOW
---------------------------------------------------------*/

#slideshow {
	background: url(/_images/home_slideshow_bg.jpg) top left no-repeat;
	position: relative;
	float: left;
	width: 703px;
    height: 308px;
	}

#slideshow img {
    position: absolute;
    top: 12px;
    left: 11px;
    z-index: 8;
    opacity: 0.0;
	}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow img.last-active {
    z-index:9;
	}	

#tagline {
	position: absolute;
	top: 290px;
	left: -4px;
	background: url(/_images/home_tagline.png);
	width: 529px;
	height: 77px;
	z-index: 100;	
	}
	
/*--------------------------------------------------------
NAV
---------------------------------------------------------*/

#nav {
	float: right;
	width: 591px;
	height: 270px;	
	}

#nav ul li{
	list-style: none;
	}

#nav ul li a {
	display: block;
	height: 20px;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	}
	
#nav ul li.title {
	display: block;
	margin: 20px 0 10px 14px;
	font-size: 20px;
	color: #b59f6a;
	text-decoration: none;
	}
	
ul#departments, ul#portfolio, ul#company_info, ul#news {
	height: 153px;
	}
	
ul#departments a, ul#portfolio a, ul#company_info a, ul#news a {
	margin-left: 14px;
	}
	
ul#departments:hover a, ul#portfolio:hover a, ul#company_info:hover a, ul#news:hover a {
	color: #4493d2;
	}	
	
ul#departments a:hover, ul#portfolio a:hover, ul#company_info a:hover, ul#news a:hover {
	color: #1d70b2;
	text-decoration: underline;
	}			

ul#departments {
	background: transparent url(/_images/home_ul_departments.gif) top left no-repeat;
	float: left;
	width: 182px;
	}
	
ul#departments:hover {
	background: transparent url(/_images/home_ul_departments_hover.gif) top left no-repeat;
	}

ul#portfolio {
	background: transparent url(/_images/home_ul_portfolio.gif) top left no-repeat;
	float: left;
	width: 132px;
	}

ul#portfolio:hover {
	background: transparent url(/_images/home_ul_portfolio_hover.gif) top left no-repeat;
	}

ul#company_info {
	background: transparent url(/_images/home_ul_company_info.gif) top left no-repeat;
	float: left;
	width: 154px;
	}
	
ul#company_info:hover {
	background: transparent url(/_images/home_ul_company_info_hover.gif) top left no-repeat;
	}
	
ul#news {
	background: transparent url(/_images/home_ul_news.gif) top left no-repeat;
	float: left;
	width: 123px;
	}
	
ul#news:hover {
	background: transparent url(/_images/home_ul_news_hover.gif) top left no-repeat;
	}


/*TERTIARY NAV*/

#tertiary_nav {
	background-color: #000;
	background: transparent url(/_images/tertiary_nav_home_bg.jpg) top left no-repeat;
	float: right;
	height: 40px;
	width: 206px;
	}

#tertiary_nav ul {
	margin: 4px 0 0 18px;
	}

#tertiary_nav ul li{
	background: url(/_images/tertiary_nav_li_rule.gif) 0 50% no-repeat;	
	display: inline;
	padding: 0 .2em 0 .6em;
	}
	
#tertiary_nav ul li.first {
	background-image: none;
	}
	
#tertiary_nav ul li a, #tertiary_nav ul li a:visited {
	color: #919797;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	}
	
#tertiary_nav ul li a:hover {
	color: #fff;
	}
	
/*--------------------------------------------------------
FOOTER
---------------------------------------------------------*/

#footer {
	border-top: 1px solid #cdcdcd;
	clear: both;
	padding-top: 18px;
	width: 980px;
	height: 40px;
	margin: 30px 0 0 0;
	margin: 0 auto;
	}
	
ul#footer_nav {
	}

ul#footer_nav li {
	float: left;
	list-style: none;
	padding-right: 20px;
	width: auto;
	}
	
ul#footer_nav li a {
	font-size:11px;
	text-decoration: none;
	}
	
.copyright {
	color: #777777;
	float: right;
	font-size: 11px;
	margin-right: 30px;
	}