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

html, body, div, p, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, img, form {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	background-color: #081c28;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p {
	line-height: 120%;
 padding-bottom: 8px;
}
em {
 font-style: italic;
	color: #000000;
}
ol, ul {
	margin: 0;
	padding: 0 0 8px 15px;
}


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

img {
	border: 0;
}
.img_photos {
	padding: 2px;
	border: solid #666666 1px;
	margin: 2px 0 4px 12px;
}
.img_photos_left {
	padding: 2px;
	border: solid #666666 1px;
	margin: 2px 12px 4px 0;
}
.img_latest {
	padding: 2px;
	border: solid #666666 1px;
	margin: 2px 10px 2px 0;
}
.img_photos_news {
	padding: 2px;
	border: solid #666666 1px;
}
.img_gallery {
	margin: 2px 14px 2px 0;
}


/* -----[ Colours ]------------------------- */

.white {
	color: #ffffff;
	padding-bottom: 6px;
}
.green {
	color: #476e38;
}
.brown {
	color: #e88106;
}

/* -----[ Small ]------------------------- */

.small {
	font-size: 10px;
	padding-bottom: 6px;
	color: #954a04;
}

/* -----[ RH Heading Background ]------------------------- */

.rh_heading {
	background-image:url(../images/rh_bg.jpg);
	background-repeat:no-repeat;
	color:#476E38;
	font-family:georgia,arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:32px;
	padding-left:5px;
	text-transform:uppercase;
	padding: 8px 0 0 6px;
	clear: both;
}

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

a, a:link, a:active, a:visited {
	color: #954a04;
	text-decoration: none;
}
a:hover {
	color: #976529;
	text-decoration: underline;
}
a.nav:link, a.nav:active, a.nav:visited {
	color: #954a04;
	text-decoration: none;
}
a.nav:hover {
	color: #976529;
	text-decoration: underline;
}
a.under:link, a.under:active, a.under:visited {
	color: #954a04;
	text-decoration: underline;
}
a.under:hover {
	color: #976529;
	text-decoration: none;
}
a.green, a.green:link, a.green:active, a.green:visited {
 color: #476e38;
	text-decoration: none;
}
a.green:hover {
 color: #476e38
	text-decoration: underline;
}
a.gcl, a.gcl:link, a.gcl:active, a.gcl:visited {
 color: #b1b1b1;
	text-decoration: none;
}
a.gcl:hover {
 color: #954a04;
	text-decoration: none;
}


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

h1 {
	color: #476e38;
	font-family: georgia, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	color: #476e38;
	font-family: georgia, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 6px 0;
}
h3 {
	color: #954a04;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 0 12px 0;
	text-transform: uppercase;
}
h4 {
	background-image: url(../images/rh_bg.jpg);
	background-repeat: no-repeat;
	color: #476E38;
	font-family: georgia,arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 32px;
	padding-left: 5px;
	text-transform: uppercase;
	padding: 8px 0 0 6px;
	clear: both;
}
h5 {
	color: #954a04;
	font-family: georgia, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 4px;
}
h6 {
	color:#954a04;
	font-family: georgia, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 4px;
}

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

.clearfix {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* -----[ Form ]------------------------ */

.mid_bg_form {
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	border-bottom: solid #d9dddf 1px;
	background-color: #476e38;
}
.light_bg_form {
	background-color: #f1ece2;
	color: #000000;
	padding: 5px 5px 5px 10px;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	border-right: solid #ffffff 6px;
}

/* -----[ Photo Gallery ]------------------------ */

.gal {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	width: 75px;
}
.gal_linetwo {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	width: 75px;
}
.gal_end {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	width: 75px;
}
.gal_linetwo_end {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	width: 75px;
}

