/*=========================================
/
/ 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: 40px;
	left: 260px;
	width: 460px;
	height: 230px;
	background: url(../images/HomeNav.gif);
	}

#nav_paragraph li {
	list-style: none;
	position: absolute;
	display: block;
	height: 25px;
    }
    
#nav_paragraph a {
    display: block;
    height: 27px;
    text-indent: -5000px;
    text-decoration: none;
    }

#nav_paragraph #about_us {
	top: 171px;
	left: 300px;
	width: 86px;
}

#nav_paragraph #about_us a:hover {
    background: transparent url(../images/HomeNav.gif) -300px -401px no-repeat;
    }

#nav_paragraph #programs {
	top: 201px;
	left: 0px;
	width: 130px;
}

#nav_paragraph #programs a:hover {
    background: transparent url(../images/HomeNav.gif) 0px -431px no-repeat;
    }
    
#nav_paragraph #contact_us {
	top: 202px;
	left: 154px;
	width: 104px;
}

#nav_paragraph #contact_us a:hover {
    background: transparent url(../images/HomeNav.gif) -154px -432px no-repeat;
    }
