/* CSS Document */


/* ---- =Home page styles ------------------------------------------------------------------- */

	/* -- NOTE:	To change the Home page header photo (EXACT size: 780px x 215px)
				edit the background-image of the following style */
#home #header {
	background-image: url(../images/header_home.jpg);
}
	/* -- NOTE:	To change the Home page top banner (EXACT size: 570px x 120px))
				edit the background-image of the following style */
#home #top-banner {
	background-image: url(../images/top_banner_home.jpg); 
}
	/* -- NOTE:	The following style (#home #side-banner) may be commented out 
				if you would like the side banner to appear on the home pg. 
				You will need to adjust the size of the home page title graphic to be >350px wide */
#home #side-banner {
	display:none;
}
	/* -- NOTE:	Bottom banner style */

#home #bottom-banner {
	display:inline;

}
#home #bottom-banner ul li {
	display:inline;
	margin-right:5px;
}
#home #bottom-banner img {
	border:1px solid #a1a767;
}
/* ---- =Home page structure styles ------------------------------------------------------------------- */

/* -- 	IMPORTANT!!!	Changing any of the following styles will offend the css gods
		and they will destroy your layout as punishment (a.k.a. layout fubar) --- */
		
#home #header {
	height:215px;
	background-repeat: no-repeat;
}
#home #top-banner {
	/*top: 220px;*/
	height:120px;
	background-repeat: no-repeat;
}
#home #top-banner #left, #home #top-banner #right {
	display:none;
}
#home #content h2 {
	display:none;
}
#home #content {
	top:350px;
}