@import "common.css";

#mainContent {
    padding:0 0 70px 13px; 
    min-height:500px;
    height:500px;
}

HTML>BODY #mainContent {
    height:auto;
}

IMG {
    border:0;
}

#contentHeader
{
	width:551px;
    height:120px;
    float:left;
    margin:0 10px 10px 0;
    overflow:hidden;
    position:relative;
}

#bannerTop1 
{
    width:551px;
    height:120px;
    background:url(../images/banners/bannerTop1.jpg);
}

#bannerTop1 A {
    position:absolute;
    top:95px;
    left:205px;
}

#bannerTop2
{
    width:551px;
    height:120px;
    background:url(../images/banners/bannerTop2.jpg);
    position:absolute;
    top:0;
    left:0;
    visibility:hidden;
}

#bannerTop2 A {
    position:absolute;
    top:106px;
    left:60px;
}

#content
{
    clear:both;
    margin-left:165px;
    padding-top:13px;
    width:380px;
}


#leftNav {
    float:left;
    width:152px; 
    margin-left:13px;
    position:absolute;
    top:240px;
    left:0;
}

#leftNav IMG#sectionTitle
{
    border:0;
    margin-left:0;    
}

#leftNav UL {
    list-style:none;
    padding:0;
    margin:0;
}

#leftNav UL LI {
    margin-top:10px;
    background:url(../images/dotLeftMain.gif) left 4px no-repeat;
    padding-left:12px;
    border-bottom: 1px #e8e8e8 solid;
}

#leftNav UL LI UL LI {
    margin-top:10px;
    background:url(../images/dotLeftSub.gif) left 4px no-repeat;
    padding-left:10px;
    border:0;
}

#leftNav A {
    text-decoration:none;
    color:#656565;
}

#leftNav A.Selected {
    text-decoration:none;
    color:#fe3432;
}

#ad
{
    position:absolute;
    top:90px;
    right:10px;
    
}

#banner1 {
    background:url(../images/banners/mediaStrategy.jpg);
    width:177px;
    height:180px;
}

#banner1 A {
    color:white;
    display:block;
    text-decoration:none;
    width:80px;
    padding: 80px 75px 98px 20px;
    position:absolute;
    
}

#banner2 {
    background:url(../images/banners/freeMediaConsultation.jpg);
    width:177px;
    height:120px;
    margin: 10px 0 0 0;
}


#banner2 A 
{
    color:#656565;
    display:block;
    text-decoration:none;
    width:120px;
    padding: 25px 45px 95px 10px;
    position:absolute;
    font-size:0.8em;
    
}

#rightSection DIV A SPAN
{
	display:none;
}

