body {
    color: #333;
    padding: 0px 0 0px;
    background-repeat: repeat-x;
    background-color: #f6f1d8;
}

a {
    color: #851C00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #014851;
    font-weight: bold;
    font-size: 22px;
}

#article h1,#article  h2,#article  h3,#article h4,#article h5,#article h6 {
    font-weight: normal;
}

p {
    overflow: hidden;
    font-size: 14px;
}
blockquote {
background:url("../img/quote.png") no-repeat scroll 0 0 transparent;
font-family:Georgia,serif;
font-size:14px;
font-style:italic;
letter-spacing:1px;
margin:10px 0px 10px;
padding-left:25px;}
.container_12 {
}

.container_24 {
}

#gutter{
    color:white;
    font-family:sans-serif;
    height: 120px;
        background: url(../img/article_bg.png) no-repeat #F8F5E3 ;
}
#menu{
    background-color:#00923F;
    height: 44px;
    background: url(../img/menu_bg.png) center bottom;
    border-bottom: 1px solid white;

}
#menu li{
    margin-left:0px;
    margin-right:50px;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
    float: left;
    padding-top:12px;
    padding-bottom: 11px;
}
#menu #active{
    background: url(../img/active.png) no-repeat center bottom;
}
#menu ul{
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
#menu a{
    color: #fff;
}
#menu a:hover{
    text-decoration: none;
        color: #014851;

}
#content{
        margin-top: 12px;
            background: url(../img/content_bg.png) repeat-x #f2eac7 ;

}
#youarehere{
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #014851;
}
#footer{
    background: url(../img/footer_bg.png) repeat-x #014851 ;
    height: 175px;
        color: #fff;

}

#footer p{

    font-size: 12px;
}
#footer h2{
            margin-top: 25px;

    font-size: 14px;
}

#logo{
    background-image: url(../img/ekosemlogo.png);
    top:25px;
    height: 62px;
    width: 227px;
    position: relative;
    z-index: 100;
}
#article{
    color:#555555;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:22px;
        background:  #F8F5E3 ;
    border-top:  1px solid white;
    border-left:  1px solid white;
    border-right:  1px solid #a89d66;
    border-bottom: 1px solid #a89d66;
    margin-top: 15px;
    margin-bottom: 15px;
    padding:10px 13px;
}
#article img{
    float: left;
    padding-right: 10px;
    height: 165px;
}
#article p{
padding-bottom:10px;
}
hr{
    border: 1px solid #e2e9f1;
}
li{
    list-style-image:url(../img/tick.gif);
}
#searchfield{
    height: 50px;
}
#sidebar{
            background: url(../img/sidebar_bg.png) no-repeat #faf7e9 ;
    color: #014851;

    border-top:  1px solid white;
    border-left:  1px solid white;
    border-right:  1px solid #014851;
    border-bottom: 1px solid #014851;
    padding: 12px;
    margin-top: 65px;
}
#sidebar p{
    font-size: 13px;
}
#sidebar h1, #sidebar h2{
        font-size: 17px;

}

#nav, #nav ul{
margin:0;
padding:0px;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#nav a{
display:block;
padding:0px 0px;
color:#fff;
text-decoration:none;
}

#nav a:hover{
}

#nav li{
float:left;
position:relative;
}

#nav ul {
    right: 0px;
position:absolute;
padding-top: 25px;
padding-bottom: 12px;
width:12em;
opacity: 0.8;
background-image:url(../img/submenubg.gif) ;
}

#nav li ul a{
width:12em;
height:1em;
float:left;
}
#nav ul li{
    margin-left: 10px;
    font-size: 12px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:inline;
}
