﻿  /* CSS layout */
html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
body {
	padding: inherit; 
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
}

.LogoStyle {
	background-image: url('BigLogo.png');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 145px;
}
.MenuBarMid {
	background-image: url('ButtonBar1Mid.png');
	height: 31px;
}
.MenuBarLeft {
	background-image: url('ButtonBar1Start.png');
	width: 9px; height: 31px;
}
.MenuBarRight {
	background-image: url('ButtonBar1End.png');
	width: 10px; height: 31px;
}
.ButtonShadow{
    font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:medium;
        color:#000000;
}

.DashedMenuLine{
	border:0px;border-color:#E2E2E2;border-style:dashed;border-bottom:thin;border-bottom-color:#E2E2E2;border-bottom-style:dashed;
}
.MenuNav{
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
.MenuNav li{
	position:relative;
}
.MenuNav li:hover ul{
	display:block;
}
.SubmenuNav{
	display:none;
	list-style:none;
	list-style-image:none;
	position:absolute;
	float:left;
	top:100%;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	width:100%;
	font-weight: bold;
	font-size: medium;
	font-style:normal;
	background-color:#850000;
	padding:0px 0px 0px 0px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:Black;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:Black;
	border-right-width:1px;
	z-index:2;
}
.SubmenuNav li{
	padding:1px;
	margin:2px;
	border-top-style:solid;
	border-top-color:#690000;
	border-top-width:2px;
}
.SubmenuNav li a{
	color:White;
	text-decoration:none;
}
.SubmenuNav li:hover{
	background-color:#D70000;
	cursor:pointer;
	font-style:oblique;
}
.ButtonCell {
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	text-decoration:none;
}
.ButtonCell a{
	font-family: "Times New Roman", Times, serif;
	color:white;
	text-decoration:none;
}
.ButtonCell:hover{
	background-color:#D70000;
	cursor:pointer;
	font-style:oblique;
}
.ButtonText{
        position:absolute;
        margin:-1px 0 0 -1px;
	font-weight: bold;
	font-size: medium;
	color: White;
}
.LinkUL a{
	text-decoration: underline;
	font-weight:bold;
	color:red;
}
.LinkUL a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:black;
	font-style:oblique;
}
.LinkULLite a{
	text-decoration: underline;
	color:red;
}
.LinkULLite a:hover{
	text-decoration:underline;
	color:black;
	font-style:oblique;
}
.SideBar {
	position:absolute; width: 180px; text-align:center;
	font-weight: bold;
	color:#E2E2E2;
	text-decoration:none;
	left:inherit;
	float:left;
}
.SideBarMenuItem {
	font-weight: bold;
	color:#E2E2E2;
	text-decoration:none;
}
.SideBarMenuItem a{
	font-weight: bold;
	color:#E2E2E2;
	text-decoration:none;
}
.SideBarMenuItem:hover{
	background-color:#C70000;
	font-style:oblique;
	cursor:pointer;
}

.TableBodyCell {
	vertical-align: top;
}

.FooterLinks {
	font-family: Arial;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
}
.FooterLinks a{
	color: #FF0000;
}
.FooterLinks a:hover{
	color:#000000;
	font-style:oblique;
}
.FooterCurrentLink,.FooterCurrentLink a{
	color: #800000;
}
.FooterCurrentLink a:hover{
	color:#000000;
	font-style:oblique;
}
.CopyrightText {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:small;
}
.SectionTitleLeft{
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
.SectionTitlePlain{
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.CompanyAdvertisementTitle {
    position:absolute;
    margin:-1px 0 0 -1px;
	font-family: "Arial Black",Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:x-large;
	z-index:1;
}
.CompanyAdvertisementTitleShadow {
	font-family: "Arial Black",Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-large;
}
.CompanyAdvertisementText{
		font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.PlainText{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.MessageTitle {
    position:absolute;
    margin:-1px 0 0 -1px;
	font-size: large;
	color: #FFFFFF;
	font-family: "Arial Black";
}
.MessageTitleShadow{
	font-size: large;
	color: #000000;
	font-family: "Arial Black";
}
.MessageText
{
	color: #FFFFFF;
}
.SpecialItemTitleDiv
{
}
.SpecialItemTitleDiv:hover{
	font-style:oblique;
	cursor:pointer;
}
.SpecialItemTitle
{
	position:absolute;
    margin:-2px 0 0 -2px;
	color:White;
	font-size:22px;font-family:Arial Black;
}
.SpecialItemTitleShadow
{
	color:Black;
	font-size:22px;font-family:Arial Black;
}
.SpecialItemTitleBackground
{
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.ImageLink a:link img, a:visited img {
	border-color:#ffffff;
}
.RndFieldSet
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}
.SearchHighlight
{
    font-weight:bold;
    font-style:italic;
}
.SearchURLText
{
    color:Gray
}
