@import 'reset.css';
@import 'misc.css';

/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	background: tan;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

#fit { 
	margin: 0 auto 0 auto;
	width: 910px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 310px;
	margin: 0;
	width: 900px;
	border: 2px solid #4c4c4c;
}

#content {
	width: 904px;
}

#topnav {
	background: #4c4c4c;
	color: #fff;
	padding: 15px 0;
	text-align: right;
	width: 904px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#footer { 
	width: 900px;
	clear: both;
	border-top: 2px solid #4c4c4c;
	color: #4c4c4c;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	margin: 40px auto 0 auto;
}

/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a:link, a:visited {color: #53400e;}
a:hover {color: #53400e;}

#right a, #content a {font-weight: bolder;}
#topnav a {
	background: #4c4c4c;
	color: #fff;
	text-decoration: none;
	padding: 15px 10px;
	}
#topnav a:hover {background: #676351;}
/* _________________________________________________________________________

								text
____________________________________________________________________________ */

.brd {border: 1px solid #0e3f8f;} 
p {
	padding: 5px;
	line-height: 160%;
}

h1 {
	font-size: 18px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #fff;
	background: #4c4c4c;
	padding: 7px 0 0 10px;
	height: 35px;
}

h2 {
	background: url(../images/h2.jpg) no-repeat;
	width: 189px;
}

h3 {
	padding-top: 10px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-transform: uppercase;
}

h4 {
	font-size: 15px; 
	font-weight: bolder;
}
/* _________________________________________________________________________

								lists
____________________________________________________________________________ */

ul li {
	padding: 5px 3px;
}

ul.dot li {
list-style: circle inside; color:#fff;
padding: 4px 10px;
}

table tr td {padding: 5px; vertical-align: top;}
/* _________________________________________________________________________

								boxes
____________________________________________________________________________ */

.parents h1, .students h1, .employees h1, .aboutus h1 {
	margin: 0; 
	padding: 5px 0; 
	text-align: center; 
	font-weight: bolder;
	height: auto;
	width: auto;
	background: none;
}


.parents a, .students a, .employees a, .aboutus a {
	color: #fff;
	display: block;
	padding: 6px 6px;
	}

.parents a:hover {background: #93b852;}
.students a:hover {background: #52a2b8;}
.employees a:hover {background: #b85c52;}
.aboutus a:hover {background: #a152b8;}

.parents h1 {background: #93b852;}
.students h1 {background: #52a2b8;}
.employees h1 {background: #b85c52;}
.aboutus h1 {background: #a152b8;}

.parents {background: #769342; margin-bottom: 5px; min-height: 350px;}
.students {background: #428293; margin-bottom: 5px; min-height: 350px;}
.employees {background: #934a42; margin-bottom: 5px; min-height: 350px;}
.aboutus {background: #7d4293; margin-bottom: 5px; min-height: 350px;}