@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/bluebg.jpg");
	background-repeat: repeat-x;
	background-color: #8195b1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(images/Bay_of_Islands__New_Zealand.gif);
	height: 40px;

} 
.twoColFixLtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	border-right-color: #039;
	border-right-style: solid;
	border-right-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	border-left-color: #039;
	border-left-style: solid;
	border-left-width: thin;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	background-color: #445CAE;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #00F;
	padding-left: 10px;
	padding-right: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 28px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#cssMenu ul{display:none}
ul#cssMenu li:hover>*{display:block}
ul#cssMenu li:hover{
	position:relative;
	font-size: 10px;
}
ul#cssMenu ul{
	position: absolute;left:98%;top:-1px;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";}
ul#cssMenu ul ul{
	position: absolute;left:98%;top:-2px;opacity:1;}
ul#cssMenu,ul#cssMenu ul{
	margin:2px;
	list-style:none;
	padding:1px 1px 0;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
}
ul#cssMenu table {border-collapse:collapse}
ul#cssMenu {
	display:block;font-size:0;zoom:1;width:140px;float: left;}
ul#cssMenu ul{
	width:100px;padding:3px 3px 0;}
ul#cssMenu li{
	display:block;
	zoom:1;
	margin:0 0 3px;
	font-size:0;
}
ul#cssMenu a:active, ul#cssMenu a:focus {outline-style:none}
ul#cssMenu a{
	display:block;vertical-align:middle;zoom:1;background-color:#97C6E1;border-width:0px;border-style:solid;border-color:000000;text-align:left;text-decoration:none;padding:5px;_padding-left:0;font:bold 11px Trebuchet MS, Tahoma;color: #000000;text-decoration:none;cursor:pointer;}
ul#cssMenu ul li {float:none;}
ul#cssMenu ul a{
	text-align:left;white-space:nowrap;}
ul#cssMenu li:hover>a{
	background-color:#65BDDC;border-color:#4C99AB;border-style:solid;font:bold 11px Trebuchet MS, Tahoma;color: #FFFFFF;text-decoration:none;}
ul#cssMenu li a:hover{
	_position:relative;background-color:#65BDDC;border-color:#4C99AB;border-style:solid;font:bold 11px Trebuchet MS, Tahoma;color: #FFFFFF;text-decoration:none;}
ul#cssMenu img{
	border: none;vertical-align: middle;margin-right:10px;width:16px;height:16px;}
ul#cssMenu ul img{
	width:16px;height:16px;}
ul#cssMenu img.over{display:none}
ul#cssMenu li:hover > a img.def  {display:none}
ul#cssMenu li:hover > a img.over {display:inline}
ul#cssMenu a:hover img.over,ul#cssMenu a:hover ul img.def,ul#cssMenu a:hover a:hover img.over{display:inline}
ul#cssMenu a:hover img.def,ul#cssMenu a:hover ul img.over,ul#cssMenu a:hover a:hover img.def{display:none}
ul#cssMenu a:hover ul{display:block}
ul#cssMenu span{
	display:block;overflow:visible;background-image:url(menu1.files/arrowmaino.gif);background-position:right center;background-repeat: no-repeat;padding-right:18px;}
ul#cssMenu li:hover>a>span{background-image:url(menu1.files/arrowmaino.gif);}
ul#cssMenu a:hover span{_background-image:url(menu1.files/arrowmaino.gif)}
.twoColFixLtHdr #container #footer table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.twoColFixLtHdr #container #footer table tr td {
	font-size: 9px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent table {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	left: 2px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-weight: normal;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent p strong {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent table tr td ul blockquote p strong em {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent h1large {
	font-size: 18px;
}
.extralargefont {
	font-size: 18px;
	color: #F00;
}
.twoColFixLtHdr #container #mainContent table tr td table {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent table tr td {
	text-align: center;
	font-size: xx-small;
}
.twoColFixLtHdr #container #mainContent #features
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:760px;
	border-collapse:collapse;
	text-align: right;
}
.twoColFixLtHdr #container #mainContent #features td
{
	font-size:12px;
	padding:3px 7px 2px 7px;
}
.twoColFixLtHdr #container #mainContent #features th
{
	font-size:12px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#FFF;
	color:#ffffff;
}
.twoColFixLtHdr #container #mainContent #features tr.alt td
{
	color:#000000;
	background-color:#D2D3DD;
}

