body
{
	margin:0 0;
	background-position:0% 0%;
	background-color:#fff;
	font-family:Helvetica, Verdana, Sans-serif;
}

/* Banner */
div#banner
{
	width:800px;
	height:230px;
	background:url(images/banner.jpg);
	margin:0 auto 5px auto;
	border:1px solid #ccc;
}

/*Navigation items*/

#navbar
{
	width:800px;
	height:16px;
	background-color:#903;
	color:#fff;
	font-size:0.8em;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#navigation, #navigation ul
{
	list-style-type:none;
	margin: 0 0 0 10px;
	padding: 0;
	border-left:1px solid #903;
	border-right:1px solid #903;
	border-bottom:1px solid #903;
}

#navigation a
{
	display: block;
    padding:0 15px;
	text-decoration:none;
	font-weight:bold;
	background-color:#903;
	color:#fff;
}

#navigation li
{
	float: left;
}

#navigation li ul
{
	
	position: absolute;
	width: 115px;
	left: -999em;
}

#navigation li:hover ul, #navigation li.sfhover ul
{
	left: auto;
}

#navigation li li a
{
	padding-left:5px;
	width:95px;
	font-weight:normal;
	background-color:#fff;
	color:#903;
	text-align:left;
}

#navigation li li a:hover
{
	font-weight:normal;
	color:#fff;
	background-color:#903;
}

/* Section Headers */

div#header
{
	width:800px;
	height:40px;
	background:url(images/hdr_back.jpg);
	margin:0 auto;
	background-position:100% 0%;
	background-repeat:no-repeat;
	clear:both;
	border:1px solid #ccc;
}

div#header_home
{
	width:440px;
	height:40px;
	background:url(images/hdr_home.gif);
}

div#header_news
{
	width:120px;
	height:40px;
	background:url(images/hdr_news.gif);	
}

div#header_gallery
{
	width:120px;
	height:40px;
	background:url(images/hdr_gallery.gif);	
}

div#header_school
{
	width:140px;
	height:40px;
	background:url(images/hdr_school.gif);
}

div#header_programme
{
	width:200px;
	height:40px;
	background:url(images/hdr_programme.gif);	
}

div#header_admission
{
	width:190px;
	height:40px;
	background:url(images/hdr_admission.gif);	
}

div#header_contact
{
	width:150px;
	height:40px;
	background:url(images/hdr_contact.gif);
}


/* Container - HOME*/

div#container
{
	width:800px;
	margin:5px auto;
}

/* Text element */

div#textbox
{
	width:600px;
	margin:0;
	padding-bottom:200px;
	background-color:#fff;
	color:#666;
	border:1px solid #ccc;
	text-align:justify;
}

p.para
{
	font-size:0.8em;
	margin:10px 20px 20px 20px;
	line-height:1.3em;
}

.para a
{
	color:blue;
}

.para a:hover
{
	color:red;
	background-color:yellow;	
}

/* Footer */

div#footer
{
	width:800px;
	height:20px;
	color:#fff;
	background-color:#666;
	font-size:0.7em;
	line-height:1.5em;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:center;
	clear:both;
}


/* Hyperjump */

div#hyperjump
{
	width:190px;
	float:right;
	display:inline;
	border:1px solid #ccc;
	background-color:#fff;
}

#hyperjump ul
{
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

/* swap menu */

#hyperjump_a
{
	text-decoration:none;
	display:block;
	width:150px;
	height:50px;
	background:url(images/hyper_eadv.gif);
	margin:3px auto;
}

#hyperjump_a:hover
{
	background:url(images/hyper_eadv2.gif);
}

#hyperjump_b
{
	text-decoration:none;
	display:block;
	width:150px;
	height:40px;
	background:url(images/hyper_mail.gif);
	margin:3px auto;
}

#hyperjump_b:hover
{
	background:url(images/hyper_mail2.gif);
}

#hyperjump_c
{
	text-decoration:none;
	display:block;
	width:104px;
	height:120px;
	background:url(images/hyper_ucsi.png);
	margin:3px auto;
}

#hyperjump_c:hover
{
	background:url(images/hyper_ucsi.png);

}

#hyperjump_d
{
	text-decoration:none;
	display:block;
	width:150px;
	height:50px;
	background:url(images/hyper_tadika.gif);
	margin:3px auto;
}

#hyperjump_d:hover
{
	background:url(images/hyper_tadika2.gif);
}

#hyperjump_e
{
	text-decoration:none;
	display:block;
	width:150px;
	height:90px;
	background:url(images/webTV2.gif);
	margin:3px auto;
}

#hyperjump_e:hover
{
	background:url(images/webTV.gif);
}

#hyperjump_f
{
	text-decoration:none;
	display:block;
	width:150px;
	height:90px;
	background:url(images/photo.gif);
	margin:3px auto;
}

#hyperjump_f:hover
{
	background:url(images/photo2.gif);
}
/* Index Quote */

blockquote.index
{
	font-size:1.25em;
	font-family:Tahoma, Sans-serif;
	color:#666;
	background-color:#fff;
	background:url(images/quote_left.gif) top left no-repeat;
}

blockquote.index div
{
	padding:0 40px;
	background:url(images/quote_right.gif) bottom right no-repeat;
}

blockquote.index p
{
	font-size:0.7em;
	font-family:Roman, Serif;
	text-align:right;
}

/* Image Centering */
div.imgcentre
{
	text-align:center;
	margin:20px;
}

p.caption
{
	margin:0;
	padding:0;
	font-size:0.8em;
	font-style:italic;
}

/* Gallery Thumbnail */

img.thumb
{
	border:2px solid #ccc;
}


img.thumb:hover
{
	border:2px solid #000;
}


/* Section Header */

h1.section
{
	font-size:1.4em;
	margin:20px 20px;
	border-bottom:3px solid #666;
}

h2.section
{
	font-size:1.2em;
	font-weight:bold;
	margin:10px 20px;
}

h3.section
{
	font-size:1em;
	font-weight:bold;
	margin:10px 20px;
}

h4.section
{
	font-size:0.9em;
	font-weight:bold;
	margin:0px 20px;
}


/* Section Links */

div#sectionlink
{
	width:190px;
	border:1px solid #ccc;
	float:right;
	margin:0 0px 5px 0;
	display:inline;
}

#sectionlink ul
{
	margin:0;
	padding:10px 20px;
	list-style-type:none;
}

#sectionlink a
{
	text-decoration:none;
	font-weight:bold;
	color:#903;
	background-color:#fff;
}

#sectionlink a:hover
{
	color:#999;
	background-color:#fff;
}

#sectionlink p
{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#369;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}

/* Simple List */

ul.simple
{
	font-size:0.8em;
	margin:0 20px 20px 20px;
	padding-left:50px;
	line-height:1.6em;
}

/* Haiku */

dl.haiku
{
	font-size:1.1em;
	font-family: "Times Roman", fantasy, serif;
	font-style:italic;
	margin-left:0;
}

/* Two column display. table */

table#sch_desc
{
	margin:25px 25px;
	font-size:0.9em;
}

#sch_desc td
{
	padding:10px;
}

#sch_desc img
{
	border:1px solid #ccc;	
}

/* DD, DT and DL */

dl
{
	font-size:0.9em;
	margin:20px;
}

/*NEWS ITEMS*/

/* News Box */

div#newsbox
{
	width:190px;
	border:1px solid #ccc;
	float:right;
	clear:both;
	display:inline;
	color:#666;
	background-color:#fff;
	margin-bottom:5px;
}

#newsbox ul
{
	list-style-type:square;
	margin:0px 10px;
	padding:10px 20px;
	font-size:0.75em;
	line-height:1.5em;
	color:#000;
	background-color:#fff;
}

#newsbox a
{
	color:#666;
	background-color:#fff;
}

#newsbox a:hover
{
	text-decoration:none;
}

div.headline
{
	margin:20px;
}

.headline a
{
	font-size:1em;
	font-weight:bold;
	color:#666;
	background-color:#fff;
	text-decoration:none;
}

.headline a:hover
{
	text-decoration:underline;
}

.headline p
{
	font-size:0.7em;
	margin:0;
}

img
{
	border:none;	
}

h1.news
{
	font-size:0.9em;
	font-weight:bold;
	margin-left:20px;
	line-height:1.3em;
}

blockquote.dialogue
{	
	font-size:0.75em;
	line-height:1.3em;
}


/* Contact page */

div.contact
{
	text-align:center;
	margin:20px 0 40px 0;
}

#contact a
{
	text-decoration:none;	
}

/* Eadvantage Special Highlight */

#navigation span
{
	font-weight:bold;
}

#sectionlink span
{
	color:green;
	background-color:#fff;
}

#sectionlink span:hover
{
	color:#666;
	background-color:#fff;
}

/*tabular data*/

.tabular
{
	font-size:0.8em;	
}

table.tabular
{
	border:1px solid #666;
	border-collapse:collapse;
	margin:12px auto;
}

.tabular td
{
	border:1px solid #ccc;
	padding:8px;
	font-size:0.9em;
}

/* BEV Formatting */

h1.bev
{
	color:#666;
	background-color:#fff;
	font-size:1.4em;
	margin:0 0 0 20px;
}

h2.bev
{
	color:#666;
	background-color:#fff;
	font-size:1.2em;
	margin:0 0 0 20px;
	font-weight:normal;
}

h3.bev
{
	color:#666;
	background-color:#fff;
	font-size:0.8em;
	margin:3px 0 30px 20px;
	font-weight:normal;
}

p.desc
{
	font-size:0.75em;
	font-style:italic;
	margin:40px 20px 20px 20px;
	text-align:left;
}

/* BEV Biobox */

div#bio
{
	width:190px;
	border:1px solid #ccc;
	float:right;
	clear:both;
}

#bio img
{
	border:1px solid #ccc;
}

#bio dl
{
	color:#666;
	background-color:#fff;
	font-size:0.7em;
	text-align:center;
	margin:0 0 10px 0;
}

#bio span
{
	font-size:1.4em;
	font-weight:bold;
}

#bio ul
{
	list-style-type:square;
	margin:0px 10px;
	padding:10px 20px;
	font-size:0.75em;
	line-height:1.5em;
	color:#000;
	background-color:#fff;
	text-align:left;
}

#bio a
{
	color:#666;
	background-color:#fff;
}

/*bev excerpt*/

div#bev_excerpt
{
	width:190px;
	float:right;
	clear:both;
	border:1px solid #ccc;
	margin:5px 0 0 10px;
	color:#666;
	background-color:#fff;
	overflow:auto;
	height:415px;
}

#bev_excerpt dt
{
	font-size:0.8em;
}

#bev_excerpt dd
{
	margin:0 0 10px 6px;
	font-size:0.7em;
}

#bev_excerpt p
{
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #666;
	margin:10px 10px 5px 10px;
}

#bev_excerpt a
{
	text-decoration:none;
	color:#369;
	background-color:#fff;	
}

#bev_excerpt a span
{
	color:#369;
	background-color:#fff;	
}


#bev_excerpt a:hover
{
	color:#000;
	background-color:#fff;	
}

#bev_excerpt h4
{
	font-size:0.85em;
	font-weight:bold;
	margin:5px 0px -15px 10px;
}

/*Additions - Remove as needed */

div#advert
{
	width:190px;
	float:right;
	clear:both;
	text-align:center;
	border:1px solid #ccc;
	margin-top:5px;
	padding:5px 0;
	background-color:#fff;
}

/*eAdvantage Main*/

div#eadv
{
	width:500px;
	margin: 80px auto;
	text-align:center;
}

#eadv a
{
	display:block;
	border:2px solid #fff;
	margin-bottom:20px;
	padding:10px;
}

#eadv a:hover
{
	border:2px solid #ccc;
}

div#eadv_footer
{
	text-align:center;
	font-size:0.7em;
}

a#small
{
	color:blue;
	font-size:0.7em;
	text-align:center;
	display:block;
}