/* 
-----------------------------------
-----------------------------------
Site:       www.itsmybackyard.co.nz
CSS author: Pauline Standen
Updated:    28 February 2009
Updated by: 
-----------------------------------
-----------------------------------
*/

/* 
-----------------------------------
global
-----------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	font: 81.25%/1.25 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	
}

a:link { color: #0157ae; }
a:visited { color: #ae5601; }
a:hover { color: #000; }
a:active, a:focus { color: red; }
img { border: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em;
	color: #333;
}

h1
{
	padding: 20px 20px 0 20px;
	font-size: 240%;
	line-height: 110%;
	font-weight: bold;
	color: #8cc5da;
	display: block;
	background-image:  url(../images/heading-stripe2.jpg);
	background-repeat: repeat-x;

}

h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }

hr {
	clear: both;
	size: 1px;
	width: 100%;
	margin: 0 0 10px 0;	
}

.important{
	color: red;
	font-weight: bold;
}

/* 
-----------------------------------
container
-----------------------------------
*/

#container
{
	width: 985px;
	/*padding: 10px 25px;*/
	margin: 0 auto;
	background: #fff;


	
}

/* 
-----------------------------------
header
-----------------------------------
*/

#header { 
	position: relative;
 }

/* 
-----------------------------------
logo
-----------------------------------
*/

#logo { 
	
	padding: 0;
	float: left;
	width: 205px;
	height: 110px;


 }


/* 
-----------------------------------
utilities
-----------------------------------
*/

#utilities
{
	text-align: right;
	display: none;
}

#utilities li
{
	display: none;
	list-style-type: none;
}


/* 
-----------------------------------
navigation
-----------------------------------
*/

#navigation {
	
	margin: 0;
	padding: 0;
	float: left;
	width: 775px;
	height: 110px;
	color: white;
	/*background-image: url(../images/itsmybackyard.jpg);
	background-repeat: no-repeat;*/

	
}

#navigation img{
	margin: 13px 0 -3px 0 ;
}


#navigation ul
{
	margin: 0;
	padding: 0;
	display: block;
	width:100%;
	height: 1.85em;
	top: 82px;
	background-color: #8cc5da;
}

#navigation ul li
{
	display: inline;
	list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	
}

#navigation ul li a
{
	float: left;
	display: block;
	border-right: 1px solid white;
	background-color: #8cc5da;
	color: #191970;
	text-decoration: none;
		
}

#navigation ul li a.last{
	border-right: 0;
}

#navigation ul li a:hover
{
	color: white;
}

#navigation ul li a span
{
	display: block;
	padding: 5px 10px;
	color: fff;
}

#navigation ul li.current a
{
	color: #fff;
}

#navigation ul li.current a:hover
{
	color: #191970;
}


/* 
-----------------------------------
content
-----------------------------------
*/

#content-container
{
	margin:0;
	padding:0;
	float: left;
	width: 980px;
	background: #fff url(../images/stripe3.jpg) repeat;
	clear: both;

}

#content-container-beach
{
	margin:0;
	padding:0;
	float: left;
	width: 980px;
	background: #fff url(../images/beach.jpg) no-repeat;
	clear: both;
}
#content-container-pohutukawa
{
	margin:0;
	padding:0;
	float: left;
	width: 980px;
	background: #fff url(../images/pohutukawa.jpg) no-repeat;
	clear: both;
}
#content-container-pasifika
{
	margin:0;
	padding:0;
	float: left;
	width: 980px;
	background: #fff url(../images/pasifika.jpg) no-repeat;
	clear: both;
}

#content
{

	float: left;
	width: 730px;
	margin: 0;
	padding: 15px 20px 20px;
	background-color: #fff;
	height:100%;

}


#content-no-padding
{
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
	background-color: #fff;

}
#content-no-padding{
	/*margin-left: 1px;*/
}

#content p {
	margin-right:80px;
}
/* 
-----------------------------------
content - the area strategy pages
-----------------------------------
*/

#content-area
{

	float: left;
	width: 730px;
	margin: 6px 0 0 0;
	padding: 15px 20px 20px;
	background: #8cc5da url(../images/back-map3.jpg) no-repeat top;

}

#content-area h2, #content-area h3, #content-area h4 {
	color: #fff;
}

#content-find
{

	float: left;
	width: 350px;
	margin: 0 10px 0 0;
	padding: 0 10px 10px 10px;
	background: #fff  url(../images/back-map.jpg) no-repeat bottom;
	height: 850px;

}

#content-strategy
{

	float: left;
	width: 365px;
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	background: #fff  url(../images/back-map2.jpg) no-repeat bottom;
	height: 850px;

}
#content-strategy p{
	margin: 6px 0;

}

#content-find h1, #content-strategy h1{
	background: #fff url(../images/heading-bgcolor.jpg) no-repeat bottom;
	margin-bottom: 0;
	margin-top: 0;
	
}
#content-find h4, #content-strategy h4{
	font-weight: bold;
	margin-bottom: 0;
	color: #0e73b9;
	font-size:95%;
	
}

#content-find div.bglight, #content-strategy div.bglight{
	margin: 0;
	background-color: #e7eeec;
	padding: 1px 6px 6px 10px;

}

div.strategy-item{
	background-color: #d0e2dd;
	margin: 0 1px 2px 0 ;
	padding: 4px;
}

div.strategy-item p {
	margin: 0;
	padding: 0;
	font-size:85%;

}

div.strategy-item img{
	float: right;
	border: 0;
	margin-left: 1px;
}
/* 
-----------------------------------
content - the question pages
-----------------------------------
*/
#content-question{
	/*width: 747px;
	margin: -15px 0 0 0;
	padding: 0 0 0 20px;
	background-color: #fff;
	height:100%;*/
	float: left;
	width: 730px;
	margin: 0;
	padding: 15px 20px 20px;
	background-color: #fff;
	height:100%;
}
#content-question-col{
	margin: 0;
	padding: 12px 0 0 0;
	width: 380px;
	float: left;
}

#content-question-col h3{
	font-size: 105%;
	font-weight: bold;
	color: #0e73b9;
}
div.question{
	display: block;
	background-color: #e7f1fa;
	padding: 10px;
	margin: 0;
	font-weight: bold;
}

#content-answers{
	float: right;
	width: 250px;
	margin: 3px;
	padding: 12px;
	background-color: #ecf2ef;
	height: 800px;
}
#content-answers h4{
	color: #87aca1;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content-answers p{
	margin-top: 6px;
}

#content-answers ul, #content-question-col ul{
	margin-left: 17px;
	margin-top: 4px;
	font-size: 85%;

}
#content-answers ul li, #content-question-col ul li{
	margin-bottom: 1em;
	

}

/* 
-----------------------------------
question form
-----------------------------------
*/

#content-question-col form{
	margin: 1em 0;
	padding: 0;
}

#content-question-col form *{
	margin: 0;
	padding: 0;
}

#content-question-col form textarea, #content-question-col form input{
	border: 1px solid #999;
	width: 370px;
}

#content-question-col form input#btnsend {
	width:123px;
	height: 37px;
	border: 0;
	padding: 8px 0;
}

#content-question-col form label{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 100%;
	padding: 10px 0 0 0;
	color: #0e73b9;
}

#content-question-col form label span{
	font-weight: normal;
	color: #333;
	font-size: 80%;
	padding-left: 12px;
}
#content-question-col form label span.required
{
	text-align: right;
	color: red;
	font-size: 70%;
	text-transform: uppercase;
	padding-left: 78px;
}
#content-question-col form label span.required2{
	text-align: right;
	color: red;
	font-weight:bold;
	font-size: 90%;
	text-transform: uppercase;
	padding-left: 68px;
}

#content-question-col form textarea.redBorder{
	border: 1px solid #a80000;
	background-color: ff6e6e;
}

/* 
-----------------------------------
submissions form
-----------------------------------
*/
#content form#frmSubmissions,
#content form.frmSubmissions2{
	margin: 0;
	padding: 0;
}

#content form#frmSubmissions h3,
#content form#frmSubmissions2 h3{
	font-size: 110%;
	padding-top: 10px;
}
#content form#frmSubmissions div,
#content form#frmSubmissions2 div{
	padding: 4px 0;
	display: block;
	width: 700px;
	min-height: 25px;
}
#content form#frmSubmissions div span{
	display: block;
	width: 120px;
	float: left;
}
#content form#frmSubmissions2 div span.userdata, .userdata{
	color: #f00;
	
}
#content form#frmSubmissions2 div span.lTab{
	display: block;
	width: 120px;
	float: left;
	
}
#content form#frmSubmissions div input#txtName,
#content form#frmSubmissions div input#txtEmail,
#content form#frmSubmissions div input#txtAddress, 
#content form#frmSubmissions div input#txtPhone, 
#content form#frmSubmissions div input#txtHeritageOther{
	width: 250px;
	border: 1px solid #999;
	float: left;

}

#content form#frmSubmissions div select{
	width: 200px;
	border: 1px solid #999;
	margin-left: 10px;
}
#content form#frmSubmissions div textarea{
	width: 720px;
	border: 1px solid #999;
	display: block;
	margin: 2px 0;
}
#content form#frmSubmissions fieldset{
	border: none;
	margin: 0 0 1em;
}
#content form#frmSubmissions fieldset div {
	display: block;
	width: 250px;
	float: left;
}
#content form#frmSubmissions div span.required{
	width: 50px;
	float: left;
	color: red;
	font-size: 70%;
	text-transform: uppercase;
	padding-left: 8px;
}
#content form#frmSubmissions div.required, h4.required, .missing{
	background: #fae1cd; 
	padding: 3px 5px;
	/*height: 1.8em;*/

}

#content form#frmSubmissions fieldset legend {
	color: #333;
}

#content form#frmSubmissions div input#chkInformed{
	width: none;
	float: none;
	margin-left: 0;
	padding-left: 0;
	
}

p.required{
	display: inline;
	width: 110px;
	margin-left: 10px;
	color: #dc6900;
	text-transform: uppercase;
	font-size: 80%;
}

/* 
-----------------------------------
content call to action arrows
-----------------------------------
*/

#content div.call2action{
	
	float: right;
	margin:10px 0 10px 10px;	
}

#content-area div.call2action{
	
	float: right;
	margin:10px 0 10px 10px;	
}


/* 
-----------------------------------
step navigation
-----------------------------------
*/

#stepNav, #stepNav-pohutukawa, #stepNav-beach, #stepNav-pasifika{
	float: left;	
	width: 205px;
	min-height: 600px;
	
}

#stepNav p{
	padding-left: 30px;
	margin: 0.5em;
	
}

#stepNav-beach p, #stepNav-pohutukawa p, #stepNav-pasifika p {
	padding-left: 30px;
	margin: 0.5em;
	color: #fff;
}
/*
#stepNav-pasifika p {
	color: #000;
}
*/

#stepNav div, #stepNav-pohutukawa div, #stepNav-beach div, #stepNav-pasifika div{
	text-align:right;
}
#stepNav div.step0, #stepNav-pohutukawa div.step0, #stepNav-beach div.step0, #stepNav-pasifika div.step0{
	background: url(/images/nostepgrey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	margin-left: 15px;
	display: block;
	
	
}
#stepNav div.step0 a span, #stepNav-pohutukawa div.step0 a span, #stepNav-beach div.step0 a span, #stepNav-pasifika div.step0 a span{
	background: url(/images/nostepgrey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	display: block;
	
	
}
#stepNav div.step0 a:hover span, #stepNav-pohutukawa div.step0 a:hover span, #stepNav-beach div.step0 a:hover span, #stepNav-pasifika div.step0a:hover span{
	background: url(/images/nostepblue.gif) no-repeat;
	
	
}




#stepNav div.step1, #stepNav-pohutukawa div.step1, #stepNav-beach div.step1, #stepNav-pasifika div.step1{
	background: url(/images/step1grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	margin-left: 15px;
	display: block;
	
	
}
#stepNav div.step1 a span, #stepNav-pohutukawa div.step1 a span, #stepNav-beach div.step1 a span, #stepNav-pasifika div.step1 a span{
	background: url(/images/step1grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	display: block;
	
	
}
#stepNav div.step1 a:hover span, #stepNav-pohutukawa div.step1 a:hover span, #stepNav-beach div.step1 a:hover span, #stepNav-pasifika div.step1 a:hover span{
	background: url(/images/step1blue.gif) no-repeat;
	
	
}
#stepNav div.step2, #stepNav-pohutukawa div.step2, #stepNav-beach div.step2, #stepNav-pasifika div.step2{
	background: url(/images/step2grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	margin-left: 14px;
	display: block;
	
	
}
#stepNav div.step2 a span, #stepNav-pohutukawa div.step2 a span, #stepNav-beach div.step2 a span, #stepNav-pasifika div.step2 a span{
	background: url(/images/step2grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	display: block;
	
	
}
#stepNav div.step2 a:hover span, #stepNav-pohutukawa div.step2 a:hover span, #stepNav-beach div.step2 a:hover span, #stepNav-pasifika div.step2 a:hover span{
	background: url(/images/step2blue.gif) no-repeat;
	
	
}

#stepNav div.step3, #stepNav-pohutukawa  div.step3, #stepNav-beach div.step3, #stepNav-pasifika div.step3{
	background: url(/images/step3grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	margin-left: 14px;
	display: block;
	
	
}
#stepNav div.step3 a span, #stepNav-pohutukawa div.step3 a span, #stepNav-beach div.step3 a span, #stepNav-pasifika div.step3 a span{
	background: url(/images/step3grey.gif) no-repeat;
	height: 85px;
	width: 190px;
	border:0;
	display: block;
	
	
}
#stepNav div.step3 a:hover span, #stepNav-pohutukawa div.step3 a:hover span, #stepNav-beach div.step3 a:hover span, #stepNav-pasifika div.step3 a:hover span{
	background: url(/images/step3blue.gif) no-repeat;
	
	
}

#stepNav div.arrow, #stepNav-pohutukawa div.arrow, #stepNav-beach div.arrow,#stepNav-pasifika div.arrow {
	margin-right: 70px;
	height: 9px;
}

/* 
-----------------------------------
forms


#content form
{
	margin: 1em 0;
	padding: 0;
}

#content form *
{
	margin: 0;
	padding: 0;
}

#content form fieldset
{
	border: none;
	margin: 0 0 1em;
}

#content form legend span
{
	display: block;
	width: 180px;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 10px;
	color: #333;
}

#content form div
{
	float: left;
	width: 599px;
	clear: both;
	padding: 5px 0;
}

#content form label
{
	display: block;
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	text-align: right;
}

#content form input#fullname,
#content form input#email,
#content form input#phonenumber
{
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
	height: 20px;
	border: 1px solid #999;
}

#content form select
{
	float: left;
	width: 280px;
}

#content form textarea
{
	float: left;
	width: 280px;
	border: 1px solid #999;
}

#content form #submit
{
	width: 400px;
	padding-left: 190px;
}

#content form label span
{
	color: #dc6900;
	font-size: 80%;
	text-transform: uppercase;
}

#content form div.required { background: #fae1cd; }
#content form div.required input#fullname,
#content form div.required input#email,
#content form div.required input#phonenumber { border: 1px solid #dc6900; }

#content form p
{
	float: left;
	width: 110px;
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	color: #dc6900;
	font-weight: bold;
}
-----------------------------------
*/

/* 
-----------------------------------
footer
-----------------------------------
*/

#footer
{
	clear: both;
	width: 980px;
	color: #333;
	background: #fff;
	background: #FFF url(/images/back-footer.jpg) repeat-x;
	height: 90px;
}

#footer ul{

	margin: 0 0 0 270px;
	padding: 0;
}

#footer ul li
{
	display: inline;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#footer ul li a
{
	float: left;
	color: #191970;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: 000;
}
#footer ul li a span
{
	display: block;
	padding: 5px 10px;
}

#footer p
{
	margin-left: 280px;
	margin-top: 2px;
	padding-top: 0;
	font-size: 0.85em;
	clear: both;

}
