/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
}

body{
	background: #fff;
	color: #000;
	font: 100% Arial, Verdana, sans-serif;
}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #936e09;
}

#sidebar{ position:fixed; top: 28px; left:10px;	width: 200px; height: 100%; background-color: #F8F4D6;}
* html div#sidebar { position:absolute; top: 28px; left:10px;	width: 200px;  height: 100%; background-color: #FBEDAE;}

#content{ margin: 45px 38px 5em 230px; max-width: 740px; }


/* typography
----------------------------------------------- */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;color: #000;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; list-style: none; }
ol, ul, dl { line-height: 1.4em; }
li{ font-size: 0.9em; }
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif; color: #c13342;}

h1 { font-size: 2.3em;  color: #936e09; text-align: center; }
h1 a { border: none;  color: #c13342;}
h1 em{ font-size: 1.25em; color: #c13342; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #c13342;
	text-transform: uppercase;
	padding-top: 0.5em;
}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c13342;
	text-transform: uppercase;
	padding-top: 0.5em;
}

a, .contact-link{
	color: #c13342;
	text-decoration: none;
	cursor: pointer;
}

td{
	color: #936e09;
	font-size: 0.9em;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 5px;
	text-align: left;
}

.textInputs{
	border: 1px solid #936e09;
	width: 400px;
}
.formButton{
	border: 1px solid #936e09;
	padding: 2px 10px;
	background-color:#F8F4D6;
}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	overflow: auto;
}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit,Sans-Serif;
	padding: 0 3px 2px 4px;
}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #c13342;
}

#sidebar h1 { width: 150px; }
#sidebar h1 a{ font-weight: bold;}
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 0 20px 0 20px; font-size: 16px; }
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	padding: 0.4em 0.2em 0.4em 0.8em;
	margin-bottom: 2px;
	color: #1a1a1a;
	/*background-color: #363633;*/
	background-color: #e7d99a;
}

	
#nav a:hover{
	color: #1a1a1a;
	background-color: white;
}
	
#nav a.active{
	color: #eee;
	/*background-color: #b20013;*/
	background-color: #936e09;
}

#nav2{ margin: 0 0 0 20px; font-size: 13px; }
#nav2 a{
	background-color: #f7d99a;
}
#nav2 a.active{
	background-color: #A37e09;
}

#sidebar #lang{ margin: 20px 20px 0 20px; }

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px; margin-bottom:1em; }
#content ul li{
	list-style-type: disc;
	padding: 0 0 0 12px;
}
#content ul ul{ margin-top: 0;}

IMG.main { width: 100%; }


/* misc
----------------------------------------------- */

.section{
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 5px 3px;
	background-color: #fff;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

.firstpagetext{
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
}
