/* klixo/try css (c) Klixo Limited. daniel@klixo.net.nz 
  Unauthorised copying or use is prohibited. Customers of Klixo.net.nz may freely
  use this script.
*/
/* ALL SETTINGS IN THIS SECTION CAN BE SAFELY CHANGED */
html, body  
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #fff; /* primary font color */
	background-color: #C1ECF3; /* body background colour */
	background-image: url(../pics/T_Koru-tile.gif);
	background-repeat: repeat;
}	
/* Heading colours and styles */
h1
{
	margin-top: 3px;
	color: #fff;
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
h4, h3, h5, h6
{
	color: #fff;
	font-size: 1.3em;
}
a:hover, table#tabs a:hover
{
	color: #fff; /* Tab link hover colour */
}
#divBody
{
  background-color: #09B; /* Main background colour */
  border: 0px;
  background-image: url(../pics/bg_graduation_new.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
/* side panel */
#divPanel
{
	background-color: #DDDDFF;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
/* Heading style for the side panel */
#divPanel h3
{
	border-top: solid 1px #B80000;
}
/* Masthead of the page */
div#title
{
	border: 0px; 
	background-color: #C1ECF3;
}

/* Paragraph text in footer */
/*div#footer p
{
	font-size: 77%;
}*/
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #0E88AA; /* Non-active Tab Colour */
}
table#tabs td p
{
	font-size: 88%; /* Non-active tab item font size */
}
table#tabs td span
{
	font-size: 60%; /* Secondary tab item font size */
}					
table#tabs td a:link, table#tabs td a:visited				
{
	color: #fff; /* Non-active Tab link color */
	text-decoration: none;
	font-weight: bold;
}
table#tabs td a:hover, table#tabs td a:active 
{
	text-decoration: underline;
}
table#tabs td.current
{
	background-color: #0E88AA; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a:link, table#tabs td.current a:hover, 
table#tabs td.current a:active, table#tabs td.current a:visited
{
	color: #7cd; /* Active Tab link color */
	text-decoration: none;
	font-weight: bold;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
}	
a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 772px;
  min-height: 480px;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 772px;
   position: relative;
  font-size: 0.8em;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 772px;
	padding: 0px;
}
div#topLeft
{
  float: left;
  padding-left: 0px;
}
div#topRight
{
  float: right;
  padding-right: 0px;
}
div.story
{
	padding: 25px 30px 10px 30px;
	min-height: 240px;
}
div.story td
{
	vertical-align: top;
}
div.testimonials
{
	text-align: center;
	padding: 3px 20px;
	margin-bottom: 5px;
}
div.testimonials p
{
	font-size: 160%;
	margin: 3px 0px;
	color: #004653;
}
div.testimonials h3
{
	margin: 0px;
	font-style: italic;
	text-align: right;
	font-size: 1.2em;
	color: #006577;
}
div#crumbs
{
	font-weight: bold;
	margin: -10px 0px 20px 0px;
}
a:link, a:hover, a:visited
{
  color: #fff;
}
a:active
{
  color: #def;
}
div#footer
{
	width: 742px;
	padding: 5px 15px 30px 15px;
}
div.redStrip
{
  width: auto;
  height: 7px;
  background-color: #c03;
  margin-top: 15px;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: auto;
	margin: 0px;
}
table#tabs td
{
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #7CD;
	width: auto;
	font-size: 1.1em;
}
table#tabs td.current
{
	border: 0px;
	width: auto;
	border-right: solid 1px #7CD;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
	margin-bottom: 7px;
	border-bottom: solid 1px #def;
	padding-bottom: 10px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_left img
{
	border: none;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
div.item_right h4
{
	margin: 0px;
}
h4 a:link, h4 a:visited, h4 a:hover
{
	color: #def;
}
h4 a:active
{
  color: #def;
}
div.item_right p 
{
	margin: 3px 0px;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}

/* Table specific styling */
table.form
{
	width: 500px;
	margin-bottom:5px;
}
table.form caption
{
	text-align: left;
	padding: 3px 3px 10px 3px;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
table.footerTable
{
  width: 742px;
  padding: 0px;
}
table.footerTable td
{
  vertical-align: bottom;
}
td.rightAlign
{
  text-align: right;
  line-height: 17pt;
  color: #033;
  font-size: 10pt;
  width: 200px;
}
td.rightAlign p
{
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
  line-height: 10pt;
  margin-top: 5px;
}
div#topMenu
{
  width: 772px;
  height: auto;
  padding: 10px 0px;
  background-color: #0E88AA;
}
div#topMenu table
{
  float: left;
  text-align: left;
}
div#topMenu span
{
  float: right;
  text-align: right;
  padding-right: 15px;
}
.rightTopMenu a:link, .rightTopMenu a:visited
{
  color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.rightTopMenu a:active, .rightTopMenu a:hover
{
	text-decoration: underline;
}
div#topMenuCentre
{
  background-color: #0E88AA;
  padding: 0px 300px;
  width: auto;
  height: auto;
}
p.more a:link, p.more a:hover
{
  color: #fff;
}
p.more a:visited, p.more a:active
{
	color: #def;
}