/* CSS for SouthIfrica */
/* Website, CSS and XHTML by John King of King Websites */

/* Reset CSS */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font: normal 100.01% Arial, Helvetica, sans-serif;
}

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Layout */

#wrapper {
	margin: 0px auto;
	width: 830px;
	background: white url('wrapperbackground.gif') repeat-y;
	
}

#header {
	width: 810px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background: white url('headerbackground.jpg') repeat-x;
}

#content {
	padding: 0px 10px;
}

.column {
	float: left;
	width: 270px;
	display: inline;
}

.spacer {
	clear: both;
}

#footer {
	clear: both;
	width: 810px;
	height: 30px;
	margin: 0px 10px;
}

/* Font CSS */

a {
	text-decoration: none;
	color: red;
}

p {
	clear: both;
	font-size: 0.75em;
	color: #262c4e;
	padding: 5px 20px 5px 0px;
	line-height: 1.25em;
}

h2 {
	font-size: 1.0em;
	color: white;
	font-weight: bold;
	clear: none;
	padding: 22px 24px 0px 0px;
}

#footer p {
	font-size: 0.68em;
	color: #999999;
	line-height: 1.5em;
	padding-top: 6px;
}

.column li {
	font-size: 0.68em;
}

.column li a {
	font-size: 1.10em;
	color: #0000cc;
}

.column li a:hover {
	background-color: #dae3ea;
}


/* Site Background */

body {
	background: white url('backgroundtile.jpg') repeat-x;
}

/* Header CSS */

h1 {
	float: left;
	width: 342px;
	margin-top: 10px;
}

#google {
	float: left;
	width: 468px;
	padding: 10px 0px 0px 0px;
}

/* Column CSS */

.column ul {
	padding-bottom: 32px;
}

.columntop {
	height: 79px;
}

.columntop a img {
	float: left;
	width: 50px;
	height: 36px;
	padding: 24px 8px 0px 40px;
	display:inline;
}

.columntop a img.rss {
	float: left;
	padding: 23px 5px 0px 0px;
	width: 16px;
	height: 16px;
	display:inline;
	
}

.column li {
	padding: 0px 33px 7px 34px;
}

/* Column Graphics CSS */

.greencolumn {
	background: white url(columngraphics/greencolumntop.jpg) no-repeat top;
}

.greencolumn ul {
	background: white url(columngraphics/greencolumnbottom.jpg) no-repeat bottom;
}
	
.greencolumn li {
	background: white url(columngraphics/greencolumntile.jpg) repeat-y;
}

.bluecolumn {
	background: white url(columngraphics/bluecolumntop.jpg) no-repeat;
}

.bluecolumn ul {
	background: white url(columngraphics/bluecolumnbottom.jpg) no-repeat bottom;
}
	
.bluecolumn li {
	background: white url(columngraphics/bluecolumntile.jpg) repeat-y;
}

.redcolumn {
	background: white url(columngraphics/redcolumntop.jpg) no-repeat top;
}

.redcolumn ul {
	background: white url(columngraphics/redcolumnbottom.jpg) no-repeat bottom;
}
	
.redcolumn li {
	background: white url(columngraphics/redcolumntile.jpg) repeat-y;
}

.blackcolumn {
	background: white url(columngraphics/blackcolumntop.jpg) no-repeat;
}

.blackcolumn ul {
	background: white url(columngraphics/blackcolumnbottom.jpg) no-repeat bottom;
}
	
.blackcolumn li {
	background: white url(columngraphics/blackcolumntile.jpg) repeat-y;
}

/* Footer section */

#footer {
	margin-top: 5px;
	border-top: 1px dotted #cdcbcc;
}