/* CSS Document 

Workplace yellow colours
*/


#top-chunk {
	background-image: url(images/fade8.gif);
	background-repeat:repeat-x;
	background-color:#CAC256;
}
#top-chunk div {
	padding: 0px 10px 0px 10px;
}
#top-chunk .corner {
	background-image: url(images/corner1.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.corner div	{
	border-left: 1px dashed #eeeeee;
}
#top-chunk h2, #top-chunk h3 {
	color:#663300;
}
#top-chunk ul, li {
	color:#663300;
	}
#top-chunk a {
	color:#663300;
	}


/* drop down residential colours */
div.dropdown-link a{
	background-color: #CAC256;
	background-image: url(images/brownbox2.jpg);
}
div.dropdown-link ul {
	width: 160px;
}
div.dropdown-link ul li ul li a:hover {
	background-color: #E8DDB6;
}
div.dropdown-link ul li ul li {
	border-bottom: 1px solid #E8DDB6;
}
div.dropdown-link ul li ul {
	background-color: #CAC256;
	border-bottom-color:#858021;
	border-left-color:#858021;
	width: 141px;
}


/* Side bar */
.res-side-links {
	background-image: url(images/corner2.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#CAC256;
}
.res-side-links a{
	color:#660000;
}

/* Content colours */

#content h2 {
	color: 	#660000;
}
#content h3 {
	color: 	#aea729;
}

/*chris's extras*/

.col_head {
	font-weight: bold;
	border-bottom: 1px solid #660000;	
	padding: 0px 5px 0px 0px;
}

.col_list{
	padding: 5px 5px 0px 0px;
}

h1.courses {
	margin: 10px 0px 20px 0px;
}

.cl_line {
	height: 5px;
	border-bottom: 1px solid #E6DDB2;
}

a.list:link {
	color:#3e0c08;
	font-weight:bold;
	text-decoration:none;
}
a.list:visited {
	color:#3e0c08;
	font-weight:bold;
}
a.list:hover {
	color:#CAC256;
	font-weight:bold;
	text-decoration:underline;
}



td.course_left_title {
	background:#CAC256;
	border: 1px solid #ffffff;
	padding: 1px 1px 1px 3px;
	
}

td.course_left {
	background:#CAC256;
	border: 1px solid #ffffff;
	padding: 1px 1px 1px 3px;
	
}

td.course_right {
	background:#E6DDB2;
	border: 1px solid #ffffff;
	padding: 1px 1px 1px 3px;
	
}

td.course_right_title {
	background:#93591B;
	border: 1px solid #ffffff;
	padding: 1px 1px 1px 3px;
	color: #ffffff;
}