/* -----[ 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 ]--------------------------------------------------------------------- */

p {
	padding: 0 80px 8px 80px;
}
ul
{
	margin: 0 0 0 15px; 
	padding: 0; 
 list-style-type: disc;
	list-style-position: outside;
}
li {
	padding-top: 0px;
 padding-bottom: 5px;
	padding-left: 0;
}
ol
{
	list-style-type: square;
	list-style-position: outside;
}
blockquote {
	margin: 0 0 0 20px; 
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
 vertical-align: top;
 background-color: #ffffff;
	margin: 0; 
	padding: 0; 
}
.container {
 background-color: #f1f2f2;
	margin: 0; 
	padding: 0; 
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
 vertical-align: top;
	padding: 6px 0 6px 0; 
}
.rule {
 background-color: #333333;
}
.bar {
 background-color: #adafb2;
}
.spec_bold {
	font-weight: bold;
	color: #000000;
	text-align: left;
 vertical-align: top;
	padding: 0 20px 8px 80px; 
}
.spec {
	font-weight: normal;
	color: #000000;
	text-align: left;
 vertical-align: top;
	padding: 0 80px 8px 0; 
}
.caption {
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
 vertical-align: top;
	margin: 0; 
	padding: 4px 0 4px 0; 
}
.next {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
 vertical-align: top;
	margin: 0; 
	padding: 0 10px 4px 0; 
}
.credit {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
 vertical-align: top;
	padding: 10px 0 20px 0; 
}

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

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a.nav {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: underline;
}
a.nav:visited {
	color: #666666;
	text-decoration: none;
}
a.credit {
	color: #cccccc;
	text-decoration: none;
}
a.credit:hover {
	color: #66666;
	text-decoration: underline;
}
a.credit:visited {
	color: #666666;
	text-decoration: none;
}

/* -----[ Headers ]--------------------------------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
 padding: 10px 0 15px 0;
}
h2 {
 font-family: Georgia, Times, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 80px 10px 80px;
	}
h3 {
 font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	}


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

.footer {
	font-size: 11px;
	color:#000000;
	padding: 5px 10px 5px 29px;
	background-color: #005184;
}
