/************************/
/*ZERO CSS*/
/************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;}
:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
.element-invisible{
    display: none;
}
body{
    font-family: Tahoma, Geneva, sans-serif
}
/*Styles*/
#main-content{
    display:none;
}
.logo-div{
    text-align: center;
    padding-top: 50px;
}


/*Special*/
.inline-block{
    vertical-align: middle;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}
.inline-block-top{
    vertical-align: top;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}
.inline-block-bottom{
    vertical-align: bottom;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}
.content-center{
    width: 960px;
    margin: 0 auto;
}
.content h3{
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 1em;
    color: #9C539F;
}
.content p{
    line-height: 1.6em;
}
.content br{
    padding-bottom: .5em;
}
.facebook-like{
    text-align: left;
    margin-top: 10px;
    height: 20px;
}
.body_text{
    display: none;
}