/* 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;
	font-size: 1.0em;
	color: #000; /* primary font color */
	background-color: #FFF; /* body background colour */
	background-image: url(../pics/Water_01.jpg);
	background-repeat: repeat;
}	
/* Heading colours and styles */
h1, h3, h5
{
	color: #797;
}
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: #cfe; /* Main background colour */
  /*border-left: 1px solid #C0C0C0;*/ /* left body border */
  /*border-right: 1px solid #C0C0C0;*/ /* right body border */
  background-image: url(../pics/logos_blue.gif);
  background-repeat: no-repeat;
  background-position: center;
}
/* side panel */
#divPanel
{
	background-color: #fff;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	border: 1px solid #b7b7b7;
	color: #707070;
}
/* Heading style for the side panel */
#divPanel h3
{
	/*border-top: solid 1px #B80000;*/
}
#divPanel h4
{
  margin: 0px;
  color: #797;
}

/* Masthead of the page */
div#title
{
	border: 0px; 
	/*background-color: #CFE; */
}
/* Footer of webpages */
div#footer
{
	border: 0px;
	background-color: #fff;
	background-image: url(../pics/Banner_fish_01_new.jpg);
	background-repeat: no-repeat;
	/*height: 74px;*/
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #000066;
}
table#tabs td
{
/*	background-color: #797;*/ /* Non-active Tab Colour */
	width: auto;
}
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:link,	table#tabs td a:hover, table#tabs td a:visited, table#tabs td a:active			
{
	color: #fff; /* Non-active Tab link color */
  text-decoration: none;
}
table#tabs td.current
{
	/*background-color: #797;*/ /* Active Tab Colour */
	width: auto;
}
table#tabs td.current p
{
	font-size: 100%; /* 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: underline;
}
#divBody
{
  visibility: visible;
  width: 750px;
  min-height: 640px;
  padding: 0px;
}
#divMain h1
{
  font-family: Tahoma, Geneva, sans-serif;
  color: #797;
}
#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: 720px;
	height: 160px;
	padding: 10px 15px 0px 15px;
	background-image: url(../pics/bg_title.gif);
	background-repeat: no-repeat;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border: 0px;
	width: 720px;
	padding: 10px 15px 0px 15px;
	height: 44px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 4px 0px;
}
div#footer a:link, div#footer a:visited
{
  color: #fff;
  text-decoration: none;
}
div#footer a:hover, div#footer a:active
{
  color: #fff;
  text-decoration: underline;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: auto;
	margin: 10px 0px;
}
table#tabs td
{
	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: 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: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	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: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	background-color: #EEE;
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
div#topLeft
{
  float: left;
  width: 266px;
  height: 150px;
}
div#topRight
{
  float: right;
  width: 444px;
  height: 150px;
}
div#clientMenuTab
{
  width: 750px;
  height: 55px;
  background-image: url(../pics/Banner_fish_01_new.jpg);
  background-repeat: no-repeat;
  margin: 2px 0px;
}
#divPanel a:link, #divPanel a:visited
{
  color: #797;
  text-decoration: underline;
}
#divPanel a:hover, #divPanel a:active
{
  color: #797;
  text-decoration: none;
}
.menuCentre
{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 15px 150px 0px 150px;
  width: 450px;
  height: 40px;
}
div.menuCentre a:link, div.menuCentre a:visited
{
  color: #fff;
  text-decoration: none;
}
div.menuCentre a:hover, div.menuCentre a:active
{
  color: #fff;
  text-decoration: underline;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
div.greenMenuTab
{
  height: 20px;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px 0px 10px;
  background-color: #797;
}
/*div.greenMenuTab a:link, div.greenMenuTab a:hover, div.greenMenuTab a:active, div.greenMenuTab a:visited
{
  color: #fff;
  text-decoration: none;
}*/
div#bodyTop
{
  background-image: url(../pics/bg_body_top.gif);
  background-repeat: no-repeat;
  width: 750px;
  height: 20px;
}
div#bodyBottom
{
  background-image: url(../pics/bg_body_bottom.gif);
  background-repeat: no-repeat;
  width: 750px;
  height: 20px;
}
