@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#e4e4e4;
	height:100%;
}

ul {
	list-style:circle;
	font-weight:bold;
	padding-left:30px;
}

li {
	margin:0;
	padding:0 20px 10px 0px;
}

img {
border:none;
}
a  {
color:#FFCC00;
text-decoration:none;
}
a:hover {
color:#FFCC00;
text-decoration:underline;
}

#wrapper {
	min-height:100%;
	height:100%;
	width:880px;
	background:#FFFFFF;
	margin:0 auto;
	text-align:left;
	margin-bottom:50px;
}


#header {
	background:url(images/header_bg.jpg) top left repeat-x;
	height:103px;
	width:840px;
	margin-left:20px;
}

#big_image {
width:840px;
height:271px;
margin-bottom:30px;
margin-left:20px;
background: url(images/hero_img.jpg) no-repeat;
color:#FFCC00;
text-align:right;
padding: 10px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}



#thankyou_msg {
width:840px;
height:170px;
margin-bottom:30px;
margin-left:20px;
background: url(images/thank_you.jpg) no-repeat;
color:#FFCC00;
text-align:right;
padding: 10px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#big_image a, #thankyou_msg a {
color:#FFCC00;
text-decoration:none;
}
#big_image a:hover, #thankyou_msg a:hover {
color:#FFCC00;
text-decoration:underline;
}
#columns {overflow:hidden; width:840px; margin-left:20px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

#left_col {
text-align:left;
float:left;
width:410px;
padding-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.2em;
color:#333333;
}

#thankyou {
	height:305px;
	width:840px;
	
	background: url(images/wp_background.jpg) right top no-repeat;
}

#msg {
	width:300px;
	padding:60px 50px 0 50px;
}

h1 {
font-size:22px;
line-height:1em;

}

#form_col {
float:right;
background:#edeaea;
margin-right:20px;
margin-top:15px;
width:305px;
height:320px;
padding:20px;
font-size:12px;
}

#mForm {
	font-size:12px;
}

#mForm td {
	text-align:right;
}

#mobile_money {
width:840px;
height:265px;
background:url(images/mobile_money.jpg) top left no-repeat;
}

#button {
	position:relative;
	top:150px;
	left:500px;
	width:172px;
	height:37px;
	background-color:#FF6600;
}

#footer {
background: url(images/footer_bg.jpg) top left repeat-x;
height:44px;
clear:both;
overflow:hidden;
}

#legal {
float:right;
font-size:small;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
padding:15px;
}

.push_right {
padding-left:20px;
}

.push_left {
padding-right:20px;
}
