﻿/* CSS layout */

body{
	text-align: center;
	margin:auto auto;
	background:#bfbfbf;
}

#embody{
	width: 1000px;
  margin-left: auto ;
  margin-right: auto ;	
}


#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 3px;
	height: 179px;
	background-position: center;
	background-image:url('pics/Coat_of_Arms_of_Lebanon.png');
	background-repeat:no-repeat;
}

#header {
	margin-left:200px;
	background-image: url('pics/header-pic.png');
	background-repeat:no-repeat;
	height: 149px;
}

#header-fr {
	margin-left:200px;
	background-image: url('pics/header-pic_fr.png');
	background-repeat:no-repeat;
	height: 149px;
}

.toogle_class{
	display: none;
	border:1px #dedfde solid;
	padding: 10px;
	margin-bottom:10px;
}

.toogle_class_ar{
	display: none;
	border:1px #dedfde solid;
	padding: 10px;
	margin-bottom:10px;
	direction: rtl;
	text-align: right;
}





.toogle_class img{
margin: 5px;
}
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 533px;
	background-image:url('pics/left-menu.png');
	background-repeat:no-repeat;

}

#left_col_fr {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 533px;
	background-image:url('pics/left-menu-fr.png');
	background-repeat:no-repeat;

}

#left_col_ar {
	width: 195px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 533px;
	background-image:url('pics/left-menu_ar.png');
	background-repeat:no-repeat;

}


#page_content {
	margin-left: 200px;
}

#footer {
}


#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-6, #tabs-7{
		font-size: 14px;
}


.insidelink {
		font-weight: bold;
		text-decoration: none;
}

.insidelink:hover  {
		border-bottom: 1px black dashed;	
}

.partitle{
	direction: rtl;
	text-align: right;
}

