@charset "utf-8";
/* CSS Document */
/*------------------------------------------------ General Site */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	text-align:center;
}
/*--------------------------------------------------- Container */
#container {
	text-align:center;
	margin: auto auto;
	width:1000px;	
}
#subcontainer {
	background:url(../dis_images/background.png) repeat-y;
	min-height:100%;	
	width:1000px;
	position: absolute;
}
/*----------------------------------------- Container - Footer */
#cont-foot {
	text-align:center;
	margin: auto auto;
	width:980px;
	height:30px;
	clear: both;
}
p.footertext {
	color:#666;
	font-size: 8pt;
	font-family:Verdana, Geneva, sans-serif;
}
.footerlink {
	color:#666;
	font-size: 8pt;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.footerlink:hover {
	text-decoration: underline;
}
a.general {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.general:hover {
	text-decoration: underline;
}
/*------------------------------------------------------ Header */
#header {
	text-align:center;
	margin: auto auto;
	height: 233px;
	width: 925px;
	background: url(../dis_images/header.png) no-repeat 0 0;
}
/*------------------------------------------------------ Menu */
#navigation {
	float:left;
	height:54px;
	width:500px;
	clear: both;
	text-align:center;
	margin-left:275px;
}
/* ---------------------------------------------------------------------------- */
/* Home Button */
#home
{
  float: left;
  width: 164px;
  height: 54px;
  background: url(../dis_images/b_home.png) no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}
#home:hover
{ background-position: 0 -54px; }
#home span
{ display: none; }

/* Portfolio Button */
#portfolio
{
  margin-left: -30px;
  float: left;
  width: 164px;
  height: 54px;
  background: url(../dis_images/b_port.png) no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}
#portfolio:hover
{ background-position: 0 -54px; }
#portfolio span
{ display: none; }

/* Contact Button */
#contact
{
  float: left;
  width: 164px;
  height: 54px;
  background: url(../dis_images/b_contact.png) no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}
#contact:hover
{ background-position: 0 -54px; }
#contact span
{ display: none; }


/*---------------------------------------------------- PORTFOLIO Content */
#left {
	text-align:right;
	width:495px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color: #FFF;
	float: left;
}
#left_text{
	width: 240px;
	float: right;
	margin-right: 10px;
	padding-top: 25px;
}
#right_text{
	width: 240px;
	float: left;
	margin-left: 10px;
	padding-top: 25px;
}

#image1r {
	width:490px;
	height: 300px;
	background:url(../dis_images/TSNZ.png) no-repeat 0 0;
}
#image1r:active {
	border: none;
}
#image2r {
	width:490px;
	height: 300px;
	background:url(../dis_images/Kennedys.png) no-repeat 0 0;
}
#image3r {
	width:490px;
	height: 300px;
	background:url(../dis_images/NZYRF.png) no-repeat 0 0;
}
#image4r {
	width:490px;
	height: 300px;
	background:url(../dis_images/Combat.png) no-repeat 0 0;
}
#right {
	text-align:left;
	width:495px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color: #FFF;
	float:right;
}

#image1l {
	width:490px;
	height: 300px;
	background:url(../dis_images/Plains.png) no-repeat 0 0;
}
#image2l {
	width:490px;
	height: 300px;
	background:url(../dis_images/NZVel.png) no-repeat 0 0;
}
#image3l {
	width:490px;
	height: 300px;
	background:url(../dis_images/Waimak.png) no-repeat 0 0;
}
#image4l {
	width:500px;
	height: 300px;
	background:url(../dis_images/Helensville.png) no-repeat 0 0;
}
a.imagelink {
 	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}
a.imagelink:active {
	outline: none;	
}
a.imagelink:focus {
	-moz-outline-style: none;
}

/*----------------------------------------- General Content */

#content {
	text-align:center;
	margin: auto auto;
	width:945px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color: #FFF;
	float:left;
	clear: both;
	margin-left: 40px;
}

h1 {
	font-size:12pt;	
	font-family:Verdana, Geneva, sans-serif;
	color:#161616;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
h2 {
	font-size:12pt;	
	font-family:Verdana, Geneva, sans-serif;
	color:#205c1a;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
#blurb {
	width: 900px;
	text-align: left;
}
a.blurblink {
	text-decoration: none;	
	font-weight: bold;
	color:#000;
}
a.blurblink:hover {
	text-decoration: underline;	
}

#contain {
	text-align:center;
	margin: auto auto;
}
ul {
	margin: auto auto;
	text-align: center;
}
a.thumbs {
	color: #000;
	border: none;
}
img.thumbs {
	border: none;	
}

/*--------------------------------------- Admin Logged In Box */
#admin_logged {
	background-color:#FF9;
	border: 2px solid #FF0;
	width: 500px;
	margin: auto auto;
	margin-top:10px;
}
.adlog_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}
.adlog_link	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
}

/*--------------------------------------------------- Error Box */
#error {
	background-color:#CC3333;
	border: 2px solid #F00;
}
.error 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
.errorlink 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
