﻿html, body {
font-family: "Arial Rounded MT Bold", Arial;
background-color: #1b2a43;
}

#header {
height: 125px;
background-color: #1b2a43;
border-top: 6px solid #101a2a;
border-bottom: 1px solid #101a2a;
overflow: hidden;
}

#header .wrap {
position: relative;
}

#logo {
padding-top: 15px;
float: left;
}

div.wrap {
width: 900px;
margin: auto;
}

h1 {
padding: 50px 0px 30px 0px;
font-size: 1.9em;
line-height: 35px;
}

/* NAVIGATION 2 */

ul.menu {
float: right;
text-align: center;
font-size: 0.9em;
margin-top: 78px;
}

ul.menu li {
display: inline;
margin-left: 30px;
}

ul.menu li.active {
color: #c1e9e1;
}

ul.menu a {
color: White;
text-decoration: none;
}

ul.menu a:hover {
text-decoration: underline;
}

/* FOOTER */

#footer {
border-top: 2px solid #18263c;
}

#footer img {
margin-right: 10px;
vertical-align: bottom;
}

#footer span {
margin-left: 40px;
}

#footer p {
padding: 40px 0px;
font-size: 0.7em;
color: White;
text-align: center;
}

#footer a {
color: White;
text-decoration: underline;
}

#footer a:hover {
color: #79989A;
}

.error {
color: Red;
text-align: right;
font-weight: bold;
font-size: 0.8em;
padding-right: 20px;
font-family: Arial, Sans-Serif;
}

.error-border {
border: solid 1px Red;
}
