/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}
caption, th, td {
	text-align: center;
	font-weight: normal;
}
/* end reset styles */
/* clearing technique */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 14px;
	text-align:center; /* for ie5.+*/
}

body{
	background-color:#f4fbf7;
}

#outer{
	width:1000px;
	margin:auto;/* center the page*/
	text-align:right;/* reset text back to left due to ie5.x fix */
}

#header{
/*	width:1000px;*/
}
#topnav {
	height: 30px;
	background: #228652 url('../images/topnav.gif') repeat-x top right;
	text-align: center;
}
#topnav ul{
	float: right;
	font-size:11px;
	padding:8px 5px 5px 0;
	text-align:right;
}
#topnav ul li{
	display:inline;
	padding:0 5px 0 0;
	margin-left: 3px;
	background: transparent url('../images/topnavborder.gif') no-repeat scroll right center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
#topnav ul li a{
	color:#fff;
}
#topnav ul li a:hover,
#topnav ul li.current a{color:#e8a02c}

#lastUpdate {
	display:inline;
	width: 50%;
	float:left;
	margin-left:3px;
	padding-top:8px;
}


#logo {
	height: 109px;
	background:#25c776 url('../images/logo.gif') no-repeat 0 0;
}

#searchim {
	float: left;
	margin: 48px 0 0 50px;
	display:inline;
}
#search {
	float: left;
	margin: 42px 0 0 0;
	display:inline;
}

#search input {
	border: none;
	font-size: 18px;
	padding: 2px;
	height: 24px;
	width: 184px;
	background: transparent; 
	color: #6a6969;
}

#header img {
	display: inline;
}

#header .rss img{
	margin-top: -10px;
	z-index: 150;
}

#nav {
	height: 33px;
	background: #ccf8e2 url('../images/nav.gif') repeat-x 0 0;
	position: relative;
	padding-right: 2px;
	text-align: center;

}

#nav a {
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 3px;
	display: inline-block;
	width: 55px;
	float: right;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#nav .longA {
	width: 80px;
}
#nav .shortA {
	width: 50px;
}
#nav .shortB {
	width: 70px;
}
#nav a{
	color:#000;
}
#nav a:hover{color:#e8a02c}
#nav a.current {
	color:#e8a02c;
	width: 80px;
}

#nav .sep {
	width: 3px;
	height:33px;
	float: right;
	background: transparent url('../images/navborder.gif') no-repeat scroll right center;
}

#nav ul{
	float: right;
	font-size:11px;
	padding: 2px 20px 0px 30px;
	text-align:right;
	display: none;
}
#nav ul li{
	display:inline;
	padding: 10px 5px;
	/*border-right: 1px solid #dedbd1;*/
	background: transparent url('../images/navborder.gif') no-repeat scroll right center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
}
#nav ul li a{
	color:#000;
}
#nav ul li a:hover,
#nav ul li.current a{color:#e8a02c}

#nav ul li {
	position: relative;
	}

#nav ul {
	position: absolute;
	z-index:50; /* Set 1px less than menu width */
	top: 25px;
	left:50px;
	font-weight:01
	display: none;
	}

/* Styles for Menu Items */
#nav ul li{
	background-image:none;}

#nav ul li a {
	width:70px;
	display: block;
	text-decoration: none;
	color: #F00;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	clear: both;
	}


#nav a.more:hover ul { display: block; } /* The magic */

#nav a.more:hover ul li, #nav a.more:hover ul {
	margin-top:0;
	padding-top:0;
}

.rss img {
	z-index: 100;
}
.rss {
	/*position: relative;*/
}
.rss img {
	position: absolute;
	left: 3px;
	top: -1px;
	/*height: 33px;*/
}


/*.rss {
	position: relative;
	float: left;
	margin-left: 50px;
	display:inline;
}*/

#main {
	width: 950px;
	margin: auto;
	padding-top: 17px;
	font-family:"Simplified Arabic";
	font-size: 17px;
}
#ftools {
	height: 43px;
	background: #ccf8e2 url('../images/nav.gif') repeat-x 0 0;
	position: relative;
	padding-right: 100px;
	text-align: center;

}

#ftools a {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 3px;
	display: inline-block;
	width: relative;
	float: right;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

#ftools a{
	color:#000;
}
#ftools a:hover,
#ftools a.current {
	color:#e8a02c;
	width: relative;
}

#ftools .sep {
	width: relative;
	height:43px;
	float: right;
	background: transparent url('../images/navborder.gif') no-repeat scroll right center;
}
#footer {
	height: 52px;
	background: #f5f5f5 url('../images/footer.gif') repeat-x 0 0;
	text-align:right;
	margin-top: 30px;
	color: #6A6969;
}

#footer p {
	padding: 20px 58px 0 0;
}

.clear {
	clear: both;
}
