/*********/
/* RESET */
/*********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/***********/
/* GENERAL */
/***********/

html, body {
	background: #264667;
	color: black;
	}
	
body	{
	line-height: 1;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
#container {
	position: relative;
	margin: 30px auto;
	width: 990px;
	background: white;
	color: #4e4e4e;
	}
	
p { padding-bottom: 1em; }
	
ul { list-style: none; }

em 	{
	font-style: italic;
	font-weight: normal;
	}
	
strong 	{
	font-style: normal;
	font-weight: bold;
	color: black;
	}
	
a, a:link, a:visited { 
	color: #006;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #816;
	text-decoration: underline;
	}

/* link image borders */	
a:hover img, a:active img, a:focus img { outline: none; }

input, textarea, select, button, .button {
	display: inline;
	border: solid 1px black;
	background: #CCC;
	}

input[type="hidden"] { display: none !important; }

input.disabled, textarea.disabled {
	background: white;
	}

input[type="submit"], input[type="reset"], button, .button {
	cursor: pointer;
	background: #264667;
	color: white;
	text-decoration: none;
	}
	
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover, .button:active,
input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .button:focus { 
	background: #006;
	color: white;
	text-decoration: none;
	}	

/* tables still need 'cellspacing="0"' in the markup */table {
	table-layout: auto;	border-collapse: separate;	border-spacing: 0;	}caption, th, td {	text-align: left;	font-weight: normal;	}
	
/*****************/
/* SITE SPECIFIC */
/*****************/

/*
  Layout blocks
  -------------
*/

#header {
	position: relative;
	height: 190px;
	background: white url(../images/logo.gif) scroll no-repeat 0px 42px;
	padding-bottom: 3em;
	}
	
#nav {
	position: absolute;
	top: 190px;
	margin-top: 2.5em;
	bottom: 0;
	left: 0;
	width: 8.5em;
	max-width: 138px;
	overflow: hidden;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	}

#content {
	min-height: 32em;
	margin: 0 38px 0 138px;
	padding-bottom: 6em;
	font-size: 1.2em;
	line-height: 1.3;
	}
	
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8em;
	}

/*
  Header
  ------
*/

#header h1 {
	height: 150px;
	background: transparent url(../images/header_complete.jpg) scroll no-repeat top right;
	}

#header h1 a {
	display: block;
	height: 100%;
	text-indent: -5000px;
	}

#sitemap-link {
	position: absolute;
	right: 115px;
	bottom: 170px;
	}

#sitemap-link a {
	color: #264667 !important;
	text-decoration: none !important;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#nav-search {
	position: absolute;
	top: 171px;
	left: 90px;
	width: 500px;
	}
	
#nav-search div * {
	display: inline;
	border: none;
	color: #264667;
	font-size: 1.2em;
	white-space: nowrap;
	}
	
#searchTerms {
	width: 130px;
	padding-right: 10px;
	}
	
#search {
	position: absolute;
	left: -5000px;
	width: 500px;
	}
	
#header-inset-images {
	position: absolute;
	top: 110px;
	right: 0;
	}

#header-inset-images div {
	position: relative;
	float: left;
	height: 70px;
	width: 100px;
	margin-right: 40px;
	}
	
#header-inset-images div img {
	position: absolute;
	top: 0;
	left: 0;
	border: solid 3px #264667;
	}
	
/*
  Other headings
  --------------
*/

h2, h2 a:link, h2 a:visited {
	color: #e23432;
	font-size: 1.6em;
	padding-bottom: 1em;
	text-decoration: none;
	}
	
h3, h3 a:link, h3 a:visited, h4, h5, h6
	{
	color: #e23432;
	font-size: 1.2em;
	padding-bottom: 1em;
	text-decoration: none;
	}
	
/* 
  Nav
  ---
*/

#nav a:link, #nav a:visited { 
	color: white;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active, #nav a:focus {
	color: white;
	text-decoration: underline;
	}

#nav li {
	padding: 1em 5px 0.5em 10px;
	min-height: 2.5em;
	}
	
#nav ul ul {
	position: absolute;
	left: -5000px;
	padding-top: 3px;
	padding-left: 10px;
	width: 75px;
	overflow: hidden;
	}
	
#nav li li {
	padding: 2px 0;
	height: auto;
	min-height: 0;
	font-size: 0.9em;
	font-weight: normal;
	}	
	
#nav ul li:hover {
	height: auto;
	min-height: 2.5em;
	}
	
#nav ul li:hover ul, #nav ul li.active ul {
	position: static;
	}

#nav ul li:hover ul li, #nav ul li.active ul li {
	height: auto;
	}

#nav ul li:hover ul li:hover, #nav ul li.active ul li:hover {
	min-height: 0;
	}

/*
  Nav colours
  -----------
*/
#nav1 {
	background: #ac1417 url(../images/tabs/home.gif) scroll no-repeat top right;
	}

#nav2 {
	background: #F4C013 url(../images/tabs/about.gif) scroll no-repeat top right;
	}

#nav58 {
	background: #00a5cd url(../images/tabs/news.gif) scroll no-repeat top right;
	}
	
#nav3 {
	background: #66913f url(../images/tabs/curriculum.gif) scroll no-repeat top right;
	}
	
#nav5 {
	background: #002645 url(../images/tabs/students.gif) scroll no-repeat top right;
	}

#nav6 {
	background: #a49e00 url(../images/tabs/parents.gif) scroll no-repeat top right;
	}

#nav7 {
	background: #5F0159 url(../images/tabs/fe.gif) scroll no-repeat top right;
	}

#nav8 {
	background: #ED9604 url(../images/tabs/contact.gif) scroll no-repeat top right;
	}

#nav95 {
	background: #006B6E url(../images/tabs/schoolportal.gif) scroll no-repeat top right;
	}

#nav	{
	background: #ED9604 url(../images/container_corner_bl.gif) scroll no-repeat bottom left;
	padding-bottom: 65px;
	}
	
/* 
  Nav special cases
  -----------------
*/

#nav95 > a {
	cursor: default !important;
	text-decoration: none !important;
	}
	
/*
  Breadcrumbs
  -----------
*/

body.hidecrumb #breadcrumb {
	position: absolute;
	left: -5000px;
	}

#breadcrumb {
	float: right;
	position: relative;
	width: 270px;
	min-height: 200px;
	}
	
#breadcrumb-links {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 88px;
	height: 88px;
	text-indent: -5000px;
	}
	
body.up1 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/home.88.png) scroll no-repeat bottom right;
	}
body.up2 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/about.88.png) scroll no-repeat bottom right;
	}
body.up19 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/news.88.png) scroll no-repeat bottom right;
	}
body.up3 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/curriculum.88.png) scroll no-repeat bottom right;
	}
body.up58 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/news.88.png) scroll no-repeat bottom right;
	}
body.up5 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/students.88.png) scroll no-repeat bottom right;
	}
body.up6 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/parents.88.png) scroll no-repeat bottom right;
	}
body.up7 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/fe.88.png) scroll no-repeat bottom right;
	}
body.up8 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/contact.88.png) scroll no-repeat bottom right;
	}
body.up95 #breadcrumb-links {
	background: transparent url(../images/breadcrumbs/schoolportal.88.png) scroll no-repeat bottom right;
	}

/* 
  Home page
*/

#important-notice {
	float: right;
	margin: 0 38px 19px 19px;
	width: 234px;
	background: #1e364f;
	}

#important-notice * {
	color: white !important;
	}
	
#important-notice h3 {
	padding: 0 10px;
	line-height: 1.5;
	background: #f00;
	font-size: 1.7em;
	}

#important-notice h4 {
	margin: 10px;
	padding: 0;
	font-weight: normal;
	font-size: 1.7em;
	}

#important-notice p {
	margin: 10px;
	padding: 0;
	}

#important-notice .read-more {
	margin: 10px;
	text-transform: uppercase;
	}

#important-notice .read-more a:link, #important-notice .read-more a:visited {
	text-decoration: none;
	font-weight: bold;
	}

/*
  Lists
  -----
*/

ul#news-list li, ul#calendar-list li, ul#download-list li {
	clear: left;
	margin-bottom: 1em;
	}
	
ul#calendar-list li {
	min-height: 66px;
	}

ul#calendar-list .list-image {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 0 1em 0;
	}
	
ul#calendar-list h3, ul#calendar-list div {
	margin: 0 0 0 76px;
	padding: 0;
	}

ul#download-list li {
	min-height: 44px;
	}

ul#download-list .list-image {
	float: left;
	width: 44px;
	height: 44px;
	margin: 0 0 1em 0;
	}

ul#download-list h3 {
	font-size: 1em;
	margin: 0 0 0 54px;
	padding: 0;
	}

ul#news-list li {
	min-height: 45px;
	}

ul#news-list .list-image {
	float: left;
	width: 50px;
	height: 45px;
	margin: 0 0 1em 0;
	}

ul#news-list h3 {
	margin: 0 0 0 60px;
	padding: 0;
	}

/*
  Subnav
  ------
*/

#subnav li {
	float: left;
	width: 220px;
	height: 2em;
	text-align: center;
	}

#subnav li a {
	text-decoration: none !important;
	font-size: 1.1em;
	font-weight: bold;
	}		

/*
  Depts
  -----
*/

#dept-list li, #dept-menu li {
	float: left;
	width: 220px;
	height: 2em;
	text-align: center;
	}
	
#dept-list li a, #dept-menu li a, #dept-up a {
	text-decoration: none !important;
	font-size: 1.1em;
	font-weight: bold;
	}	

#dept-up {
	margin-bottom: 1em;
	}

/* 
  Calendar
  --------
*/

#term-menu li {
	padding-bottom: 1em;
	}
	
#term-menu li a, #cal-up a {
	text-decoration: none !important;
	font-size: 1.1em;
	font-weight: bold;
	}	

.event-start, .event-end {
	font-weight: bold;
	}

#cal-up {
	margin-bottom: 1em;
	}

/*
  Content
  -------
*/
	
#content .richtext-container {
	clear: left;
	margin-right: 308px;
	}
	
.column {
	float: left;
	width: 234px;
	}
	
.column2 {
	margin-left: 38px;
	}
	
.column img {
	max-width: 100%;
	}

.download-link-stand-alone {
	clear: left;
	margin: 2em 0;
	padding-left: 54px;
	min-height: 44px;
	background: url(../images/icons/download.png) scroll no-repeat top left;
	color: #e23432;
	font-weight: bold;
	font-size: 1.2em;
	}

.get-adobe-reader {
	margin-top: 20px;
	}

.prev-jump-next {
	width: 100%;
	height: 4em;
	}

.prev-jump-next span {
	float: left;
	margin-right: 2em;
	font-weight: bold;
	}

/*
  Sitemap
  -------
*/

#sitemap ul {
	padding-bottom: 20px;
	}

#sitemap li a {
	color: #e23432 !important;
	font-weight: bold;
	}
	
#sitemap li li a {
	color: black !important;
	font-weight: normal;
	}

#sitemap ul ul {
	padding-left: 15px;
	}
	
#sitemap ul ul ul {
	padding-left: 30px;
	}

#sitemap ul ul ul ul {
	padding-left: 45px;
	}

#sitemap ul ul ul ul {
	padding-left: 60px;
	}
	
/*
  Search results
  --------------
*/

#search-re-search {
	margin: 1em 0 2em 0;
	}
	
p.search-insfo {
	color: #e23432;
	font-weight: bold;
	}
	
.search-result-item h3 {
	font-size: 1em;
	padding-bottom: 0;
	}
	
.highlight {
	background: #FF0;
	}

/*
  Footer
  ------
*/

#footer-text {
	position: absolute;
	left: 138px;
	width: 517px;
	text-align: center;
	line-height: 1.5;
	}
	
#footer-text * {
	color: #264667 !important;
	}
	
#footer-logos {
	text-align: center;
	margin: 0 19px 0 662px;
	}

#footer-logos a {
	display: inline;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 25px;
	height: 30px;
	padding-bottom: 8px;
	}

#viscom-credit {
	position: absolute;
	top: 100%;
	margin: 18px 0;
	left: 138px;
	}
	
#viscom-credit a {
	display: block;
	width: 100%;
	height: 100%;
	}

/**********************************/
/* Rich text typography (TinyMCE) */
/**********************************/

.richtext-container {
	/* Apply global styles to here, not to <p>
	 * NOTE: this may be more appropriate applied to #content
	 */
	}
	
.richtext-container ul {
	list-style-type: disc;
	padding-left: 2em;
	}
.richtext-container ol {
	list-style-type: decimal;
	padding-left: 2em;
	}

.richtext-container p, .richtext-container li {
	padding-bottom: 1em;
	}

.richtext-container sup { vertical-align: top; font-size: 60%; }

.richtext-container sub { vertical-align: bottom; font-size: 60%; }

.richtext-container td, .richtext-container th {
	padding: 0.5em;
	}

/*****************/
/* Enquiry forms */
/*****************/
	
#content form * { font-size: 100%; }

#content form div {
	margin: 1em 0;
	clear: left;
	}
	
#content label {
	float: left;
	width: 140px;
	margin-bottom: 1em;
	text-align: right;
	font-weight: bold;
	}
	
#content input, #content textarea {
	display: inline;
	margin-left: 15px;
	}
#content input { 
	width: 220px;
	}
#content textarea {
	width: 400px;
	}

#content .submit input { margin-left: 155px; } /* label width + 'normal' input margin */
	
#content .submit .button {
	padding: 0.15em 1em;
	width: auto;
	}

#content form p { /* notes */
        clear: left;
	margin: 0 0 0 155px;
	padding: 1em 0;
	}

#content form .error { color: #600; }

#content form p.error { margin: 0.1em 0 0.5em 155px; }

/*
  reCaptcha
  ---------
*/

#recaptcha-div, #recaptcha-div div {
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	line-height: 1 !important;
	}
#recaptcha-div {
	margin-left: 155px !important; /* <<<< Site specific */
	}
#enquiry-captcha label {
	margin-top: 72px !important;
	}
#recaptcha-div {
	position: relative !important; /* define as CB */
	width: 456px !important; /* !!!! */
	background: transparent url(../captcha/logo.gif) scroll no-repeat 390px 15px !important;
	}
#recaptcha-div #recaptcha_image {
	border: solid 1px black !important;
	height: 57px !important;
	width: 300px !important;
	background: white !important;
	}
.recaptcha_audio_cant_hear_link {
	padding-left: 1.5em !important;
	font-weight: bold !important;
	}
#recaptcha-controls {
	position: absolute !important;
	top: 15px !important;
	left: 350px !important;
	}
#recaptcha-controls a:link, #recaptcha-controls a:visited {
	display: block !important;
	margin-bottom: 5px !important;
	width: 25px !important;
	}
#recaptcha-controls a img {
	outline: none !important;
	border: none !important;
	}
#recaptcha-controls a:focus, #recaptcha-controls a:active, #recaptcha-controls a:hover {
	outline: solid 2px #F00 !important;
	}
#recaptcha-controls img {
        display: block !important;
        }
#recaptcha-div #recaptcha_response_field {
	margin: 10px 0 0 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
 	width: 300px !important;
	}
