﻿/* CSS layout */
body {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	color: navy;
	font-weight:bold;
	text-align:center;
}

text_b
{
	font-family: "Lucida grande", verdana, sans-serif;
	font-size: small;
	color: black;
	text-align: justify;
	padding-left:5px;
	padding-right:10px;
}

body {
	direction:rtl;
	font-family: "Lucida grande", verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	 background-color:#e4f2fd; 
	 
}

text_b
{
	font-family: "Lucida grande", verdana, sans-serif;
	font-size: small;
	color: black;
	text-align: justify;
	padding-left:5px;
	padding-right:10px;
}

#wrap {width:998px;
	margin:10px auto;
	text-align:left;


}

#banner {
	height:192px;
	 margin-left:10px; 
	 margin-right:10px;
	
	/*background:url('images/banner.jpg') no-repeat;*/

}
#right_col ul {
	padding:0;
	margin:0;
}

#right_col ul li {
direction: rtl;
	list-style:none;
	text-align:right;
	padding:3px;
}
#right_col ul li a {
	display:block;
	padding:5px;
	color:#ED8F12;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Lucida grande", verdana, sans-serif;
}

#right_col ul li a:hover {
	color: #000099;
	background-color:#e8fafe;
}



#container {
	position: relative;
	width: 998px;
	background:url('images/mid_bg.jpg') repeat-y;
	background-position:center;
	

}

#top_curve {
	background:url('images/top_curve.jpg') no-repeat;
	height:24px; background-position:center;

}

#left_col {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#page_content {
	margin-right: 220px;
	margin-left: 230px;
	font-size: medium;
	padding-right:8px;

}

#right_col {
	width: 200px;
	position: absolute;
	right: 10px;
	top: 0px;
}

#bottom_curve {
	background:url('images/bottom_curve.jpg') no-repeat;
	height:24px; background-position:center;

}

#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 28px;
	background-position: center;
	line-height: 28px;
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}



#glowingtabs{
float:left;
width:998px;
font-size:15px;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 45px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 20px; /* spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
}

.image_right {
margin-left: 10px;
margin-bottom: 10px;
margin-top: 4px;
float: right;


}



.image_left {
margin-right: 10px;
margin-bottom: 5px;
margin-top: 2px;
float: left;
border-width: 0px;
}

.image_adv {
margin-bottom: 5px;
margin-top: 2px;
text-align:center;
border-width: 0px;
}