

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0px; 	padding: 0px;
	font: normal .9em/1.4em 'Trebuchet MS', sans-serif;
	color: #000;
	background: #bad4a9 url(bg_body.gif) repeat-x;
	text-align: left;	
	height: 100%;width: 100%;	
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
 /*border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
*/
 border: solid 0px #fff
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA /* url(quote.gif) no-repeat 3px 5px*/; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}



/* form elements */
#main form {
	margin:10px 15px; padding: 0;
	border: 1px solid #eee; 
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input,select {
	
    padding: 2px;
	/*border:1px solid #eee;*/
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#555;

}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#555;
}
input.button { 
	/*margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	*/
}

#split 
{
background:transparent url(bg_split.gif) no-repeat scroll right top;
height:79px;
margin-right:466px;
margin-top:122px;
position:absolute;
right:50%;
width:53px;
}

#wrap1
{
  margin-left:auto;
  margin-right:auto;
  width:933px;
}

#wrap2
{


}

#header 
{
    width:933px;
    height:131px;
    display:block;
    overflow:visible;
    background:#FFF url(bg_header.jpg) no-repeat 333px 0px;
    position:relative;
}

#header #logo
{
    width:333px;
    height:132px;
    display:block;
    overflow:hidden;
    background:#FFF url(bg_logo.gif) no-repeat 0px 106px;
}

#header img
{
  border: 0px; 
  padding: 29px 10px 0px 28px;
}

#header #slogan
{
  padding-left: 100px;
}

#header #lang
{
  position:absolute;
  top:10px;
  right:10px;
  font-size: 85%
}

#header #lang ul,#header #lang ul li
{
  display:inline;margin:0px;padding:0px;list-style-type: none;overflow:hidden
}

#header #lang ul li
{
  background-color:#3d8201;
  padding:5px;margin:5px;border:solid 1px #57a0ba;
}

#header #lang ul .active
{
	background: #E5953E;
}

#header #lang ul a
{
	color: #FFF;font-weight:bold;
}

#nav
{
    display:block;
    overflow: hidden;
	text-align: left;		
	margin: 0px;
	padding:0px;
	background: #3d8201;
	width:100%;
	clear:both;
	position:relative;
	height:30px;border-top:solid 1px #FFF;border-bottom:solid 1px #FFF;

}

#nav ul 
{
	font: bolder 14px 'Trebuchet MS', sans-serif;
	margin: 0px;padding:6px;height:30px;list-style: none;
}
#nav li {
	list-style: none;
	display: inline;
	margin:-4px;
	padding:0px;height:30px;

}
#nav li a 
{
	border-left: 3px solid #bad4a9;
	border-right: 3px solid #bad4a9;
    background-color: #3d8201;
	padding: 5px 20px;	
	color: #FFF;	
	text-decoration: none;	
	margin: 0px;height:30px;
}
#nav li a:hover {
	background: #E5953E;
	color: #FFF;
}
#nav li a#current  {
	background: #3d8201;
	color: #FFF;
	margin: 0px;
}

/*
#content-wrap 
{
  clear:left;
  background: url(bg_crumbs.gif) no-repeat 0px 0px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  width:933px;

}
*/
* html #content-wrap{
  height:1%; /* So IE plays nice */
}


#content {
	clear: both;
	text-align: left;	
	margin: 0px auto;
	vertical-align:top;
	background:#FFF url(bg_border.gif) repeat-y scroll 1px top;
    margin-bottom:40px;
}

#main 
{
  vertical-align:top;
  background:transparent url(bg_crumbs.gif) no-repeat scroll 1px -2px;
margin:0px;
padding:20px;
border-bottom:solid 4px #e5953e;
}
#main h1 {
	/*padding: 10px 0 5px 5px;*/
	/*margin: 0 0 0 10px;*/
	border-bottom: 1px dashed #D5D5D5; 	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* sidebar */
#sidebar {
  width:300px;
  vertical-align:top;
  background: #bad4a9 url(bg_sidebar.gif) repeat-y scroll 0px 0px;
  padding:0px;
  /*margin-right:-370px;	*/
  border-bottom:solid 4px #3d8201;
}

.sidebox 
{
  display:block;
  margin:0px 10px 40px 10px;
  overflow:hidden;
	
}	

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
} 

.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    display: block;
    background-color:White;
    padding:15px;
    width:600px;
}
