/* 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: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #000; /* primary font color */
	background-color: #333333; /* body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #000066;
}
h2, h4, h6
{
	color: #E90000;
}
a:link, a:visited
{
 color: #000000;
}
a:hover, a:active
{
	color: #E90000;
}
table#tabs a:link, table#tabs a:visited
{
	color: #000000;
}
table#tabs a:hover, table#tabs a:active, table#tabs td.current a:link, table#tabs td.current a:visited, td.current a:hover, table#tabs td.current a:active
{
	color: #E90000; /* Tab link hover colour */
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #C0C0C0; /* left body border */
  font-size: 90%;
}
/* side panel */
#divPanel
{
	background-color: #FFFFFF;
	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
{
	width: 752px;
}
div#title_text
{
	width: 742px;
	height: 36px;
	background-color: #E90000;
	background-image: url(/pics/bg_red_header.jpg);
	color: #FFFFFF;
	padding: 5px 0px 0px 10px;
}
div#title_text h1
{
	display: inline;
	color: #FFF;
	font-weight: bold;
	font-size: 150%;
	margin-right: 10px;
}
div#title_text h2
{
	display: inline;
	color: #FFF;
	font-size: 90%;
	font-weight: normal;
}
/* Footer of webpages */
div#footer
{
	border-left: 1px solid #000;
	border-top: 1px solid #C0C0C0;
	background-color: #000;
}
/* Paragraph text in footer */
div#footer a:link, div#footer a:visited
{
	color: #FFFFFF;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	padding: 6px 10px 5px 11px;
	background-color: #EEEEEE; 
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #C0C0C0;
}
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.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
	border: solid 1px #C0C0C0;
	border-bottom: none;
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
div#backTop
{
  text-align: right;
  font-size: 0.9em;
  color: #ccc;
}
div#backTop a:link, div#backTop a:visited
{
  color: #ccc;
}
div#backTop a:hover, div#backTop a:active
{
  color: #02f;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px 0px 5px 0px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: underline;
}
#divBody
{
  visibility: visible;
  width: 749px;
  min-height: 480px;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 750px;
   position: relative;
	background-color: #FFF;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 10px 5px 10px 5px;
	border: solid 1px #E90000;
}
#divPanel img
{
	padding-bottom: 3px;
	text-align: center;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div.list_item
{
	width: 700px;
	margin-bottom: 5px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
div#footer
{
	width: 719px;
	padding: 5px 15px 10px 15px;
	color: #FFFFFF;
	font-size: 77%;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 750px;
	height: 19px;
	margin-top:3px;
	font-size: 80%;
}
hr
{
	border-top: 1px dashed #C0C0C0;
	border-bottom:1px dashed #C0C0C0;
	border-left: none;
	border-right: none;
}
input.textbox
{
	width: 300px;
	border: solid 1px #C0C0C0;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #C0C0C0;
}
div#location, div#location2
{
	position: relative;
	border: solid 2px #C0C0C0;
	width: 516px;
	color: #000000;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
	width: 750px;
	height: 265px;
}
table.addy
{
	width: 550px;
}
div#topText
{
	padding: 2px 0px 0px 7px;
	background-color: #000;
	color: #FFF;
	height: 21px;
	background-image: url(/pics/bg_toptext.gif);
	background-position: right;
	background-repeat: repeat-y;
}
div#topText a:link, div#topText a:visited
{
	color: #FFF;
	text-decoration: none;
}
div#topText a:hover, div#topText a:active
{
	color: #FFF;
	text-decoration: underline;
}
div#header_right img
{
  border: 0;
}
