

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  
  font-family: verdana, arial, helvetica, sans-serif;
  background:#fff;
  min-width:762px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}
td {
	font-size: 80%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}

a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	font-size: 75%;
	color: black;
	}
	

h1, h2 {
	font-size: 80%;
	font-variant: normal;
	color: #000;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding: 0 0 0 1em; 
	margin: 1em 0 1.1em 0;
}

h3, h4 {
	font-size: 80%;
	letter-spacing: 0.09em;
	color: #000;
	font-weight: bold;
		padding: 0 0 0 1em; 
	margin: 0 0 1em 0;
}

body h1 {
font-weight: normal;
font-size: 65%;
line-height:1.1em;
color: silver;
background-color: #ffffff;
text-align: left;
margin:0 auto;
padding: 2px 0 0 0;
width: 780px;
height:15px;
border-top: 1px solid #fff;
}

p {
	padding:0;
	margin: 0 0 1.2em 0;
	font-size: 80%;
	line-height: 1.5em;
	}
	
#center p {	
	padding:0;
	margin: 0 1em 1.2em 1em; 
	text-align: justify;
	line-height: 1.4em;
}

ul li {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	list-style-type: square; 
	list-style-position: outside;
	}
	
ul, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em; 
	}

ol li {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	list-style-type: decimal; 
	list-style-position: outside;
	}
	
.button {
	background: #d2ae2d;;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid black;
	height:28px;
	padding:0;
	margin: 0;
}

.pictorial {
position: relative;
width: 423px;
height: 170px;
border: 0;
margin:15px 0 0 10px;
}

.picpicture {
position: absolute;
top: 0;
left: 0;
width: 120px; 
	padding: 2px 2px 1px 0;
	font-size: 80%;	
}

.pictext{
	margin: 0 0 0 120px;
	padding: 5px 5px 2px 6px;
	width:300px;
	font-size: 80%;
}


.pictext li {
	font-size: 100%;

}

.pictext ul {
	font-size: 100%;
margin-left:15px;

}

.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
.hotline {
	position:absolute; top:7px; right:10px;
}
.headingbox {
	border: 0;
	width: 225px;
	height: 50px;
	margin: 0;
	padding: 15px 0 0 15px;
	color: #FFF;
	font-weight: bold;
	background-image: url(guide_to_the_whistle_blowing_act/images/heading_blue.gif);
background-repeat: no-repeat;
}

.textbox {
	border: 3px double #cd423f;
	width: 423px;
	margin-left: 14px;
}

.headingbox p {
	margin:0.2em;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
}

* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:762px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border-right:0; /*** Sets the external right side border. ***/
  border-left:0; /*** Sets the external left side border. ***/
  background:#fff; /*** Set background color for side columns for Safari & IE ***/

}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:75px; /*** Critical left col dimension value = left col width ***/
  width:650px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border-right:0; /*** Sets the internal right side border. ***/
  border-left:1px solid #000000; /*** Sets the internal left side border. ***/
  background:#fff; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
  width:650px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:650px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
#float-wrap{
  width:650px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
}
#left{
  width:70px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-70px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:70px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  width:70px; /*** Critical left col dimension value = left col width - 1px ***/
}
#right{
  float:left;
  display:inline;
  width:5px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-5px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}

/* \*/
* html #right{
  width:5px;
  margin-left:0px;
  margin-right:-650px;
  mar\gin-right:-127px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:127px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-127px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/

#container-center a {
font-weight: bold;
}

#container-right{
/* \*/
  width:5px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/

}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:2px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
  width:650px; /*** Set to = center col width ***/
  float:right;
  display:inline;
   background-image: url(graphics/nacf_watermark.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 10px;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:0; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:0; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearheaderright{
  height:0; /*** needed to make room for header in right column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:105px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:105px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfooterright{
  height:105px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:762px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:95px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-95px; /*** negative height ***/
}
#subfooter1{
  background:#FFFFCC; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:1px; /*** sub-footer row height ***/
}


#subfooter2{
  background: #fff; /*** Background Color of Sub-footer #2 ***/
  text-align:left;
  margin:0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:35px; /*** sub-footer row height ***/
   margin-left:157px; /*** If the left sidebar intrudes, move the
header to the right by the width of the left col + one external border width ***/
padding:5px;
font-size: 70%;
border-top: 1px solid #000;
border-right: 1px solid #000;
}

#subfooter2 a {
	font-size: 100%;
}


#subfooter3{
  background:#d2ae2d; /*** Background Color of Sub-footer #3 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:35px; /*** sub-footer row height ***/
  font-size:75%;
  color: #000;
 /*  border-left: 1px solid black; */
	border-top:1px solid black;
   margin-left:75px; /*** If the left sidebar intrudes, move the
header to the right by the width of the left col + one external border width ***/
padding-top:7px;
}

#subfooter4{
  background: #CD423F; /*** Background Color of Sub-footer #4 ***/
  text-align: center;
  font-size: 80%;
  color: #FFF;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  margin-left:75px; /*** If the left sidebar intrudes, move the
header to the right by the width of the left col + one external border width ***/
margin-right:127px;
  height:20px; /*** sub-footer4 row height ***/
  border-top: 1px solid black;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 5px 5px 0 5px;
}


#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:762px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:242px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
  background:#000000;
  height:1px;
  overflow:hidden;
  font-size:0px
}

#subheader1{
  background:#FFF; /*** Background Color of Sub-header #1 ***/
  text-align:left;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:164px; /*** sub-header row height ***/
  background-image: url(graphics/watermark_top.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  border-top: 0;
  border-bottom: 20px solid #cd423f;

}

#subheader2{
  text-align: center;
  background-image: url(graphics/sub_header-2.jpg);
  background-color: transparent;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
   height:33px; /*** sub-header row height ***/
	
}


#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:478px; /*** = Center Col Width ***/
  margin-left:155px; /*** = Left Col Width ***/
  background:#ADD8E6; /*** Set background color for center column for Mozilla & Opera ***/
  border-right:1px solid #000000; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
  border-left:1px solid #000000;
  border-left:1px solid #000000;
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}
#navtop {
padding:0 0 0 0; /* space between start of nav & page side */
margin:0 auto; 
font-weight: bold;
color: #000;
font-size: 90%;
background-color: #fff;
height: 33px;
border-top: 1px solid #000;
text-align: center;
background-image: url(graphics/sub_header.jpg);
}

#navtop ul {
/*remove default values: */
margin: 11px 0 0 0; /* NB NB NB to position text in the navbar */
padding: 0;

}

#navtop li {
display: inline;
list-style: none;
margin: 0 0 0 -4px;	/*	use -3px to minimise space between buttons */
padding:0;
font-size: 86%;
}




#navleft {
	background-color: #314a8c;
	width:  142px;
	padding: 25px 0 0 0;
	height: 200px;
	font-weight: bold;
}



/* vertical navigation */
#navright {
height: 300px;
width:118px; /* for button width */
padding: 24px 0 0 1px;
margin: 1px 0 0 1px;
}

#navright li {
display: block; 	/*for vertical display*/

margin: 0; 		/* nb nb to eliminate default margins */
padding: 0; 		/* nb nb to eliminate default padding */
}

#navright ul {
list-style: none; 	/* no bullets */
margin: 0; 		/* nb nb to eliminate or adjust default margins */
padding: 0; 	/* nb nb to eliminate default padding */
}


#navright, #navleft, #navtop, #left, #right, #left, #header, #subheader1, #subheader2, #subheader3, {
display: none;
}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

#content a[href^="/"]:after {
content: " (http://www.nacf.org.za" attr(href) ") ";
}

/*
------------------------------------------------------
Copyright Chugs, http://www.chugsdesigns.com/
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.

Notes
1. This is a print style sheet to be used together with
its associated screen style sheet

2. This style sheet uses a rule to add the site's URL to
relative links:

#content a[href^="/"]:after {
content: " (http://www.yoursite.com" attr(href) ") ";
}

If you wish to use this feature you'll need to replace
yoursite.com with your own domain name.
------------------------------------------------------
*/
