/*=========================================
/
/ SITE WIDE STUFF
/
/ =========================================*/	
* {margin: 0; padding: 0; border: none;}

body { 
	background: #fff url(../images/bkg_grid.gif) 20px 40px repeat;
	}

body.black_bkg { 
	background: #000;
	}
	
#gridcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #fff url(../images/grid_cover.gif) top left repeat-x;
	}
	
/*=========================================
/
/ THE LOGO
/
/ =========================================*/
#logo {
	position: absolute;
	top: 40px;
	left: 20px;
	}
/* This keeps an extra margin from appearing below the image */
#logo img {
	display: block;
	}

/*=========================================
/
/ THE HOMEPAGE IMAGE GRID
/
/ =========================================*/
#imagegrid {
	position: absolute;
	top: 280px;
	left: 20px;
	}
/* This keeps an extra margin from appearing below the image */
#imagegrid img {
	display: block;
	}

/*=========================================
/
/ THE NAV PARAGRAPH
/
/ =========================================*/
#nav_paragraph {
	position: absolute;
	top: 39px;
	left: 260px;
	width: 460px;
	height: 230px;
	background: url(../images/HomeNav.gif);
	}

#nav_paragraph li {
    list-style: none;
    position: absolute;
    display: block;
    height: 27px;
    }
    
#nav_paragraph a {
    display: block;
    height: 27px;
    text-indent: -5000px;
    text-decoration: none;
    }

#nav_paragraph #products_and_services {
	top: 133px;
	left: 152px;
	width: 212px;
}

#nav_paragraph #products_and_services a:hover {
    background: transparent url(../images/HomeNav.gif) -152px -363px no-repeat;
    }
    
#nav_paragraph #people {
	top: 166px;
	left: 1px;
	width: 62px;
}

#nav_paragraph #people a:hover {
    background: transparent url(../images/HomeNav.gif) -1px -396px no-repeat;
    }
    
#nav_paragraph #newsandevents {
	top: 166px;
	left: 289px;
	width: 165px;
}

#nav_paragraph #newsandevents a:hover {
    background: transparent url(../images/HomeNav.gif) -289px -396px no-repeat;
    }
    
#nav_paragraph #careers {
	top: 200px;
	left: 168px;
	width: 73px;
}

#nav_paragraph #careers a:hover {
    background: transparent url(../images/HomeNav.gif) -168px -430px no-repeat;
    }
    
#nav_paragraph #contact_us {
	top: 200px;
	left: 278px;
	width: 105px;
}

#nav_paragraph #contact_us a:hover {
    background: transparent url(../images/HomeNav.gif) -278px -430px no-repeat;
    }