/* 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: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000; /* primary font color */
	background-color: #FFF; /* body background colour */
	background-image: url(../pics/bg_body.jpg);
	background-repeat: repeat-x;
}	
/* Heading colours and styles */
h1
{
  font-size: 2em; 
  font-weight: normal;
  letter-spacing: -1px; 
  color: #00296A;
}
h2, h3, h4, h5, h6
{ 
  font-weight: normal;
  letter-spacing: -1px; 
  color: #CD1042; 
}
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 */
  border-left: 1px solid #00296A; /* left body border */
  border-right: 1px solid #00296A; /* right body border */
}
div#homePanel
{
	width: 306px;
	float: right; /* panel postion = left or right */
	margin-left: 20px;
}
div#slideshow
{
	width: 300px;
	border: solid 1px #00296A;
	margin-top: 5px;
	margin-right: 5px;
}
/* side panel */
#divPanel
{
	background-color: #FCD6E0;
	border: solid 1px #00296A;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 87%;
	margin: 4px 4px 5px 20px;
	padding: 10px 10px 5px 10px;
}
/* Heading style for the side panel */
#divPanel h4
{
	font-size: 160%;
	margin: 0px;
	margin-bottom: 3px;
	font-weight: normal;
}
#divPanel h4 a:link, #divPanel h4 a:visited
{
	color: #00296A;
}
#divPanel h4 a:hover, #divPanel h4 a:active
{
	color: #00296A;
}
/* Masthead of the page */
div#title img
{
	border: solid 4px #FFF; 
}
div#titleLeft
{
  border: 0;
  background-color: #02a;
  width: 520px;
  height: 100px;
  padding-top: 50px;
  padding-left: 40px;
}
div#titleRight
{
  float: right;
  background-color: #e48;
  text-align: right;
  width: 185px;
  height: 150px;
}
div#titleRight img
{
  border: 0;
}
/* Footer of webpages */
div#footer
{
	border: 1px solid #00296A;
	background-color: #00296A;
	color: #AAA;
	text-align: center;
	font-size: 0.9em;
	font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	color: #000066;
}
table#tabs td
{
	background-color: #FCD6E0; /* Non-active Tab Colour */
	text-align: center;
}
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: #000; /* 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 */
}
/* 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: 756px;
  height: auto;
  padding: 0px;
}
#divMain  
{
   margin: 0px auto 10px auto;
   visibility: visible;
   width: 756px;
   position: relative;
}
div#title
{
	width: 750px;
	padding: 0;
	color: #fff;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 2em;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border-top: none;
	width: 726px;
	padding: 5px 15px 5px 15px;
}
div#footer a:link, div#footer a:visited, div#footer a:active
{
  color: #AAA;
}
div#footer a:hover
{ 
  color: #AAA;
  text-decoration: underline;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 758px;
}
table#tabs td
{
	border-bottom: 1px solid #00296A;
	border-left: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	vertical-align: top;
}
table#tabs td.current
{
	border: solid 1px;
	border-color: #00296A;
	border-bottom: 1px none #00296A;
	border-left: 1px solid #00296A;
}
/*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;
}
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}