/* zero out for cross-browser consistency */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* set defaults for regular html */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center; /*centre for ie5 */
	background: #f0f0f0 url(/images/bg_body.gif) top center repeat-y;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	color: #5B649B;
	font-size: 16pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0 0 0.66em 0;
}
	
h2 {
	color: #5B649B;
	font-size: 13pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h3 {
	color: #5B649B;
	font-size: 10pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h4 {
	color: #5B649B;
	font-size: 10pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
}

a:link {
	text-decoration: underline; 
	color: #aa6b1c;
}

a:visited { 
	text-decoration: underline; 
	color: #aa6b1c;
}

a:active { 
	text-decoration: underline; 
	color: #aa6b1c;
}

a:hover { 
	text-decoration: none; 
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}	

code {
  font-family: courier, monospace;
  background: #ccc;
}

form {
	margin: 0;
	padding: 0;
}

/* for clearing floating divs */

.clear {
	clear: both;
}

/* custom inline styles */

.alert {
	color: #c00; 
}

.hilite {
	background: #ff6;
}

/* template and widget styles in top-down order */

#background {
	text-align: left; /* centre for compliant browsers*/
}

#container {
	margin: auto; 
	width: 940px; 
}

/* usuable content width is 924px */

#content {
	padding: 8px 0;
	margin: 0 8px;
	min-height: 100%;
	height: 100%;
	min-height: 500px;
	/* IE6 */
	height: auto !important;
	height: 500px; 
}

/* userbar */

#userbar-wrap {
	height: 22px;
	background: #000 url(/images/nav/userbar-bg.gif) top left repeat-x;
}

#userbar {
	width: 940px;
	height: 22px;
	margin: auto;
	color: #fff;
	font-family: verdana;
	font-size: 8pt;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #userbar-title {
	margin-top: 4px;
	margin-left: 8px;
	width: 300px;
	float: left;
	font-weight: bold;
}

#userbar #userbar-links {
	margin-top: 4px;
	margin-right: 8px;
	width: 600px;
	float: right;
	text-align: right;
}

/* masthead */

#masthead-wrap {
	background: #fff url(/images/masthead-bg.gif) top left repeat-x;
}

#masthead {
	margin: 0 auto; 
	width: 940px; 
	height: 72px;
	background: #fff url(/images/masthead.gif) top left no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #masthead-logo a {
	display: block;
	width: 940px;
	height: 72px;
}

#masthead #masthead-logo a span {
	display: none;
}

/* nav */

#nav-wrap {
	margin-top: 0px;
	height: 175px;
}

#nav {
	width: 940px;
	height: 175px;
	margin: auto;
}

#nav a#nav-logo {
	width: 164px;
	height: 162px;
	padding: 0;
	margin-left: 20px;
	display: block;
	float: left;
	background-image: url(/images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav a#nav-logo span {
	display: none;
}

#nav-menu { 
	background-image: url(/images/navigation.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 730px;
	margin-top: 72px;
	float: left;
}

#nav h1 {
	margin: 0;
}
		
#nav-menu ul li {
	list-style: none;
	float: left;
	width: 133px;
}

ul#nav-main {
	padding: 0 0 0 48px;
	margin: 22px 0 0 0;
	width: 665px;
	height: 24px;
} 

ul#nav-main li a {
	height: 24px;
	width: 133px;
	display: block;
	color: #aa6b1c;
	text-decoration: none;
	text-align: center;
}

ul#nav-main li a:hover{
	text-decoration: underline;
}

ul#nav-main li a:hover.active{
	text-decoration: none;
}

ul#nav-main li a.active{
	color: #5b649b;
}

ul#nav-sub {
	padding: 0 0 0 48px;
	margin: 20px 0 0 0;
	width: 665px;
	height: 24px;
} 

ul#nav-sub li a {
	display: block;
	height: 24px;
	width: 133px;
	color: #aa6b1c;
	text-decoration: none;
	text-align: center;
}

ul#nav-sub li a:hover {
	text-decoration: underline;
}

ul#nav-sub li a.active {
	color: #5b649b;
}

ul#nav-sub li a:hover.active {
	text-decoration: none;
}

#menubar-wrap {
	background: #649142;
}

#menubarbox {
	margin: auto;
	width: 940px; 
}

#popup #menubarbox {
	width: 100%; 
}

/* menubar */

#menubarbox #skip {
	display: none;
}

#menu {
	margin: 0;
	padding: 0;
	clear: both;
}

#menu ul {
	margin: 0 auto;
	padding: 4px 0;
	list-style: none;
} 

#menu ul li {
	list-style: none;
	display: inline;
	padding: 0;	
	margin: 0;
}
			
#menu ul li.active {
	display: inline;
}

#menu a {
	padding: 1px 20px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	width: 100px;
}

#menu li.active a {
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.active a:hover {
}

#menu ul li.active a {
	font-weight: bold;
	color: #fff;
}

/* dropdown */

#dropdown-wrap {
	background: #ccc;
	border-bottom: 1px solid #999;
	height: 24px;
}

/* use this to set the width and height */
#dropdown {
	margin: auto;
	width: 940px; 
	height: 24px;
}

#dropdown ul {
	margin: 0;
	padding: 0;
}

/* use this to position the tabs, eg margin auto or left */
#dropdown ul.dropdown-tabs {
	margin-left: 8px;
}

#dropdown li {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 8pt;
	line-height: 12pt;
	list-style: none;
}

#dropdown li.dropdown-tab {
	line-height: 17pt;
}

#dropdown li.dropdown-item {
	line-height: 17pt;
}

#dropdown li:hover ul , #dropdown li.sfhover ul {
	left: auto;
	z-index: 100;
}


#dropdown ul li ul {
	position: absolute;
	width: 154px;
	left: -999em;
	z-index: 100;
}

#dropdown ul li ul li {
	line-height: 20px;
}

/* fix ie7 sticky bug */
#dropdown li:hover, #dropdown li.hover {
    position: static;
}

#dropdown ul li a {
	margin: 0;
	display: block;
	text-align: left;
	width: 154px;
	min-height: 24px;
	text-decoration: none;
	color: #000;
}

#dropdown ul li.dropdown-tab a {
	min-height: 24px;
}

/* set the inset of the tab title in it's box */
#dropdown ul li a span {
	padding-left: 2px;
}


/* use this to set left and right borders for dropdown items, and
inset of item text from those borders via padding */


#dropdown ul li ul li a span {
	display: block;
	min-height: 24px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding-left: 2px;
	padding-right: 2px;
}

#dropdown ul li a:hover {
	color: #fff;
	background: #666;
}

#dropdown ul.dropdown-tabs {
	margin-left: 8px;
}

#dropdown ul.dropdown-tabs li a.dropdown-active {
	display: block;
	font-weight: bold;
}

/* use this to set the bottom border of the menus */
#dropdown ul.dropdown-items {
	border-bottom: 1px solid #999;
}

/* use this to set the bottom above each menu item */
#dropdown ul.dropdown-items a {
	border-top: 1px solid #999;
		background:  #ccc;
}

#dropdown ul.dropdown-items a:hover {
	color: #fff;
	background: #F18812;
}

/* templates - keep structural elements namespaced and grouped together */

#home {
}

#home #home-main {
	float: right;
	width: 760px;
	min-height: 400px;
}

#home #home-flash {
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	width: 752px;
}

#home #home-main h1 {
	margin-top: 0;
}

#home #home-sidebar {
	float: left;
	width: 147px;
	margin-top: 295px;
}

ul#home-buttons {
	width: 752px;
	height: 114px;
	display: block;
	margin-left: 0;
}

ul#home-buttons li {
	float: left;
	width: 161px; 
	height: 114px;
}
ul#home-buttons li a span {
	display: block;
	width: 161px; 
	height: 114px;
	text-align: center;
	color: #B0752B;
	text-decoration: none
}

ul#home-buttons li a:hover {
	font-weight: bold;
	color: #5B649B;
	}

ul#home-buttons li#home-buttons-school-tour {
	background:#fff url(/images/school-tour.jpg) bottom no-repeat;
	margin-right: 35px;
}

ul#home-buttons li#home-buttons-school-profile {
	background:#fff url(/images/school-profile.jpg) bottom no-repeat;
	margin-right: 35px;
}

ul#home-buttons li#home-buttons-enrolment-policy {
	background:#fff url(/images/enrolment.jpg) bottom no-repeat;
	margin-right: 35px;
}

ul#home-buttons li#home-buttons-my-internet {
	background:#fff url(/images/my-internet.jpg) bottom no-repeat;
}


/* news latest?? */

#home #home-news {
}

.news-item {
	margin-top: 16px;
}

.news-index-image {
	width: 80px;
	height: 80px;
	float: right;
	margin-left: 16px;
}

.news-index-detail {
}

.news-index-item h3 {
	margin: 0;
}

.news-index-item p {
	margin-top: 4px;
}

#index {
	padding-left: 200px;
	padding-right: 70px;
}

#page {
}

#page #page-sidebar {
	float: left;
	width: 147px;
	margin-top: 265px;
}	


#page-sidebar ul li .active {
	font-weight: bold;
}

#page #page-main {
	width: 730px;
	float: right;
	padding-left: 24px;
	margin-right: 10px;
}

#page-main h1 {
	color: #5B649B;
}

#page-main h1 a {
	color: #B0752B;
}

#page-main ul {
	list-style: disc;
	margin: 4px 0 4px 16px;
}

#contact {
}

#contact #page-main {
}

.page-index {
}

.page-index-item {
	margin-top: 16px;
}

.page-index-image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.page-index-detail {
}

.page-index-item h3 {
	margin: 0;
}

.page-index-item p {
	margin-top: 4px;
}

/* general-use widgets */

/* sidemenu */

#sidemenu {
	margin: 0;
	padding: 4px;
	-moz-border-radius: 4px; 
}

#sidemenu a {
	color: #B0752B;
}	

#sidemenu h4 {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}	

#sidemenu h2 a:link, #sidemenu h2 a:visited {
	text-decoration: none;
	color: #B0752B;
}	

#sidemenu h2 a:hover {
	text-decoration: underline;
}	

#sidemenu ul {
	padding: 0;
	margin: 4px 8px;
	list-style-type: none;
	color: #B0752B;
} 

#sidemenu li {
	margin: 0;
	padding: 0;
}

#sidemenu li a {
	color: #B0752B;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 4px;
	margin-right: 2px;
    position:relative; 
}

#sidemenu li a:link, #sidemenu li a:visited {
	color: #B0752B;
	text-decoration: none;
	font-size: 8pt;
}

#sidemenu li a:hover {
	background: #fff;
	color: #5B649B;
}
	
}

#sidemenu li a.static:hover {
	color: #B0752B;
}

.embedtv {
	margin: 8px;
}

/* /blog module-widget */

#blog {
	min-height: 300px;
}

#blog .blog-post-title {
	background: #fff url(/images/blog/blog-post-title.gif) top left no-repeat;
	width: 676px;
	height: 25px;
	margin-bottom: 0;
}

#blog .blog-post-title span {
	padding-left: 6px;
}

#blog .blog-post-title a:link, #blog .blog-post-title a:visited {
	color: #000;
	text-decoration: none;
}

#blog .blog-post-title a:hover {
	color: #00c;
	text-decoration: underline;
}

#blog .blog-post-meta {
	margin-top: 4px;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 4px;
}

#blog .blog-post p {
	margin-left: 4px;
	margin-right: 4px;
}

#blog .blog-post-categories {
	text-align: center;
}

#blog #blog-sidebar {
	margin: 0;
	width: 240px;
	float: right;
}	

#blog #blog-sidebar-top {
	width: 240px;
	height: 4px;
	background-image: url(/images/blog/blog-sidebar-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden; /* IE6 */
}	

#blog #blog-sidebar-bg {
	width: 240px;
	background-image: url(/images/blog/blog-sidebar-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	border-bottom: 0px solid white;
}	

#blog #blog-sidebar-inner {
	margin: 0 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}	

#blog #blog-sidebar-inner p {
	margin-bottom: 0; /* firefox collapsing margins */
}	

#blog #blog-sidebar-bottom {
	margin: 0;
	width: 240px;
	height: 7px;
	background-image: url(/images/blog/blog-sidebar-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#blog #blog-sidebar h2 {
	margin-top: 0;
	font-size: 10pt;
}	

#blog #blog-sidebar h2 a {
	color: #000;
}	

#blog #blog-sidebar h3 {
	font-size: 10pt;
}	

#blog #blog-sidebar h3 a {
	color: #000;
}	

#blog .blog-xml-link {
	text-align: center;
}

#blog #main {
	padding-bottom: 8px;
	width: 676px;
	float: left;
}

#blog #main h3#comments-title {
	font-size: 9pt;
	background: #f6f6f6;
	border-top: 1px solid #c9c9c9;
	padding: 2px 2px 2px 4px;
}

#blog .comment-top {
	margin-top: 1em;
	background: #fff url(/images/blog/comment-top.gif) top left no-repeat;
	width: 676px;
	height: 4px;
	overflow: hidden; 
}

#blog .comment {
	background: #fff url(/images/blog/comment-bg.gif) top left repeat-y;
	padding: 4px;
}

#blog .comment p {
	margin: 0 0 0 4px;
}

#blog .comment-meta {
	background: #fff url(/images/blog/comment-meta-bg.gif) top left no-repeat;
	padding: 4px;
	height: 24px;
}

#blog .comment-meta p {
	margin: 6px 0 0 48px;
}

/* /gallery module-widget (enabled if /gallery page attached to home) */

#gallery {
}

#gallery .gallery-item {
	width: 223px; /* 4 items across in 924px */
	float: left;
	text-align: center;
	margin: 4px;
}

#gallery .gallery-item .gallery-item-image {
	width: 223px;
	height: 190px;
	margin: 0 auto;
}

#gallery .gallery-item .gallery-item-image a {
	display: block;
	width: 225px;
	height: 190px;
}

#gallery .gallery-item .gallery-item-image a span {
	display: none;
}

#gallery .gallery-item h3 {
	text-align: center;
}

#gallery .gallery-item h3 a {
	color: #4E7033;
}

#gallery p {
	text-align: center;
}

#gallery #simpleviewer {
}

/* page-gallery for Gallery page formatting (include/page_render) -
you will need to adjust sizes if page-main has different width to
default. */

#page-gallery {
	margin: 8px 0;
	padding: 8px 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#page-gallery #page-gallery-thumbnails {
	width: 188px;
	float: left;
}

/* thumbs images are 70x50px max */
#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail {
	width: 80px;
	height: 60px;
	text-align: center;
	margin: 0 4px 4px 0;
	float: left;
}

#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail img {
	border: 1px solid #000;
	margin: auto;
}

#page-gallery #page-gallery-zoom {
	width: 480px;
	float: right;
	text-align: left;
}

#page-gallery #page-gallery-zoom img {
	border: 1px solid #000;
}

#page-gallery #page-gallery-zoom h3 {
	text-align: left;
}

#page-gallery #page-gallery-zoom p {
	text-align: left;
}

/* footer */

#footer-wrap {
	margin-top: 12px;
	margin-bottom: 8px;
}

#footer {
	margin: auto;
	padding: 8px 0;
	text-align: center;
	background: #fff url(/images/bg_footer.gif) top center repeat-x;
}

#footer p{
	color: #5B649B;
	padding-top: 8px;
	margin-top: 0;
}
#footer a {
	color: #B0752B;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#page #footer {
	margin-left: 147px;
}


/* common elements */
 
#controller {
	margin: 0 auto 4px auto;
	background: #f6f6f6;
	color: #000;
	padding: 6px;
	-moz-border-radius: 4px;
}

#controller table {
	width: 100%;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	
width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	width: 100%;
}

#selector table td {
	padding: 0;
}


#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}


/* title */

table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 4px;
	margin: 0 auto 4px 0;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 10pt;
	background: none;
	color: #000;
	margin: 0 0 0 4px;
}

table#title td h1 a {
	color: #000;
}

.summary {
	margin-top: 4px;
	margin-right: 16px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px
}	


.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

.summary p{
	color: #5B649B;
}
.summary a {
	color: #B0752B;
	text-decoration: none;
}
.summary a:hover{
	color: #5B649B;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	


#trail {
	text-align: center;	
	margin: 8px;
}

/* for text_parse_structured table of contents */

#toc {
	background: #ffe;
	border: 1px solid #eed;
}	

#toc ul {
	list-style: none;
	line-height: 140%;
	margin: 4px 0 4px 8px;
}	

/* for text_parse_structured tables */

table.markup {
}

table.markup caption {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 2px;
}

table.markup thead {
	background: #ffe;
	border: 1px solid #000;
	padding: 2px;
}

table.markup td {
	border: 1px solid #333;
	padding: 2px;
	vertical-align: top;
}

/* dataset - for tabulated data */

.dataset {
	margin-top: 4px;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* formbox */

.formbox {
	background: #f6f6f6;
	-moz-border-radius: 4px; 
	padding: 4px;
	border: 1px solid #ddc;
	margin-bottom: 8px;
}

.formbox h2 {
	background: #ffe;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 8px;
	margin-top: 0;
	-moz-border-radius: 4px; 
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #ffe;
}

.formbox thead td {
	background: #ffe;
}

.formbox thead td {
	border-bottom: 1px solid #ddc; 
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

.formbox textarea {
	font-size: 10pt;
}
