/* School Specific Styles - Overrides & Unique Attributes (See also sharedStyles.css) */

/* * * * * * * * * * * * * * * * * * * * * * 
 STYLES from sharedStyles.css
* * * * * * * * * * * * * * * * * * * * * */

div.topNavBox {
	display: none;
}
table.mainTwoColTable {
	background-image: url(../fw/ridgeHigh/twoColBgTile.gif);
}
table.mainTwoColTable td.tableTop {
	background-image: url(../fw/ridgeHigh/twoColBgTop.gif);
}
table.mainTwoColTable td.tableBtm {
	background-image: url(../fw/ridgeHigh/twoColBgBtm.gif);
}
div.leftContentBox {
	background-color: #50974D;
}
div.mainContentBox a {
	color: #056A00;
}
div.mainContentBox h1 {
	color: #034A00;
}/* Used for page headings. */
div.mainContentBox h2 {
	background-color: #034A00;
}/* Used for page subheadings. */
div.mainContentBox h3 {
	background-color: #1E791A;
}/* Used for section headings */
div.mainContentBox h6 {
	color: #82B580;
}/* Used for main photo/illustration credit subheadings */

/* * * * * * * * * * * * * * * * * * * * * * 
 leftNav STYLES 
* * * * * * * * * * * * * * * * * * * * * */

#leftNav li {
	background-image: url(../fw/ridgeHigh/leftNavMainLinkTop.gif);
}
#leftNav ul ul {
	background-image: url(../fw/ridgeHigh/leftNavListBtm.gif);
}
#leftNav a {
	background-image: url(../fw/ridgeHigh/leftNavMainLinkBtm.gif);
	background-color:  #1E791A;
}
#leftNav ul a {
	color: #023500;
	background-image: url(../fw/ridgeHigh/leftNavArrow.gif);
}
#leftNav ul a:hover, 
#leftNav ul ul a {
	background-color: #82B580;
}/* Shared attributes grouped for consisitency. */
