@charset "ISO-8859-1";

html, body {
margin: 0px;
padding: 0px;
}

body {
color: #000000;
background-color: #e2f0e9;
background-image: url("img/body-bg.png");
background-repeat: repeat-x;
}

body, textarea, input {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

a, a:link, a:visited, a:hover, a:active { 
text-decoration: underline; 
color: #027b3e;
}

p { text-align: justify; }

h1 { 
font-size: 16px;
text-align: right;
margin-right: 150px;
font-style: italic;
}

h2 { font-size: 14px; }

h3 { font-size: 12px; }

img { border: 0px; }

/****************/
.center { text-align: center; }

#container {
margin: 0 20px 20px 0;
}

#content, #menu { margin-top: 25px; }

#content {
margin-bottom: 20px;
margin-left: 250px;
}

#content p { text-align: justify; }

.float-right { 
float: right;
padding-left: 30px;
}

.float-left { 
float: left;
padding-right: 30px;
}

#footer {
clear: both;
font-size: 90%;
color: #027b3e;
text-align: right;
}

#header { height: 200px; }

#header .logo {
margin-top: 127px;
margin-left: 58px;
}

#header .sioux {
position: absolute;
top: 8px;
right: 30px;
}

#languages {
position: absolute;
top: 189px;
right: 40px;
}

#languages li {
padding: 7px 7px 0px 3px;
border-left: 1px solid #027b3e;
display: inline;
/*padding: 0 0.5em 0.3em;*/
}

#languages ul {
margin: 0;
}

#languages a {
text-decoration: none;
}

#menu {
float: left;
width: 200px;
padding: 10px 0px 30px 20px;

background-color: #ccd9d2;
border-right: 1px solid #60ac86;
}

#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu li {
margin: 0px;
padding: 0px;
height: 1.8em;
line-height: 1.8em;
}

#menu a {
background-image: url("img/bullet.png");
background-repeat: no-repeat;
background-position: center left;
display: block;
padding-left: 10px;
text-decoration: none;
}

#menu a:hover {
background-image: url("img/bullet-selected.png");
}

.row { margin-bottom: 1em; }

.row label {
float: left;
width: 160px;
font-weight: bold;
}

.row div { margin-left: 190px; }

.row ul { padding-left: 1em; }

#skip { display: none; }
