/* - - - - - - - - - - - - - - - - - - - - -

Title : KeySite Enterprise College Department Design 1, Palette 2 Stylesheet
Maintainer : John Rogerson
Version: 1.0

Description : This is the stylesheet powering the the Palette 2 colors under the Design 1 option for College Department KeySites.

Created : July 15, 2008
Modified : 

ChangeLog:

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
body { background: #bcc0c5; }

/* ----- IDS ----- */
div#pg { background: transparent url(pgbg_2.gif) 0 0 repeat-y; }
div#hdr { background: #606a74; }
v#main div.Courses_List h1 { color: #606a74; }

div#content {
	background: transparent url(contentbg_2.gif) 0 0 repeat-y;
	border-bottom: 1px solid #afb4b9;
}

div#headlines, div#events, div#announce { border-bottom: 1px solid #afb4b9; }
div#ftr { background: #606a74; }

/* ----- HEADINGS ----- */
h1 { border-top: 1px solid #afb4b9; }
h2, h3, h4, h5, h6 { color: #606a74; }
h2 { border-bottom: 1px solid #afb4b9; }
div#main h3 { border-bottom: 1px solid #afb4b9; }

/* ----- LISTS ----- */
div.navigation ul {
	border-top-color: #afb4b9;
	border-bottom-color: #afb4b9;
}

div.navigation ul:hover { border-top-color: #888f97; }
div.navigation ul ul ul li:first-child { border-top-color: #afb4b9; }

div.navigation ul li {
	background: #fff url(navigationbg_1_2.gif) 100% 0 no-repeat;
	border-left-color: #afb4b9;
}

div.navigation ul li li { border-right-color: #afb4b9; }
div.navigation ul li:hover, div.navigation ul li.sfHover, div.navigation ul li.ksNavCurrentSection, div.navigation ul li.ksNavPathSection { background-image: url(navigationbg_hov_1_2.gif); }

/* ----- LINKS ----- */
a:link, a:visited {
	color: #888f97;
	border-bottom: 1px solid #888f97;
}

a:hover {
	background: #afb4b9;
	color: #fff;
}

div#sub a:link, div#sub a:visited {
	color: #606a74;
	border-bottom-color: #606a74;
}

div#sub a:hover {
	color: #fff;
	background: #606a74;
}

h1 a:hover {
	color: #d7dadc;
	background: #606a74;
}

a.home:link, a.home:visited { border-top: 3px solid #afb4b9; }
div.breadcrumbs li a:hover { color: #888f97; }
div.navigation ul li a:link, div.navigation ul li a:visited { color: #606a74; }

