body {
    background-color: #000000;
    margin: 30px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

div#ct {
    width:760px;
    margin:0 auto;
    min-height:300px;
    height:auto !important;
    height:300px;
}

div#hd {
   width:760px;
   height:97px;
   text-align:right;
   margin:0 0 30px 0;
}

div#slider,
.nivoSlider {
    width:754px;
    height:300px;
    background:pink;
    
    border: 3px solid #C1C2C7;;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    margin: 5px 0 30px 0;

}
#menu1 td {
    background-color: #000000;
    text-align: center;

    padding-left: 10px;
    text-transform:lowercase;
}
#menu1 {
    float:right;
    height: 20px;
    margin:0 0 7px 0;
}
#menu1 a {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.menu1a {
    color: #C1C2C7;
}
.menu1a:hover {
    color: #D1891A;
}



#menu2 td {
    background-color: #3E3E3E;
    text-align: center;
    padding-right: 7px;
    padding-left: 7px;
}
#menu2 {
    height: 20px;
}
#menu2 th {
    background-color: #C2C3C7;
    text-align: center;
    padding-right: 7px;
    padding-left: 7px;
}
#menu2 a {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
.menu2asel {
    color: #AA1517;
}
.menu1asel:visited {
    color: #D1891A;
}
.menu2a {
    color: #C0C4C5;
}
.menu2a:hover {
    color: #AA1517;
}
.menu2a:visited {
    color: #C0C4C5;
}

div.highlight {
    background:#3B3C40;
    padding:5px 10px;
    color:#fff;
    font-size:14px;
    margin:20px 0 10px 0;   
}

div#nextEvent {
    position:relative;
    min-height:150px;
    height:auto !important;
    height:150px;
    border: 3px solid #fff;

    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:0 0 10px 0;
    margin: 5px 0 20px 0;
    background:#3B3C40;
    color:#fff;
    font-size:12px;
    
}

div#nextEvent p  { 
    padding:0 0 0 20px;
}

div#nextEvent h2 a { 
    font-size:22px;
    letter-spacing:0.5px;
    padding:0 90px 0 0;
    width:200px;    
    text-decoration:none;
    text-shadow: 0 1px 0 #C1C2C7;
     
}

div#nextEvent a {
    
    color:#fff;
    padding:0 10px 0 0;
}

div#nextEvent h2 {
     padding:0 0 10px 20px;
     border-bottom:1px solid #fff;
}

div#nextEvent h3 {
  padding:0 0 10px 20px;
  border-bottom:1px solid #3B3C40;  
}




div#events {
     color:#C1C2C7;
     font-size:12px;
}

div#events div.event {
    position:relative;
    padding:0 0 10px 0;
    margin: 5px 0 20px 0;
    border-bottom:1px solid #fff;
}

div#events h2 a {
    color:#C1C2C7;
    text-decoration:none;
    font-size:15px;
    margin:0;
    padding:0;
    color:#fff;
    text-shadow: 0 1px 0 #C1C2C7;   
}

h1 {
    text-align:right;
}
div#events h2 {
    padding:0 10px 0 80px;
    margin:0 0 0 0;
    font-weight:normal;
    height:25px;
    line-height:25px;
    font-size:14px;
}

div#events h3 {
    padding:0 10px 0 80px;
    margin:0 0 15px 0;
    font-weight:normal;
    height:25px;
    line-height:24px;
    font-size:14px;
}

div#events h2 span,
div#events h3 span {
    float:right;
    font-size:12px;    
}

div#events h3 span {
     color:#A11017;
     font-weight:bold;
     
}
div.event p {
    margin:5px 10px 5px 80px;
}

div.date,
div.datenext {
    
    width:60px;
    height:48px;
    background:#A11017;
    color:#fff;
    border:1px solid #fff;    
    
    padding:0 0 0 0;
    margin: 0;
    font-size:14px;
    font-weight:bold;
}

div.date{
    position:absolute;
    top:0px;
    left:0px;
}

div.datenext {
     position:absolute;
    top:0px;
    right:0px;
}

div.date span,
div.datenext span {
    width:60px;
    height:24px;
    display:block;
    text-align:center;
    line-height:24px;
}

div.date span.year,
div.datenext span.year {
    background: #D6821F;
}

p.moreDetail {
    position:absolute;
    bottom:5px;
    right:0px;  
}
p.moreDetail a {
    font-weight:bold; 
    color:#fff;   
}

p.subtitle {
   color:#D6821F;
}  
