﻿#homemaster, #homecanada
{
    margin: auto;
    width: 950px;
    font-family: "Segoe UI" ,Candara, "Bitstream Vera Sans" , "DejaVu Sans" , "Trebuchet MS" ,Verdana,sans-serif;
    font-size: 10px;
    background: url('/images/headlines/ro-90-preview.jpg' ) no-repeat top left;
    color: #666;
}
#homecanada
{
    background: url('/images/headlines/ro-90-preview.jpg' ) no-repeat top left;
}
.homemain
{
    width: 590px;
    height: 282px;
    float: left;
    padding: 20px;
}
.homemini
{
    width: 314px;
    height: 160px;
    float: right;
    padding: 0px;
    overflow: hidden;
}
.wtbmini
{
    background: url('/images/headlines/home-where-to-buy.png' ) no-repeat top left;
}
.sysnotesbox
{
    padding: 60px 20px 20px 160px;
    text-align: center;
}
.minibutton
{
    padding: 6px 0px 0px 0px;
}
.sysnotesmini
{
    background: url(    '/images/headlines/home-sysnotes-sign-up.png' ) no-repeat top left;
}
.sysnotestb
{
    width: 120px;
}
.homeleft, .homeright
{
    width: 145px;
    font-size: 11px;
    cursor: pointer;
    line-height: 150%;
}
.homeleft
{
    padding: 25px 20px 20px 150px;
    text-align: right;
}
.homeright
{
    padding: 25px 150px 20px 20px;
}
.homeleft strong, .homeright strong
{
    font-family: "Segoe UI" ,Candara, "Bitstream Vera Sans" , "DejaVu Sans" , "Trebuchet MS" ,Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.homeleft a, .homeright a
{
    text-decoration: none;
    color: #333;
}
.whyfestool, .whyfestool a
{
    color: #FFF;
}



#NewsTicker
{
    width: 628px;
    height: 160px;
    margin: 0 auto;
    float: right;
    position: relative;
}
#NewsVertical
{
    width: 628px;
    height: 160px;
    display: block;
    overflow: hidden;
    position: relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical
{
    width: 1800px;
    height: 160px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#TickerVertical a
{
    font-weight: normal;
    text-decoration: underline;
}
#TickerVertical li
{
    width: 314px;
    color: #444444;
    text-align: left;
    font-size: 11px;
    margin: 0;
    padding: 0px 0px;
    float: left;
    height: 160px;
    display: inline;
}
#pausebutton
{
    position: absolute;
    top: -2px;
    left: -4px;
    z-index: 50;
    float: left;
    display: none;
}
.newsblock, .emailblock, .wtbblock
{
    width: 380px;
    margin: 0 40px 30px 0;
    background-color: #fff;
    float: left;
    font-size: 13px;
}
.newsblock h2, .emailblock h2, .wtbblock h2
{
    text-transform: none;
    font-weight: normal;
}
.newsblock a
{
    font-weight: normal;
    color: #006699;
}
.newsblock ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.newsblock li
{
    margin-bottom: 5px;
}
.newsblock li span
{
    width: 70px;
    display: inline-block;
}
.emailblock, .wtbblock
{
    width: 242px;
}
.wtbblock
{
    margin-right: 0;
}
.emailblock input[type=text], .wtbblock input[type=text]
{
    padding: 6px 8px;
    border: solid 2px #aaa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f6f6f6;
    background-image: none;
    margin-top: 3px;
    font-size: 20px;
    width: 200px;
}
.emailblock input[type=text]:hover, .wtbblock input[type=text]:hover
{
    border-color: #50b747;
}
.emailblock input[type=text]:focus, .wtbblock input[type=text]:focus
{
    background-color: #fff;
    border-width: 2px;
    border-color: #000;
}
