﻿html,body
{
    margin: 0;
    width: 100%;
    height: 100%;
}
body
{
    /*background-image:url(../images/v2/outerBg.png);*/
    background-attachment: fixed;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 15px;
    color: #322f31;
    line-height: 1.3em;
    background-color: #e0e0e0;
}
form
{
    margin: 0;
}
table
{
    font-size: 100%;
}
img
{
    border: 0;
}
h1
{
    color: #d2232a;
    margin: 5px 0 20px 0;
    font-weight: 500;
    border-bottom: solid 1px #d2232a;
    padding-bottom: 8px;
}
p
{
    margin: 0;
}
a
{
    color: #b75d37;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right !important;
}
.overlayContainer
{
    position: relative;
}
.overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.outerContainer
{
    background-image: url(../images/v2/innerBg.png);
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
}
.floatContainer
{
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
}
header
{
    width: 100%;
    height: 105px;
    position: relative;
}
header .logo
{
    float: left;
    margin: 5px 0 0 10px;
    height: 95px;
}
header .renew
{
    position: absolute;
    top: 19px;
    right: 211px;
}
header .renew a
{
    color: #d2232a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
header .renew a:hover
{
    text-decoration: none;
}
header #google_translate_element
{
    position: absolute;
    top: 15px;
    right: 5px;
}
header .socialShare
{
    position: absolute;
    right: 177px;
    top : 60px;
}
.RadSocialShare.unbordered
{
     border: 0;
     background-color: transparent;
     margin:0;padding:0;
}
header .icons
{
    position: absolute;
    bottom: 0;
    right: 5px;
}
header .icons a
{
    display: inline-block;
    float: left;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
    font-size: 0.7em;
    color: black;
}
nav
{
    background-color: #e0e0e0;
}
.paddedContent
{
    padding: 10px;
}
footer
{
    margin-top: 10px;
    font-size: 90%;
}
footer .upper
{
    padding: 5px 3px;
    border-top: dotted 1px grey;
}
footer .upper a
{
    text-decoration: none;
    color: grey;
}
footer .lower
{
    background-color: #e0e0e0;
    padding: 5px;
    font-size: 85%;
}
footer .lower a
{
    color: #322f31;
}
footer .lower a.tic
{
    color: #003e7b;
    text-decoration: none;
    font-weight: 700;
}
footer .spacer
{
    text-align: center;
    width: 21px;
    display: inline-block;
}
footer .gamblingHelp
{
    padding: 12px 0;
    font-size: 0.8em;
    text-align: center;
}

footer .gamblingHelp span
{
    color: #d2232a;
    margin: 0 10px;
}
.homePromo
{
    margin: 14px 7px;
    position: relative;
}
.homePromoRight
{
    margin: 14px 7px 14px 22px;
}
.homeHeading
{
    margin: 0 7px;
    border-bottom: 1px solid #d2232a;
    line-height: 1.2em;
    font-weight: 500;
    color: #d2232a;
    width: 49%;
    display: block;
}
.homePromo img, .homePromoRight img
{
    max-width: 100%;
}
.homePromo .overlay
{
    background-image: url(../images/v2/GreyTrans.png);
    top: 184px;
    left: 0;
    width: 100%;
    height: 40px;
}
.homePromo .overlay td
{
    height: 40px;
    vertical-align: middle;
    font-size: 22px;
    color: white;
}
.homePromo .overlayLink
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.summaryWithImage img
{
    float: right;
    margin-left: 10px;
    border-radius: 10px;
}
.summaryWithImage h2
{
    margin-top: 0;
    color: #d2232a;
    font-weight: 500;
}
.verticalPromo
{
    width: 186px;
    height: 240px;
    margin: 0 5px 10px 5px;
    text-align: center;
}
.verticalPromo img
{
    border-radius: 10px;
}
.tenPxBottom
{
    margin-bottom: 10px;
}