html {
	overflow-x: hidden;
}

body {
	background: url('../images/bg.jpg') top center;
	*background-position: 100% 0; // Quick fix for incomprehensible IE7 rendering
	color: #58585a;
	margin: 0;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #84c447;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 1em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

h1 {
	font-size: 28px;
	text-transform: uppercase;
}

#content {
	position: relative;
	text-align: left;
	top: 85px;
	*top: 73px;
	margin: 0 auto;
	width: 932px;
	height: 587px;
	background: url('../images/content.jpg') no-repeat;
}

#logo {
	position: absolute;
	left: 40px;
	top: 40px;
}

#menu {
	position: absolute;
	top: -15px;
	right: 20px;
}

#menu li {
	position: relative;
	float: left;
	margin-right: 20px;
}

#menu li a {
	font: 14px bold Helvetica, Arial, sans-serif;
	background: transparent url("../images/menu-bg-right2.png") no-repeat scroll top right;
	display: inline-block;
	padding-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #5a645a;
	color: #f4fff5;
}

#menu li a:hover {
	color: #fff;
}

#menu li a span {
	background: transparent url("../images/menu-bg-left2.png") no-repeat;
	display: inline-block;
	padding: 10px 0 13px 7px;
	cursor: pointer;
}

#menu li a:hover, #menu li a:hover span, #menu li .active, #menu li a.active span {
	background-position-y: -40px;
}

#slideshow {
	position: absolute;
	top: 120px;
	left: 37px;
	height: 460px;
	width: 484px;
	background: url("../images/home-pane-slideshow.png") no-repeat;
	overflow: hidden;
}

#slideshow img {
	position: absolute;
	top: 9px;
	left: 9px;
}

.information {
	position: absolute;
	top: 120px;
	right: 37px;
	padding: 20px;
	overflow: hidden;
}

.information h1 {
	color: #1ca9e1;
	text-shadow: 0px 1px 1px #92cbe1;
}

.information p {
	line-height: 20px;
	text-align: justify;
}

#home {
	height: 372px;
	width: 317px;
	background: url("../images/home-pane-information.png") no-repeat;
}

#about, #contact, #capability-description {
	padding: 20px;
	height: 389px;
	width: 594px;
	background: url("../images/about-pane-information.png") no-repeat;
}

#about p {
	padding: 1em 20px 0 0;
	padding: 1em 40px 0 0\9;
}

#about>div {
	height: 390px;
}

#about img.bottom {
	position: absolute;
	bottom: 0;
	left: 165px;
}

#shatha h2 {
	font: 14px bold Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #84c447;
	text-shadow: 0px 1px 1px #aed38c;
}

#shatha {
	line-height: 1.5em;
}

#capabilities {
	position: absolute;
	top: 120px;
	left: 38px;
}

.capability {
	padding: 9px;
	width: 182px;
	height: 413px;
	background: url('../images/capability/bg.png') no-repeat;
	_background: url('../images/capability/bg.gif') no-repeat;
	position: relative;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.capability .icon {
	position: relative;
	float: left;
	margin: 9px;
}

.capability h1, .capability h2 {
	font: 18px bold Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #84c447;
	margin-top: 15px;
	text-shadow: 0px 1px 1px #aed38c;
}

.capability h1 {
	font-size: 28px;
	color: #1ca9e1;
	text-shadow: 0px 1px 1px #92cbe1;
}

.capability p {
	clear: left;
	margin: 9px;
	color: #fff;
}

.capability .view {
	width: 182px;
	height: 33px;
	position: absolute;
	bottom: 9px;
	left: 9px;
	overflow: hidden;
}

.capability .view .enter {
	position: relative;
}

.capability .view .return {
	height: 33px;
}

.capability .description {
	display: none;
	position: absolute;
	top: 0;
	right: -590px;
	width: 550px;
	height: 410px;
	
}

.capability .description p, .capability .description ul {
	font-size: 14px;
	margin-left: 0;
	color: #58585a;
	line-height: 20px;
	z-index: 501;
}

.capability .description img {
	margin-top: 20px;
}

.capability .submenu {
	display: block;
	width: 600px;
	position: relative;
	top: 20px;
	text-align: center;
	font-size: 17px;
}

.capability .submenu a {
	background: transparent url("../images/capabilities-submenu-bg-right.png") no-repeat scroll top right;
	display: inline-block;
	padding-right: 8px;
	color: #e9f4dd;
}

.capability .submenu a:hover {
	color: #fff;
}

.capability .submenu a span {
	background: transparent url("../images/capabilities-submenu-bg-left.png") no-repeat;
	display: inline-block;
	
	padding: 7px 0 8px 8px;
	cursor: pointer;
}

.capability .description li {
	list-style-type: disc;
	margin-left: 30px;
}

#capability-description {
	display: none;
	overflow-y: hidden;
	*z-index: -1;
}

#about-menu {
	position: absolute;
	bottom: 100px;
	left: 47px;
}

#contact {
	overflow: hidden;
}

#contact-photo {
	position: absolute;
	top: 120px;
	left: 35px;
}

#contact-form {
	clear: both;
}

#contact-form #submit {
	display: block;
	width: 74px;
	height: 28px;
	background: url('../images/button-submit.png') no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	clear: both;
	float: right;
}

#contact-form label, #contact strong {
	font-weight: bold;
	color: #84c447;
	margin-right: 10px;
	display: block;
	float: left;
	width: 50px;
}

#contact-form input, #contact-form textarea {
	border: 1px #bdbdbd solid;
	padding: 5px;
	color: #58585a;
}

#contact-form textarea {
	height: 85px;
	width: 225px;
}

#contact-form>div, #contact>div {
	position: relative;
	float: left;
}

#about-menu li {
	display: block;
	width: 183px;
	height: 46px;
	text-indent: -300px;
	overflow: hidden;
	margin-bottom: 10px;
	position:relative;
	display:block;
	cursor: pointer;
}

#about-menu li * {
  display: none;
}

#about-menu span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#about-menu #who {
	background: url('../images/button-who-we-are.png') no-repeat;
}

#about-menu #who span.hover {
	background: url('../images/button-who-we-are.png') left -46px no-repeat;
}

#about-menu #mission {
	background: url('../images/button-our-mission.png') no-repeat;
}

#about-menu #mission span.hover {
	background: url('../images/button-our-mission.png') left -46px no-repeat;
}

#about-menu #what {
	background: url('../images/button-what-we-do.png') no-repeat;
}

#about-menu #what span.hover {
	background: url('../images/button-what-we-do.png') left -46px no-repeat;
}

#lines-left {
	width: 516px;
	height: 305px;
	position: absolute;
	left: -516px;
	top: 229px;
	background: url('../images/lines-left.png') no-repeat;
}

#lines-right {
	width: 551px;
	height: 306px;
	position: absolute;
	right: -551px;
	top: 28px;
	background: url('../images/lines-right.png') no-repeat;
}

#bg-animation {
	position: absolute;
	right: -108px;
	bottom: 150px;
}

#footer {
	color: #f6f7f7;
	position: absolute;
	bottom: -50px;
	right: 15px;
	padding: 20px 0 20px 20px;
	text-align: right;
}

#footer:hover {
	color: #f6f7f7;
}

#footer a {
	color: #f6f7f7;
	text-decoration: none;
}

#footer:hover a {
	color: #f6f7f7;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

.blue {
	color: #1ca9e1;
}

.green {
	color: #84c447;
}

.float-left {
	position: relative;
	float: left;
	margin-right: 1em;
}

.float-right {
	position: relative;
	float: right;
	margin-left: 1em;
}

/* Form Validation */

.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}

.ajaxSubmit {
	padding:20px;
	background:#55ea55;
	border:1px solid #999;
	display:none;
}

.formError .formErrorContent {
	width: 100%; 
	background: #84c447;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #fff;
}

.formError .formErrorArrow{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 15px;
	height: 15px;
	z-index: 5001;
}
.formError .formErrorArrowBottom{
	top: 0;
	margin: -6px;
}

.formError .formErrorArrow div{
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #84c447;
	margin: 0 auto;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
	
.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

.formError .formErrorArrow .line10{width:15px;border:none;} 
.formError .formErrorArrow .line9{width:13px;border:none;} 
.formError .formErrorArrow .line8{width:11px;} 
.formError .formErrorArrow .line7{width:9px;} 
.formError .formErrorArrow .line6{width:7px;} 
.formError .formErrorArrow .line5{width:5px;} 
.formError .formErrorArrow .line4{width:3px;} 
.formError .formErrorArrow .line3{width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}
