 /* 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.
*/
/* ********************* ONLY ADVANCED USERS SHOULD CHANGE THE RULES BELOW THIS LINE ********************* */

/* ********************* General Stylesheet for common web elements ********************* */
html, body  
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #000; /* primary font color */
	background-color: #FFF; /* body background colour */
	padding: 0px;
  margin: 0px;
}
/* Heading colours and styles */
h1, h3, h5
{
	color: #0057A8;
}
h2, h4, h6
{
	color: #000;
}
table#tabs a:hover, table#tabs td.current a:hover
{
	color: #0000FF; /* Tab link hover colour */
	text-decoration: underline;
}
table#tabs a:hover
{
	color: #ff0; /* Tab link hover colour */
	text-decoration: none;
}
table#tabs td.current a:hover
{
  color: #000;
  text-decoration: none;
}
/* Slideshow */
img.slideshow
{
	filter: progid:DXImageTransform.Microsoft.Fade(duration=1);
}
.clear
{
	clear: both;
}
.clear_left
{
	clear: left;
}
/* ********************* // End of General Stylesheet for common web elements // ********************* */

/* ********************* General Stylesheet for ALL pages ********************* */
#divMain  
{
  margin: 10px auto 10px auto;
  visibility: visible;
  width: 999px;
  position: relative;
}
/* Masthead of the page */
div#title
{
	border: none; 
	background-color: #0059A8;
	color: #fff;
	width: 999px;
	padding: none;
}
div#title img
{
  border: none;
}
div.titleLeft
{
  float: left;
  padding: none;
  margin: none;
  width: 242px;
}
p.titleCustMargin
{
  margin: 8px 0px 0px 0px;
  text-align: center;
  font-weight: bolder;
  font-size: 1.2em;
  color: #fff;
}
div.titleRight
{
  float: right;
  padding: none;
  margin: none;
}
/* Client Menu */
div#menubar
{
  width: 997px;
  border-left: 1px solid #0059A8;
  border-right: 1px solid #0059A8;
  background-color: #0059A8;
}
table#tabs
{
	width: 775px;
	border: none;
	text-align: center;
}
table#tabs td
{
	background-color: #0059A8; /* Non-active Tab Colour */
	padding: 5px 15px;
}
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 */
	font-weight: bolder;
	font-size: 1.1em;
	text-decoration: none;
}
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 */
}
/* Main Body */
#divBody
{
  background-color: #FFFFFF; /* Main background colour */
  border-left: 1px solid #0059A8; /* left body border */
  border-right: 1px solid #0059A8; /* right body border */
  visibility: visible;
  width: 997px;
  height: auto;
  padding: 0px;
}
/* side panel */
#divPanel
{
	background-color: #FFF;
	margin: 10px 10px 10px 0px;
	float: right; /* panel postion = left or right */
	font-size: 80%;
	width: 187px;
	
}
/* Heading style for the side panel */
#divPanel h3
{
	color: #fff;
	font-size: 1.1em;
	margin: 0px;
}
#divPanel h3 a:link, #divPanel h3 a:visited
{
	color: #fff;
	font-size: 1.1em;
	margin: 0px;
	text-decoration: none;
}
#divPanel h3 a:hover, #divPanel h3 a:active
{
	color: #ff0;
	font-size: 1.1em;
	margin: 0px;
	text-decoration: none;
}
div.panelStoryTitle
{
  background-color: #0059A8;
  width: 167px;
  padding: 10px;
}
div.panelStoryContent
{
  padding: 15px 10px 15px 10px;
	border: 1px solid #0059A8;
	width: 165px;
}
div.panelStoryContent a:hover
{
  text-decoration: none;
}
#divPanel h4
{
	color: #fff;
  font-size: 0.9em;
}
/* Main Story Body */
div.story
{
	padding: 10px 30px 10px 30px;
	width: 725px;
	min-height: 300px;
}
/* Footer of webpages */
div#footer
{
	border: none;
	width: 999px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
div#footer_text
{
	background-color: #0059A8;
	padding: 15px;
}
div#footer_logos
{
	padding: 15px;
	text-align: center;
	border-left: 1px solid #0059A8;
	border-right: 1px solid #0059A8;
}
div#footer_logos img
{
	border: none;
}
div#footer_logos td
{
	padding: 0px 7px;
}
div#footer a:link, div#footer a:visited
{
  color: #fff;
  text-decoration: underline;
}
div#footer a:hover, div#footer a:active
{
  color: #ff0;
  text-decoration: none;
}
span.smalltext
{
  font-size: 75%;
}
/* Paragraph text in footer */
div#footer p
{
	font-size: 77%;
}
/* ********************* // End of General Stylesheet for ALL pages // ********************* */

/* ********************* Stylesheet for Specific Pages (Gallery/List/List Archive/Contact, etc.) ********************* */
/*LIST ITEM*/
div.list_item
{
	width: 700px;
	margin-bottom: 15px;
}
div.item_left
{
	float: left;
	width: 170px;
}
div.item_right
{
	float: right;
	width: 530px;
}
div.item_right h3
{
	margin-top: 0px;
}
.nomargin
{
	margin: 0px;
}
div#location
{
	position: relative;
	border: solid 2px #000000;
	width: 516px;
	color: #000000;
}
/* Form specific styling */
textarea
{
	font-family: Verdana, Verdana, Geneva, sans-serif; 
	width: 320px;
}
/* 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;
}
/* Gallery Table Style */
td.gallery_img
{
  vertical-align: bottom;
}
/* Newsletter */
.inline
{
	display: inline;
}
/* ********************* // End of Stylesheet for specified pages (Gallery/List/List Archive/Contact, etc.) // ********************* */
p.smalltext
{
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
p.smalltext a:link, p.smalltext a:visited
{
	color: #000;
}
