a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }
html
{
	height: 100%;
}
body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

a 
{
	color: #000000;
	text-decoration: none;
}

.hidden
{
    display: none !important;
}

.html-box
{
    width: 300px;
    overflow: hidden;
}

.clear
{
    clear: both;
	height: 0px;
	overflow: hidden;
	width: 0px;
}

.submit-button
{
    height: 20px;
    cursor: pointer;
}
    .submit-button .button-text
    {
        background: transparent url(../image/common/submit.button.background.gif) repeat-x;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        padding: 3px 22px 3px 22px;
        text-transform: uppercase;
        float: left;
    }
    .submit-button .button-arrow
    {
        width: 20px;
        height: 20px;
        background: transparent url(../image/common/submit.button.arrow.gif) no-repeat;
        overflow: hidden;
        float: left;
    }

.label-content-box
{
    padding: 10px 0 0 0;
}
    .label-content-box .box-label
    {
        min-height: 21px;
        _height: 21px;
        background: #636563 url(../image/common/label.box.background.gif) repeat-x top left;
    }
        .label-content-box .box-label .text
        {
            font-size: 17px;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 17px;
            padding: 3px 10px 0 10px;
            text-transform: uppercase;
        }
        .label-content-box .black-content
        {
            background: #272727 url(../image/common/label.box.black.content.top.gif) no-repeat top left;
            padding: 5px 0 0 0;
        }
            .label-content-box .black-content .box-content
            {
                padding: 5px 13px 10px 13px;
                font-size: 14px;
                line-height: 14px;
                color: #ffffff;
                font-weight: bold;
                background: #272727 url(../image/common/label.box.black.content.background.gif) repeat-y;
            }

        .label-content-box .blue-content
        {
            border: 1px solid #a0a0a0;
            border-bottom: 0;
            border-top: 0;
        }
            .label-content-box .blue-content .top-content
            {
                padding: 4px 10px 5px 10px;
                background: transparent url(../image/common/label.box.blue.top.gradient.gif) repeat-y;
            }
                .label-content-box .blue-content .top-content .top-headline
                {
                    font-size: 64px;
                    line-height: 64px;
                    text-transform: uppercase;
                    color: #FFFFFF;
                    height: 70px;
                    overflow: hidden;
                }
                .label-content-box .blue-content .top-content .top-subheadline
                {
                    margin-top: -10px;
                    font-size: 12px;
                    line-height: 16px;
                    font-weight: bold;
                    text-transform: uppercase;
                    color: #FFFFFF;
                }
                
            .label-content-box .blue-content .box-content
            {
                background: transparent url(../image/common/label.box.blue.content.gradient.gif) repeat-y;
            }

.right-column .custom-html-box
{
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.right-column-items
{
    padding: 1px 0 0 0;
}
    .right-column-items .right-column-item
	{
        padding: 0 0 10px 0;
    }



.content-wrapper .right-column .video-stories
{
	background: #E5EDF3 url(../image/common/label.box.blue.content.gradient.gif) repeat-y;
     position: relative;
	 width: 300px;
	 overflow: hidden;
}
.content-wrapper .right-column .video-stories .headline
{
	background: #636563 url(../image/common/headline.box.gradient.gif) repeat-x;
	width: 280px;
	overflow: hidden;
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 10px 4px 10px;

}
    .content-wrapper .right-column .video-stories .videos
    {
        border: 1px solid #a0a0a0;
        border-top: 0;
        width: 298px;
		overflow: hidden;
    }

    .content-wrapper .right-column .video-stories .videos-with-hidden
    {
        padding-bottom: 51px;
    }


    .content-wrapper .right-column .video-stories .video
    {
        padding: 13px 0 16px 0;
        #padding-bottom: 0;
        cursor: pointer;
    }

        .content-wrapper .right-column .video-stories .video .metadata
        {
            display: none;
        }

        .content-wrapper .right-column .video-stories .video .thumbnail
        {
            position: relative;
            width: 150px;
            padding:  0 0 0 11px;
            float: left;
        }

            .content-wrapper .right-column .video-stories .video .thumbnail img
            {
                border: 1px solid #9e9f9f;
            }

        .content-wrapper .right-column .video-stories .video .thumbnail .arrow
        {
            position: absolute;
            z-index: 20;
            left: 64px;
            top: 45px;
            width: 49px;
            height: 27px;
            overflow: hidden;
            background: transparent url(../image/video/play.button.png) no-repeat;
        }

        .content-wrapper .right-column .video-stories div.video-hover .thumbnail .arrow
        {
            background: transparent url(../image/video/play.button.hover.png) no-repeat;
        }

        .content-wrapper .right-column .video-stories .video .video-info
        {
            width: 120px;
            float: left;
            padding: 0 0 0 9px;
			overflow: hidden;
        }
            .content-wrapper .right-column .video-stories .video .video-info .title
            {
                font-weight: bold;
            }
            .content-wrapper .right-column .video-stories .video .video-info .author
            {
                padding: 11px 0 0 0;
                font-size: 11px;
                line-height: 14px;
            }

            .content-wrapper .right-column .video-stories .video .video-info .jobtitle
            {
                padding: 10px 0 0 1px;
                font-size: 11px;
                line-height: 14px;
            }

            .content-wrapper .right-column .video-stories .view-more
            {
                position: absolute;
                bottom: 30px;
                left: 12px;
            }
            .content-wrapper .right-column .video-stories .view-more a
            {
                text-decoration: underline;
                cursor: pointer;
                color: #000000;
            }
