#header {
    background-image: url('/static/images/header_background.png');
    background-repeat: repeat-x;
    height: 62px;
    margin-top:10px;
    position:relative;
}
#header h1 span {
    position:absolute; 
    left:0;
    top:0;
    background-image: url('/static/images/marpasoft_logo.png');
    background-repeat: no-repeat;
    width:200px;
    height: 62px;
}
#navigation div {
    position:relative;
}
.submenu {
    list-style-type:none;
    position:absolute;
    margin:0;
    top: 36px;
    left:0;
    display:none;
}
.submenu li {
    width: 150px; 
    display: block;
    margin:0;
    padding:0;
    border: none;
}
#navigation a.menuitem, .submenu a {
    color: #FFFFFF;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size:24px;
    text-decoration:none;
    display:block;
    background-color:#71c0b5;
    text-align: center;
}
.submenu li a {
    display: block;
    margin: 0;
    padding: 0;
    height:24px;
    font-size:1.25em;
}
#navigation a.menuitem:hover, .submenu a:hover {
    background-color:#2B615A;
    color:#FFFFFF;
}
#navigation div:hover ul {
    display:block;
}
#navigation a.selected {
    background-color:#208274;
}
#footer {
    background-color:#71C0B5;
    font-family: "Arial", "Helvetica", sans-serif;
    color:#0B544A;
    text-align:center;
    padding: 9px 0 9px;
}
#footer a {
    color:#2B615A;
}
.separator {
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 3px solid #DDDDDD;
    height: 1em;
    margin: 0 0 0.45em;
}
#content {
    background-color: transparent;
}
h1 {
   color: #6085C4;
}
h2, h3 {
    color:#42318F;
}
#content p {
    font-size: 1.5em;
}
#content ul {
    font-size: 1.2em;
}
#content a, #sidebar a {
    color:#CF9734;
    border-bottom: 1px dashed #CF9734;
    text-decoration:none;
}
#content a:visited {
    color:#865C11;
    border-bottom: 1px dashed #865C11;
}
#content a.img {
    border: none;
}
#sidebar {
    background-color:#FFFFFF;
}
.checkmark li {
    padding-left: 24px;
    margin-bottom: 1.5em;
    background-image: url('/static/images/checkmark.png');
    background-repeat: no-repeat;
}
ul.checkmark {
    list-style-type:none;
    margin-left:0;
    font-size: 1.2em;
}
.fancy {
    font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
}
.errorField {
    border:2px solid #DDDDDD;
    margin-bottom:1em;
    padding:0.2em 0.3em;
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
}

.inlineLabels .errorField {
   width:385px;
}

.errorField strong{
    font-size: 1em;
    font-weight: normal;
}

.inlineLabels label{
   display:block; 
   font-weight:normal;
   font-size: 1.5em;
   margin:0 0 0.5em;
}
.ctrlHolder input {
   width:395px;
   margin-bottom: 1em;
   display:block; 
}
.ctrlHolder textarea {
   width:390px;
   margin-bottom: 1em;
   display:block; 
}

.inlineLabels .error {
   background: transparent;
   border: none;
   color: #222222;
   margin: 0;
   padding: 0;
}
.form_block input {
   display:block; 
}
.blue {
   color: #6085C4;
}
.project {
   margin-bottom: 3em;
}
