@charset "UTF-8";
/* CSS Document */
/********** COMMENT **********/

/************GALLERY ***********/
#autoGallery
{                     
	padding-top:20px;
}
.galleryTile
{
	float:left;   
	padding:5px;  
    width:160px;
    border: 1px solid #999;
    margin:2px;
}
#autoPaging
{
	clear:both;
    font-family: verdana;
    font-size:12px;
    font-weight:normal;
    text-align: center;
}

.gallerySelectedPage
{
    font-size:14px;
}




/********** PAGE STYLING **********/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006b80;
	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;
}
.oneColFixCtrHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/wp-conentbg-990x20.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1em;
}

.oneColFixCtrHdr #contentbox {
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
	z-index:2;
}





/********** HEADER STYLING **********/
.oneColFixCtrHdr #header {
	background-color: #006b80;
	/*background-image: url(../images/wp-header-990x230.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.headerImage1{
	background-color: #006b80;
	background-image: url(../images/wp-header-990x230.jpg);	
}
.headerImage2{
	background-color: #006b80;
	background-image: url(../images/wp-header-990x230-2.jpg);	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	display: none;
}
.oneColFixCtrHdr #header img {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
.oneColFixCtrHdr #header ul {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
}
.oneColFixCtrHdr #header li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.oneColFixCtrHdr #header a, .oneColFixCtrHdr #header a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #header a:hover, .oneColFixCtrHdr #header a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/********** NAVIGATION STYLING **********/
/********** SEE navmaster.css file for the drop down menu code stuff **********/
.oneColFixCtrHdr #navigation {
	background-image: url(../images/wp-navigationbg-990x28.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #0F6B80;
	color: #585858;
	text-transform: uppercase;
	position: relative;
	z-index:19;
}





/********** FOOTER STYLING **********/
.oneColFixCtrHdr #footer {
	clear:both;
	background-color: #006b80;
	background-image: url(../images/wp-footer-990x75.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	text-align: right;
	padding-top: 45px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	color: #FFF;
}
.oneColFixCtrHdr #container #footer a, .oneColFixCtrHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #container #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}



/********** MAIN CONTENT STYLING **********/
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/wp-conentbg-990x20.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent img.sponsorlogo {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent ul li {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 17px;
	list-style-type: disc;
	list-style-position: outside;
}
.oneColFixCtrHdr #mainContent hr {
	width: 100%;
	color: #0F6B80;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent hr.brandsrule {
	color: #A3A3A3;
	width: 750px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 1.8em;
	margin-top: 18px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 1.4em;
	margin-top: 18px;
	margin-bottom: 8px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 7px;
}
.oneColFixCtrHdr #mainContent h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #0F6B80;
}
.oneColFixCtrHdr #mainContent h4.h4white {
	color: #FFF;
}
.oneColFixCtrHdr #mainContent h5 {
	font-size: 0.7em;
	font-weight: normal;
}

/* homepage specific styles */
.oneColFixCtrHdr #mainContent h2.homepageintro img {
	position: absolute;
	top: -30px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -80px;
	z-index:2;
}
.oneColFixCtrHdr #mainContent h2.homepageintro {
	position: relative;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 48px;
	margin-left: 130px;
	padding: 0px;
	z-index: 2;
}
/* homepage promo-boxes MORE LINKS and IMAGEOVER to get the curves coloured image over the promo photo */
.oneColFixCtrHdr #mainContent img.imageover {
	margin: 0px;
	padding: 0px;
	position: absolute;
}
.oneColFixCtrHdr #mainContent a.morered,
.oneColFixCtrHdr #mainContent a.morered:visited {
	font-weight: bold;
	color: #EE2025;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a.morered:hover,
.oneColFixCtrHdr #mainContent a.morered:active {
	font-weight: bold;
	color: #EE2025;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a.moreorange,
.oneColFixCtrHdr #mainContent a.moreorange:visited {
	font-weight: bold;
	color: #F49321;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a.moreorange:hover,
.oneColFixCtrHdr #mainContent a.moreorange:active {
	font-weight: bold;
	color: #F49321;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a.moreblue,
.oneColFixCtrHdr #mainContent a.moreblue:visited {
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a.moreblue:hover,
.oneColFixCtrHdr #mainContent a.moreblue:active {
	font-weight: bold;
	color: #0000ff;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a.moregreen,
.oneColFixCtrHdr #mainContent a.moregreen:visited {
	font-weight: bold;
	color: #11A94F;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a.moregreen:hover,
.oneColFixCtrHdr #mainContent a.moregreen:active {
	font-weight: bold;
	color: #11A94F;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a.style2,
.oneColFixCtrHdr #mainContent a.style2:hover,
.oneColFixCtrHdr #mainContent a.style2:active,
.oneColFixCtrHdr #mainContent a.style2:visited{
color: #0000FF
}

/* TABLES */

.oneColFixCtrHdr #mainContent #contentBox {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*border: 1px solid #0F6B80;*/
	border:none;
	width: 800px;
}
.oneColFixCtrHdr #mainContent #contentbox #brandstealbgtop {
	/*background-color: #0F6B80;*/
	background-color: #F58220;
	background-image: url(../images/orangebg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent #contentbox #brandstealbgbottom {
	/*background-color: #0F6B80;*/
	background-color: #F58220;
	
	background-image: url(../images/orangebg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent table tr {
	margin: 0px;
	padding: 5px;
	font-size:0.9em;
}
.oneColFixCtrHdr #mainContent table tr.header {
	font-weight: bold;
	color: #FFF;
	background-color: #0F6B80;
	vertical-align: middle;
	
}
.oneColFixCtrHdr #mainContent table tr.header td {
	vertical-align: middle;
	border: 1px solid #0F6B80;
	border:none;
}
.oneColFixCtrHdr #mainContent #contentBox table tr td {
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-left: 3px;
}
.oneColFixCtrHdr #mainContent table tr td p {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}


/* HOMEPAGE TABLE */

.oneColFixCtrHdr #mainContent table#homepagetable {
	position: relative;
	width: 827px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td {
	font-size: 17px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td h1 {
	font-size: 1.1em;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td h1.promotitle {
	font-size: 0.9em;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td h2 {
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td h3 {
	font-size: 0.7em;
	font-weight: normal;
	color: #5d5d5d;
	margin: 0px;
	padding: 5px;
}
.oneColFixCtrHdr #mainContent table#homepagetable tr td p {
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/* LINKS */
.oneColFixCtrHdr a, .oneColFixCtrHdr a:hover, .oneColFixCtrHdr a:visited, .oneColFixCtrHdr a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;	
}
.oneColFixCtrHdr #mainContent h4 a,
.oneColFixCtrHdr #mainContent h4 a:visited {
	color: #0F6B80;
}

.oneColFixCtrHdr #mainContent h4 a:hover,
.oneColFixCtrHdr #mainContent h4 a:active {
	color: #0F6B80;
}
.oneColFixCtrHdr #contentbox a,
.oneColFixCtrHdr #contentbox a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;	
}
.oneColFixCtrHdr #contentbox a:hover,
.oneColFixCtrHdr #contentbox a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;	
}



/********** Calendar CSS ***********/
.bambo_calendar_date {
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 2px;
    z-index: 20;
}
.bambo_calendar_date h1{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bambo_calendar_date table tr td table tr th {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 26px;
    padding-left: 1px;
    text-align: center;
}
.bambo_calendar_date table tr td table {
    border-collapse: collapse;
}
.bambo_calendar_date table tr td table tr td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    width: 26px;
    height: 26px;
}
.bambo_calendar_date table tr td table tr td a {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date table tr td table tr td a:hover {
    color: #000000;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
}
.bambo_calendar_date table tr td table tr td strong a {
    font-family: "Courier New", Courier, mono;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date .dayNumber {
    font-weight: bold;
    background-color: #0099FF;
    color: #FFFFFF;
}
.bambo_calendar_date .dayNumberSelected {
    font-weight: bold;
    background-color: #FFFFBB;
    color: #000000;
}
.bambo_calendar_date .left {
    text-align: left;
}
.bambo_calendar_date .left a, .bambo_calendar_date .right a{
    font-family:"Trebuchet MS";
    color:#000000;
    font-size:12px;
}
.bambo_calendar_date .right {
    text-align: right;
}


/* FORMS */

/* form styles */

.formMessage
{
    text-align:center;
    color:#FF0000;
}                                                       
.textBox
{
    width:250px;
    font-family: Verdana;
    font-size:12px;
	margin-bottom:4px;
	margin-top:4px;
}
.validationMsg
{
    color:red;
}
#formContent
{
	position:relative;
	margin-left:85px;
    padding: 0px;
    width: 670px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	background-color:#ffffff;
}
.formPass
{
    border:0;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    /*background-color: #23215a;  */  
}
.formFail
{
	border:0;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	background-color: #00CCFF;
}
.formnotes
{   
    font-size:9px;
}

.formBox
{
	border:2px solid #b7b7b7;
}

.formBar
{
	background-color:#b7b7b7;
	padding-left:10px;
	font-size:0.9em;
	font-weight:bold;
}

/* style for h3 tag for 'feedback' heading om contact us page */ 
.oneColFixCtrHdr #mainContent h3.feedbackStyle
{
	font-size:0.9em;
	font-weight:bold;
}

/* orange headers */
h3.orange
{
	font-size:1em;
	font-weight:bold;
	color:#e25327;
}
/* Lost Property phone number*/
span.bold
{
	font-weight:bold;
}

/* link to home page on header logo */

#home-link
{
	position:absolute;left:50px;top:50px;
	width:400px;
	height:100px;
}

/* index3.php */

.whiteBand{
	position:relative;
	width:300px;
	height:25px;
}

.oneColFixCtrHdr #mainContent #contentbox #brandstealbgtopIndex3 {
	/*background-color: #0F6B80;*/
	background-color: #F58220;
	background-image: url(../images/orangebg_top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:5px;
	margin: 0px;
}

.linkToNZBus
{
	color:#ffffff;
	margin-left:15px;
	text-align:center;
}

.oneColFixCtrHdr #contentbox h5 a:link, .oneColFixCtrHdr #contentbox h5 a:hover, .oneColFixCtrHdr #contentbox h5 a:active, .oneColFixCtrHdr #contentbox h5 a:visited 
{
	color:#ffffff;	
}