/* 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-size: 0.95em;
	font-family: Verdana, Geneva, sans-serif;
  color: #A02; /* primary font color */
  background-color: #FFF;/*#eeffaa;  body background colour */
}	
/* Heading colours and styles */
h1, h3, h5
{
	font-family: Verdana, Geneva, sans-serif;
  color: #aa0022;
  font-weight: bold;
}
h2, h4, h6
{
	font-family: Verdana, Geneva, sans-serif;
  color: #aa0022;
  font-weight: bold;
}
hr
{
	border: none;
	border-top: solid 1px #BC0;
	border-bottom: solid 1px #BC0;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #aa0022; /* Tab link hover colour */
}
#divBody
{
  background-color:  #E8F488; /* Main background colour */
  border: 0; /* left body border */
}
div#divBody a:link, a:active, a:visited
{
  color: #A02;
  text-decoration: underline;
}
div#divBody a:hover
{
  color: #A02;
  text-decoration: none;
}

/* side panel */
#divPanel
{
	background-color: #bbcc00;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
}
/* Heading style for the side panel */
#divPanel p
{
	margin-top: 5px;
	margin-bottom: 10px;
}
#divPanel h4
{
	font-size: 130%;
	margin: 0px;
	margin-bottom: 3px;
}
/* Masthead of the page */
div#title
{
	border: 0; 
	background-color: #FFF; /*#eeffaa; */
	margin: 0;
	padding: 0;
	text-align: left;
}
div#title img
{
  border: 0;
}
/* Footer of webpages */
div#footer
{
	border: 0;
	background-color: #FFF; /*#eeffaa;*/
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	background-color: #bbcc00; /* Non-active Tab Colour */
}
table#tabs td p
{
	/*font-size: 16px; /* Non-active tab item font size */
}
table#tabs td span
{
	/*font-size: 16px; /* Secondary tab item font size */
}					
table#tabs td a					
{
	/*color: #F0F8AB;  Non-active Tab link color */
	color: #A02;
	text-decoration: none;
}
table#tabs td a:hover
{
	color: #fff;
	text-decoration: underline;
}
table#tabs td.current
{
	background-color: #bbcc00; /* Active Tab Colour */
}

table#tabs td.current p
{
	/*font-size: 16px; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #FFF; /* Active Tab link color */
	text-decoration: none;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px;
}	
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: none;
	color: #fff;
}

#divBody
{
  visibility: visible;
  width: 750px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 10px auto 10px auto;
   visibility: visible;
   width: 750px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 751px;
	padding: 0px;
	height: 156px;
}
div#topLeft
{
  width: 454px;
  float: left;
  height: 156px;
}
div#topRight
{
  width: 297px;
  float: right;
  height: 156px;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border-top: none;
	width: 751px;
	padding: 5px 0px 5px 0px;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 750px;
	margin:2px 0px;
	background-color: #bbcc00;
	padding-right: 15px;
	padding-left: 15px;
	color: #A02;
	font-size: 0.85em;
}
table#tabs td
{
	border: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 4px;
  color: #A02;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
table#tabs td.current
{
	border: 0;
}
/*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;
}
input.textbox
{
	width: 300px;
	border: solid 1px #000000;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: arial, Verdana, Geneva, sans-serif; 
	border: solid 1px #000000;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
