/* global styles */
body {
  behavior: url("../lib/csshover.htc");
}
	
body, h1, h2, h3, p, a img, form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #9A131B;
  background-image: url(images/global_background.png);
  background-position: center;
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #606060;
  font-size: 11px;
}

h1 {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -304px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 11px;
}

h3 {
  margin-top: 3px;
}

a{
  font-weight: bold;
  color: #9A131B;
  text-decoration: none;
}

a:hover {
  color: #606060;
}

hr {
  height: 1px;
  border-width: 0px 0px 1px 0px;
  border-color: #8C8C8C;
  
}

label {
  display: block;
  float: left;
  width: 100px;
}

input[type="text"], textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #606060;
  font-size: 11px;
  border: 1px solid #8C8C8C;
  margin-bottom: 3px;
}

input[type="submit"], input[type="button"] {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #9A131B;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #8C8C8C;
  background-color: #E7E7E7;
  margin-bottom: 3px;
}



/* layout styles */
#global {
  position: absolute;
  width: 750px;
  left: 50%;
  margin-left: -375px;
}

#header {
  width: 750px;
  height: 220px;
}

#mainNavigation {
  width: 750px;
  height: 80px;
  background-image: url(images/menu_background.png);
  background-repeat: no-repeat;
}

#menu {
  padding-top: 8px;
  text-align: right;
}

#lang {
  margin-right: 160px;
  margin-top: 23px;
  text-align: right;
}

#lang a {
  display: none;
}

#content {
  float: left;
  min-height: 350px;
  margin-bottom: 40px;
  background-image: url(images/content_background.png);
  background-repeat: no-repeat;
}

#leftContent, #mainContent, #rightContent {
  float: left;
}

#leftContent {
  width: 300px;
  padding-top: 25px;
  text-align: right;
  font-size: 10px;
  color: #8C8C8C;
}

#mainContent {
  width: 300px;
}

#rightContent {
  width: 150px;
  padding-top: 17px;
  font-size: 10px;
  color: #8C8C8C;
}

#addressLeft, #addressRight {
  width: 150px;
  float: left;
  margin-bottom: 10px;
  font-size: 9px;
  color: #8C8C8C;
}

#addressRight {
  text-align: right;
}

#copyright {
  width: 300px;
  clear: left;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 9px;
  color: #8C8C8C;
}

#copyright a {
  font-weight: normal;
  color: #935154;
}


/* local styles */
.innerBox {
  margin-left: 10px;
  margin-right: 10px;
}

.leftInnerBox {
  margin-left: 20px;
  margin-right: 20px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li {
  display: inline;
  list-style-type: none;
  padding-right: 50px;
}

#menu li ul {
  position: absolute;
  z-index: 5;
  top: 248px;
}

#menu li li {
  display: none;
  height: 16px;
  width: 100px;
  text-align: left;
  font-size: 10px;
  background-color: #FFFFFF;
  border-right: 3px double #999999;
  border-left: 3px double #999999;
  padding: 3px 5px 0px 5px;
}

#menu li:hover li, #menu li:hover li:hover {
  display: block;
}

#menu li:hover li:hover {
  background-color: #E7E7E7;
}

#menu li ul.submenu1 {
  left: 244px;
}

#menu li ul.submenu2 {
  left: 336px;
}

#leftContent p, #leftContent li {
  margin-top: 4px;
}

#leftContent a {
  font-weight: normal;
}

#mainContent ul, #leftContent ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#mainContent li, #leftContent li {
  list-style-type: none;
}

#rightContent p {
  margin-bottom: 5px;
}

.newsDate {
  font-size: 9px;
  font-style: italic;
}

.newsText {
  margin-bottom: 24px !important;
}

.field100 {
  width: 100px;
}

.field150 {
  width: 150px;
}

.field250 {
  width: 250px;
}

.marsRed {
  color: #9A131B;
}

.noShow {
  display: none;
}

