﻿html
{
    background: #A1001D url(/images/bg_body.png) 50% 0 no-repeat;
    font-family: Arial;
    font-size: 10pt;
    color: #fff; 
}

img#logo
{
    position: absolute;
    top: 25px;
    z-index: 999;
    margin-left: 25px;
}

strong
{
    font-weight: bold;
}

label
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}

h2
{
    margin: 0;
    padding: 0;
    font-size: 15px;
}

h3
{
    font-size: 15px;
}

h4
{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-weight: bold;
}

p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div#international
{
    float: right;
    padding-top: 25px;
    padding-bottom: 25px;
}


/* Main Navigation Bar */
ul#mainNav
{
    float: right;
}

ul#mainNav li
{
    float: left;
    margin-right: 4px;
}

ul#mainNav li a
{
    display: block;
    padding: 5px 25px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #eee;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

ul#mainNav li a.active
{
    background-color: #eee !important;
    color: #C80003 !important;
}

.noMargin
{
    margin: 0 !important;
}

ul#mainNav li a:hover
{
    background-color: #C80003;
}
/* End Main Navigation Bar */

/* Make an element have rounded corners (used with CurvyCorners Script) */
.rounded
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded2
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div#mainContainer
{
    width: 960px;
    margin: 0 auto;    
}

div#mainContent
{
    margin-top: 5px;
    border: 2px solid #c86b7c;
}

div#leftMenu
{
    float: left;
    width: 275px;    
}

div#rightContent
{
    float: right;
    width: 675px;    
}

.clearer
{
    clear: both;
    height: 1px;
}

/* Side Menu Slim Items */
ul#sideMenuSlim
{
    padding: 0 !important;
    margin: 0 !important;   
}

ul#sideMenuSlim li
{
    margin-bottom: 5px;
    list-style-type: none !important;
}

ul#sideMenuSlim li a
{
    text-decoration: none;
    color: #fff;
    display: block;
    padding-left: 20px;
    font-weight: bold;
}

.menuActiveSlim
{
    background-image: url(/images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}


/* Side Menu Items */
ul#sideMenu, ul#sideMenuOnRed
{
    padding: 0 !important;
    margin: 0 !important;
}

ul#sideMenu li, ul#sideMenuOnRed li
{
    margin-bottom: 5px;    
    list-style-type: none !important;
}

ul#sideMenu li a, ul#sideMenuOnRed li a
{
    border: 1px solid #eee;
    display: block;
    padding: 4px 0px 4px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    
    background-image: url(/images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: 220px center;    
}

ul#sideMenu li a:hover
{
    background-color: #C80003;   
}

ul#sideMenuOnRed li a:hover
{
    background-color: #a1001d;   
}

.menuActive
{    
    background-color: #DDDDDD !important;
    color: #80000B !important;
    background-image: none !important;
}
/* End Side Menu Items */

/* Side Sub Menu Items */

ul#sideMenu ul li a, ul#sideMenuOnRed ul li a
{
    text-decoration: none;
    color: #fff;
    display: block;
    padding-left: 20px;
    font-weight: bold;
    border: none;
    background-image: none;
    outline: none;
}

ul#sideMenu ul li a.menuActive, ul#sideMenuOnRed ul li a.menuActive
{        
    background-color: transparent !important;    
    background-image: url(/images/rightArrow.png) !important;
    background-repeat: no-repeat;
    background-position: 12px center;
    color: #fff !important;
}

/* End Side Sub Menu Items */

/* FOOTER */
div#footer
{
    margin-top: 5px;
    font-size: 8pt;
}

ul#footerLinks li
{
    float: left;
}

ul#footerLinks li a
{
    text-decoration: none;
    color: #FAC0B1;    
    padding: 2px 10px;
    display: block;
    border-right: 1px solid #c86b7c;
}

ul#footerLinks li a:hover
{
    color: #fff;
}
/* END FOOTER */

div#pageHeader
{
    background-color: #C80003;
    min-height: 40px;
    display: none;
    margin-bottom: 5px;
}

.redPanel
{
    background-color: #C80003;
}

/* HOMEPAGE NAVIGATION ITEMS */
.homepageNavItem
{
    float: left;
    width: 316px;
    height: 110px;
    margin-right: 5px;
    position: relative;    
}

.homepageNavLink
{
    text-decoration: none;
}

.btnGo
{
    width: 54px;
    height: 23px;        
    position: absolute;
    top: 75px;
    left: 250px;
    text-indent: -5000px;
    background-image: url(/images/btnGo.png);
}

.btnGoHover
{
    background-image: url(/images/btnGo_Hover.png) !important;
}

/* Careers Section */
.jobBox
{
    border: 2px solid #c86b7c;
    padding: 5px 10px;
    background-color: #C80003;
}

.jobCell
{
    padding: 5px 0px;
}

.jobCell a
{
    text-decoration: underline;
    color: #fff;
}
/* End Careers Section */

div#mainContent ol li
{
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;    
}

div#mainContent ol li ol li
{
    list-style-type: lower-alpha;
    margin-left: 20px;
}

div#mainContent a
{
    color: #fff;
}

/* News Items */
.newsItem
{
    background-color: #C80003;
    margin-bottom: 5px; 
}

.newsItem a
{
    display: block;
    padding: 15px;
    text-decoration: none;
    outline: none;
}

.newsItem a:hover
{
    color: #F7BCAF !important;
}

.news-date
{
    display: inline-block;
    margin-left: 20px;
}

.news-title
{
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
}

.news-link
{
    float: right;
}

.news-copy
{
    margin-left: 35px;
    padding-bottom: 10px;
    margin-right: 60px;
    display: none;    
}

.news-active
{
    background-color: #A1001D;
    border: 1px solid #fff;
}

.addArrowLink
{
    display: inline-block;
    padding-right: 10px;
    background-image: url(/images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: right center;   
}

.noDecoration
{
    text-decoration: none;
}

.right
{
    float: right;
}

.label75
{
    width: 95px;
    display: inline-block;
}

/* CLUB SUB MENU */
ul#clubMenu
{
    padding-left: 0 !important;
}

ul#clubMenu li
{
    float: left;
    margin-right: 5px;  
    list-style-type: none !important;
}

ul#clubMenu li a
{
    display: block;
    padding: 4px 15px;
    
    text-decoration: none;
    font-weight: bold;
    
    background-color: #a1001d;
}

ul#clubMenu li a.active
{
    background-color: #fff;
    color: #a1001d;
}

ul#clubMenu li a:hover
{
    background-color: #fff;
    color: #a1001d;
}

/* General dropdown styles */       
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; margin: 0 !important; }
.dropdown dd { position:relative; }
        
/* DT styles for sliding doors */
.dropdown dt a 
{
    background:#C80003 url(/images/arrow.png) no-repeat scroll right center;
    display:block; 
    padding-right:20px; 
    border:1px solid #eeeeee; 
    width:110px;
    text-decoration: none;
    outline: none;
    color: #eee;
    -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px 8px;
}

.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
        
/* UL styles */
.dropdown dd ul 
{ 
    background:#C80003 none repeat scroll 0 0;
    display:none;
    list-style:none; 
    padding:5px 0px !important;
    position:absolute; 
    left:0px; 
    top:2px; 
    width:auto; 
    min-width:130px;
    border:1px solid #eeeeee;
    -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px 8px; 
    margin: 0 !important;     
}
.dropdown dd ul li {list-style-type: none !important; }
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block; text-decoration: none; outline: none;}
.dropdown dd ul li a:hover { background-color:#A1001D; }

a.virginLink
{
    display: block;
    border: 1px solid #fff;
    text-transform: lowercase;
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(/images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: 180px center;
}

a.virginLink:hover
{
    background-color: #a1001d;      
}

div#mainContent ul
{
    padding-left: 10px;
    margin-bottom: 10px;    
}

div#mainContent ul li
{
    list-style-type: disc;
    list-style-position: outside;    
}

.smallmenutext, .smallMenuText
{
    font-size: 7pt !important;
    color: #eee;
}

ul#sideMenu a.menuActive .smallmenutext, ul#sideMenu a.menuActive .smallMenuText
{
    color: Black !important;
}

ul#sideMenu ul li a.menuActive .smallmenutext, ul#sideMenu ul li a.menuActive .smallMenuText
{
    color: #EEE !important;
}
