/*=========================================
/
/ SITE WIDE STUFF
/
/ =========================================*/	
* {margin: 0; padding: 0; border: none;}

body.black_bkg { 
	background: #000;
	}
	
/*=========================================
/
/ 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: 30px;
	left: 252px;
	width: 480px;
	height: 240px;
	background: url(../images/HomeNav.gif);
	}

#nav_paragraph li {
	list-style: none;
	position: absolute;
	display: block;
	height: 45px;
    }
    
#nav_paragraph a {
    display: block;
    height: 27px;
    text-indent: -5000px;
    text-decoration: none;
    }

#nav_paragraph #about_us {
	top: 183px;
	left: 346px;
	width: 85px;
}

#nav_paragraph #about_us a:hover {
    background: transparent url(../images/HomeNav.gif) -346px -413px no-repeat;
    }
    
#nav_paragraph #solutions {
	top: 206px;
	left: 40px;
	width: 172px;
}

#nav_paragraph #solutions a:hover {
    background: transparent url(../images/HomeNav.gif) -40px -436px no-repeat;
    }
    
#nav_paragraph #contact_us {
	top: 212px;
	left: 239px;
	width: 95px;
}

#nav_paragraph #contact_us a:hover {
    background: transparent url(../images/HomeNav.gif) -239px -442px no-repeat;
    }
