/** global **/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin:0 auto 20px auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#518e3f ;
}


/** element defaults **/
table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	font-size:14px;
	color:#006600;
	border-bottom:3px solid #006600;
	background-color:#fff
}
td {
	border:0;
}
td.nopadding {
	padding: 5px 0;
}
td.clearpadding {
	padding: 0;
}
blockquote {
	display:block;
	padding:7px 10px;
	margin:0;
	border: 1px solid #006600;
	background: #CCFF66;
}
blockquote p {
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;

}
p {
	line-height: 1.9em;
	margin-bottom: 20px;
}
a, a.email {
	color: #006600;
}
a:hover, a.email:hover {
	color: #003300;
}
a:focus, a.email:focus {
	outline: none;
}
a.email {
	text-decoration: none;
}
a.pdf_download {
	width: 280px;
	margin: 0 10px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
	display: block;
	border: 1px solid #006600;
}



fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
fieldset form input.formbutton {
	margin-left:150px;
	background:#2284B8;
	border:none;
	border-bottom:3px solid #1A668E;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:13px;
}
h1 {
	font-size:45px;
}
h2 {
	color:#2f2f2f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:0 0 5px;
	margin:0;
}
h3 {
	color:#333333;
	font-size:20px;
	padding-bottom:10px;
}
h4, h4.subsection {
	padding-bottom:10px;
	font-size:15px;
	color:#009900;
}
h4.subsection{
	border-top: 1px solid #009900;
	padding-top: 5px;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}
img.bismillah {
	float: right;
	border: none;
	margin-top: -63px;
	padding-right: 10px;
}
img.quote {
	margin: 0;
	border: 0;
	padding: 0 5px;
	float: left;
}
img.file {
	margin:0 0 0 10px;
	border: 0;
	padding:0;
}
img.clear {
	margin: 0;
	border: 0;
	padding: 0;
}
img.matt {
	background-color: Transparent;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index:-1;
}
ul.green, ul.greenflush {
	list-style:none;
	display:block;
}
ul.greenflush {
	padding:0 0 0 25px;
	margin: 0 0 0 10px;
}
ul.green li, ul.greenflush li {
	font-weight:normal;
	background:url(images/green_bullet.gif) 0 6px no-repeat;
	padding:0 0 10px 18px;
	margin-left: -20px;
}

dl.sectors dd {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.sectors dt {
	line-height:1.9em;
	margin: 0;
	padding: 5px 0 35px 0;
}


/** wrapper **/
div#wrapper {
	width:920px;
	margin:0 auto;
	padding:0;
	border-bottom:10px solid #009900;
}


/** sitename **/
div#sitename h1 {
	color:#006600;
	font-size:52px;
	font-weight:bold;
	letter-spacing:-3px;
	margin:0;
	padding:0 0 15px 13px;
}
div#sitename h1 a,
div#sitename h1 a:hover {
	color:#009900;
	text-decoration:none;
}


/** nav **/
div#nav {
	background:#006600 url(images/nav-bg.jpg) repeat-x scroll top left;
	height:40px;
}
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	border-right:1px solid #006600;
}
div#nav ul li {
	float:left;
	padding-bottom:0;
	display:block;
}
div#nav ul li a,
div#nav ul li a:visited,
div#nav ul li a:active,
div#nav ul li a:link {
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}
div#nav ul li.current a {
	background:transparent url(images/item-right.png) no-repeat scroll top right;
}
div#nav ul li.current a span,
div#nav ul li.current a:visited span,
div#nav ul li.current a:hover span,
div#nav ul li.current a:active span,
div#nav ul li.current a:link span {
	background:transparent url(images/item-left.png) no-repeat scroll top left;
	border:none;
	padding:18px 16px 12px;
}
div#nav ul li.current a {
	margin-top:-6px;
}
div#nav ul li a span {
	padding:12px 15px 12px;
	border-right:1px solid #006600;
	border-left:1px solid #006600;
	display:block;
	float:left;
	background:transparent none;
}
div#nav ul li a:hover span {
	background:transparent url('images/nav-bg-hover.jpg') repeat-x scroll top left;
} 

#search_box {
    width: 238px;
    height: 30px;
    background: transparent url('images/search_box.gif');
	float: right;
	margin: 4px 9px 0 0;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 193px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


/** header **/
div#header {
	padding:25px 20px;
	margin:0 auto;
	background:#14AA13 url('images/header-bg.jpg') repeat-x scroll bottom left;
}
div#header h2 {
	color:#ffffff;
	padding-bottom:0;
	font-weight:normal;
	letter-spacing:0;
	font-size: 24px;
}



/** body **/
div#body {
	padding:10px 10px;
	background:#fff url('images/content-bg.jpg') repeat-x scroll top left;
	border: 1px solid #009900;
}


/** content+sidebar styles **/
div#content {
	width:635px;
}
div.column-left {
	float:left;
	margin-right:20px;
}
div.column-right {
	float:right;
}
div#sidebar {
	width:230px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	border-top:1px solid #ddd;
	margin-bottom:20px;
}
div#sidebar li ul li {
	display:block;
	padding:7px 15px;
	border-bottom:1px solid #ddd;
	color:#777;
}
div#sidebar li ul li a {
	color:#006600;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
}
div#sidebar li ul li a:hover {
	color:#009900;
	text-decoration:underline;
}
div#sidebar h4 { 
	color:#0B2735;
	font-family:arial;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:7px 10px;
}


/** footer **/
div#footer {
	background:#006600;
	padding:20px 20px;
	color:#fff;
	border-bottom:1px solid #003300;
}
div#footer p {
	color:#fff;
	margin:0;
	font-size:11px;
	width:50%;
}
div#footer p.left { float:left; }
div#footer p.right { float:right; text-align:right; }
div#footer p a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
div#footer p a:hover {
	background-color:#1A668E;
}


/** clear fix **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {display: inline-block;}
.clear {display: block;}
.half {width: 50%;}

/** hover table **/
#hovertable {
	border: 0;
	border-collapse: collapse;
	margin: 5px 0;
	padding: 0;
}
#hovertable td, #hovertable th {
	padding: 5px;
}
#hovertable th {
	color: #006600;
	font-size: 11px;
	border: none;
}
#hovertable  tr:hover td, #hovertable  tr:hover th{
	color: #000;
	background: #CCFF66;
}

#contact .submit  {
	border: 1px solid #006600;
	text-align: right;
	width: 70px;
	height: 35px;
	cursor: pointer;
	color: #004961;
	padding:0 18px 0 0;
	margin: 20px 10px 10px 0;
}
#contact fieldset {
	display:inline;
	border: 1px solid #006600;
	margin-bottom: 20px;
	padding: 7px;
}
#contact input, #contact select , #contact textarea{
	color: #004961;
	font-size: 100%; 
	border: 1px solid #006600;
	margin: 2px;
	padding: 2px;
	text-align: left;
}
#contact input {
	height: 18px;
	width: 250px;
}
#contact label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 7px 5px 0 0;
}
#contact label.message {
	float: left;
	width: 100px;
	clear: left;
	text-align: left;
}
#contact select {
	height: 26px;
	width: 256px;
}
#contact textarea {
	height: 150px;
	width: 530px;
	font-size: 120%;
}
