@charset "utf-8";

a:link    { color: #41464c; text-decoration: underline; }
a:visited { color: #41464c; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

.titlebarWrapper {
	width: 1004px;
	height: 181px;
	margin: 0;
	padding: 0;
	background-image: url(/templates/assets/images/wood.jpg);
	background-repeat: no-repeat;
	background-position: 18px 160px;
}

.content {
	width: 944px;
	margin: 0 0 0 0;
	padding: 0 40px 20px 20px;
	position:relative;
}

.topOwl {
	width: 240px;
	height: 235px ;
	padding: 0;
	margin: -77px 0 0 18px;
	background-image: url(/templates/assets/images/find-school-owl.png);
	background-repeat: no-repeat; 
	float: left;
}

.topOwl a:link    { color: #711310; text-decoration: underline; background-position: 0px 0px; }
.topOwl a:visited { color: #711310; text-decoration: underline; }
.topOwl a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.content h2 {
	display:inline-block;
}
.content ul {
	margin-left:50px;
}
.bottom {
	background-image: url(/templates/assets/images/contentAreaBottom.jpg);
}
