body {
  margin: 0;
  padding: 0;
  min-width: 740px;
  background-color: #4e4c4c;
  /*background-image: url(images/bkg.gif);
  background-repeat: repeat-x;*/
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  text-align: left;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cac29b;
  color: #black;
  padding: 10px;
}
#header {
	width: 740px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px 0px 200px 0px;
	background-color: cac29b;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}



/*Menu CSS*/

#menu{
	background:#4a1111;
	background-image:url(images/bg-image_new_05.jpg);
	background-repeat:no-repeat;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
#menu ul{
	background:#4a1111;
	color: #FFFFFF;
	height:35px;
	list-style:none;
	margin:0;
	margin-left: 30px;
	padding:0;
	}
	#menu li{
		float:left;
		padding:0px;
		}
		
/*Menu Main Colors*/
 	#menu li a{
		background:#4a1111 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:33px;
		margin:0px;
		padding:0px 12px;
		text-align:center;
		text-decoration:none;
		}
		
	/*Menu Main Hover*/	
 		#menu li a:hover, .menu ul li:hover a{
			background:#660000 url("images/hover.gif") bottom center no-repeat;
			color:#FFEC8B;/*yellow*/
			text-decoration:none;
			}
			
	/*Sub-Menu Background*/			
#menu li ul{
		background:#660000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position: absolute;
		width:225px;
		z-index:200;
		/*top:1em;*/
		/*left:0;*/
		}
#menu li:hover ul{
		display:block;
		background:#990000;/* makes the background color of the drop down*/
		}
#menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
#menu li:hover li a{
		background: #4a1111;
		}
#menu li ul a{
		display:block;
		height:35px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		
/*Sub-Menu Hover Selection*/
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#990000 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#FFEC8B;/*yellow*/
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
#menu li ul h1{
	color: #FFFFFF;
	}


#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 240px 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#contentfull {
  margin: 0 0px 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}

#mainfeature {
  background-image:url(images/globe_banner.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: black;
  padding: 2em 2em 11em 20px;
  height: 100%;
  margin-bottom: 10px;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

#content .inner {
	margin: 10px 10px 10px 10px;
}
#content .inner h1 {
  color: #245185;
  text-align:center;
}
#content .inner h2 {
  color: #245185;
  text-align:center;
  padding-bottom: 0.2em;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h2 {
  font-size: 120%;
  font-style:italic;
  font-weight:bold;
  color: #660000;
  font-size: 130%;
  border-bottom: 1px solid #b9d2e3;

}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #333333;
  text-decoration: none;
}
#content .inner p {
  color: #000000;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner .mensah {
	color:#660000;
	font-weight:bold;
}
#content .inner p.arabic {
	color: #0033FF;
	text-align:right;
	unicode-bidi:embed;
	direction:rtl;
	size: 4em;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}


#contentfull .inner {
	margin: 10px 20px 10px 10px;
}
#contentfull .inner h1 {
  color: #245185;
  text-align:center;
  font-size: 130%;

}
#contentfull .inner h2 {
  color: #245185;
  text-align:center;
  padding-bottom: 0.2em;
}

#contentfull .inner .headlines {
	color: 245185;
	font-weight: bold;
	}
	
#contentfull .inner h2 {
  font-style:italic;
  font-weight:bold;
  color: #660000;
  font-size: 130%;
  border-bottom: 1px solid #b9d2e3;

}
#contentfull .inner h3 a:link, #content .inner h3 a:visited {
  color: #333333;
}
#contentfull .inner p {
  color: #000000;
  font-size: 90%;
}
#contentfull .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#contentfull .inner .mensah {
	color:#660000;
	font-weight:bold;
}

#contentfull .inner .hidden { display: none; }
#contentfull .inner .unhidden { display: block; }

#contentfull .inner .more{
  margin-top: 0;
  text-align: center; 
  color:#660000;
}

#contentfull .inner .more a:link, #content .inner .more a:visited {
  color:#660000;
  text-align: center;
}

#map_canvas {
	margin-left: 30px;
}

#footer {
	margin: 15px 10px 10px 10px;
	color:#000000;
	font-size: 75%;
	text-align: center;
}
#footercontent {
	width: 700px;
	text-align: center;
}
#lowwrapper {
	text-align: left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cac29b;
	color: #black;
	padding: 10px;

}
#footerouter {
	font-size: 75%;
	text-align: left;
	width: 740px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	color:#ffffff;
	padding: 1px;

}


/*Sidebar*/

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 233px;
	color: #660000;
	margin: 10;
	padding: 0;
	height: -1px;
	border:#FFFFFF;
	border-bottom-width:thin;
}

#sidebar h4 {
	font-size: 140%;
	color: #660000;
	font-style:italic;
	text-align: center;
	  border-top: 1px solid #ffffff;
	  border-bottom: 1px solid #ffffff;
}


#sidebar h3 {
  font-size: 110%;
  font-weight:bold;
  font-style: italic;
  color: #660000;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
	padding: 10px;
	margin-top: 50px;
}
#sidebar ul {
  list-style-image: url(img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
  margin-right: 15px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}


/*Accordian Menu*/

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 220px;
	padding-left: 0px;
	margin-left: 5px;
}


/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color:#ccffff;/*blue old blue 99ccff, 245185*/
	color:#000000;/*black*/
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 2em;
	color:#333333;/*dk grey*/
	overflow: auto;
	margin: 0px;
	padding-left: 5px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 OPENED TAB BACKGROUND COLOR*/
.AccordionPanelOpen .AccordionPanelTab {
	background-color:#FFEC8B;/*yellow*/
	color:#000000;/*black*/
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 UNOPENED TAB HOVER TEXT COLOR*/
.AccordionPanelTabHover {
	color:#555555;/*white*/
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;/*dk grey*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color:#FFEC8B;/*yellow*/
	color:#555555;/*dk grey*/
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color:#245185;/*blue*/
	color:#FFFFFF;/*white*/
}

/*Contact Form*/
.cflite {
	width: 400px;
	font-family: arial;
}
.cflite_td {
	padding:4px;
	font-size:12px;
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}

#twinwinds {
	color:#00CC00;
}
#twinwinds a:link, #twinwinds a:visited {
	color: 00CC00;
}
