/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	text-align:center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE;
}
	
/******************** LAYOUT ********************/

#holder {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/******************** LINKS ********************/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/******************** HEADER ********************/

#header {
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-top: 25px;
}

/******************** MENU ********************/

#menu {
	margin: 0px;
	padding-top: 9px;
	padding-left: 45px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	color: #000;
	padding-right: 0px;
	padding-bottom: 6px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
	margin: 0px;
}

#menu a:link {
	color: #F73;
	text-decoration: none;
}

#menu a:visited {
	color: #F73;
	text-decoration: none;
}

#menu a:hover {
	color: #F73;
	text-decoration: underline;
}

#menu a:active {
	color: #F73;
	text-decoration: none;
}

/******************** SUB-MENU ********************/

#sub-menu {
	margin: 0px;
	padding-top: 9px;
	padding-left: 65px;
	padding-right: 0px;
	padding-bottom: 6px;
	font-size: 10px;
}

#sub-menu ul {
	margin: 0px;
	padding: 0px;
}

#sub-menu li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin: 0px;
}

#sub-menu a:link {
	color: #666;
	text-decoration: none;
}

#sub-menu a:visited {
	color: #666;
	text-decoration: none;
}

#sub-menu a:hover {
	color: #666;
	text-decoration: underline;
}

#sub-menu a:active {
	color: #666;
	text-decoration: none;
}

/******************** CONTENT ********************/

#content {
	padding-top: 25px;
	padding-right: 74px;
	padding-bottom: 25px;
	padding-left: 75px;
}

#content_left {
	width:600px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 25px;
}


/******************** CONTENT RIGHT ********************/

#content_right {
	width:200px;
	float: right;
}

#contact-us {
	color: #F73;
}

#contact-us a:link {
	color: #F73;
	text-decoration: none;
}

#contact-us a:visited {
	color: #F73;
	text-decoration: none;
}

#contact-us a:hover {
	color: #F73;
	text-decoration: underline;
}

#contact-us a:active {
	color: #F73;
	text-decoration: none;
}

#links {
	background-color: #6AB;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/link-logo.jpg);
	background-repeat: no-repeat;
	background-position: 165px 5px;
}

#links a:link {
	color: #FFF;
	text-decoration: none;
}

#links a:visited {
	color: #FFF;
	text-decoration: none;
}

#links a:hover {
	color: #FFF;
	text-decoration: underline;
}

#links a:active {
	color: #FFF;
	text-decoration: none;
}

#facebook {
	background-color: #454;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 15px;
	background-image: url(images/facebook-logo.jpg);
	background-repeat: no-repeat;
	background-position: 165px 5px;
}

#facebook a:link {
	color: #FFF;
	text-decoration: none;
}

#facebook a:visited {
	color: #FFF;
	text-decoration: none;
}

#facebook a:hover {
	color: #FFF;
	text-decoration: underline;
}

#facebook a:active {
	color: #FFF;
	text-decoration: none;
}


#kakapo-photo {
	margin-top: 15px;
}

#kakapo {
	background-color: #693;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#kakapo a:link {
	color: #FC3;
	text-decoration: none;
}

#kakapo a:visited {
	color: #FC3;
	text-decoration: none;
}

#kakapo a:hover {
	color: #FC3;
	text-decoration: underline;
}

#kakapo a:active {
	color: #FC3;
	text-decoration: none;
}


/******************** FOOTER ********************/

#footer {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 75px;
	font-size: 10px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
}

/******************** COPYRIGHT ********************/

#copyright {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #EEE;
	font-size: 9px;
	color: #999;
}

#copyright a:link {
	color: #999;
	text-decoration: none;
}

#copyright a:visited {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	color: #999;
	text-decoration: underline;
}

#copyright a:active {
	color: #999;
	text-decoration: none;
}

/******************** STYLES ********************/

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.75em;
}

h1 {
	font-size: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	color: #F73;
}

h2 {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}
.white-text-padding {
	color: #FFF;
	padding: 15px;
}
.orange {
	color: #F73;
}

.blue {
	color: #6AB;
}

.green {
	color: #693;
}

.small {
	font-size: 9px;
}
.center {
	text-align: center;
}

.header-blue {
	background-color: #6AB;
	width: 585px;
	margin-bottom: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header-orange {
	background-color: #F73;
	width: 585px;
	margin-bottom: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header-activities {
	background-color: #F73;
	width: 585px;
	margin-bottom: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/reveal.jpg);
	background-repeat: no-repeat;
	background-position: 565px;
}

.header-grey {
	background-color: #454;
	width: 585px;
	margin-bottom: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header-green {
	background-color: #693;
	width: 585px;
	margin-bottom: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header-green2 {
	background-color: #693;
	width: 585px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}
.width300 {
	width: 300px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/******************** IMAGE FLOATS ********************/

img.float_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.float_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

