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

/* 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] ==========*/

/* This is a pure web developers exercise to illustrate why IE is not as advanced as other browsers, 
possibly not neccesary but certainly doesn't do any harm */

/* For IE */
#pagehead{
	background:transparent url(../images/ie/ieFlowers.jpg) 0 0 no-repeat;
}

/* For all else except IE 5 MAC \*/
/*
html>body #pagehead{
	background:url(../images/flowers.jpg) 0 0 no-repeat !important;
}
*/

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