@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
} 
body {
background: #000;
vertical-align: text-bottom;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 14px;
line-height: 16px;
margin: 0px;
text-transform:uppercase;
font-weight: bold;
}
a:link {
text-decoration: none;
color: #F4C32C;
}
a:visited {
text-decoration: none;
color: #F4C32C;
}
a:hover {
text-decoration: none;
color: #FFF;
}
a:active {
text-decoration: none;
color: #FFF;
}
/*SLIDESHOW BEGINS HERE */
#flash {
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
position: absolute;
z-index: 2; 
vertical-align: text-bottom;
left: 0px;
bottom: 0px;
text-align: center;
}
/*SLIDESHOW ENDS HERE */
/*MENU BEGINS HERE */
#menu {
position:absolute;
top: 0px;
left: 0px;
z-index: 3;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/menu_bg.png) repeat-y top right;
height: 100%;
}
#menu_wrapper {
width: 450px;/*changed from 370 */
text-align: left;
color: #FFF;
padding: 10px 0px;
}
#menu_body {
width: 450px; /*changed from 370 */
height: 800;
text-align: left;
color: #FFF;
padding: 10px 0px;
}
#menu_left {
float: left;
width: 105px;
margin: 0px;
padding: 0px 5px 0px 10px;
font-size: 11px;
text-transform:uppercase;
line-height: 16px;
}
#menu_right {
float: right;
width: 300px;
margin: 0px;
padding: 0px 20px 0px 0px;
text-align: left;
color: #FFF;
font-size: 11px;
text-transform:normal;
line-height: 16px;
}
#menu_spacer {
clear: both;
height: 10px;
}
#menu_widget {
float: left;
width: 450;
margin: 0px auto;
padding: 0px 40px;
text-align: center;
}
#spacer {
clear: both;
}
#footer {
background:url(../images/menu_footer.png) no-repeat bottom right;
width: 450px; /*changed from 370 */
height: 10px;
}
/*MENU ENDS HERE */
/*NEWS FEED BEGINS HERE */
#newsticker {
position: relative;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
#newsticker ul {
list-style: url(../images/arrow.png);
min-height: 15px;
padding: 5px 15px;
height: 20px;
margin: 0;
}
#newsticker li {
font-style: italic;
line-height: 14px;
}
#newsticker h2 {
margin: 5px 0px;
font-size: 12px;
font-weight: bold;
line-height: 14px;
font-style: normal;
vertical-align: top;
}
#newsticker a:link {
text-decoration: none;
color: #FFF;
}
#newsticker a:visited {
text-decoration: none;
color: #FFF;
}
#newsticker a:hover {
text-decoration: none;
color: #F4C32C;
}
#newsticker a:active {
text-decoration: none;
color: #F4C32C;
}
* html #newsticker ul {
height: 16px;
}
#newsticker li.error {
color: #f00;
}
#newsticker #togglenewsticker {
overflow: hidden;
position: absolute;
right: 10px;
top: 8px;
width: 14px;
height: 14px;
text-indent: 20px;
outline: none;
}
* html #newsticker #togglenewsticker {
right: 30px;
}
/*NEWS FEED ENDS HERE */