/* BODY */

body {
margin: 0px;
background-color: #e3e9ef;
}


#header {
height: 860px;
z-index: 1;
background: url('images/escaheader.png') center top no-repeat;
}


#container {
background-color: transparent;
width: 1150px;
margin: auto;
}


#content {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
color: #213572;
line-height: 28px;
width: 750px;
text-align: justify;
margin: auto;
margin-top: -330px;
z-index:2;
}

a:link, a:active, a:visited {
text-decoration: none;
color: #6296c2;
outline: #c8d4df 1px;
text-shadow: 2px 2px 2px rgba(200, 212, 223, 1);
opacity: 0.7;
transition: 0.5s;
}

a:hover {
color: #213572;
text-shadow: 1px 1px 5px #395a8f;
opacity: 1;

}




i, em {
color: #424b65;
outline: #d4d3e7 1px;
text-shadow: 2px 2px 2px rgba(194, 191, 235, 1);
}

b, strong {
color: #506fc0;
letter-spacing: 0.5px;
outline: #d4d3e7 1px;
text-shadow: 2px 2px 2px rgba(194, 191, 235, 1);
}


h1 {
font-family: "Playfair", serif;
font-weight: 700;
font-size: 40px;
color: #fff;
text-shadow: 1px 1px 5px #213371;
text-align: center;
text-decoration: italic;
}


h2 {
font-size: 11px;
text-transform: uppercase;
text-align: center;
color: #fff;
font-family:"Century Gothic", sans-serif;
margin-top: -30px;
text-shadow: 1px 1px 5px #395a8f;
}

blockquote {
font-size: 16px;
border-radius: 10px;
text-align: center;
margin: auto;
padding: 5px 5px 5px 5px;
width: 75%;
margin-top:20px;
background-color: #cedae8;
text-shadow: none;
z-index: 9999;
line-height: 19px;
}

blockquote b, blockquote strong {
font-family: "Playfair", serif;
font-size: 18px;
}

codes {
text-align: center;
margin: auto;
}

ul { 
font-size: 9pt;
width: 780px;
list-style-position: inside;
list-style-type: none;
text-shadow:none;
padding-left: -60px;
}

li {
background-color: #8f6eb5;
padding: 10px;
margin-top: -5px;
border-radius: 10px;
}

li b, li strong {
color: #f6d6b7;
}

li em, li i {
color: #dad5ee;
}


input, textarea, select, option {
padding: 10px;
color: #213572;
background: #e3e9ef;
border-radius: 10px;
border: solid 1px #6983b8;
}


#navigation {
font-size: 20px;
position: fixed;
position:absolute;
z-index:1;
top: -20px;
width:100%;
color: #fff;
height:40px;
background-image: url('images/bg.png');
background-repeat: repeat-x;
}

    
#navigation a:link, #navigation a:visited {
color: #98a2d8;
text-transform: uppercase;
text-decoration: none;
font-weight: normal;
padding: 5px;
height: 40px;
font-family:"Century Gothic", sans-serif;
font-size:10pt;
text-shadow: none;
opacity: 0.7;
transition: 0.4s;
}
        
#navigation a:hover {   
background-color: #0b0d2a;
padding: 5px 5px 9px 5px;
color: #5cb9dd;
opacity: 0.5;
text-shadow: none;
opacity: 1;
}

img {
  border: 1px solid #aac6ea;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}

img:hover {
      opacity: 1;

}


#footer {
font-size: 11px;
font-family: arial, sans-serif;
margin-top: 10px;
text-align: center;
padding: 2px 5px 2px 5px;
text-shadow: none;
}

#footer a {
font-size: 11px;
}

#footer b {
font-size: 11px;
}




/* MEMBERS LIST */

#list {
width: 600px;
margin: auto;
}

#list table, th {
text-align: center;
width: 600px;
}

#list td {
width: 350px;
}