
/* ---------------------------- BODY ------------------------------------- */

body {
  	margin:auto;
  	font-size:16px;
  	font-size:100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  	font-family:Arial, Helvetica, "Nimbus Sans L", sans-serif;
	background:#f2f7f7;
	background:-moz-linear-gradient(#fff,#f2f7f7);
	background:-webkit-linear-gradient(#fff,#f2f7f7);
	background:-o-linear-gradient(#fff,#f2f7f7);
	background:-ms-linear-gradient(#fff,#f2f7f7);
	background:linear-gradient(#fff,#f2f7f7);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:877px;
	border: none;
	background:url(../images/rock-big.jpg) no-repeat center center;background-attachment:fixed;background-size:cover
}

/* ---------------------------- IMAGES ------------------------------------- */

img {border:0;}

/* ---------------------------- SUBSCRIPT ------------------------------------- */

sup, sub {height:0; line-height:0; vertical-align:baseline; _vertical-align:bottom; position:relative; font-size:11px; z-index:0;}
sup {bottom:0.6ex; font-size:70%;}
sub {top:0.25ex;}

/* ---------------------------- LINKS ------------------------------------- */

/* The order of link states are based on Eric Meyer's article:
   http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */

a:link {
  	color:#247f80;
  	text-decoration:none;
}
a:visited {
  	color:#247f80;
  	text-decoration:none;
}
a:hover, 
a:focus {
  	text-decoration:none;
  	color:black;
}
a:active {color:black;}

/* ---------------------------- HEADINGS ------------------------------------- */

h1, h2, h3, h4 {color:#247f80; font-weight:normal; text-align:left;}
h1 {color:black; font-size:26px; text-transform:none;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}

h1 sup {bottom:0.6ex; font-size:70%;}

h2 sup,
h3 sup {bottom:0.9ex; font-size:60%; border:0; text-decoration:none;}

h1.faq {font-size:24px; color:#247f80; text-transform:none;}
h1.faq sup {font-size:75%; font-weight:bold;}
h2.faq {color:black;}
h3.faq {color:#247f80;}

/* ---------------------------- PAGE ------------------------------------- */

#page-wrapper {
  	margin:auto;
  	width:100%;
  	float:left;
}
#page {
  	float:left;
  	margin:auto;
  	width:100%;
}

/* ---------------------------- HEADER ------------------------------------- */

#header-wrapper {
	margin:auto;
  	width:100%;
  	background:white;
  	position:relative;
  	height:145px;*/was 123px*/
  	-moz-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  	-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  	box-shadow:0px 0px 12px rgba(0,0,0,0.2);
	border-bottom:0px #ccc solid;
}
#header {
  	width:80%;
  	margin:auto;
  	position:relative;
	height:145px;
  	z-index:102;
}
#logo {
	float:left;
	padding:10px 0px 10px 20px;
  	z-index:100;
}
/*
#tagline {
  	display:none;
  	font-size:12px;
  	color:red;
}
*/
#formerly {
	display:block;
	float:right;
	color:#999;
	padding:10px;
	vertical-align:text-bottom;
}
.go-top {
	position:fixed;
	right:-2px;
	bottom:6%;
	width:60px;
	height:40px;
	color: white;
	background-color: rgba(37, 127, 128, 0.4);		
	border:2px white solid;
	-moz-box-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
	-moz-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  	-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  	box-shadow:0px 0px 12px rgba(0,0,0,0.2);
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	display: none;
}
.go-top:hover {
	background-color: rgba(0, 102, 102, 0.8);
}
a:link.go-top  {
	font-weight:bold;
	color:white;
}
a:focus.go-top  {
	color:white;
}
a:hover.go-top  {
	color:white;
}
a:visited.go-top  {
	color:white;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* ---------------------------- CONTENT ------------------------------------- */

#content-wrapper {
  	float:left;
  	margin:auto;
  	width:100%;
}
#content {
  	margin:auto;
  	width:76%;
  	background:rgba(255, 255, 255, 0.9);
  	-moz-box-shadow:0px 2px 12px rgba(0,0,0,0.2);
  	-webkit-box-shadow:0px 2px 12px rgba(0,0,0,0.2);
  	box-shadow:0px 2px 12px rgba(0,0,0,0.2);
	min-height:450px;
}
.content {
  	margin:auto;
  	padding:20px 40px 40px 40px;
  	text-align:left;
  	color:#666666;
  	font-family:"Arial";
}

/* --- CONTENT-LINKS --- */

.content a:link {
  	color:#247f80;
  	text-decoration:none;
  	border-bottom:1px #247f80 solid;
}
.content a:visited {
  	color:#247f80;
  	text-decoration:none;
	border-bottom:1px #247f80 solid;
}
.content a:hover, 
.content a:focus {
  	text-decoration:none;
  	color:black;
  	border-bottom:1px black solid;
}
.content a:active {
  	color:#247f80;}

.content a.black {color:#000; text-decoration:none; border-bottom:1px #000 solid;}
.content a:hover.black {color:#666666; text-decoration:none; border-bottom:1px #666666 solid;}
.content a.grey {color:#666666; text-decoration:none; border-bottom:1px #666666 solid;}
.content a:hover.grey {color:black; text-decoration:none; border-bottom:0px #666666 solid;}

.content h2 a:hover,
.content h3 a:hover {text-decoration:none; border-bottom:0px red solid;}

.content a:link.img,
.content a:hover.img {border:0;}

.img {border:0}

/* --- CONTENT-STYLES --- */

.content img {max-width:100%; height:auto; width:auto\9; /* ie8 */}
.content ul {list-style-type:square; margin:0; margin-left:-24px;}
.content ul ul {list-style-type:circle; margin:0; margin-left:-6px;}
.content ol {margin:0; margin-left:-18px;}
.content ol ol {margin:0; margin-left:-6px;}
.content li {padding-top:4px; padding-bottom:4px; padding-left:14px;}

.content ul.noListStyle {list-style-type:none; margin:0; margin-left:-44px;}

/* ---------------------------- STYLES ---------------------------------------- */

.noListStyle {list-style-type:none; margin:0; margin-left:-34px;}
.list-arrow {list-style-image: url(../images/list-arrow.png);}

.dash li {list-style-type:none;}
.dash li:before{content:"-"; position:relative; left:-25px;}
.dash li{ text-indent:-5px;}

.right {float:right; text-align:right;}

.red {color:red;}
.content a.red  {color:red; border-bottom:1px solid red;}
.content a:hover.red  {color:black; border-bottom:1px solid black;}
.black {color:black;}\
u.black {border-bottom:1px solid #000000;}
.grey {color:#666666;}
a.grey  {color:#999; border-bottom:0px solid #999;}
a:hover.grey  {color:black; border-bottom:0px solid black;}
.green {color:#247f80;}
u.green {border-bottom:1px solid #247f80;}
u {text-decoration:none; border-bottom:1px solid #666;}
hr {}

.bold {font-weight:bold;}
.bI{
  	font-weight:bold;
  	font-style:italic;
}
.required-fields {
  	color:#ff0000;
	font-size:22px;}

.small {font-size:14px;}

.xsmall {font-size:10px;}

.small-link {font-size:12px; bottom:0ex;}

.logoS {
  	font-family:"Arial";/*Tw Cen MT*/
  	font-weight:normal;
  	font-size:28px;
  	color:#247f80;
}
.logoS sup{
  	color:#247f80;
  	bottom:1.5ex;
  	font-size:13px;
}
.logoTXT {
  	font-family:"Arial";/*Tw Cen MT*/
  	font-weight:normal;
  	font-size:20px;
  	color: #247f80;
}
.logoNZ {
  	font-family:"Arial";/*Tw Cen MT*/
  	font-weight:normal;
  	font-size:28px;
  	color:black;
}
h1 .logoS {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; /*font-size:32px; */color: #247f80;}
h1 .logoS sup{color:#247f80; bottom:0.8ex; font-size:65%;}
h1 .logoTXT {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; /*font-size:28px; */color: #247f80;}
h1 .logoNZ {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; /*font-size:32px; */color:black;}

h2 .logoS {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; font-size:30px; color:#247f80;}
h2 .logoS sup{color:#666666 ;bottom:1.8ex; font-size:13px;}
h2 .logoTXT {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; font-size:24px; color:#247f80;}
h2 .logoNZ {font-family:"Arial"; /*Tw Cen MT*/font-weight:normal; font-size:30px; color:black;}

.width100 {width:100%; float:left;}
.width50 {width:50%; float:left;}
.center {text-align:center;}

.col-70 {
  	float:left;
  	width: 70%;
  	text-align: left;
  	color:#666666;
  	font-family: "Arial";
}
.col-50 {
  	float:left;
  	width: 50%;
  	text-align: left;
  	color:#666666;
  	font-family: "Arial";
}
.col-30{
  	float:left;
  	width:30%;
  	margin-left:20px;
  	text-align:left;
  	color:#666666;
  	font-family:"Arial";
}

table {border-collapse:collapse; border:2px solid #247f80; width:100%;}
th {background:#fafafa; padding:10px; border:1px dotted #ccc; border-left:0; border-right:0; vertical-align:middle;}
td {padding:4px; border:0px dotted #ccc; border-left:0; border-right:0;}

/*
td:hover {background:#fafafa; border:inset 1px #cccccc solid;
box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.5);}

td span:hover {z-index:500; cursor:pointer;}
*/

table.transition {border-collapse:collapse; border:0px solid #247f80; width:100%;}
.transition th {background:#fafafa; padding:10px; border:1px dotted #ccc; border-left:0; border-right:0; vertical-align:middle;}
.transition td {padding:10px; border:0px dotted #ccc; border-left:0; border-right:0;}

.bkgd {background:#fafafa;}
.borderTB {border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}

.valign-middle {vertical-align:middle;}
.valign-middle td {vertical-align:middle;}
.align-middle {text-align:center;}
.align-right {text-align:right;}
.80 {width:80%; margin:auto:}
.50 {width:50%; margin:auto:}

table img {max-width:100%; height:auto; width:auto\9; /* ie8 */}

.top {vertical-align:top;}

.borderL {border:1px solid #247f80; border-right:0; vertical-align:top;}
.borderR {border:1px solid #247f80; border-left:0; vertical-align:top;}

.border {padding:0px 10px; border:2px solid #247f80;}
.border th {background:#fafafa; padding:10px; border:1px dotted #ccc; border-left:0; border-right:0; vertical-align:middle;}
.border td {padding:10px; border:1px dotted #ccc; border-left:0; border-right:0;}

.no-border {border:0}
#no-border {border:0}

.border-dotted {padding:0px 10px; border:1px dotted #ccc;}
.border-dotted th {background:#fafafa; padding:10px; border:1px dotted #ccc; border-left:0; border-right:0; vertical-align:middle;}
.border-dotted td {padding:10px; border:1px dotted #ccc; border-left:0; border-right:0;}

.border-dashed {border:1px dashed #ccc;}
.border-double {border:4px double #ccc;}
.border-groove {border:1px groove #ccc;}
.border-ridge {border:1px ridge #ccc;}
.border-inset {border:1px inset #ccc;}
.border-outset {border:1px outset #ccc;}
.border-shadow {
	box-shadow:inset 0px 0px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.5);}

fieldset {
	border:#EEE 1px solid;
	padding:2%;
}
label {line-height:24px;}

input[type="text"],
input[type="password"],
textarea {
	height:32px;
	padding:0 5px;
	box-shadow:inset 1px 1px 5px rgba(0, 0, 0, .05);
	background:#fff;
	border:#ddd 1px solid;
	color:#999;
	font-family:"Droid Sans", sans-serif;
	font-size:13px;
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background:#FFF;
	border:orange 1px solid;
	color:#333;
	outline: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
select {height:32px; padding:5px; border:1px solid #ccc; background:#e1e1e1;}

textarea {
	font-size:15px;
	width:80%;
	max-width:80%;
	height:100px;
}
.quicklinks {font-size: 14px; color: #000000;}
select.quicklinks {width:100%;}

input[type=submit],
input[type=reset],
input[type=button] {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#247f80;
	background:-moz-linear-gradient(#247f80, #009999);
	background:-webkit-linear-gradient(#247f80, #009999);
	background:-o-linear-gradient(#247f80, #009999);
	background:-ms-linear-gradient(#247f80, #009999);
	background:linear-gradient(#247f80, #009999);
	border:none;
	border-bottom:#006666 1px solid;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:13px;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	box-shadow:#000 0 0 2px;
	background:#247f80;
	background:-moz-linear-gradient(#009999, #006666);
	background:-webkit-linear-gradient(#009999, #006666);
	background:-o-linear-gradient(#009999, #006666);
	background:-ms-linear-gradient(#009999, #006666);
	background:linear-gradient(#009999, #006666);
}
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
	box-shadow:#444 0 0 5px;
	background:-moz-linear-gradient(#009999, #006666);
	background:-webkit-linear-gradient(#009999, #006666);
	background:-o-linear-gradient(#009999, #006666);
	background:-ms-linear-gradient(#009999, #006666);
	background:linear-gradient(#009999, #006666);
}

input[type="text"].recaptcha,
input[type="password"].recaptcha {
	height:20px;	
}

input[type="text"].contact-input,
input[type="password"].contact-input {
	height:32px;	
}
.TXT-box {
  	border:1px solid rgba(36, 127, 128, 1);
  	width:100%;
  	float:left;
  	margin-bottom:20px;
  	height:auto;
}
.TXT-box ul {
  	list-style-type:none;
  	margin:0;
  	display:inline;
  	float:left;
  	padding:0;
}
.TXT-box li {
  	padding:5px 10px 5px 10px;
}
.ULarrowTXT {
  	text-align:left;
  	color:#666666;
  	font-family:"Arial";
}
.ULarrowTXT ul {
  	list-style-type:none;
  	margin-left:-20px;
  	color:#666666;
}
.ULarrowTXT li{
  	background-image:url(../images/frontRed-arrow.png);
 	background-repeat:no-repeat;
  	background-position:0px 4px; 
  	padding-left:34px;
  	margin-left:-20px;
  	color:#666666;
}
.ULarrowTXT h3 {padding:0; margin:0;}

/* ---------------------------- FOOTER ------------------------------------- */

#footer-wrapper {
  	float:left;
 	width:100%;
  	margin:10px 0 10px 0;
}
#footer {
  	float:left;
  	width:100%;
  	margin:auto;
}
.footer {
  	margin:auto;
  	float:none;
  	width:80%;
  	text-align:center;
  	font-size:14px;
  	font-family:"Arial";
  	padding:10px 0;
  	background: #b2d2cf /*url(../images/footer.jpg)*/;
  	-moz-box-shadow:0px 2px 6px rgba(0,0,0,0.4);
  	-webkit-box-shadow:0px 2px 6px rgba(0,0,0,0.4);
  	box-shadow:0px 2px 6px rgba(0,0,0,0.4);
}
.footer ul {
  	margin:0;
  	padding:0;
}
.footer li {
  	list-style:none;
  	display:inline;
  	color:#666666;
  	line-height:24px;
  	padding:0 10px;
  	white-space:nowrap;
}
.footer li#currentpage a {
  	color:black;
}	
.footer a {
  	color:#666666;
  	text-decoration:none;
}	
.footer a:hover {
  	color:black;
  	text-decoration:none;
}

/* ---------------------------- CLEARFIX ------------------------------------- */

.clearfix:after {
  	content:".";
  	display:block;
  	clear:both;
  	visibility:hidden;
  	line-height:0;
  	height:0;
}
.clearfix {display:inline-block;}
 
html[xmlns] .clearfix {display:block;}
 
* html .clearfix {height:1%;}


