@import 'reset.css';
@import 'misc.css';

/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

#fit { 
	margin: 45px auto 0 auto;
	width: 800px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 133px;
	margin: 0;
}

#right {
	float: right;
	width: 205px;
	padding-left: 10px;
	font-size: 12px;
}

#content {
	width: 600px;
	padding: 0;
}

#topnav {

	color: #fff;
	padding: 15px 10px 20px 0;
	text-align: right;
	width: 760px;
	height: 35px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#footer { 
	width: 840px;
	clear: both;
	color: #3f3f3f;
	height: 50px;
	text-align: center;
	font-size: 12px;
	padding: 0px 0 10px 0;
	margin: 0 auto;
}

/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a:link, a:visited {color: #5983ac;}
a:hover {color: #769342;}

#right a, #content a {font-weight: bolder;}
#topnav a {
	background: #327fc0;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	}
#topnav a:hover {text-decoration: underline; color: #0b3584; background: #bfe000;}
/* _________________________________________________________________________

								text
____________________________________________________________________________ */

.brd {border: 1px solid #0e3f8f;} 
p {
	padding: 5px;
	line-height: 160%;
}

h1, h2 {
	font-size: 18px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #fff;
	background: url(../images/h1.jpg) no-repeat;
	padding: 7px 0 0 10px;
	height: 35px;
	width: 586px;
	margin-top: 5px;
}

h2 {
	background: url(../images/h2.jpg) no-repeat;
	width: 189px;
}

h3 {
	padding-top: 10px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 2px solid #175b7f;
	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;}