/*********************** basic elements ***********************/
html * { font-size: 100%; }

body{
	background-color:#7B6A56/*#ebe2ce*//*#6b645b*//*#727e7e*//*#2d4949*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	margin-top:6px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 0px;
		border: 0px;
		width: 970px;
		height: 100%;
}


h4{
	font-size:medium;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
	color:#e2c6a1;
}

h5{
	font-size: small;
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 0px;
	/*color:#e2c6a1;*/
	color:#fff8e5;
}

a{
	color: #ebe2ce;
	text-decoration: underline;
}

a:hover{
	color: #ebe2ce;
	text-decoration:none;
}

p{
	margin-top:0px;
	margin-bottom:18px;
	padding:0px;
	color:#fff8e5;
}

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
	margin: 0 0 1em 4em;
	color: #d6d6d6;
}

ul li{
	list-style-type:square;
	color:#ebe2ce;
	}

ul li a{
	text-decoration:none;
	}

ol li {
	list-style-type: decimal;
	color:#fff8e5;
	}

/*********************** top menu ***********************/
div#topmenu {
	width: auto;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
	text-align: right;
	padding:0px 2px 8px 2px;
	color: #ebe2ce;
	text-decoration:none;
}

div#topmenu a {
	padding:0px 2px 8px 2px;
	/*color: #bad1d1;*/
	text-decoration:none;
}

div#topmenu a:hover {
	text-decoration: none;
	/*color: #bad1d1;*/
}


div#mainmenu {
	text-align: right;
	padding:5px 0px 4px 0px;
	color: #ebe2ce;
	text-decoration:none;
	background-color:#8b4513;
	/*background-color: #4f5c4f;*/ /*blue #004d77*/ /*grey #575c5c*/  
	border-bottom:1px solid #9a836b;
}
div#mainmenu A{
/*	color: #bad1d1;*/
	padding:0px 8px 0px 8px;
	text-decoration:none;
}

div#mainmenu a:hover {
/*	color: #bad1d1;*/
	text-decoration:none;
}

/*********************** content **********************************/
#content{
	margin-top:20px;
	font-size:small;
	text-align:justify;
	line-height:180%;
	float:right;
	width:100%;
	direction:rtl;
}

#picture {
	float:right;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
	width:650px;
}

#picture_vertical {
	float:right;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
	width:485px;
}

#picture img, #picture_vertical img{
	border:1px solid #dbdbdb;
}

#picture_description {
margin-top:50px;
}

#related_resources {
margin-top:20px;
direction:rtl;
}

#months_navigation {
	float:left;
}

.share_it{
	float:left;
}



#navigation {
	/*margin-bottom:35px;*/
	height:40px;
}

#navigation .back{
	float:right;
	border:none;
}

#navigation .next{
	float:left;
	border:none;
}

.credit{color:#CCCCCC;}

#grid{
	display:inline-block;
	margin:2em 0 2em 0;
}

#grid p.icaption_left{
  float:right;
  display:inline;
  margin: 0.5em 0em 0em 4em;
  width:202px;
  position:relative; }

#grid p.icaption_right{
  float:right;
  display:inline;
  margin: 0.5em 0em 0em 0;
  width:202px; position:relative; }

p.icaption_right{
  float:right;
  display:inline;
  margin: 0.5em 0em 1em 1em;
  width:202px; position:relative;}

p.icaption_left img, p.icaption_right img { padding:0; border: 1px #aaa08a solid; }
p.icaption_right strong { display:block; text-decoration:none; overflow:hidden; margin-top: 0px; padding: 0.3em 0.5em; background: #87745e; font-weight: normal; font-size: 91.667%; line-height:130%; text-align:right; height:60px}
p.icaption_right strong a { display:block; text-decoration:none; overflow:hidden; margin-top: 0px; padding: 0.3em 0.5em; background: #87745e; font-weight: normal; font-size: 91.667%; line-height:130%; text-align:right; height:60px}
p.icaption_left strong a { display:block; text-decoration:none; overflow:hidden; margin-top: 0px; padding: 0.3em 0.5em; background:#87745e; font-weight: normal; font-size: 91.667%; line-height:130%; text-align:right; height:60px }

/****** the same thing but for the landing page ******/
p.icaption_right strong.lp a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	margin-top: 0px;
	padding: 0.5em 0 0 0;
	background: #87745e;
	font-weight: bold;
	font-size: 100%;
	line-height:130%;
	text-align:center;
	height:25px
	}

p.icaption_left strong.lp a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	margin-top: 0px;
	padding: 0.5em 0 0 0;
	background:#87745e;
	font-weight: bold;
	font-size: 100%;
	line-height:130%;
	text-align:center;
	height:25px;
	}





.float_left {
/*display:inline;*/
float:left;
/*margin-bottom:0.15em;
margin-right:1em;*/
}

.inline_block{
	display:inline-block;
	width:100%;
	}

/*********************** copyright **********************************/

#copyright {
	clear: both;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	font-size:90%;
	color: #CCCCCC;
	text-align: right;
}
#copyright a{
	color: #CCCCCC;
}
#copyright a visited{
	color: #CCCCCC;
}

@media print {
div#wrapper {
	margin: 0 auto;
	margin-top: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	display:block;
}

div#main_content {
	margin: 0 auto;
	padding:0px;
	width:100%;
	border: 0px;
	color:#000000;
	font-size:small;
	text-align: justify;
	line-height:200%;
}
div#main_content_fullsize {
	margin: 0 auto;
	border: 0px;
	color:#000000;
	font-size:small;
	text-align: justify;
	line-height:200%;
}

div#copyright {
	width:100%;
	margin:0px;
	padding:0px;
}
div#navigation{
	display:none;
}
div#right_content {
	display:none;
}
div#topmenu{
	display:none;
}
div#mainmenu{
	display:none;
}
#slideshow{
	display:none;
}
#print{
	display:none;
}
.inline_block{
	display:none;
	}
.share_it{
	display:none;
	}
}
