/**
 *
 * Gray:    #CCC
 * Green:   #909E18
*/


* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #333;
    background-color: #fff;
    padding-top: 4em;
    height: 100%;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

/* Headings -------------------------------------------------------- */
h2 {
    font-family: "Myriad Pro", sans-serif;
    font-size: 1.8em;
    padding: 1.1em 0 0.4em 0;
}

/* Clear  ---------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

/* Layout ------------------------------------------ */
#header {
    width: 100%;
    border-bottom: 1px solid #CCC;
    overflow: visible;
    height: 47px;
}

div.wrap {
    position: relative;
    width: 800px;
    margin: auto;
}

#body {
    

}

#side {
    position: relative;
    width: 250px;
    float: left;
    margin-top: 60px;
}

#footer {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

/* Header     --------------------------------------------------------------- */
h1.masked {
    width: 250px;
    height: 140px;
    position: relative;
    float: left;
    margin-top: -108px;
    color: #FFF;
}

h1.masked a {
  color: #FFF;
}

h1.masked span {
    background: url('/images/logo.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mainmenu {
    list-style: none;
    padding-top: 15px;
    margin-left: 250px;
}

.mainmenu li {
    float: left;
}

.mainmenu li a {
    color: #000;
    display: block;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.mainmenu li a.active, .mainmenu li a.selected {
    background: url('/images/bullet_green.jpg') no-repeat 12px 0px;
}

/* Side ------------------------------------------------------- */
.side-decoration {
    float: left;
    margin-left: -280px;
    margin-top: -100px;
    z-index: 999;
}

/* Content ---------------------------------------------------- */
#content {
    float: right;
    width: 549px;
    margin-bottom: 2em;
    margin-top: 2em;
    border-left: 1px solid #CCC;
    
}

.content-padding {
    padding: 0em 1em 1em 2em;
     min-height: 400px;
}

.column-left {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 4%;
    padding-left: 6%;
    color: #909E18;
    font-family: serif;
    font-size: 1.2em;
    background: url('/images/bullet_black.jpg') no-repeat 0 -3px;
}

.column-right {
    width: 50%;
    float: right;
    text-align: justify;
}


/* Footer ----------------------------------------------------- */
#footer p {
    text-align: center;
    padding: 0.5em 0;
}

#footer p a {
    color: #909E18;
}

#footer p a.footer-contact {
    margin-left: 2em;
    padding-left: 1.8em;
    color: #000;
    background: url('/images/email.jpg') no-repeat 0 4px;
    text-decoration: underline;
}

#footer p a.footer-contact:hover {
    text-decoration: none;
}

/* --- */

.clear-list {
    clear: both;
    padding-top: 2em;

}

.clear-list ul {
    margin-left: 1.3em;
}

.clear-list ul li {
    padding: 0.5em 0;

}