/* 
Document   : home.css
Created on : Jul 10, 2009, 6:44:19 PM
Author     : Jason Kusner
Description:
Purpose of the stylesheet follows.

Provide formatting for the front page of nojunkfree.com
*/



div
{
    font-family:Arial,Helvetica,Geneva;
    font-size: 8pt;
    color:#000000;
    text-align: left;
}

hr
{
    width: 600px;
    color: #3399ff;
    background-color: #3399ff;
    height: 1px;
}


#whole_page
{
    background:#003366;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}

#container_for_ie
{
    width: 750px;
}

#content
{
    vertical-align: top;
    padding: 5px;
    float: left;

}

#tall_ad
{
    vertical-align: top;
    padding: 5px;
    float: right;
}

#no_junk_news
{
    width: 120px;
    text-align:center;
    color: #ffffff;
}



#title
{
    display: block;
    text-align: center;


}


#two_choices
{
    display: block;
    text-align: center;
}

#two_choices img
{
    margin: 10px;
}



#partners
{
    display: block;
    padding: 5px;
    width: 580px;
    color: #ffffff;
}

#partners a
{
    color: #3399ff;
}


#partner_list li
{
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 5px;
    zoom: 1;
    *display: inline;
    text-align: center;

}

#media_share_list li
{
    display: block;
    padding-right: 20px;
    padding-bottom: 5px;
    zoom: 1;
    text-align: left;

}

#link_to_us
{
    display: block;
    color: #ffffff;
    padding: 5px;
    width: 580px;
}


#link_to_us a
{
    color: #ffffff;
}

#link_code
{
    font-family:Arial,Helvetica,Geneva;
    font-size:8pt;
    color: #ffffff;
}


#footer
{
    font-size:8pt;
    text-align:center;
    clear: both;
}


