@charset "utf-8";
/* CSS Document */


body,p,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

body {
    background-color: #6e0104;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    scrollbar-base-color:#580000;
    scrollbar-track-color:#6C6C6C;
    scrollbar-arrow-color:#FFFFFF;

}

a:link, a:visited {
    color: #6e0104;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #888888;
}

a:active {
    text-decoration: none;
    color: #ff0000;
}

.main-section {
    background-color: #fff;
    padding: 15px;
    vertical-align: top;
}

h1 {
    color: #6e0104;
    font-size: 1.5em;
}

h2 {
    color: #6e0104;
    font-size: 1.25em;
}

h3 {
    color: #6e0104;
    font-size: 1.15em;
}

ul {
    list-style-type: disc;
    list-style-position:outside;
    margin: 7px;    
    padding: 7px;
}

li.video {
    border-bottom: #560000 solid 1px;
    list-style-image: url(../images/icon-video-camera.png);
    padding: 3px 3px 10px 10px;
    vertical-align: middle;
}

/* Text */

.bold {
    font-weight: bold;
    color: inherit;
}

.white {
    color: #ffffff;
}

.highlight {
	color: #6e0104;
}

.highlightBold {
	color: #6e0104;
	font-weight: bold;
}

.warning {
    color: #ff0000;
}

.small {
    font-size: 0.85em;
}

.large {
	font-size: 1.2em;
}

.large1 {
	font-size: 1.5em;
}

.large2 {
	font-size: 1.75em;
}

.large3 {
	font-size: 2em;
}

.title1 {
    color: #6c6c6c;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.title2 {
    color: #6e0104;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}   

.title3 {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
}

.title4 {
    color: #ffffff;
    font-size: .95em;
    font-weight: bold;
}

.footer-bar {
    color: #fff;
    font-weight: normal;
    text-align:center;
    vertical-align: middle;
}

.footer-bar-highlight {
    color: #ffffff;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
}

.footer-address {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.footer-address-highlight {
    color: #FBF5E1;
    font-size: 11px;
    font-weight: bold;
}

a.footer-address:link, a.footer-address:visited {
    color: #ffffff;
    font-weight: bold;
}
.footer {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
}



/* Tables and cells */
.td-banner {
    color: #ffffff; 
    background-color: #6c6c6c;
    width: 233px;
}

.td-banner2 {
    color: #000000; 
    background-color: #fcf5e2;
    width: 233px;
}

.td-footer {
    text-align: center;
    vertical-align: middle;
}

#flashcontent {
  align: center;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}

/* other */
.notesbox {
    background-color: #6e0104;
    float:left;
    padding: 10px;
    width: 233px;
}

.newsbox {
  background:#eee;
  border-width:medium;
  border-color:#800000;
  display:none;
  margin: 10px 30px 20px 10px;
  padding:5px;
}


a.news:link, a.news:visited  {
    background-color: transparent;
    color: #0000ff;
    font-weight: normal;
    text-decoration: underline;
}

a.news:hover {
    color: #6e0104;
}


.box_toggle {
    display: block;
    height: 25px;
    width: 500px;
    background: #6c6c6c;
    padding: 0 0 0 5px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #303030;
    cursor: pointer;
    margin: 0 0 0 0;
    vertical-align:middle;
}

img.center {
    text-align: center;
    }

a:link.box_toggle, a:hover.box_toggle, a:visited.box_toggle, a:active.box_toggle {
    color: #ffffff;
    padding: 0px; 
}
