/* 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: #93B1CB; /* body background colour */
	font-size: 1.0em;
}	
/* Heading colours and styles */
h1, h2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
}
#divBody
{
  background-color: #ECE7D4; /* Main background colour */
  border-left: 1px solid #5B707C; /* left body border */
  border-right: 1px solid #5B707C; /* right body border */
}
/* Heading style for the side panel */
/*#divPanel h3
{
	border-top: solid 1px #B80000;
}*/
/* Masthead of the page */
div#title
{
	border: 0px; /*1px solid #C0C0C0; */
	background-color: #ECE7D4; 
}
/* Footer of webpages */
div#footer
{
	border: 0px;
	background-color: #ECE7D4;
	border-left: 1px solid #5B707C;
	border-right: 1px solid #5B707C;
	border-bottom: 1px solid #5B707C;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
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 */
	text-decoration: none;
}
table#tabs td.current
{
	background-color: #F5F2E9; /* 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 */
}
/* 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: underline;
}
#divBody
{
  visibility: visible;
  width: 997px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 999px;
   position: relative;
}
div#title
{
	width: 967px;
	padding: 15px;
	border-top: 10px solid #9B642E;
	border-left: 1px solid #5B707C;
	border-right: 1px solid #5B707C;
}
div.logo
{
	width: 300px;
	text-align: center;
	float: left;
}
div.titleright
{
	/*background-image: url(../pics/line_bg.gif);*/
	width: 660px;
	float: right;		
	min-height: 120px;
	font-size: 80%;
}
div.divPanelLeft
{
  float: left;
  width: 430px;
  padding: 10px 10px 5px 5px;
}
div.divPanelLeft h3, div.divPanelLeft h4
{
  margin: 3px;
}
div.divPanelRight
{
  float: right;
  width: 200px;
}
div.story
{
	padding: 10px 30px 10px 30px;
	width: 740px;
	background-color: #F5F2E9;
	min-height: 480px;
}
div#footer
{
	width: 967px;
	padding: 5px 15px 5px 15px;
}
.inline
{
	display: inline;
}
div#menubar
{
  width: 100%;
  border: 0;
  background-color: #007932;
  background-image: url(../pics/green_bg.jpg);
  background-repeat: repeat-x;
}
table#tabs
{
	width: 900px;
	margin:5px 10px 0px 10px ;
}
table#tabs td
{
	/*border: 1px solid #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
	border-left: none;*/
	border: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
table#tabs td.current
{
	/*border-color: #C0C0C0;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px solid #C0C0C0;*/
	border: 0px;
}
/*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;
}
table.subscribeTable
{
	border: 0px; /*1px solid #0066CC; */
	height: auto;
	margin: 5px;
	width: 160px;
	background-color: #ECE7D4;
}
table.subscribeTable h4
{
	font-size: 1.0em;
	margin: 5px 2px 5px 2px;
}
td.subscribeTableTd
{
  padding: 2px 5px;
}
table.subscribeTable input.signup
{
	font-size: 0.9em;
	width: 80px;
	float: right;
}
#divPanel
{
	background-color: #ECE7D4;
	padding: 10px;
	width: 175px;
	float: right;
	font-size: 80%;
}
#divPanel h3, #divPanel h4
{
	margin-top: 3px;
  margin-bottom: 5px;
}
td.gallery_img
{
  vertical-align: bottom;
}
