body {
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	
	background: #fff url(../images/bg-gradient.jpg) top right repeat-x;	
}

#Wrapper {
	
}

#Header {
	width: 969px;
	margin: 0 auto;	
}
#Nav {
	width: 969px;
	margin: 0 auto;
	background: url(../images/bg-nav.jpg) top right no-repeat;
	position: relative;
	z-index: 1;	
	height: 36px;
}
#Nav ul {
	margin: 0;
	padding: 0;	
	position: absolute;
	left: 380px;
}
#Nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
	float: left;
}


#Layout {
	border: 1px solid #0087b4;
	border-top-width: 0;
	width: 949px;
	margin: 0 auto;	
	position: relative;
	z-index: 5;
	
	background: #fff;
	
	
	
}
#Content {
	margin-left: 369px;
	padding-top: 22px;
	width: 545px;
	
	padding-bottom: 76px;	
}
#Slogan {
	position: absolute;
	bottom: 0;
	right: 0;	
}
#Footer {
	position: relative;	
	width: 949px;
	margin: 0 auto;
	height: 100px;
	z-index: 1;
}

#TheFount {
	position: absolute;
	left: 0;
	top: 5px;
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
}
#TheFount a {
	color: #999;
	text-decoration: none;
}
#TheFount a:hover {
	text-decoration: underline;
}

#NZVerify {
	position: absolute;
	top: 0;
	right: 0;	
}



/* typography */
#Content a, #TB_ajaxContent a {
	color: #008c66;
	text-decoration: none;
}
#Content a:hover, #TB_ajaxContent a:hover {
	text-decoration: underline;
}

h1 {
	color: #008c66;
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
}
.leadIn {
	color: #008c66;
	font-size: 16px;	
}

img.quote {
	position: relative;
	left: -20px;
}

h2 {
	color: #008c66;
	font-size: 16px;
	margin-top: 0;
	font-weight: normal;
	border-top: 1px solid #008c66;
	margin-bottom: 0;
	padding-top: 4px;
}

h3 {
	font-size: 12px;
	margin: 0;
	color: #008c66;
}

.borderBottom {
	border-bottom: 1px solid #008c66;
	padding-bottom: 7px;
}

th {
	font-weight: normal;
	text-align: left;
}

.required {
	color: #ff0000;	
}

input.text, textarea {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #999;	
	margin-bottom: 6px;
	width: 407px;
}
textarea {
	height: 72px;
}

input.submit {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	border: 1px solid #999;
	background: #ccc;
	font-size: 12px;
	padding: 3px;
}

.seo {
	display: none;	
}

.clear {
	clear: both;	
}


