﻿/* 
Title:		African Health Action main styles
Author: 	Hubbard Design {hbbrd.com}
*/

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

.wrap {
	width: 96em;
	margin: 0 auto;
	text-align: left;
}

#header {
	overflow: hidden;
	background: #d7d7d7;
}

#header h1 {
	float: left;
	width: 29em;
	height: 17.5em;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: transparent url(../img/logo.jpg) no-repeat left top;
	text-indent: -9999em;
}

#header ul {
	float: right;
	margin: 0;
	padding: 13.5em 0 0;
	list-style: none;
}

#header ul li {
	float: left;
	display: inline;
}

#header ul li a:link,
#header ul li a:visited {
	display: block;
	font-size: 1.8em;
	line-height: 1em;
	padding: 1em 1em .25em;
	color: #626262;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover,
#header ul li a:active,
#header ul li a.active,
#header ul li a.dropped {
	background: #28903b;
	color: #fff;
}

#header ul ul {
	position: absolute;
	width: 14em;
	margin: 0;
	padding: 0;
	background: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#header ul ul li {
	width: 14em;
}

#banner {
	height: 25.1em;
	background: #a0a0a0 url(../img/hands.jpg) no-repeat center center;
	border-top: 1.3em solid #fff;
	border-bottom: 1.3em solid #fff;
}

#nested_banner {
	overflow: hidden;
	margin-top: 16em;
	border-top: .8em solid #fff;
	border-bottom: .8em solid #fff;
	background: #f9fc02;
}

#nested_banner p {
	float: left;
	width: 54em;
	height: 4em;
	margin: 0;
	padding: 0;
	background: url(../img/tagline.jpg) no-repeat center left;
	text-indent: -9999em;
}

#nested_banner ul {
	float: right;
	margin: 0;
	padding: 0;
}


#nested_banner ul li {
	float: left;
	display: inline;
	margin-left: 2em;
	
	
}

#nested_banner ul li.hello {
	float: left;
	display: inline;
	margin-left: 2em;
	font-size: 24px;
	line-height: 2em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	
	
}

#nested_banner ul li a:link,
#nested_banner ul li a:visited {
	font-size: 24px;
	line-height: 2em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#nested_banner ul li a:hover,
#nested_banner ul li a:active {
	text-decoration: underline;
}

#content {
	overflow: hidden;
	background: #ececec;
	padding: 4em 0;
}

#main_content {
	float: right;
	width: 60em;
}

#nojs {
	
}
#nojs ul {
	
}

#nojs ul li{
	margin-left:100px;
	
}

#sub_content {
	float: left;
	width: 30em;
}

.home #main_content {
	float: left;
}

.home #sub_content {
	float: right;
}

#main_content h2 {
	font-size: 1em;
	line-height: 1em;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../img/main_h2_bg.jpg) no-repeat left top;
	text-indent: -9999em;
}

.programs #main_content h2 {
	background-position: 0 -50px;
}

.about #main_content h2 {
	background-position: 0 -100px;
}

.donate #main_content h2 {
	background-position: 0 -150px;
}

.media #main_content h2 {
	background-position: 0 -200px;
}

.contact #main_content h2 {
	background-position: 0 -250px;
}

.null #main_content h2 {
	font-size: 3.0em;
	line-height: 1.5em;
	background-image: none;
	text-indent: 0;
}

#main_content p {
	font-size: 1.8em;
	line-height: 1.45em;
}

#sub_content h2 {
	font-size: 1em;
	line-height: 1em;
	height: 45px;
	margin: 0;
	padding: 0;
	background: #2ea645 url(../img/sub_h2_bg.jpg) no-repeat center top;
	text-indent: -9999em;
}

.programs #sub_content h2 {
	background-position: center -40px;
}

.about #sub_content h2 {
	background-position: center -80px;
}

.donate #sub_content h2 {
	background-position: center -120px;
}

.media #sub_content h2 {
	background-position: center -160px;
}

.contact #sub_content h2 {
	background-position: center -200px;
}

.null #sub_content h2 {
	font-size: 2.4em;
	line-height: 2em;
	color: #fff;
	background-image: none;
	text-indent: 0;
	text-align: center;
}

#sub_content .mod {
	padding: 1em 2em;
	background: #fff;
	border-right: 1.3em solid #2ea645;
	border-bottom: 1.3em solid #2ea645;
	border-left: 1.3em solid #2ea645;
}

#sub_content .mod p {
	margin: 0;
}

#footer {
	overflow: hidden;
	background: #f9fc02;
	border-top: .8em solid #fff;
}

#footer p {
	float: left;
	width: 24.615em;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
	padding: 1em 0;
	text-transform: uppercase;
	text-align: center;
}

#footer p abbr {
	border: none;
}

/* FORMS */

#reg_form {
	margin: 0;
	padding: 2em 0;
}

#reg_form dt {
	clear: both;
	float: left;
	width: 10em;
	margin: 0 0 1em;
	padding: 0;
}

#reg_form dd {
	float: left;
	width: 30em;
	margin: 0;
	padding: 0;
}

#reg_form dd.inline {
	width: 10em;
}

#reg_form dt.inline {
	clear: none;
}

#reg_form label {
	display: block;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .25em 1em;
	text-align: right;
}

#reg_form dd input,
#reg_form dd textarea {
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .125em .25em;
	border: 1px solid #000;
	width: 100%;
}

#reg_form p {
	clear: both;
	margin-left: 12em;
}

#reg_form p input {
	background: #fff;
	border: 1px solid #000;
	cursor: pointer;
}

#reg_form p.alert {
	width: 24em;
	color: #ff0000;
	text-align: center;
	margin: 0 0 0 2.25em;
}