/*==========  [Layout and Graphics for: College]  ==========*/

/* If a page within this directory requires it's own styling a sub folder in the CSS directory is created that matches the name of this directory. Within that sub folder a css file with the same name as the page is created and this will automatically be loaded rather than this directory specific file */

/* Import sub content if needed for sub nav etc. */
@import url(subContent.css);

/* Import third coulmn styling if needed for news items (or similar excerpts) on right hand side*/
@import url(newsItems.css);



/*size and position content body to accomodate additional columns */
@import url(threeColLayout.css);



/* ==========  [Load large image as background for head of this directory] ==========*/



/* For IE */
#pagehead{
	background:transparent url(../images/ie/ieEquestrian.jpg) 0 -3px no-repeat;
}
/* This is for browsers that properly support PNG transparency, the difference in quality is very distinct \*/
/*
html>body #pagehead{
	background:url(../images/equestrian.jpg) 0 0 no-repeat !important;
}
*/

html>body #directoryhead h2{
	background:transparent url(../ag/dirheads/college.png) 0 0 no-repeat;
}
/* Directory heading Image replacement e.g. <h2>Welcome</h2> */
