body
{
    display: block;
    margin: 0px 0px 0px 0px;
    font-family: ubunturegular;
/*    background-color: #eeeeee; */
    background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 50%;
    -webkit-background-size: 100%;
}
#bgTopDiv
{
    background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -webkit-background-size: 100%;
    opacity: 0.5;
    z-index: -5;
    width: 100%;
    height: 100%;
    position: fixed;
    -moz-position: fixed;
    -ms-position: fixed;
    -webkit-position: fixed;
    z-index: -10;
}
#bgTopDivPaste
{
    background-color: #ffffff;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
    -o-position: fixed;
    -moz-position: fixed;
    -ms-position: fixed;
    -webkit-position: fixed;
    z-index: -6;
}

{
    line-height: 200%;
    margin: 20px;
}

/* header */
#topPic
{
    height: 300px;
    width: 100%;
    overflow: hidden;   
    position: relative;
}
#topTitle
{
    z-index: 10;
    position: absolute;
    -o-position: absolute;
    -moz-position: absolute;
    -ms-position: absolute;
    -webkit-position: absolute;
    width: 800px;
    left: 200px;
    text-align: left;
    display: block;
    top: 60px;
}
#topTitle .loVidTitle
{
    width: 700px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 28pt;
}
#topImage
{
    position: absolute; 
    -o-position: absolute;
    -moz-position: absolute;
    -ms-position: absolute;
    -webkit-position: absolute;
    left: -100;
    width: 2000px; 
    height: 1500px;
    text-align: center;
}

.backgroundVideo
{
    position: absolute; 
    -o-position: absolute;
    -moz-position: absolute;
    -ms-position: absolute;
    -webkit-position: absolute;
    top: -500px; 
    width: 2000px; 
    height: 1500px;
    text-align: center;
}
#topShadow
{
    width: 100%;
    height: 10px;
/*    background-image: url(../Images/top_shadow8.png); 
    background-repeat: repeat-x; */
}

/* embedded fonts */

@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('../fonts/ubuntu-c-webfont.eot');
    src: url('../fonts/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-c-webfont.woff') format('woff'),
         url('../fonts/ubuntu-c-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff'),
         url('../fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('../fonts/ubuntu-ri-webfont.eot');
    src: url('../fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('../fonts/ubuntu-ri-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}