html {/* Stops flickering of background images in IE6*/
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
#flash {
	z-index: 1; /* adding z-index */
}

ul#primary {
	z-index: 99; /* adding z-index to menu */
}
/*******************************************
COLORS
ORIGINAL - WEBSAFE
#BA093E - #990033 - RED
#333333 -         - dark grey
#666666 -         - light grey
#F4EBE0 - #FFFFCC - eggshell
#868D5D - #999966 - sage

*******************************************/
html, body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    background: #333;
    color: #333;
    margin: 0; 
    padding: 0;}

p, div, td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;}

p {margin: 0 0 18px 0;}

a:link {color: #BA093E;}
a:visited {color: #BA093E;}
a:hover {color: #BA093E; text-decoration: underline;}
a:active {color: #BA093E; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal; 
    color: #333; 
    line-height: 18px;
    border-bottom: 1px solid #CCC;
    text-transform: uppercase;}

h1 {font-size: 22px; line-height: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}

#home-layout {
    width:905px;
    position: relative;
    margin: 0 auto;}
    
#home h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    padding: 0 0 10px 0;}    
 
#right-space {background: url(../images/grey-shadow-right.jpg) top left repeat-y;}
#bottom-space {background: url(../images/grey-shadow-bottom.jpg) top left repeat-x;}
#left-space {background: url(../images/grey-shadow-left.jpg) top left repeat-y;}

#logo-area {background: #FFF;}
#top-menu {background: url(../images/menu-bg-fill.jpg) top left repeat-x #333;}
#menu {
    float: left;
    height: 45px;
    width: 640px;}

#search-box {
    width: 260px;
    height: 45px;
    background:url(../images/search-bg-fill.jpg) top left repeat-x #666;
    float: right;}

#search-box div {   
    width: 95px;
    position: relative;
    top: 12px;
    left: 5px;
    color: #FFF;
    font-family:  Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;}  
    
#search-box form {
    position: relative; 
    left: 95px;
    top: -8px;}

#ie7only #search-box form {top: -27px;}
    
#ie6only #search-box form {
    margin-bottom: -16px;
    position: relative; 
    left: 95px;
    top: -30px;}     

.searchField {width:120px;}

.searchButton {
    background: url(../images/go-button.jpg) top right no-repeat;
    border: 0 none;;
    height: 16px;
    width: 58px;
    text-align: left;
    color: #FFF;
    position: relative;
    left: -28px;
    z-index: 1; }

#ie7only .searchButton {top: -3px;} 

#bottom-menu {background: #000; text-align: center;}

#home #main-event { 
    vertical-align: top;
     background: #000;}

#default #main-event { 
    vertical-align: top;
    background: url(../images/red-shadow.jpg) top right repeat-y #BA093E;}
    
#default #main-event img {margin-bottom: 200px;}    
    
#flash {
    width: 670px;
    height:350px;
    background: #000;}

#red {background: url(../images/red-shadow.jpg) top right repeat-y #BA093E;}

#body {background: #fff; vertical-align: top;}

#home #content {
    float: left;
    position: relative;
    overflow: hidden;
    width: 187px; /*215 - 20 padding*/
    background: #fff; 
    padding: 18px 10px;}

#default #content {
    width: 627px;
    min-height: 400px;
    background: #fff; 
    padding: 18px 18px;
    overflow: hidden;}
    
#content ul {margin: 18px 0;}    

#ie6only #content ul,
#ie7only #content ul {margin: 18px;}    

#content li {
    padding: 0;
    list-style-type: disc;
    list-style-image: url(../images/arrow-bullet.jpg);} 
    
#upcoming {
    float: right;
    width: 450px;
    background: url(../images/upcoming-bg.jpg) top left no-repeat; 
    padding-left: 5px;}
    
#newsPanel {
    font-size:11px;
    font-family:Verdana, Helvetica, sans-serif;}

#newsPanel h2 {
    margin: 15px 0 15px 0;
    padding: 0;
    text-align: center;
    text-transform: lowercase;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    position: relative;
    border: 0 none;}

#newsPanel ul {
    padding:0;
    margin: 0;
    list-style-type:none;}
    
#newsPanel ul li ul li {
    float: left;
    margin: 0 0 5px 0;
    padding-bottom:0;
    width: 220px;
    background: url(../images/upcoming-bg-fill.jpg) top right repeat-y;}
    
#newsPanel .primaryNewsCategoryTitle {display: none;}
    
#newsPanel .secondaryNewsCategoryTitle {}

#newsPanel .newsItemTitle {
    position: relative;
    top: 110px;
    left: 9px;
    font-weight:bold;
    font-size:11px;
    color:#BA093E;}
    
#newsPanel .newsItemDate {
    display: none;
    position: relative;
    top: 110px;
    left: 8px;
    color:#BA093E;}

#newsPanel .newsItemSummary {
    background: url(../images/upcoming-bg-top.jpg) top right no-repeat;
    position: relative;
    top: -24px;
    padding: 8px 0 0 8px;
    font-weight: normal;}
    
#newsPanel .newsItemLink {
    font-size: 11px;
    background: url(../images/upcoming-bg-bottom.jpg) bottom right no-repeat;}    
    
#newsPanel .newsItemLink a {
    display: block;
    position: relative;
    top: -17px;
    left: 162px;}    

#newsPanel .newsItemLink a:link,
#newsPanel .newsItemLink a:visited {
    color: #BA093E;}    
      
#newsPanel .newsItemLink a:hover,
#newsPanel .newsItemLink a:active {color: #333;}
/*******************************************  

CUSTOM CONTENT STYLES
*******************************************/

#contactForm td {
    vertical-align: top;}
    
