/*
/ --------------------------------------
/	Manston Airport
/   Frame Digital
/ --------------------------------------
/
/	-	CSS for the 2 column layout pages - e.g. About the Hospice landing page
*/
#content #main #left { width: 320px; float: left; height: 630px; }
#content #main #right { width: 607px; float: left; height: 610px; background: #fff7eb; padding: 20px 0 0 25px; }

#content #main #adverts { 
    width: 952px; float: left; min-height: 100px; margin-top: 10px;
    background-image: url(/themes/default/images/framework/adverts-top.gif);
    background-repeat: no-repeat;
    background-position: top left;    
    background-color:#e7e7e7;
}

#adverts-bottom
{
    background-image: url(/themes/default/images/framework/adverts-bottom.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 5px;
    width: 952px;
    float: left;
}

#content #main #adverts .snippet
{
    background: #e7e7e7;     
    width: 190px;
    margin:5px;
    margin-top: 8px;
    margin-right: 30px;

    padding: 5px;
    padding-top: 9px;
    float: left;
}

#content #main #adverts p { padding: 5px 0 7px 0px; margin: 0px; }
#content #main #adverts h3 { margin: 0px; padding: 0px; font-size: 14px; font-weight: bold; }

#adverts .find-out-more,
#adverts .reserve-now
{
    margin-top: 10px;
}

/*  OVERRIDE SOME OF THE QUICK LINKS CSS */
#right .quicks
{
    width: 260px;
    margin-right: 40px;    
    display: inline;     
}

#right .quicks p { _padding: 0px; _margin: 0px; }
#right .quicks h2 { font-size: 16px; width: 240px; }
#right .quicks .bottom-link {
    width: 260px;
    padding-bottom: 14px;    
}

#right .quicks .container
{
    height: auto !important;
    min-height: 120px;
    height: 120px;   
    margin-bottom: 5px;   
}

#right .quicks-double ul { width: 260px; margin: 0px; padding: 0px; float: left; }
#right .quicks-double ul li
{
    width: 120px; float: left;
}
