body {
    background-color: #d2eec2;
    background-repeat: repeat;
}
a,
a:visited {
    color: #cd7023;
}
a:hover {
    color: #000000;
}
.main {
    margin: 0 auto;
    width: 742px;
}
#header {
    height: 50px;
    background-color: #F3F2ED;
    margin: 0;
    padding: 0;
    border-bottom: #000 1px solid;
}
#header h1 {
    font-size: 1em;
    margin: 0;
    padding: 0px;
}
#header h1 a {
    color: #000000;
    background-color: #F3F2ED;
}
.contentwhite {
    background: #fff;
    min-height: 630px;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
}
.contentleft {
    float: left;
    width: 400px;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.contentleft img {
    border-right: #cccccc 2px dotted;
}
.contentleftportfolio {
    float: left;
    width: 312px;
    background: #FFFFFF;
    margin: 0;
    padding: 25px;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11pt;
    border-right: #cccccc 2px dotted;
}
.contentrightportfolio {
    float: right;
    width: 318px;
    background: #FFFFFF;
    margin: 0;
    padding: 25px;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11pt;
}
.contentleftportfolio img,
.contentrightportfolio img {
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    border-bottom: #000 3px solid;
}
.contentright {
    float: right;
    width: 318px;
    background: #FFFFFF;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 10px;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 11pt;
}
.sectiontitle {
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 12pt;
    color: #cd7023;
}
.hometitle {
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 16pt;
    color: #87d05d;
    text-align: center;
    font-weight: bold;
}
#footer {
    height: 20px;
    background: #d2eec2;
    border-top: #000 1px solid;
    /* border-top:#b2d85e 2px solid; */
    
    padding-top: 5px;
    clear: both;
    text-align: right;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size: 10pt
}
#footer a {
    color: #cd7023;
}
#footer a:hover {
    color: #000000;
}
ul#menu {
    width: 100%;
    height: 45px;
    background: #FFF url("../images/menu-bg2.gif") top left repeat-x;
    font-size: 0.8em;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#menu li {
    display: block;
    float: left;
    margin: 0 0 0 22px;
}
ul#menu li a {
    height: 43px;
    color: #777;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 8px 15px 0;
}
ul#menu li a:hover {
    color: #333;
}
ul#menu li a.current {
    color: #000;
    background: #FFF url("../images/current-bg2.gif") top left repeat-x;
    padding: 5px 15px 0;
}
.languagetoggle {
    font-weight: normal;
}