/* 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;
}	
/* Heading colours and styles */
h1
{
  font-size: 1.8em;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #006;
}
h2
{
  font-size: 1.6em;
  letter-spacing: -1px;
  color: #F00;
  margin-bottom: 0px;
}
h3
{
  font-size: 1.3em;
  letter-spacing: -1px;
  color: #006;
}
#header
{
  border: none;
  background-color: #FFF;
}
#footer
{
  border: 1px solid #FFF;
  background-color: #FFF;  
}
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #C0C0C0; /* left body border */
  border-right: 1px solid #C0C0C0; /* right body border */
}
/* side panel */
#divPanel
{
	background-color: #E1E1FF;
	width: 180px;
	float: right; /* panel postion = left or right */
	font-size: 90%;
	margin: 10px 10px 5px 20px;
	padding: 5px 10px;
	border: dashed 1px #f00;
}
#divPanel h4
{
	margin: 0px;
	font-size: 190%;
}
#divPanel h4 a:link, #divPanel h4 a:visited 
{
	color: #F00;
	text-decoration: none;
}
#divPanel h4 a:hover, #divPanel h4 a:active
{
	color: #F00;
	text-decoration: underline;
}
/* Masthead of the page */
div#title
{
	border: none; 
	background-color: #FFF; 
	height: 218px;
	width: 735px;
	padding-right: 0px;
}
#titleleft
{
  border: none;
  background-color: #FFF;
  vertical-align: middle;
  float: left;
}
#titleright
{
  border: none;
  background-color: #FFF;
  float: right;
  width: 430px;
  text-align: justify;
}
.titleRightMiddle
{
  border: none;
  width: 360px;
  height: 160px;
  margin-left: 30px;
}
div#titlerightLeft
{
  width: 180px;
  float: left;
  text-align: left;
  padding: 20px 5px 0 10px;
  font-size: 0.85em;
  font-weight: bold;
}
.titleleft
{
  border: none;
  background-color: #FFF; 
  margin-left: -25px;
}
.titlerighttop
{
  border: none;
  width: 140px;
  margin-left: 5px;
}
.titlerightbottom
{
  border: none;
  margin-left: -10px;
  width: 100px;
}
/* Footer of webpages */
div#footer
{
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	height: 180px
}
.footerright
{
  border:none;
  background-color: #FFF;
  vertical-align: middle;
  float: right;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* H1 links */
h1 a
{
	text-decoration: none;
	color: #006;
}
table#tabs td
{
	background-color: #E1E1FF; /* 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: #2F343F; /* 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 */
}
table#tabs td.flames
{
	background-image: url(../pics/flames.jpg);
	background-color: #000;
}
table#tabs td.flames a:link, table#tabs td.flames a:visited, table#tabs td.flames a:hover, table#tabs td.flames a:active
{
	color: #fff;
}
/* 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: 300px;
  padding: 0px;
}
#divMain  
{
   margin: 10px auto 10px auto;
   visibility: visible;
   width: 750px;
   position: relative;
}
div#title
{
	width: 735px;
	padding: 15px 0px 15px 15px;
}
div.story
{
	padding: 10px 30px 10px 30px;
}
div#footer
{
	border-width: 0px 1px 1px 1px;
	border-color: #C0C0C0;
	border-style: solid;
	width: 720px;
	padding: 5px 15px 5px 15px;
	height: 80px;
}
.inline
{
	display: inline;
}
table#tabs
{
	width: 752px;
	margin-top:10px;
}
table#tabs td
{
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #FFF;
	border-bottom: 1px solid #C0C0C0;
	border-left: none;
	padding: 5px 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;
}
#subscribe form{
	margin: 0px;
}
input.textbox_sub
{
	width: 175px;
	border: solid 1px #000000;
	margin-bottom: 3px;
}
input.textbox
{
	width: 300px;
	border: solid 1px #000000;
}
textarea
{
	width: 300px;
	height:200px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
div#footerBottom
{
  color: #999;
}
div#footerBottom a:link, div#footerBottom a:visited
{
  text-decoration:none;
  color:#999;
}
div#footerBottom a:hover, div#footerBottom a:active
{ 
  text-decoration:underline; 
  color:#00F;
}
div#feature_area{
	border-top: solid 2px #2F343F;
}
div#feature_area td{
	vertical-align: top;
}
div.feature{
	width: 215px;
	border: solid 1px #E1E1FF;
	background-color: #FFFFEC;
	padding: 3px 0px 5px 0px;
}
div.feature h4{
	color: #f00;
	font-size: 140%;
}
div.feature h4 a:link, div.feature h4 a:visited{
	text-decoration: none;
	color: #f00;
}
div.feature h4 a:hover, div.feature h4 a:active{
	text-decoration: underline;
	color: #f00;
}
div.feature p, div.feature h4{
	padding: 0px 5px;
	margin: 0px 0px 7px 0px;
}
div.story_image{
	float: right;
	padding-left: 10px;
}
