﻿
body
{
    margin: 0;
    font-family: verdana, arial, helvetica, Sans-Serif;
    background: white url(../images/bg.gif) repeat-y center top;
}

#page
{
    width: 951px;
    margin: 0 auto;
    background: black;
    overflow: auto;
}

h1, h2, h3, h4
{
    font-family: swiss721bt, Arial, helvetica, Sans-Serif;
}

#header h1
{
    color: White;
    margin: 0;
    text-align: center;
    font-size: 56px;
    padding: 10px 0 14px 0;
}



#header div.images img
{
    float: left;
    display: block;
}

div.singleline h2, div.singleline p
{
    display: inline;
}

#content
{
    clear: left;
    color: White;
    text-align: center;
    padding: 14px 4px 10px;
}

#content p
{
    font-size: 16px;
}

#content h2, #content p.matchheader
{
    font-family: swiss721bt, Arial, helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}


#contentterms p

{
    font-size: 12px;
}

#contentterms h1
{
    font-family: swiss721bt, Arial, helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}



div.box
{
    background: white;
    color: Black;
    font-size: 13px;
    position: relative;
}

div.box33
{
    float: left;
    width: 303px;
    margin-left: 8px;
    height: 230px;
}

div.box100
{
    width: 925px;
    clear: left;
    margin: 8px 0 0 8px;
    float: left;
}

div.box div.head
{
    background: #90102b;
    padding: 6px;
    margin-bottom: 6px;
}

#content div.box div.head h3, #content div.box div.head p
{
    margin: 0;
    color: White;
    font-size: 15px;
}

#content div.box div.head h3
{
    font-weight: bold;
    font-size: 17px;
}

div.box ul
{
    margin: 0 0 6px 0;
    padding: 0;
}

div.box li
{
    padding: 0 0 1px 0;
    margin: 0;
    list-style-type: none;
}

#content div.box100 p
{
    font-size: 13px;
    color: #90102b;
    padding: 0 8px;
}

br.clear
{
    clear: both;
}

#footer
{
    clear: both;
    color: White;
    text-align: center;
    padding-bottom: 30px;
}

#footer p.terms
{
    padding: 4px 0px;
    font-size: 11px;
    margin: 0;
}

#footer a
{
    color: White;
}

#footer h2
{
    margin: 12px 0 8px;
    font-size: 38px;
}

#footer p
{
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
}

#footer img
{
    display: block;
    margin: 8px auto 4px;
}

#footer p.about
{
    font-size: 16px;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container
{
    height: 320px;
    width: 600px;
    color: #555;
    background-color: #fff;
    border: 4px solid #444;
    padding: 12px;
}
#simplemodal-container a.modalCloseImg
{
    background: url(../images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}
#simplemodal-container #basic-modal-content
{
    padding: 8px;
}

