/*
TruGreen Site Styles
tips.css: styles for tips and resources section
*/


/* main background image */

#chromeback
{
    width: 920px;
    height: 391px;
    background-image: url(../images/chrome/back_tips.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}


/* dynamic tips content */

#tipcontent
{
    float: left;
    width: 409px;
    padding: 38px 50px 0 20px;
}

#tipsaccordion
{
    overflow: hidden;
    height: 250px;
}

#tippicture
{
    float: left;
    margin-top: 38px;
}

#tipslocation
{
    float: left;
    font-size: 0.9em;
}

#tipsnewsletter
{
    float: right;
    font-size: 0.9em;
}

#tipsheader
{
    float: left;
    font-size: 1.8em;
    color: #00703c;
}

#tipsall
{
    position: absolute;
    left: 300px;
    top: 430px;
    float: right;
}

.tipsarticleseparator
{
    width: 388px;
    height: 2px;
    background-image: url(../images/chrome/dots_388.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.tipsarticleheader
{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}

.tipsarticleheader a, .tipsarticleheader a:hover, .tipsarticleheader a:visited
{
    color: #666666;
}

.tipsarticlebody
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 18px;
}

#tipsarticlebody2
{
    display: none;
}

#tipsarticlebody3
{
    display: none;
}

.tipsarticleicon
{
    margin-right: 3px;
}


.tipssearchform
{
}

.tipssearchinput
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/chrome/formfield_input_200.gif) no-repeat scroll 0 0;
    border: 0 solid #FFFFFF;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    height: 20px;
    padding: 4px 8px 0 4px;
    width: 100%; /*196px;*/
}

