/* @override 
	http://www.secretland.co.nz/css/template.css
	http://www.testbed8.avocahousedesign.co.nz/css/template.css
*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #3b86c2;
	line-height: 1.5em;
	color: black;
	font-size: .9em;
	font-family: Optima, Lucida, Verdana, sans-serif;
}

a {
	color: #100576;
	font-weight: bold;
	text-decoration: underline;
}

.weblink {
	font-style: italic;
	text-decoration: underline;
}
.ahd-weblink {
	color: #100576;
	line-height: .8em;
	font-style: italic;
	text-decoration: none;
}

.title {
	background: url(../images/secret-land-banner.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 178px;
}

#wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#header {
	text-align: center;
}

.inside {
	overflow: hidden;
	margin: 10px 21px 10px 60px;
	text-align: left;
	padding: 20px;
	border-style: none;
	bottom: 0;
	top: -2px;
}

.menu {
	text-align: left;
	height: 27px;
	background: #d97236;
	border-style: none;
	margin: 0;
}
.menu li {
	float: left;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}

.menu li a {
	display: block;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	color: #061510;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menu li a:hover {
	color: #85a1a2;
	text-decoration: none;
}

.menu li a.active {
	color: white;
	text-decoration: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.footermenu {
	text-align: right;
	margin-bottom: 2;
	height: 30px;
	color: black;
	padding-right: 10px;
	background-color: #3b86c2;
}

#footer {
	clear: both;
	text-align: center;
}
.footerinside {
	padding: 10px 10px 1px 1px;
	text-align: right;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
	background: #d97236;
	color: black;
}

.float-left-column {
	float: left;
	width: 435px;
	text-align: left;	
}

.float-right-column {
	padding: 20px;
	vertical-align: top;
	float: right;
	width: 190px;
	text-align: left;
	padding-left: 10px;	
}

.photo {
	text-align: center;
	padding-bottom: 10px;
	float: right;
	clear: both;
}
.photo-left {
	text-align: center;
	padding-bottom: 10px;
	float: left;
}
h1, h2, h3 {
	
	text-transform: none;
	font-weight: bold 
}

h1   		{ 
	font-size: 1.4em; 
	font-weight: bold;
	color: #452c3f;
}

h2   		{  
	font-size: 1.2em;
	font-weight: bold;
	color: #452c3f;
	line-height: 1em;
}

h3   		{  
	font-size: 1em;
	font-weight: bold;
	color: #452c3f;
	margin-top: 20px;
}
.quote {
	text-align: left;
	text-decoration: italics;
	font-size: 1.1em;
	font-style: italic;
}
.small {
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
	padding-left: 30px;
}
.strong {
	text-align: left;
	font-size: 1ßem;
	line-height: 1.3em;
	font-weight: bold;
}

.box-text {
	text-align: left;
	text-decoration: italics;
	font-size: 1em;
}

.box {
	text-align: left;
	text-decoration: italics;
	font-size: 0.9em;
	margin: 10px;
	background-color: #ededed;
	padding: 5px 10px;
}

.indented {
	text-align: left;
	text-decoration: none;
	font-size: 1em;
	padding-left: 40px;
	padding-right: 20px;
}
.clr {
	clear: both;
	text-align: right;
}





