body {
	margin: 0;
	padding: 0;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background: #d7d7d7 url(../images/main_bg.jpg) top repeat-x;
}		
a:link, a:visited { color: #000000; font-size:12px; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; font-size:12px; text-decoration: underline; }
p { margin: 0px; padding: 0px; color: #333333; }
img { margin: 0px; padding: 0px; border: none; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.fl { float: left; }
.fr { float: right; }
.m_right { margin-right: 30px; }
.button_01 a {
	display: block;
	width: 106px;
	height: 30px;
	padding: 6px 0 0 0;
	background: url(../images/button_01.png) no-repeat;
	color: #191717;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}


#naeimi_container {
	width: 980px;
	margin: 0 auto;
}

/* site title */
#naeimi_site_title_wrapper {
	height: 180px;
	background: url(../images/site_title_bg.jpg) center top no-repeat;
}

#naeimi_site_title_wrapper #site_title {
	width: 285px;
	padding: 60px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
/* end of site title */

/* banner */
#naeimi_banner {
	clear: both;
	width: 980px;
	height: 240px;
	background: url(../images/banner_bg.jpg) center no-repeat;
}
/* end of banner */

/* menu */
#naeimi_menu {
	width: 980px;
	height: 75px;
	background: url(../images/menu_bg.jpg) no-repeat;
}

#naeimi_menu ul {
	width: 600px;
	padding: 22px 0 0 0;
	margin: 0 auto;
	list-style: none;
}

#naeimi_menu ul li {
	padding: 0;
	margin: 0px;
	display: inline;
}

#naeimi_menu ul li a {
	float: left;
	display: block;
	width: 98px;
	padding: 3px 2px 3px 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #c5c3c2;	
	background: url(../images/menu_divider.jpg) right repeat-y;
	outline: none;
}

#naeimi_menu li a:hover, #naeimi_menu li .current {
	color: #ffffff;
}

#naeimi_menu li .last {
	background: none;
}
/* end of menu */

/* content */
#naeimi_content {
	clear: both;
	padding: 30px;
}

#naeimi_content a{
	font-style: italic;
}

#naeimi_content p {
	margin-bottom: 10px;
}

#naeimi_content h2 {
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 55px;
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #232323;
	font-weight: normal;
	background:url(../images/header_bg.png) left center no-repeat;
}

.section_w920 {
	clear: both;
	width: 920px;
}

.section_w430 {
	width: 430px;
}
/* end of content */

/* footer */
#naeimi_footer {
	clear: both;
	width: 860px;
	height: 70px;
	padding: 20px 60px;
	text-align: center;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#naeimi_footer a {
	font-weight: bold;
	color: #000000;
}

#naeimi_footer .footer_menu {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #000000;
}

.footer_menu .last_menu {
	border: none;
}

.contentslider {
  padding: 0; /* This acts as a border for the content slider */
  background: none; /* This is the color of said border */
} 
.cs_wrapper, .cs_article {
/*  background-color: none;  Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:40px; /* Should be as wide as the button graphic being used */
  background: none; /* This will probably match the contentslider bg color */
}

.contentslider {
  position:relative;
  display:block;
  width: 860px;
  height: 210px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width: 860px;
  height: 210px;
  margin:0 auto;
  padding: 30px 0;
/*  background-color: none; */
}

.cs_article img {
	float: left;
	margin-left: 80px;	
	border: 1px solid #000000;
}

.cs_article .text {
	float: right;
	margin-right: 80px;
	width: 350px;
}

.text h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;	
}

.text h2 a, .text h2 a:hover, .text h2 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
}

.cs_article p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

.cs_article .readmore {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.cs_article .readmore:hover {
	font-family: Arial, Helvetica, sans-serif;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top: 0px;
  height: 210px;
  padding:0;
  z-index:10000;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  top: 10px;
  margin:0;
}

table.ex1,
table.ex2 {
direction:rtl;
}
table.ex1 ,
table.ex2{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background: #f9f9f99e;
}

table.ex1 td,
table.ex1 th,
table.ex2 td,
table.ex2 th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table.ex1 tr:nth-child(even),
table.ex2 tr:nth-child(even){
  background-color: #dddddd;
}
table.ex1 .head-style,
table.ex2 .head-style{
	background: black;
	color: #fff;
}
.bio-table {
  border-collapse: collapse;
  background: #ddd;
}

.bio-table td, .bio-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.bio-table.table thead {
    background: black;
    color: #fff;
    font-weight: bold;
    font-size: large;
}
.bio-table table,.bio-table th,.bio-table tr,.bio-table td {
    border: 2px solid #312d2dc9 !important;
}
.number-date{
	color:#9900cc;
}
.ex1 a {
    color: red;
}
.head-style th p {
    color: #fff !important;
}
.dir-ltr{
	direction:ltr !important;
}