html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    background-color: #F2EEE3;
    font-family: Verdana, Arial;
}

.container{
    width:940px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff;
    position: relative;
}

.left-menu{
    width:170px;
    float:left;
    margin: 40px 30px 0 30px;
    position: relative;
}

.main-content{
    width: 664px;
    float: right;
    padding: 20px 25px 20px 20px;
    border-left: 1px solid #d0d0d0;
}

.clear{
    clear:both;
}

.header{
    width:100%;
    height: 417px;
    position: relative;
}

.header-title{
    position: absolute;
    line-height:44px;
    width:920px;
    padding-left: 20px;
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    font-size: 24px;
    bottom:0px;
    left:0px;
}
#logo{
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
}
#logo img{
    height: 150px;
}
.content-title h1{
    color: #AD5836;
    padding: 0px 26px 0px 0px;
    margin: 7px 0px 10px;
    border-bottom: 1px solid #EBD7CF;
    font-size: 1em;
}

.content-body p{
    padding: 8px 0 8px 0;
    line-height: 18px;
    color: #4B4B53;
    font-size: 0.8em;
    text-align:justify;
}

.style_switcher {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.menu ul {
    background: #D5EBFB;
}

.menu ul li{
    list-style: outside none none;
    padding: 5px 0px;
    margin: 0px;
    line-height: 13px;
    border-bottom: 1px solid #B9C7DE;
}

.menu ul li a,
.link{
    display: block;
    margin: 5px 7px 3px 10px;
    text-decoration: none;
    line-height: 1.35em;
    color:#3b74bb;
    cursor: pointer;
}

.link{
    cursor: default;
}

.menu ul ul li a{
    margin: 5px 7px 3px 20px;
}

.menu ul li:hover{
    background-color:#fff;
}

.menu ul li:nth-child(2):hover{
    background-color:#D5EBFB;
}

.menu ul ul li:nth-child(2):hover{
    background-color:#fff;
}

.footer{
    border-top: 1px solid #d0d0d0;
    padding:24px;
    text-align: center;
}

.fixed-menu{
    position: absolute;
    top:30px;
}

.hide{
    display: none;
}

.content-body ul{
    list-style-type: disc;
    margin-left: 24px;
    padding: 4px;
    line-height: 1em;
    font-size: 0.8em;
    color:#4B4B53;
}

blockquote {
    font: 14px/20px italic Times, serif;
    padding: 8px;
    background-color: #ececec;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
    margin: 5px;
    text-indent: 23px;
}

cite{
    display: block;
    margin-top: 8px;
}

#contact{
    margin-top:42px;
}

#contact-content > p{
    padding:2px 0 2px 0;
}