

/*------- General --------*/

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin: 0px;
}

p, ul, li, h1, h2, h3, table, img {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a img {
	border: 0px;
}

#page_wrapper {
	width: 775px;
	margin: 0 auto;
	padding: 0px 0px 20px;
}

#label {
	float: right;
	margin: 1px 2px;
	clear: both;
}

.error {
	padding: 2px 0px 0px;
	color: #FF0000;
	font-weight: bold;
}

.success {
	padding: 2px 0px 0px;
	color: #33CC00;
	font-weight: bold;
}

.dashed_divider {
	border-bottom: 1px dotted #D1D1D1;
	width: 400px;
	margin: 0px auto 10px;
	clear: both;
}


/*------- Header --------*/
#admin_header {
	background-image: url(../images/admin_header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 62px;
	margin: 0px;
	font-size: 0px;
}

#header {
	background-image: url(../images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 62px;
	margin: 0px;
	font-size: 0px;
}

#logo {
	float: left;
}

#quality_edu {
	float: right;
}


/*------- Navigation --------*/

#nav {
	background-color: #E6E6E6;
}

#nav ul {
	height: 25px;
	list-style: none;
}

#nav li {
	display: inline;
	float: left;
}

/* This doesn't work in IE6
#nav li:hover {
	background-image: url(../images/nav_rollover_bg.jpg);
	background-color: #FF9900;
}
*/

#nav img {
	padding: 5px 0px 0px;
	font-size: 0px;
}

/* This doesn't work in IE6
#nav li:after {
	content: "|";
	color: #949494;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 1.2em;
} 
*/

#nav a {
	padding: 0px 15px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: center;
	height: 25px;
	float: left;
	font-size: 1em;
}

#nav a:hover {
	color: #FFFFFF;
	/*background-image: url(../images/nav_rollover_extra.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
	background-image: url(../images/nav_rollover_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FF9900;	
}

.nav_divider {
	padding: 5px 0px 0px;
	width: 1px;
	height: 16px;
	background-image: url(../images/nav_divider.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}


/*------- Content --------*/

#content {
	background-color: #FFFFFF;
}

#content h1 {
	color: #000000;
	font-size: 2.0em;
}

#content h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0px 0px;
}

#content h3 {
	font-weight: bold;
	font-size: 1.0em;
}

#content form {
	margin: 10px 0px 0px;
}

#content .button {
	margin: 5px 0px 0px;
}

#content .dropcap {
	float: left;
	margin: 0px 5px 0px 0px; 
}	

/*------- Footer --------*/
#footer {
	clear: both;
	background-color: #DCDCDC;
	height: 30px;
	background-image: url(../images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
}

#footer p {
	line-height: 30px;
	color: #676767;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px 0px 0px 5px;
}

#footer ul {
	float: right;
	height: 30px;
	list-style: none;
	padding: 3px 0px 0px;
}

#footer li {
	display: inline;
	float: left;
}

#footer li a {
	padding: 0px 15px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: center;
	height: 25px;
	float: left;
	font-size: 0.9em;
}

#footer li a:hover {
	text-decoration: underline;
}


/* ------School Navigation-------- */
#school_nav ul {
	text-align: left;
	list-style: none;
}

#school_nav li {
	float: left;
	border-bottom: 1px solid #D1D1D1;
	width: 160px;
	border-left:  1px solid #D1D1D1;
}

#school_nav a {
	float: left;
	width: 140px;
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	padding: 9px 0px 8px 20px;
	background-image: url(../images/school_nav_bg.gif);
	background-repeat: no-repeat;
}

#school_nav a:hover {
	font-weight: bold;
	background-color: #C4C3C4;
	background-image: url(../images/school_nav_rollover_bg.gif);
}

.styled_list li {
  list-style-position: outside;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
}

.ul_style {
  margin-left: 38px;  
}

/*--------Quotes----------*/
.quote {
	color: #FF0000;
	font-size: 1.1em;
	font-style: italic;
	width: 135px;
	text-align: left;
	margin: 10px;
}

.quote p {
	
}

.quote h5 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 5px 0px;
}

/*--------Bus Timetables----------*/
.bus_timetable {
  border: solid 1px #000;
  width: 100%;
  margin-bottom: 10px;
}
.bus_timetable td, .bus_timetable th {
  width: 40px;
  text-align: center;
}
.bus_timetable td, .bus_timetable th {
  width: 40px;
  text-align: center;
}
.bus_timetable th {
  background-color: #D1D1D1;
}
.bus_timetable .bus_stop {
  width: auto;
  text-align: left;
}
.bus_stop_title {
  margin: 5px 0 5px 0;
}

#SchoolDVD, .SchoolDVDText
{
	padding: 10px 40px 10px 40px;
}