﻿	#marker
    {
        display:block;
        left:0;
    }
    
    div.bannerGeneric 
	{
	    border-bottom:30px solid #f8f8f8;
	    padding-bottom:0;
		height:auto;
		background-color:transparent;
		overflow:hidden;
	}
	
	/* RESTYLE THE H TAGS IN THE TOP RIGHT OF THE HEADER */

    
    h1
    {
		font-size:1.125em;/* 18px (18 divide 16)*/
		line-height:1.333em;/* 24px */
		padding-bottom:0.888em;/* 16px */
	}
   
    div.panel h1 span, div.panel h2 span 
    {
	    font-size:0.75em;/* 12px */
	    line-height: 1.333em;/* 24px */
	    padding-bottom:0.666em;/* 8px */
    }
	
	#mainContent {
		padding-bottom:0;
	}

	
	#content 
    {
        width:960px;
        margin-left:0;
        padding:0 0 0 0;
        border-top:none;
        background:transparent none;
    }
	
	/* STYLING FOR THE NEW MEDIA AREA */
    ul#newMedia
    {
        width:100%;
        margin-left:10px;
        overflow:hidden;
        font-size:16px;
    }

    ul#newMedia li
    {
        font-size:11px;/*10px*/
        line-height: 1.6em;/* 16px */
	    padding-bottom:1.6em;
	    color:#666;
    }

    ul#newMedia li#twitter, ul#newMedia li#blog
    {
        background:transparent url(../css-images/homepage/2-col-bckgrnd.gif) bottom left no-repeat;
        width:420px;
        min-height:230px;
        float:left;
        margin-bottom:8px;
        margin-right:20px;
        padding:0 20px 20px 20px;
    }

    ul#newMedia li.last
    {
        margin-right:0;
    }

    ul#newMedia li h3
    {
        height:64px;
        margin-left:-20px;
        margin-right:20px;
        width:460px;
    }

    ul#newMedia li#twitter h3 a
    {
        display:block;
        height:64px;
        text-indent:-5000px;
        width:460px;
        background:transparent url(../css-images/homepage/twitter.gif) top left no-repeat;
    }

    ul#newMedia li#blog h3.blog
    {
        margin-bottom:-5px;
        text-indent:-5000px;
        background:transparent url(../css-images/homepage/blog.gif) top left no-repeat;
    }


