@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 10px 0px;
	padding: 0px;
	background: #5F5F5F url(images/bg.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}


h2 {
	font-size: 24px;
	font-weight: normal;
	color: #006699;
}

h3 {
	font-size: 13px;
	color: #333333;
}

h4 {
	font-size: 13px;
	color: #333333;
	margin-top:10px;
	margin-bottom:10px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 10px;
}

.header6 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.header7 {
	font-size: 24px;
	font-weight: normal;
	color: #006699;
}

.header8 {
	font-size: 13px;
	color: #333333;
	margin-top:2px;
	margin-bottom:10px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: left;
	line-height: 160%;
}

a {
	color: #0066CC;
	font-size: 11px;
}

a:hover {
	text-decoration: none;
}

.biglink {
    color:#000000;
	font-size: 12px;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #999999;
}

img.border2 {
	padding: 4px;
	border: 1px solid #999999;
	margin-right: 10px;
}

img.border3 {
	padding: 4px;
	border: 1px solid #999999;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin: 0px 0px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 0px;
}

img.aligncenter {
text-align: center;
	margin: 0px auto;
}

.forcecenter {
	text-align: center;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 20px;
	background: url(images/hr.gif) repeat-x left center;
}

.hr2 {
	clear: both;
	height: 1px;
	background-color:#999999;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 140%;
	margin-bottom: 5px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 250%;
}

.list1 li {
	padding-left: 14px;
	padding-bottom: 7px;
	background: url(images/moreinfo.gif) no-repeat left top;
}

#header {
	width: 862px;
	height: 80px;
	margin: 0px auto;
	background: #FFFFFF url(images/headerbg.jpg) repeat-x left top;
}

#logo {
	float: left;
	width: 500px;
	height: 80px;
	background: url(images/logonotab.jpg) no-repeat left top;
}

#topmenu {
	float: right;
	height: 60px;
	width: 300px;
	padding: 10px 0px 0px 60px;
	background: url(images/tr.jpg) no-repeat right top;
}

#topmenu p {
	margin: 0px;
	padding: 0px 10px 0px 100px;
	line-height: 18px;
	color: #ACACAC;
}

#topmenu a {
	padding: 0px 0px;
	color: #0066FF;
}


#nav {
	width: 808px;
	height: 33px;
	margin: 0px auto;
	padding: 0px 27px;
	background: #323232;
}

#page {
	width: 810px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	background-color:#FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#content {
    margin-top: 5px;
	width: 570px;
	float:right;
}

#bottommenu {
    border-color:#999999;
	border-style: solid;
	border-width: 1px;
	width: 775px;
	text-align:center;
	background-color:#333333;
	color:#FFFFFF;
}

#bottommenu a {
    color:#FFFFFF;
    text-decoration: none;
}

#bottommenu a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}

#sidebar {
    padding-top: 5px;
	float: left;
	width: 175px;
}

#sidebar p {
     margin-bottom: 0px;
}

#footer {
	width: 862px;
	margin: 0px auto;
	padding-top: 10px;
	background: url(images/footer.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #AFAFAF;
}

#footer a {
	color: #AFAFAF;
}

#footer a:hover {
	color: #FFFFFF;
}

#sidebarstandout a {
	color: #333333;
}

#mapholder {
	width: 862px;
	margin: 0px auto;
}

#menutabs {
	background: #333333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
}

#menutabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
}

#menutabs a {
	background: #333333 url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 9px 16px;
	text-decoration: none;
	font-weight:normal;
	height: 15px;
}

#menutabs a:hover {
	background: #0099FF;
	color: #000000;
}

#imagecaption {
   float: right;
   margin-right: 20px;
   margin-left: 10px;
   width: 300px;
   background-color: #dfe4ee;
   border: 1px solid #999999;
   padding: 10px;
}

#imagecaptionfamily {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   padding: 10px;
}

#imagecaptionoutreach1 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:264px;
   padding:5px;
   margin-top:5px;
}

#imagecaptionoutreach2 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:262px;
   padding:5px;
   margin-top:5px;
   float:right;
}

#imagecaptionoutreach3 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:232px;
   padding:5px;
   margin-top:5px;
   float:right;
}

#imagecaptionoutreach4 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:232px;
   padding:5px;
   margin-top:5px;
}

#imagecaptionoutreach5 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:205px;
   padding:5px;
   margin-top:5px;
   float:right;
}

#imagecaptionoutreach6 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:268px;
   padding:5px;
   margin-top:5px;
}
#imagecaptionoutreach7 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   width:530px;
   padding:5px;
   margin-top:5px;
}
#imagecaptionoutreach8 {
   background-color: #dfe4ee;
   border: 1px solid #999999;
   vertical-align:50; 
   width:250px;
   padding:5px;
   margin-top:5px;
   
}
#newstext {
    margin-top:-4px;
	margin-bottom:15px;
    margin-left:15px;
}

#newsarrow {
    margin-top:10px;
	margin-left:3px;
}

div.box{
	border:solid 1px #999999;
	background:#dfe4ee;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
	width:460px;
	margin-left:40px;
}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

input{	
	width:200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
div.box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}

.spacer{
    margin-left:78px; 
}

.button {
	width:60px;
}
.arabic{ 
    font-size:20px;
    text-align: center;
    direction:rtl;
}

.arabicheader{ 
    font-size:16px;
    text-align: center;
    direction:rtl;
    font-weight: bold;
}

.arabicbody{ 
    font-size:14px;
    text-align: right;
    direction:rtl;
}

div.box2{
	border:solid 1px #999999;
	background:#dfe4ee;
	padding:10px;
	margin-bottom:20px;
	margin-top:20px;
	width:500px;
	margin-left:30px;
}

div.box2 input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

div.box2 label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

div.box2 label span{
	display:block;
	float:left;
	padding-right:6px;
	width:120px;
	text-align:right;
	font-weight:bold;
}

.box2header{
    font-size:12px;
}

.spacer2{
    margin-left:127px; 
}

div.visionbox{
	border:solid 1px #666666;
	background:#dfe4ee;
	padding-top:5px;
	padding-bottom:5px;
}

#sidebarstandout{
	padding-bottom: 5px;
}

