@charset "utf-8";
/* CSS Document */

@media print {
	#logo_device, #logo_text {
	display: none;
}

#container {
	margin: 0 5%;
	width: auto;
}
#navbar , #navbar_eng{
	display: none;
}
#content {
	float: none;
	width: auto;
	background-color: transparent;
}

#logo_text   {
	float: left;
	width: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	
.logo_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}
.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	font-weight:bold;
	clear: left;
	margin-bottom: -5px;
	margin-top: -5px;
}
.body {
	font-family: sans-serif;
	font-size: 8pt;
}
#image {
	height:50%;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: none;
	margin-left: 10px;
	margin-top: 100px;
	margin-bottom: 1px;
	margin-right: 10px;
	clear: left;
}
.image {
	width:50%;
	height:50%;
	float: none;
}
#space_holder {display: none;
}
#caption {
	width:200px;
	max-width:220px;
	height: auto;
	padding: 10 px;
	float:none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #D6A485;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6A485;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #000;
	font-size: 115%;
}
a:visited {
	color: #666;
	text-decoration: none;
}
#navbar, #navbar_eng, #nav {
	display:none;
}
}

@media screen and (min-width: 981px) {
#logo_device {
	display: none;
}
#logo_text {
	display: none;

}
#container {
	width:960px;
	margin:10px auto;
	padding: 10 px;
	background-color: #AF5503;
}
#navbar, #navbar_eng{
	height:65px;
	padding: 5px;
}
#navbar p, #navbar_eng p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #1B2D11;
}
.navbar A:link{
	text-decoration:none;
	color:#3D6F35;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
}
.navbar A:visited {
	text-decoration:none;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#content {
	padding: 15px 5px 5px 15px;
	height: 685px;
	margin-top: -25px;
}
.h1 {
	color: #2F4F1E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	margin-bottom: -13px;
	font-weight: bold;
}
.body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFF;
}
#image {
	width:600px;
	height:480px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	margin-left: 10px;
	margin-top: 100px;
	margin-bottom: 1px;
	margin-right: 10px;
}

#caption {
	width:600px;
	height:50px;
	padding: 10 px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #D6A485;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6A485;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: #000;
	font-size: 115%;
}
a:visited {
	color: #999;
	text-decoration: none;
}
#nav {
	display:none;
}
}



/* Phone Devices Resizing 


*/
@media screen and (max-width: 989px){
#logo_text, #logo_text_eng {
	width: auto;
	font-family: sans-serif;
	clear: left;
	margin-bottom: 1.2em;
}
.logo_text {
	font-family: sans-serif;
	font-size: 75%;
	text-align: left;
}
#logo_device {
	width: auto;
	margin-bottom: 0.83em;
	max-width: 95px;
}
#container {
	float: none;
	background-color: transparent;
	margin: 0 1%;
	width: auto;
}
#navbar, #navbar_eng {
	clear: left;
	background-color: #CA8962;
	float: none;
	padding:1%;
	margin: 0 1%;
}
#navbar a, #navbar_eng a{
	font-size: 1.1em;
	font-family: sans-serif
}
.navbar {
	font-size: 1.1em;
	font-family: sans-serif
}
.navbar A:visited {
	text-decoration:none;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content {
	float: none;
	padding: 1%;
	width: auto;
	max-width: 597px;
	background-color: white;
}
.h1 {
	color: #2F4F1E;
	font-family: serif;
	font-size: 110%;
	margin-bottom: -13px;
	font-weight: bold;
}
.body {
	font-family: sans-serif;
	font-size: 1em;
	text-align: justify;
}
#image {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	max-width:100%;
	}
img{
	max-width: 480px;
	width: 100%;
	height: auto;
}
#caption {
	max-width:480px;
	height:50px;
	padding: 10 px;
}
.caption {
	font-family: sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: inherit;
	background-color: #D6A485;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#space_holder {display: none;
	}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
}

/* Phone Devices Resizing -- 


target small screens (mobile devices or small desktop windows */
					  
@media only screen and (max-width: 480px){  
#container {
	float: none;
	background-color: transparent;
	margin: 0 1%;
	width: auto;
}
#navbar, #navbar_eng {
	clear: left;
	background-color: #CA8962;
	float: none;
	padding:1%;
	margin: 0 1%;
}
#navbar a, #navbar_eng a{
	font-size: 1.1em;
	font-family: sans-serif;
}
.navbar {
	font-size: 1.1em;
	font-family: sans-serif;
}
.navbar A:visited {
	text-decoration:none;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#content{
	float: none;
	padding: 1%;
	width: auto;
	max-width: 480px;
	background-color: white;

}
.h1 {
	color: #2F4F1E;
	font-family: serif;
	font-size: 110%;
	margin-bottom: -13px;
	font-weight: bold;
}
.body {
	font-family: sans-serif;
	font-size: 1em;
	text-align: justify;
}
#image {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	max-width:100%;

	}
img {
	max-width: 480px;
	width: 100%;
	height: auto;
}
#caption {
	max-width:480px;
	height:50px;
	padding: 10 px;
}
.caption {
	font-family: sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: inherit;
	background-color: #D6A485;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#space_holder {display: none;
	}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
}
