/* 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: Tahoma, Geneva, sans-serif;
	color: #333; /* primary font color */
	background-color: #eed; /* body background colour */
	font-size: 0.9em; 
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #333;
}
h1
{
  font-size: 1.2em;
  margin-bottom: 5px;
}
h2
{
  font-size: 1.1em;
}
h2, h4, h6
{
	color: #660000;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #0000FF; /* Tab link hover colour */
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  background-image: url(../pics/side_strip.jpg);
  background-repeat: repeat-y;
}
/* 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: #666; 
}
/* Footer of webpages */
div#footer
{
	border: 0px;
	background-color: #eed;
}
/* Paragraph text in footer */
p.footertop
{
	font-size: 12px;
	text-align: center;
	color: #fff;
  margin: 0px;
	padding-top: 6px;
}
p.footermiddle
{
	font-size: 12px;
	text-align: center;
	color: #cc9;
  margin: 0px;
	padding-top: 2px;
}
p.footermiddle a:link, p.footermiddle a:hover, p.footermiddle a:active, p.footermiddle a:visited
{
  color: #cc9;
  text-decoration: none;
}
p.footerbottom
{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #fff;
  margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #666; /* Non-active Tab Colour */
}
table#tabs a:link, table#tabs td.current a:link, table#tabs a:visited, table#tabs a:active
{
  text-decoration: none;
}
table#tabs a:hover, table#tabs td.current a:hover
{
  text-decoration: none;
  color: #cc9;
}
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					
{
	color: #fff; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #666; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #cc9; /* Active Tab link color */
}
/* 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: 750px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 10px auto 10px auto;
   visibility: visible;
   width: 766px;
   position: relative;
   background-image: url(../pics/bg_right_drop.gif);
   background-position: right center;
   background-repeat: repeat-y;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 750px;
}
div#title img
{
  border: 0px;
}
div#title a:link, div#title a:hover, div#title a:active, div#title a:visited
{
  color: #666;
  text-decoration: none;
}
div.story
{
	padding: 10px 30px 10px 65px;
	/*background-image: url(../pics/Wheelchair_symbol.gif);
	background-repeat: no-repeat;
	background-position: 95% 90%;*/
	min-height: 480px;
}
div#footer
{
	width: 766px;
	background-image: url(../pics/bg_footer_drop.png);
	background-position: center bottom;
	padding-bottom: 25px;
}
div.bgfooter
{
  background-image: url(../pics/bottom_strip.jpg);
  width: 750px;
}
.inline
{
	display: inline;
}
div#menubar
{
  width: 750px;
  border: 0px;
  background-color: #666;
  height: 25px;
}
table#tabs
{
	width: 550px;
	margin: 4px 100px;
}
table#tabs td
{
	border-left: none;
	padding-left: 15px;
	padding-right: 15px;
}
/*LIST ITEM*/
div.list_item
{
	width: 700px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
.clear
{
	clear: both;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
input, textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
}

/* Table specific styling */
table.form
{
	width: 500px;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #DDD;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #EEE;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
hr.redline
{
  border-top: 1px solid #d10;
  border-bottom: 1px solid #fff;
  border-left: 0px;
  border-right: 0px;
}
