/* -----[ Go Cyber Ltd Style Sheet ]-------------------------------------------------- */
/* -----[   www.gocyber.co.nz ]------------------------------------------------------- */

/* -----[ Undo Browser Defaults ]-------------------------------------------------- */

/* Remove Browser inconsistencies for padding and margin interpretation*/
* {
	margin: 0 auto;
	padding: 0;	
}
h1,h2,h3,h4,pre,form,body,html,p,blockquote,fieldset,input
{ 
 margin: 0; 
	padding: 0; 
}
/* get rid of underlined links and default colours*/
a:link, a:visited, :link, :visited { 
	text-decoration: underline;
}


/* -----[ Global Styles ]--------------------------------------------------------------------- */

td {
		background-color: #ffffff;
	 text-align: left;
  vertical-align: top;
	}
.container {
		background-color: #ffffff;
}
blockquote {
	margin: 0 0 0 20px; 
}

/* -----[ Typography Style Sheet ]-------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
 vertical-align: top;
	background-color: #dce0d3;
	margin: 0;
	padding: 0; 
}
.leftnav {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
 text-align: center;
 vertical-align: top;
	background-color: #edeee7;
	margin: 0;
 padding: 0;
}
.white {
	color: #ffffff;
 background-color: #ffffff;
	margin: 10;
 padding: 0;
}
.green {
	background-color: #c5d4a2;
	margin: 10;
 padding: 0;
}
.content {
 background-color: #dce0d3;
 text-align: left;
 vertical-align: top;
	margin: 10;
 padding: 0;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #da2028;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a.nav {
	color: #000000;
	text-decoration: none;
	}
a.nav:hover {
	color: #da2028;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
	}
a.white {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #cccccc;
	text-decoration: underline;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.gcl {
	color: #666666;
	text-decoration: none;
}
a.gcl:hover {
	color: #666666;
	text-decoration: underline;
}
a.gcl:visited {
	color: #666666;
	text-decoration: none;
}


/* -----[ Footers ]--------------------------------------------------------------------- */

.footer {
	font-size: 11px;
	color:#666666;
 text-align: left;
	background-color: #c5d4a2;
 padding: 5px 30px 5px 30px;
}
