body {
	background-color: #111;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

body input.text, body textarea { 
  border-color: #666 #666 #76BA2B #76BA2B ; 
}

body .button { 
  background-color: #20341B; 
  color: #CCCCCC; 
  padding: 2px 6px; 
  font-size: 0.9em; 
  border: 2px outset #20341B; 
}

img { margin: none; border: 4px solid #fff; }

hr {
  border-bottom:1px solid #333333;
  border-top:1px solid #111111;
  clear:both;
  margin:30px 0 25px;
}

#crumbs {
  margin-bottom: 10px;
}

.B_crumbBox {
  font-size: 9pt;  
}

#wrapper {
	width: 827px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 30px;
}

#middle {
	width: 100%;
	border-bottom: 1px solid #333;
	background-color: #0C0C0C;	
}

#header {
	width: 827px;
	height: 171px;
	background: url('/assets/css/tpl_images/farah-palmer-820 75dpi.jpg') no-repeat top left;
	text-indent: -9999px;
}

#content {
	float: left;
	width: 540px;
	color: #ccc;
	padding: 20px 20px;
	line-height: 1.5em;
}

#content .alt { 
  color: #B8E673; 
  font-size: 9pt;
}

#footer {
	color: #598059;
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
}

#sig_logo {
	float: right;
	margin: 0px 6px 0px 0px;
	border: none;
}

b, strong, h1, h2, h3, h4, h5 {
	color: #B8E673;
}

a:link, a:visited, a:active {
	color: #86BF30;
}

a:hover {
	color: #30BFBF;
}

#menu {
 	vertical-align: top;
	background-color: #050505;
	text-align: center;
	width: 230px;
}

#menu li{
 	margin-bottom: 10px;
}

#menu ul{
 	margin-left: 0px;
	list-style-type: none;
}

#menu div.bg {
	width: 230px;
	background: #000 url('/assets/css/tpl_images/farah-palmer-side-panel 75dpi.jpg') no-repeat 0px -2px;
	text-align: center;
	padding-top: 20px;
	border-bottom: 1px solid #292929;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #B8E673;
}

#menu a:hover {
	color: #30BFBF;
}

#menu div.testimonial { color: #ccc; font-size: 0.8em; background: transparent url('../images/woman-manawatu-v-otago.jpg') no-repeat top center; }
#menu div.testimonial div.testimonial_item { margin: 110px 20px 10px; }
#playLink { font-weight: bold; font-size: 18px; padding-top: 2px; }

/* testimonial */
div.testimonial_item div.content { font-style: italic; font-family: Georgia, Times, "Times New Roman"; }

/* contact form */
div.contact label { font-size: 0.8em; }
div.contact div.row { margin-bottom: 10px; }
textarea#cfMessage { height: 200px; width: 500px;}
div.contact input.text { width: 240px;}
