@charset "utf-8";
/* Open House section of the site */

/* Header graphic */
#header {
background:url(../Images_2011/HeaderOC/bnr_education.gif) top left no-repeat;
}

/* Bold link in the header */
#headermenu li a#toplink03 {
font-weight:bold;
color:#d52731;
background-color:#ffffff;
}
#headermenu a:hover {
background-color:#9b222c;
color:#ffffff;
}


/* NavBar background graphic */
#navbar {
background:#b12731;
}

/* h1 headings at tops of page body */
#col1 h1 {
color:#6d6960;
}
/* Other h1 attributes set by global stylesheet */

/* New in Column 3 */

ul#col3linkbuttons {
	list-style:none;
	margin:0;
	padding:0;
}
	ul#col3linkbuttons li {
	}
		ul#col3linkbuttons li a {
			display:block;
			width:192px;
			height:67px;
			margin:0;
			text-indent:-9999px;
			background-image:url(../Images_2011/Col3Buttons/col3buttons.gif);
			background-repeat:none;
			outline:0;
		}
			ul#col3linkbuttons li a#col3btn01 {
				background-position:0 0;
			}
				ul#col3linkbuttons li a#col3btn01:hover {
					background-position:-200px 0;
				}
			ul#col3linkbuttons li a#col3btn02 {
				background-position:0 -67px;
			}
				ul#col3linkbuttons li a#col3btn02:hover {
					background-position:-200px -67px;
				}
			ul#col3linkbuttons li a#col3btn03 {
				background-position:0 -134px;
			}
				ul#col3linkbuttons li a#col3btn03:hover {
					background-position:-200px -134px;
				}
ul#col3redlinks {
	list-style:none;
	margin:0;
	padding:0;
}
	ul#col3redlinks li {
		font-size:12px;
	}
		ul#col3redlinks li a {
			display:block;
			width:192px;
			padding:3px 0 6px 0;
			color:#d42330;
			text-decoration:none;
			border-bottom:1px solid #cccccc;
		}
			ul#col3redlinks li a:hover {
				border-bottom:1px solid #666666;
			}
