HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal 0.85em/1.4em Arial, sans-serif;
	color: #555;
	background-color: #f0ede9;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #f60;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #f60;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #464144;
}
H2 {
	font-size: 1.33em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #464144;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
  	padding: 0;
  	color: #464144;
}
P {
	padding: 0;
	margin: 10px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
UL {
}
LI {
}


/* wrapper
============*/
#wrapper {
	margin: 11px auto 0 auto;
	width: 1000px;
    background: #faf9f8 url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/wrapper.gif) no-repeat left top;
}
#wrapperContent {
	margin: 0 auto;
	width: 976px;
	position: relative;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	height: 166px;
	overflow: hidden;
	position: relative;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/headerLine.gif) repeat-x left bottom;
}
.headerLinks {
	position: absolute;
	left: 22px;
	top: 55px;
	overflow: hidden;
}
.headerLinks UL {
	margin: 0 0 0 -1px;
	list-style: none;
	padding: 0;
}
.headerLinks UL LI {
	margin: 0;
	line-height: normal;
	padding: 0 10px;
	float: left;
	border-left: 1px #e5e2de solid;
	font-size: 14px;
}
.headerLinks UL LI A {
}
.followUsLinks {
	position: absolute;
	right: 495px;
	top: 53px;
	font-size: 14px;
}
.followUsLinks P {
	margin-top: 0;
}
.followUsLinks A {
	color: #000;
}
.followUsLinks IMG {
	vertical-align: text-top;
	padding-right: 2px;
}
.topLogo {
	position: absolute;
	right: 0px;
	top: 6px;
}


/* Logo
=========*/
#logo {
	width: 233px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	left: 29px;
}



/* searchBox
=============*/
.searchBox {
	width: 250px;
	height: 25px;
	position: absolute;
	top: 22px;
	right: 0px;
}
.searchBox TABLE {
	border-collapse: collapse;
}
INPUT.searchInput {
	width: 184px;
	height: 18px;
	padding: 2px;
	border: 1px solid #ccc;
	color: #555;
}
INPUT.searchSubmit {
	width: 55px;
	height: 25px;
	border: 0;
	background: none;
	color: #000;
	cursor: pointer;
}

/* Top Navigation
===================*/
#nav {
	width: 976px;
	padding: 0 0 0 0px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 83px;
	left: 0px;
	background: #000 url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/topnav.jpg) no-repeat left top;
}
#nav UL {
	margin: 0;
	padding: 0 15px;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#nav UL LI A {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	padding: 0px 26px 0px 14px;
}
#nav UL LI A.open SPAN {

}
#nav UL LI A:hover {
	text-decoration: none;
}
#nav UL LI A.open {
	text-decoration: underline;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 300px;
	overflow: hidden;
	padding: 13px 0 30px 0;
}
#main {
	float: right;
	width: 726px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* heading
============*/
.heading {
	margin: 0 !important;
}
.heading H1 {
	padding: 6px 12px 6px 12px;
	background: url(pics/heading.gif) #fb6c0c repeat-x left top;
	color: #fff;
	margin: 0 0 13px 0 !important;
}
.headingBar {
	background: url(pics/heading.gif) #fb6c0c repeat-x left top;
	color: #fff;
	padding: 7px 12px;
	font-size: 18px;
}

/* banner
============*/
.banner {
	margin: 0 !important;
}

/* breadCrumb
=============*/
.breadCrumb {
	padding: 10px 0;
	position: absolute;
	top: 129px;
	left: 27px;
	font-size: 12px;
}
.breadCrumb .crumbMarker {
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/breadCrumbMarker.gif) no-repeat center 7px;
	width: 22px;
	display: inline-block;
	height: 14px;
}
.breadCrumb .crumbMarker SPAN {
	display: none;
}
.breadCrumb A {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0px 0 0;
}

.mainText {
	height: auto;
	min-height: 1px;
	overflow: hidden;
	padding: 0 15px;
}
#mainContent > DIV {
	margin-top: 20px;
}
#column1 {
	float: left;
	width: 235px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding: 20px 20px 0 26px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
#clearDiv,
.clearDiv {
	clear: both;
}


/* Sub navigation
==================*/
.subnavEmpty {
	display: none;
}
.subnav {
	padding: 0px 0px 30px 0px;
	background: #f0ede9;
}
.subnav UL, .subnav UL LI {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/subnavHeading.gif) repeat-x left top;
	font-size: 16px;
	padding: 0 30px;
	margin-bottom: 8px;
}
.subnav UL LI.sub {
	margin: 0;
	padding: 0 19px;
}
.subnav UL LI A {
	color: #000;
	padding: 8px 0 7px 0;
	font-weight: bold;
	display: block;
}
.subnav UL UL LI {
	margin: 0 0 0px 0;
	padding: 0 0 1px 0;
	list-style-type: none;
	font-size: 14px;
	display: block;
	width: 100%;
	clear: left;
	float: left;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/subnavLine.gif) repeat-x left bottom;
}
.subnav UL UL LI A {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 8px 13px 8px 13px;
}
.subnav UL UL LI A:hover {
	text-decoration: underline;
}
.subnav UL UL LI A.open {
	color: #f60;
	font-weight: bold;
}
.subnav UL UL LI A.current {
	
}
.subnav UL LI.sub {
	float: none;
	clear: both;
	background: none;
	border: 0;
}
.subnav UL LI.sub LI.sub {
	padding: 0;
}

/* sub */
.subnav UL LI UL UL {
	padding: 10px 0 12px 0;
	clear: both;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/subnavLine.gif) repeat-x left bottom;
}
.subnav UL LI UL UL LI {
	float: none;
	display: inline;
	border: 0;
	background: none;
}
.subnav UL LI UL UL LI A {
	padding: 1px 20px 1px 30px;
	font-size: 12px;
}
.subnav UL LI UL UL LI A.open {
}
/* subsub */
.subnav UL LI UL UL LI UL LI A {
	padding: 1px 20px 1px 59px;
}
.subnav UL LI UL UL LI UL LI A.open {
}


/* FooterContainer
==================*/
#footerContainer {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 1000px;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/footer.gif) no-repeat left top;
	color: #837d78;
}
.footerContent {
	padding: 0 20px;
}
.footerLinks STRONG {
	font-size: 12px;
}


/* Buttons
==================*/
A.button {
	margin: 10px 0;
	display: inline-block;
	padding: 0 0 0 15px;
	line-height: 45px;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/button.gif) no-repeat left top;
	font-size: 16px;
	color: #0a609d;
}
A.button SPAN {
	display: inline-block;
	padding: 0 60px 0 0;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/button.gif) no-repeat right top;
}
A.button:hover SPAN {
	text-decoration: underline;
	cursor: pointer;
}
A.button109 {
	margin: 10px 0;
	display: block;
	padding: 0 0 0 10px;
	line-height: 21px;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/button109.png) no-repeat left top;
	font-size: 12px;
	width: 109px;
	color: #fff;
}


/* really
=============*/
.really {
	padding: 0 20px 0 0;
	text-align: right;
	margin-top: -25px;
}
.really A {
	color: #b0b0b0;
	display: inline-block;
	padding: 2px 5px;
	font: bold 11px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
.really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}




.persistableForm TABLE {
	background: #f0ede9;
	margin-top: 13px;
	padding: 15px;
}
.persistableForm TABLE H3 {
	margin-top: 0;
}
.tfih {
	display: none;
}
.persistableForm {
	margin-top: 0px !important;
}
.persistableFormContent #submitForm {
	margin-top: 10px;
	margin-left: 10px;
	border: 0;
	background: url(https://www.worldvision.co.za/themes/really/wvi-sa/pics/orangeButton.gif) repeat-x left top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 21px;
	padding: 0 10px;
	color: #fff;
}