@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #005186;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#CCC;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #005186;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #005186; 
	padding-top: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #005186; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 75%;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #005186; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 75%;
}
.twoColFixLtHdr #mainContent1 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent3 { 
	margin: 0 0 0 100px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#005186; 
	font-size: 75%;
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.update {
	font-size: 110%;
	font-weight:bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Links 
Encode all emails via http://www.wbwip.com/wbw/emailencoder.html for some added spam protection */


a:link {
	color: #9cf;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #9cf;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	text-decoration: none;
}
	
/* Institutes */

.damascus {
	margin-top: 2%;
	margin-right: 5%;
	width: 200px;
	height: 300px;
	float: left;
	}
	
.amman {
	margin-top: 2%;
	margin-right: 5%;
	width: 200px;
	height: 300px;
	float: left;
	}
	
.kenyon {
	margin-top: 2%;
	margin-right: 5%;
	width: 200px;
	height: 300px;
	float: right;
	}
	
/* Funding */

li.list1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	list-style: decimal;
	}

.table2 td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #FFF;
}
.ibox_honorary {
	background:#005985;
	color:#ffffff;
	font-size: 90%;
	text-align:justify;
	line-height:18px;
	padding:15px;
	margin:15px;
}

.ibox {
	padding-right: 3%;
	padding-bottom: 3%;
}
#comment {
	width: 130px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/fisheye6.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#holder {width:648px; height:130px;margin:0 auto;}

ul.outer {padding:0; margin:0; list-style:none; width:108px; height:108px; float:left; position:relative;}
ul.outer ul {padding:0; margin:0; list-style:none;}
ul.outer span {color:#9cf; text-align:center; font:bold 11px/15px arial, sans-serif; position:absolute; top:107px; left:0; width:108px; z-index:100;}
ul.outer a {text-decoration:none;}

ul.outer table {border-collapse:collapse; padding:0; margin:-1px;}

ul.outer li {display:block; float:left; padding:2.5px; margin:0;}

* html ul.outer li {padding:0;} /* for IE6 */
* html ul.outer li a {float:left; display:block; padding:2.5px;} /* for IE6 */

ul.outer li.inner img {width:100%; display:block; border:0; cursor:pointer;}

ul.outer li:hover {padding:1px;}
ul.outer li:hover span {display:block;}
* html ul.outer a:hover {padding:1px;}
* html ul.outer a:hover span {display:block;}

ul.outer li.inner:hover img {width:96px; height:96px;}

/* Menu */

.preload1 {background: url(../img/menu21.gif);}
.preload1 {background: url(../img/menu22.gif);}

.drop {padding:0 0 0 100px; margin:0; list-style:none; height:36px; background:transparent url(../img/menuback.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.drop li.top {display:block; float:left;}
.drop li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(../img/menu01.gif) no-repeat;}
.drop li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:36px;background:url(../img/menu02.gif) right top;}
.drop li a.top_link:hover {color:#000; background: url(../img/menu21.gif) no-repeat; line-height:25px;}
.drop li a.top_link:hover span {background:url(../img/menu21.gif) no-repeat right top;}

.drop li:hover > a.top_link {color:#000; background: url(../img/menu21.gif) no-repeat; line-height:25px;}
.drop li:hover > a.top_link span {background:url(../img/menu22.gif) no-repeat right top;}


.drop table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
/* keep the 'next' level invisible by placing it off screen. */

.drop ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.drop ul.sub1 {width:160px;}

.drop :hover ul {left:0; top:35px; background: #9d9da1; padding:3px; border:1px solid #D1D9EC; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}

.drop :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}

.drop :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}

.drop :hover ul li a:hover {background:#7DBBB5; color:#fff;}

.img {padding:5px 20px 5px 20px;}

/* Default link styling */


.drop a:hover {visibility:visible; position:relative; z-index:200;}
.drop li:hover {position:relative; z-index:200;}


.img {padding:5px 20px 5px 20px;}