﻿body
{
    margin: 0;
	font-family: Arial, Helvetica, Verdana;
	color: #4d4d4d;
	font-size: 62.5%;
	background: #dcdcdc;
}

/* Remove all padding & margins from elements listed */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }

#login
{
    margin: auto;
    width: 255px;
    padding-top: 100px;
}

fieldset
{
    padding: 10px;
    margin: auto;
    width: 235px;
}

    fieldset label
    {
        font-size: 1.2em;
    }
    
.validation
{
    color: Red;
}

#logo
{
    float: left;
    height: 100px;
    width: 100%;
}

    #logo h1
    {
        background: url(../images/mtj.gif) top left no-repeat;
        float: left;
        height: 43px;
        margin: 32px 0 0 20px;
        text-indent: -5000px;
        width: 98px;
    }
    
    #logo p
    {
        float: left;
        font-size: 1.1em;
        font-weight: bold;
        margin: 32px 0 0 30px;
    }
    
    #logo a
    {
        color: #4d4d4d;
    }
    
    #logo a:hover
    {
        text-decoration: none;
    }

#content
{
    float: left;
    margin-left: 20px;
}

    #content .article
    {
        float: left;
        min-height: 20px;
        position: absolute;
        width: 250px;
    }
    
    #content .article a:hover
    {
        text-decoration: none;
    }
    
    #content .article-white
    {
        background: url(../images/top_white.gif) top left no-repeat;
        color: #4d4d4d;
    }
    
        #content .article-white a
        {
            color: #4d4d4d;
        }
    
        #content .article-white .footer
        {
            background: url(../images/bottom_white.gif) bottom left no-repeat;
        }
    
    #content .article-red
    {
        background: url(../images/top_red.gif) top left no-repeat;
        color: #ffffff;
    }
    
        #content .article-red a
        {
            color: #ffffff;
        }
    
        #content .article-red .footer
        {
            background: url(../images/bottom_red.gif) bottom left no-repeat;
        }
    
    #content .article-blue
    {
        background: url(../images/top_blue.gif) top left no-repeat;
        color: #ffffff;
    }
    
        #content .article-blue a
        {
            color: #ffffff;
        }
    
        #content .article-blue .footer
        {
            background: url(../images/bottom_blue.gif) bottom left no-repeat;
        }
    
    #content .article-yellow
    {
        background: url(../images/top_yellow.gif) top left no-repeat;
        color: #4d4d4d;
    }
    
        #content .article-yellow a
        {
            color: #4d4d4d;
        }
    
        #content .article-yellow .footer
        {
            background: url(../images/bottom_yellow.gif) bottom left no-repeat;
        }
    
        #content .article div
        {
            float: left;
            padding: 10px 10px 0 10px;
        }
        
        #content .article a.play-button
        {
            position: absolute;
            left: 40%;
            top: 15%;
        }
        
        #content .article .flash-player
        {
            padding: 0 0 5px 0;
            margin: 0;
        }
        
        #content .article img
        {
            padding-bottom: 5px;
        }
        
        #content .article h2
        {
            font-size: 1.4em;
            padding: 0 0 5px 0;
        }
        
        #content .article p
        {
            font-size: 1.1em;
        }
        
        #content .article .footer
        {
            float: left;
            height: 18px;
            width: 250px;
        }

#footer
{
    display: none;
}

    #footer p
    {
        font-size: 1.1em;
    }