﻿body
{
    background-color: Black;
    background-repeat: no-repeat;
    /*background-position: right bottom;*/
    font-size: 12px;
    font-family: Verdana;
    color: #CCCCCC;
}

.title
{
    font-size: 18px;
    text-decoration: underline;
}

.smalltitle
{
    font-size: 10px;
    padding-top: 3px;
}

a
{
    color: white;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#tableMain
{
    width: 1024px;
}

#vineNav
{
    background-image: url('images/vine.png');
    background-position: left 100px;
    background-repeat: no-repeat;
    vertical-align: top;
    width: 339px;
    padding-top: 75px;
}

#vineNav a
{
    text-decoration: none;
    color: White;
    font-family: Copperplate, 
    font-size: 1em;
    display: block;
    width: 100%;
    height: 100%;
}

#vineNav a:hover
{
    text-decoration: underline;
    color: Gray;
}

#link_NewsAndUpdates
{
    position: relative;
    top: 30px;
    left: 65px;
    background-image: url(images/txt_LeftNav_NewsAndUpdates.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}
#link_NewsAndUpdates:hover
{
    background-image: url(images/txt_LeftNav_NewsAndUpdates_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_WhatIsDontPanic
{
    position: relative;
    top: 57px;
    left: 60px;
    background-image: url(images/txt_LeftNav_WhatIsDontPanic.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}

#link_WhatIsDontPanic:hover
{
    background-image: url(images/txt_LeftNav_WhatIsDontPanic_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_MeetOurCrew
{
    position: relative;
    top: 84px;
    left: 82px;
    background-image: url(images/txt_LeftNav_MeetOurCrew.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}

#link_MeetOurCrew:hover
{
    background-image: url(images/txt_LeftNav_MeetOurCrew_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_FilmMusicVideoWork
{
    position: relative;
    top: 111px;
    left: 70px;
    background-image: url(images/txt_LeftNav_FilmMusicVideoWork.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 366px;
}

#link_FilmMusicVideoWork:hover
{
    background-image: url(images/txt_LeftNav_FilmMusicVideoWork_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_DontPanicTV
{
    position: relative;
    top: 138px;
    left: 45px;
    background-image: url(images/txt_LeftNav_DontPanicTV.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}

#link_DontPanicTV:hover
{
    background-image: url(images/txt_LeftNav_DontPanicTV_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_Photography
{
    position: relative;
    top: 165px;
    left: 40px;
    background-image: url(images/txt_LeftNav_Photography.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}

#link_Photography:hover
{
    background-image: url(images/txt_LeftNav_Photography_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#link_Contact
{
    position: relative;
    top: 192px;
    left: 75px;
    background-image: url(images/txt_LeftNav_Contact.png);
    background-position: left middle;
    background-repeat: no-repeat;
    height: 19px;
    width: 287px;
}

#link_Contact:hover
{
    background-image: url(images/txt_LeftNav_Contact_hover.png);
    background-position: left middle;
    background-repeat: no-repeat;
}

#social {
    position: relative;
    top: 214px;
    left: 75px;
}

#contentSolid
{
    background-image: url(images/content_bgSolid.png);
}

#content
{
    padding-left: 15px;
}

.sectionHeader {
height: 87px;
vertical-align: top;
}

.subPanel
{
    overflow: auto;
    height: 613px;
    width: 100%;
}

.subPanel table
{
    padding-right: 15px;
}

.imageThumbnail
{
    padding-left: 14px;
    padding-bottom: 14px;
}

.imageThumbnailSCROLLBAR
{
    padding-left: 10px;
    padding-bottom: 10px;
}
