/*
	Name: 
	Date: 
	Description: S
	Version: 1.0
	Author: 
	Autor URI: 
*/

/***** Global *****/

/* Body */
	body {
		margin: 0 auto;
		padding: 0;
		background: white url('images/bg.png');
		color: #000305;
		text-align: left;
		font-size: 110%;
		width: 935px;
	}

h2, h3, h4, h5, h6 {
	margin-bottom: .8em;
	font-weight: 400;
	line-height: 1.1;
}

h3 {
	font-size: 140%;
	line-height:1.5;
}

#topic_title {

 margin-top: 15px ; important;
 padding-right: 70px; 
}

/* Anchors */

a {
	outline: 0;
}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	padding: 0 1px;
	color: #2D8821;
	text-decoration: underline;
}
a:hover, a:active {
	color: #2D8821; /* #edfaff; */
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #333;*/
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
}

ol {
	margin: 1em 0 1.5em 1.5em;
	list-style: outside decimal;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {
	clear: both; 
	margin: 0 auto; 
	width: 100%;
}
.inner-bodystyle-wrap {
/*	margin-top: -25px;
	margin-bottom: -25px; ---------------------- modified by elie*/
	width:80%;
	/*background: url('images/header-background.png');
	background-color: #edfaff;
	background-repeat: no-repeat;                         ------------------------------- modified by elie*/
}

img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding: .1em 0 0 0;
	border-bottom: 1px solid grey;
	/*background: #edfaff;              -------------------- modified by Elie*/
	font-weight: 300;
}

	/* Banner */
	#banner h1SKIP {
		margin-top: 25px;
		margin-bottom:28px;
		text-indent: -999px;
		/* font-size: 1.571em; */
		line-height: .8;
	}
	#banner p{
		margin:0;
		padding:0;
		font-family: Calibri, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	/* #banner p::first-letter {
		font-size:2em; */
	#banner h1 a:link, #banner h1 a:visited {
		display: block;
		width: 427px;
		height:140px;
		color: #000305;
		text-decoration: none;
		font-weight: bold;
		
	}
	#banner h1 a:hover, #banner h1 a:active {
		/*background: none;
		color: #2D8821;                    // #C74350;
		text-shadow: none;*/
		
	}
	
	#banner h1 strong {font-weight: normal;/* font-size: 0.36em; */}
	
	/* Main Nav */
	#banner nav {
		margin-left:-25px;
		width: 520px;
		/*height: 70px;       ----------------- modified by Elie*/
		text-align: center;
		font-weight:400;
		/* font-size: 1.143em; */
		font-size:160%;
		font-family: Calibri, 'Open Sans', sans-serif;
		line-height: 30px;
	}
	
	#banner nav ul {margin-left: 0px;list-style: none;} /* ------------modified by elie */
	#banner nav li { 
		display: inline;
		float: left; 
		margin: 1px;
		background:#f1f1f1;
		
	}
	
	#banner nav a:link, #banner nav a:visited {
		/*display: inline-block;
		width: 30px;
		height: 30px;
		background-image: url('images/header-nav-white.png');
		background-size: 31px 30px;
		color: #727272;
		text-decoration: none;
		text-transform: uppercase;*/

		display: inline-block;
		width: 30px;
		height: 28px;
		background-image: url('images/header-nav-white.png');
		background-size: 33px 29px;
		color: #727272;
		text-decoration: none;
		text-transform: uppercase;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
	/*	background: #00ADDF;   //#44C6F2;
		background-image: url('images/header-nav-blue.png');
		color: white;
		text-shadow: none !important;*/
	}
	

/*
	Featured
*****************/
#sidebar {
	float:left;
	overflow: hidden;
	margin-bottom: 2em;
	padding-top: 150px;
	width: 238px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;

	
}

/*hide on home page*/
#index #sidebar {
	display:none;
}

.nav-style ul{
	margin-top: 0;
	margin-left:0;
	padding-left:0;
	list-style: none;
}

.nav-style li {
	margin-right:-25px;
	border-bottom: 1px solid #a8a8a8;
}

.nav-style a {
	color:#002857; /*#44C6F2;*/
	text-decoration: none;
	font-size: 55%;
	font-size: 95%;
	font-family: Calibri, 'Open Sans', sans-serif;
	line-height: 250%;
}

.nav-style a:hover {
	color: #2D8821;
}

.nav-style a.active {
	padding-left:10px;
	color:#2D8821;
	font-weight:700;
	font-size: 110%;
	line-height: 210%;
}



.nav-style a.active , .encyclopedia .nav-style a {
	font-family: Calibri, 'Arial Narrow', Helvetica, sans-serif;
}


.encyclopedia .nav-style a:hover {
	color:#2D8821;
}

.entry-nav ul {
	margin:0;
	padding:0;
}

.entry-nav li {
	margin-bottom: 5px;
}

.entry-title {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #002857;
	text-transform: capitalize;
	font-weight:600;
	font-size: 155%;
	font-family: Calibri, 'Open Sans', sans-serif;
}

.entry-title img {
	margin-right:10px;
}

/* .entry-title {font-size: 1.429em; */

/* margin-bottom: 0; */
.entry-title a:link, .entry-title a:visited {text-decoration: none; position: relative; top: 6px;}

.entry-content div img{
	margin:0px 1px;
	width: 264px;
	/*height: 205px;*/
}

.entry-content .box-thing img {
	float:left;
	width:28px;
	height:29px;
}

.entry-content {
	padding-top: 80px;
	text-align:justify;
	font-size: 90%;
}
.entry-content {
	line-height: 1.5;
}
.entry-content p:first-of-type{
	width: 370px;
}

.encyclopedia .entry-title {
	margin:10px 0 0 0;
	color: #5e5e5e;
	font-weight: 300;
	font-family: Calibri, 'Open Sans', sans-serif;
}

#content-right {
	margin-top: 10px;
	float: right;
}
#content-right-img {
	float: right;
	clear: both;
	padding-bottom: 35px;
	margin-right: -10px;
	padding-top: 55px;
}

@-moz-document url-prefix() {
	#right-sidebar-link {
		position: relative;
		top: 0px;
	}
}

/*
	Body
*****************/
#content-wrap {
	overflow: hidden;
	margin-bottom: 2em;
	/*padding-left: 105px;
	width: 80%;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

#content{
	float: right;
	width: 657px;
	color: #5e5e5e;
	font-weight: 100;
	font-family: Calibri, 'Open Sans', Arial, sans-serif;
	line-height: 17px;
}

#index #content{
	width:100%;
}

/*
	Extras
*****************/


/*
	Footer
*****************/
#contentinfo {
	padding-bottom: 2em; 
	text-align: right;
}

/***** Sections *****/

.hentry {
	padding: 1 0;
	border-bottom: 1px solid #eee;
}
li:last-child .hentry, #content > .hentry { margin: 0;border: 0;}
#content > .hentry {padding: 1 0;}



.hentry .post-info * {font-style: normal;}

	/* Content */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}

	/* Blog Index */
	#posts-list { margin: 0;list-style: none;}
	#posts-list .hentry { position: relative;padding-left: 200px;}
	#posts-list .hentry:hover {
		background: #C64350;
		color: #fff;
	}
	#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited {
		color: #F6CF74;
		text-shadow: 1px 1px 1px #333;
	}
	
	#posts-list footer {
		position: absolute;
		top: 1.5em;
		left: 10px;
		width: 190px;
	}
	
	#tfheader{
	    margin-top: 5px;
	    width: 100%;
		color: #002857;
	    font-weight: lighter;
	    font-size: 100%;
	    font-family: Calibri, 'Open Sans',sans-serif;
		
		

color: #454545 !Important;
font-weight: normal !Important;
font-family: Arial !Important;
	}
	.tftextinput{
		margin: 0;
		margin-top: 1px;
		padding: 0px 0px;  /* ------------- modified by elie */
		width: 130px;
		/*height: 12px;  --------------- modified by elie*/
		font-size:100%;
		font-family: Calibri, Arial, Helvetica, sans-serif;
	}

	

/*	.tfbutton {
		margin: 0 5px;
		margin-bottom: 23px;
		padding: 8px 45px;
		outline: none;
		border: solid 1px #0076a3;
		border: none; border-right:0px;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		background: #0095cd;
		background: url('images/search-button.png');
		background-repeat: no-repeat;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		text-indent: -9999px;
		font-family: Calibri, Arial, Helvetica, sans-serif;
		cursor: pointer;
	}*/
	/* Fixes submit button height problem in Firefox */
	/*.tfbutton::-moz-focus-inner {
	  border: 0;
	}*/
	.tfclear{
		clear:both;
	}


.box-thing {
    margin-bottom: 100px;
    margin-left: 31px;
    padding: 10px;
    width: 195px;
    height: 95px;
    border-radius: 5px 5px 5px 5px;
	background: url("images/multimedia-box-hmc.png") repeat scroll 0 0 / 215px 115px transparent;
    color: #002857;
    font-size: 100%;
    font-family: Arial,sans-serif;
    line-height: 33px;
	float: right;
	clear: both;
}	

/*
.box-thing br{
	line-height: 4.5;
	}
*/

.box-thing a {
	margin-left:10px;
	color:#002857;
	text-decoration:none;
	font-size: 13pt;
}
.box-thing a:hover {
	color: #2D8821;
}


#readmore-section-identifier {
	text-decoration:none;
}

#sidebar .nav-style {
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .nav-style a.active {
	/*font-family:"Arial Black", Gadget, sans-serif;*/
}

/*	PAGINATION	*/

.pagination {
	margin-left:-40px;
	text-align: center;
	font-weight:400;
	font-size:90%;
	font-family: Calibri, 'Open Sans', sans-serif;
	line-height: 22px;
}

.pagination .arrow-left, .pagination .arrow-right {
	line-height:9px;
}

.pagination ul {
	list-style: none;
}

.pagination li { 
	display: inline;
	float: left; 
	margin: 1px;
	background:#f1f1f1;
}

.pagination a:link, 
.pagination a:visited {
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url('images/header-nav-white.png');
	background-size: 22px 22px;
	color: #727272;
	text-decoration: none;
	text-transform: uppercase;
}

.pagination a:hover, 
.pagination a:active,
.pagination .active a:link, 
.pagination .active a:visited {
	background: #FF8232; /* #00ADDF; #44C6F2;*/
	background-image: url('images/green-numbers-background.png');
	color: white;
	text-shadow: none !important;
}

.pagination .arrow-left a:link {
	background-image: url('images/grey-arrow-left.png');
	background-size: 22px 22px;

}
.pagination .arrow-right a:link {
	background-image: url('images/grey-arrow-right.png');
	background-size: 22px 22px;

}

.pagination a:hover {
	color:#FFFFFF;
}


/* ---------------------Elie Code ---------------------------------- */
html{
	direction: rtl;
}
header{
	background-image: url(images/Top-area-bg-image.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#header_table{
	width: 100%;
	height: 100%;
}
#header_left{
	width: 65%;
	padding: 0 0!important;
}
#header_right{
	width:34%;
}
#Espanol {
background-image: url('images/EspanolBlue.jpg');
height: 28px;
width: 75px;
margin-bottom: 20px;
margin-right: 210px;
}
#banner{
	background-size: 100% 35%;
	/*height:50%!important;*/
}
#sidebar, .nav-style li{
	float: right!important;
}
.Search{
	padding-left: 13px;
}
.Search_middle_header{
	padding-left: 13px;
	padding-right: 13px;
}
#header_left nav a:link, #header_left nav a:visited {
	display: inline-block;
	width: 30px;
	height: 28px;
	background-image: url('images/header-nav-white.png');
	background-size: 33px 29px!important;
	color: #727272;
	text-decoration: none;
	text-transform: uppercase;
}
/*#tfnewsearch:before{
	content: '  |  ';
}*/
#left_header_table{
	float: left;
	width: 100%;
}
#banner{
	height: 129px;
}

.inner-bodystyle-wrap {
	width: 100%!important;
}
.inner-bodystyle-wrap nav{
	width: 100%!important;
}
.inner-bodystyle-wrap nav ul{
	float: right;
}
.inner-bodystyle-wrap nav li{
	direction: rtl;
	font-size: 9px !Important;
	color: #08499c !Important;
	font-weight: normal !Important;
	font-family: Tahoma !Important;
	text-decoration: none;
	vertical-align: top;
}
#banner nav .active a:link, #banner nav .active a:visited {
background: none;
background-image: none;
color: #727272;
text-shadow: none !important;
}
#banner nav{
	float: right!important;
	font-size: 100%;
	width: 84.25%!important;
	margin-left: 0px;
}
#banner nav li{
	float: right;
	background: none;
}
#banner_logo{
	width: 21.75%;
	height: 96px;
	float: right;
	background-image: url(images/logo.gif);
	background-size: 130% 100%;
	border: none;
	border-color: transparent;
}
.tfbutton{
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px!important;
	background: none!important;
	background-image: url(images/Search.jpg)!important;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
	padding: 4px 10px!important;
}
#tfnewsearch, #search_encyclopedia, .tftextinput, .tfbutton, #tfheader{
	float: left!important;
}
.tftextinput{
	margin-top: 4px;
}
#search_encyclopedia{
	margin-left: 31px;
}
#left_header_table{
	margin-top: 5px;
	width: 60%;
	margin-left: 20px;
}

#Date_Header{
	padding: auto auto;
}
#Language_Header{
	padding: auto auto;
}
#Login_Header{
	padding: auto auto;
}
#Record_Header{
	padding: auto auto;
}
#ServicesStaff_Header{
	padding-right: 13px;
}
#Email_Header{
	padding: auto auto;
}
#tfheader, #tfnewsearch{
	display: inline;
	margin-bottom: 0!important;
}
.nav-style{
	text-align: right!important;
}
.nav-style li{
	width: 100%;
}
#content-right{
	float: left!important;
	margin-right: 31px;
}
.entry-title, .entry-title img, .entry-title a{
	float: right;
}
.entry-content h3{
	padding-top: 50px;
}
.entry-content .box-thing img {
	float: right!important;
}
.entry-title img{
	float: right!important;
	margin-left:10px;
	margin-right: 0px;
}




#readmore-section-identifier{
	display: none;
}


#pagination .arrow-right{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#pagination li{
	float: right;
}
#pagination .arrow-left{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#banner nav ul{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ctl00_PlaceHolderMain_FooterCtrl_Label1{
	padding-bottom: 10px;
}



#tfheader{
	color: #454545 !Important;
	font-weight: normal !Important;
	font-family: Arial !Important;
}
.tfsearchbutton{
	text-decoration: underline;
}
.tfsearchbutton:hover{
	text-decoration: underline;
}
#tfheader a:hover{
	color: #454545 !Important;
	font-weight: normal !Important;
	font-family: Arial !Important;
}


#Date_Header > a{
	font-size: 10px !Important;
	color: #000000 !Important;
	font-weight: normal !Important;
	font-family: Arial !Important;
	vertical-align: top !Important;
}

#Language_Header a, #Login_Header a, #Record_Header a, #ServicesStaff_Header a, #Email_Header a{
	font-size: 9px !Important;
	color: #08499c !Important;
	font-weight: normal !Important;
	font-family: Tahoma !Important;
	text-decoration: none;
	vertical-align: top;
}
#Language_Header a:hover, #Login_Header a:hover, #Record_Header a:hover, #ServicesStaff_Header a:hover, #Email_Header a:hover{
	text-decoration: underline;
}




/* -- Footer --*/
.FooterLeft{
	background-image: url(images/left.jpg) !Important;
	background-repeat: no-repeat !Important;
	background-position: left top !Important;
	width: 28px !Important;
	height: 37px !Important;
}
.FooterRight{
	background-image: url(images/right.jpg) !Important;
	background-repeat: no-repeat !Important;
	background-position: left top !Important;
	width: 28px !Important;
	height: 37px !Important;
}
.FooterMiddle{
	background-image: url(images/Center-repeat.jpg) !Important;
	background-repeat: repeat-x !Important;
	background-position: top !Important;
	width: 1000px !Important;
}
.FooterSeparatorRight{
padding: 0px 0px!important;
margin: 0px 0px;
}
.FooterSeparator, .FooterText {
font-size: 9px !Important;
color: #000000 !Important;
font-weight: normal !Important;
font-family: Tahoma !Important;
text-align: right;
}
.FooterSeparator{
	float: left;
}
footer a, footer span{
	vertical-align: top!important;
}
.AlignmentLeft a, .FooterSeparator{
	color: white!important;
	text-decoration: none;
}
.AlignmentLeft a:hover{
	text-decoration: underline;
}
/* -- End Footer --*/


/* ---------------------Elie Code ---------------------------------- */
