﻿body
{
    text-align: center;
    background: #DDDDDD url( '../images/bg.jpg' ) repeat-x scroll center top;
    font-family: Arial;
}

.left
{
    float: left;
}

table
{
    margin-left: auto;
    margin-right: auto;
}

.formTable
{
    text-align: right;
}

.formTable .captionColumn
{
    text-align: right;
}

.formTable .entryColumn
{
    text-align: left;
}

.formTable span
{
    margin: 10px;
}

.formTable input
{
    width: 200px;
}

.formTable textarea
{
    width: 200px;
}

.formTable select
{
    width: 206px;
}

.right
{
    float: right;
}

dl dd
{
    text-align: left;
    padding: 10px 0px 0px 10px;
    margin: 0px;
}

dl dt
{
    text-align: left;
    padding: 0px 0px 0px 20px;
}

.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}

.align_justify
{
    text-align: justify;
}

.div-table
{
    display: table;
    border-style: none;
    border-width: 1px;
}

.div-table-caption
{
    display: table-caption;
}

.div-table-row
{
    display: table-row;
}

.div-table-col
{
    display: table-cell;
    border-style: none;
    border-width: 1px;
    vertical-align: top;
}

.textarea
{
    margin: 10px;
}

.input
{
    margin: 10px;
}

.clear
{
    clear: both;
}

.hidden
{
    display: none;
}

img.logo
{
    position: relative;
    left: -320px;
}

a.facebook
{
    position: relative;
    top: -30px;
    left: 298px;
}

a.youtube
{
    position: relative;
    top: -30px;
    left: 298px;
}

img
{
    border-style: none;
}

img.facebook
{
    border-style: none;
    height: 35px;
}

img.youtube
{
    border-style: none;
    height: 35px;
}

a
{
    text-decoration: none;
    color: #F58220;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
}


div
{
    margin: 0 auto;
}

.shadow
{
}

#wrapper
{
    width: 1024px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

#content
{
    margin: 0px 22px 0px;
    border-left: solid 2px #B7B7B7;
    border-right: solid 2px #B7B7B7;
    background: #EEEEEE;
    padding: 10px;
    width: 956px;   
}

div.content_holder
{
    font-size: small;
    background: #CFCFCF;
    border: solid 2px #DDDDDD;
}

div.content_holder h1
{
    font-size: small;
}

.pad
{
    padding: 10px;
}

p
{
    text-align: justify;
}

.movie
{
    width: 932px;
}

#main
{
    position: relative;
    width: 640px;
    height: 378px;
}

#main img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 378px;
}

#hide_all
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 50;
    background-color: Black;
}

#news_preview
{
    width: 302px;
    height: 378px;
}

#news_preview_content
{
    height: 310px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#news_preview_content h
{
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}

#news_preview_content p
{
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}


.faq_item
{
    display: none;
}

p.error
{
    color: Red;
}

#news_preview_buttons
{
    height: 50px;
    margin: 10px 5px 0px 5px;
}


#news_preview_buttons img.button:hover
{
    cursor: pointer;
}

#footer
{
    height: 35px;
    margin: 0px 20px;
    background: url( '../images/footer.png' ) no-repeat scroll center top;
}

#footer span
{
    font-size: smaller;
    margin: 10px 20px;
}

#copyrights
{
    float: right;
    font-size: 9px;
    margin-right: 10px;
    margin-top: -25px;
    text-align: right;
}


#partners
{
    text-align: left;
    margin: 0px 20px;
    padding: 0px 0px 0px 10px;
}

#partners p
{
    font-size: 11px;
    color: #F58220;
}

#partners a
{
    margin-right: 10px;
}

#side_menu
{
    width: 220px;
    margin: 0 0px 10px 0px;
    padding: 0px 0px 10px 10px;
    text-align: left;
}

#side_menu ul
{
    margin: 0px;
    padding: 0px 10px 0px 0px;
    list-style-type: none;
}

#side_menu ul > li
{
    margin: 10px 0px 0px 0px;
}

#side_menu ul > li > a
{
    color: #000000;
}

#side_menu ul > li > a.on
{
    color: #F58220;
}
