/* 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: Verdana, Verdana, Geneva, sans-serif; 
	color: #000; /* primary font color */
	background-color: #000033; /* body background colour */
	font-size: 11px;
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #000066;
}
h2, h4, h6
{
	color: #660000;
}
a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	color: #ccc; /* Tab link hover colour */
}
#divBody
{
  /*background: #FFFFFF;*/ /* Main background colour */
  /*border-left: 1px solid #C0C0C0;*/ /* left body border */
  /*border-right: 1px solid #C0C0C0;*/ /* right body border */
  /*border-top: 1px solid #C0C0C0;*/
}
/* 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-bottom: 1px solid #C0C0C0; 
	/*background: #FFFFFF; */
}
div#title img
{
  border: 0;
}
/* Footer of webpages */
div#footer
{
	border-top: 1px solid #C0C0C0;
	/*background-color: #FFFFFF;*/
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: underline;
	color: #fff;
}
table#tabs td
{
	background-color: #EEEEEE; /* 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					
{
	color: #C0C0C0; /* Non-active Tab link color */
}
table#tabs td.current
{
	background-color: #FFFFFF; /* Active Tab Colour */
}
table#tabs td.current p
{
	font-size: 100%; /* Active tab item font size */
}
table#tabs td.current a
{
	color: #000000; /* Active Tab link color */
}
div#pageTitle
{
  color: #B59E59;
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 15px;
}
/* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */ 
html, body  
{
   padding: 0px;
   margin: 0px auto;
}	

a:hover, table#tabs a:hover, table#tabs td.current a:hover
{
	text-decoration: none;
}
#divBody
{
  visibility: visible;
  width: 750px;
  height: auto;
  padding: 0px;
}
div#divBody a:link, div#divBody a:visited
{
  color: #000;
  text-decoration: underline;
}
div#divBody a:hover
{
  color: #aaa;
  text-decoration: none;
}
#divMain  
{  
   background: #FFFFFF url(../pics/bg.gif) no-repeat;
   margin: 0px auto 0px 50px;
   visibility: visible;
   width: 750px;
   position: relative;
}
#divPanel
{
	margin: 10px 10px 5px 20px;
	padding: 15px 10px 15px 10px;
}
div#title
{
	width: 720px;
	padding: 15px;
	background-color: #eee;
}
div.story
{
	padding: 30px 30px 10px 50px;
	margin-left: 40px;
}
div#footer
{
	border-top: none;
	width: 720px;
	padding: 5px 15px 5px 15px;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 752px;
	margin-top:10px;
}
table#tabs td
{
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
	border-left: none;
	padding-left: 15px;
	padding-right: 15px;
}
table#tabs td.current
{
	border-color: #C0C0C0;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
/*LIST ITEM*/
div.list_item
{
	width: 480px;
}
div.item_left
{
	float: left;
	width: 110px;
}
div.item_right
{
	float: right;
	width: 370px;
}
div.item_right h4
{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
div.item_right p
{
  margin-top: 0;
}
.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;
}
p.r
{
  text-align: center;
  padding-right: 110px;
}
div#imgTitleLeft
{
  float: left;
}
div#imgTitleRight
{
  float: right;
  padding: 30px 0px 10px 0px;
}
