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

html, body, div, p, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #58595b;
	text-align: left;
	background-image: url(../images/general/bg.jpg);
	background-repeat: repeat-x;
}
p {
	padding-bottom: 6px;
}
em {
 font-style: italic;
}

/* -----[ top nav ]------------------------- */

.nav {
	padding-top: 6px;
	text-align: center;
}

/* -----[ Images ]------------------------- */

img {
	border: 0;
}
.img_pp_logo {
	padding: 52px 0 0 23px;
}
.img_ps_logo {
	padding: 12px 0 0 25px;
}
.img_pe_logo {
	padding: 62px 0 0 10px;
}
.img_et_logo {
	padding: 85px 0 0 15px;
}
.img_arrow {
	padding-left: 6px;
	padding-top: 2px;
}
.img_arrow_middle {
	padding-left: 6px;
	padding-top: 10px;
}

/* -----[ Misc ]------------------------- */

.brand {
	display: inline;
	padding-right: 3px;
	float: right;
	color: #231f20;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 15px;
	text-align: right;
 height: 18px;
}
.portal_arrow {
	display: inline;
	float: right;
 height: 18px;
}
 
/* -----[ Colours ]------------------------- */

.white {
	color: #ffffff;
	padding-bottom: 6px;
}
.gold {
	color: #b9b87f;
}
.more_pp {
	color: #a8b7bf;
}
.more_ps {
	color: #ffffff;
}
.more_pe {
	color: #a8b7bf;
}
.more_et {
	color: #798e99;
}
.right {
	color: #798e99;
 text-align: right;
}

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

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #8fb63e;
	text-decoration: none;
}
a.gold {
	color: #b9b87f;
	text-decoration: none;
}
a.gold:hover {
	color: #b9b87f;
	text-decoration: underline;
}
a.pe-vid {
	color: #ffffff;
	text-decoration: none;
}
a.pe-vid:hover {
	color: #ffffff;
	text-decoration: none;
}
a.ep-vid {
	color: #58595b;
	text-decoration: none;
}
a.ep-vid:hover {
	color: #58595b;
	text-decoration: none;
}
a.gcl {
	color: #808285;
	text-decoration: none;
}
a.gcl:hover {
	color: #808285;
	text-decoration: underline;
}

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

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #86888b;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #58595b;
	line-height: 20px;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #231f20;
	line-height: 18px;
}
h4 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #abe1fa;
	line-height: 20px;
	font-style: normal;
}
h5,h6 {
	font-size: 14px;
	font-weight: bold;
	color: #008ac8;
	padding-bottom: 6px;
}

/* -----[ Clear Fixes ]------------------------- */

.clearfix {
	clear: both;
}
.clear_left {
	clear: left;
	margin-bottom: 12px;
}

/* -----[ Footer ]------------------------ */

.copyright {
	padding: 5px 0 0 10px;
	font-size: 11px;
	color: #aeafb4;
}
.base {
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
}
.small_grey {
	font-size: 12px;
	color: #808285;
	line-height: 14px;
	margin-bottom: 2px;
	padding-top: 8px;
}

