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

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

/* Remove Browser inconsistencies for padding and margin interpretation*/
* {
	margin: 0;
	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 ]--------------------------------------------------------------------- */

body {
	font-family: 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: #e7f2fb;
	margin: 0;
	padding: 0; 
}
td {
	background-color: #e7f2fb;
	text-align: left;
 vertical-align: top;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	padding-bottom: 8px;
}
ul {
	margin: 0 0 0 15px; 
	padding: 0; 
 list-style-type: square;
	list-style-position: outside;
}
li {
	padding-top: 0px;
 padding-bottom: 5px;
	padding-left: 0;
	line-height: 16px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	padding-bottom: 5px;
}
blockquote {
	margin: 0 0 0 20px; 
}
.banner {
	background-image: url(../images/general/tim_mcbride.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding-left: 225px;
	height: 40px;
}
.top {
	background-image: url(../images/general/top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 12px;
}
.bottom {
	background-image: url(../images/general/bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 12px;
}
.leftnav {
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
 text-align: center;
 vertical-align: top;
	background-color: #b4d6f1;
 padding: 0;
	}
.main {
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding: 0 12px 25px 12px;
}
.rhpanel {
	background-color: #b4d6f1;
 padding: 0 12px 25px 12px;
	}
.rhblank {
	background-color: #b4d6f1;
 padding: 0;
	}
.jump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	margin: 0;
	padding: 0 0 2px 0;
}
.pic {
	background-image: url(../images/about/Tim_McBride.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #b4d6f1;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 307px 0 0 15px;
}

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

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a.blue {
	color: #234771;
	text-decoration: underline;
}
a.blue:hover {
	color: #ff3300;
	text-decoration: none;
}
a.blue:visited {
	color: #234771;
	text-decoration: underline;
}
a.orange {
	color: #ff3300;
	text-decoration: underline;
}
a.orange:hover {
	color: #234771;
	text-decoration: none;
}
a.orange:visited {
	color: #ff3300;
	text-decoration: underline;
}
a.gcl {
	color: #ffffff;
	text-decoration: none;
}
a.gcl:hover {
	color: #ff3300;
	text-decoration: underline;
}
a.gcl:visited {
	color: #ffffff;
	text-decoration: none;
}

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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff3300;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 12px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234771;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff3300;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 8px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #234771;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 8px;
}


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

.footer {
	background-image: url(../images/general/footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #e7f2fb;
	text-align: left;
	vertical-align: middle;
	padding-left: 25px;
	}

