body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #e5e5e5;
  background-image: url('/img/mainbg.png');
  background-repeat: repeat-x;
}

#main_div { 
  width: 950px;   
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: none;
  font-family: Tahoma;
  font-size: 8pt;
}

#header {
  margin-top: 10px;
  height: 80px;
}

#header_title {
  font-size: 20pt;
  padding: 20px; 
  float: left;
  cursor: pointer;
}

#appendix {
  float:left;
  text-transform: uppercase;
  padding-top: 35px;
  padding-left: 10px;
  font-family: Verdana;
  font-size: 9pt;
  font-weight: normal;
}

#menu {  
  background-image: url('/img/menubg.png');
  background-repeat: repeat-x;
  height: 55px;
  border: 0px solid red;  
}

#menu div.menuitem {
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 0px solid white;
  float:left;
  background-image: url('/img/menuitemsep.png');
  background-repeat: no-repeat;
  background-position: top right;  
}

#menu div.menuitem a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial Narrow;
  font-size: 10pt;
  font-weight: bold;
  color: white;  
}

#menu div.menuitem a:hover {
  text-decoration: underline;
}

#carrusel {
  background-image: url('/img/homebg.jpg');  
  background-repeat: no-repeat;
  background-position: top left;
  background-color: none;  
  height: 280px;
  padding-left: 470px;
  padding-top: 5px;
  padding-right: 15px;
}

#carrusel div.item {  
  text-align: left;
  padding-left: 20px;  
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px solid yellow;  
  background-color: white;  /* rgb(248,248,248); */
  margin-bottom: 1px; 
}

#carrusel div.item h1.title_active {
  color: black;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial;  
  margin: 0px;
  padding: 0px;
  cursor: default;
}
#carrusel div.item h1.title {
  color: rgb(190,36,38);
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial;  
  margin: 0px;
  padding: 0px;
  cursor: pointer;  
}

#carrusel div.item p.text_active {
  color: black;
  font-family: Arial;  
  font-size: 9pt;
  font-weight: normal;
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  height: 82px;
}
#carrusel div.item p.text {
  display: none;
  color: black;
  font-family: Arial;  
  font-size: 9pt;
  font-weight: normal;
  border: 0px solid black;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
}

.bold {
  font-weight: bold;
}

.red {
  color: rgb(190,36,38);
}
.gray {
  color: #808080;
}
.bordered {
  border: 0px solid black;
}

.disabled {
  display: none;
}

.clickable {
  cursor: pointer;
}

p {
  padding: 0px;
  margin: 0px;
}

p.separated {
  margin-top: 10px;
}

p.text {
  text-align: justify;
  font-size: 9pt;
}

p.maly_text {
  text-align: justify;
  font-size: 8pt;
}

a {
  color: rgb(190,36,38);
  text-decoration: underline;
}

li {
  margin-top: 3px;
}

img {
  border: 0px;
}
#maintable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;  
}

#mainleft {
  width: 720px;
  padding: 0px;
  padding-bottom: 20px;
  vertical-align: top;  
}

#mainright {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  vertical-align: top;
  font-family: Arial;
}

div.sidetitle {
  padding-left: 10px;
  padding-right: 10px;
}

div.sidetitle div.text {  
  padding-bottom: 5px;  
  margin-bottom: 10px;
  border-bottom: 1px dotted gray;
  text-transform: uppercase;
  font-family: Arial Narrow;  
  font-size: 11pt;
  font-weight: bold;  
  color: rgb(190,36,38);
}

div.newsitem {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;    
  cursor: pointer;
}

div.newsitem div.title {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.newsitem div.title span.text {
  background-color: rgb(190,36,38);
  color: white;
  font-size: 9pt;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.newsitem p {
  padding: 5px;
  /* color: rgb(190,36,38); */
  color: black;
}

#contactus {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}

#contactus div.title {
  font-family: Arial Narrow;  
  font-size: 11pt;
  font-weight: bold; 
  color: black;
  text-transform: uppercase;
  border-bottom: 1px dotted gray;
  padding-bottom: 5px;
}

#contactus p {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;  
}

#kcu {
  padding-left: 20px;
}

div.section {
  background-color: white;
  margin-right: 10px;
  padding: 20px;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 5px;  
}

div.section h1 {
  font-family: Arial Narrow;  
  font-size: 11pt;
  font-weight: bold; 
  color: black;
  text-transform: uppercase;
  border-bottom: 1px dotted gray;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  padding-top: 0px;
}

div.section h1.big {
  font-family: Arial;
  font-size: 18pt;
  color: rgb(190,36,38);   
}

#partners {
  margin-top: 5px;
}

#partners td img {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin-right: 4px;  
}

#ourpeople {
  margin-top: 5px;
  border-collapse: collapse;
}

#ourpeople td {
  font-family: Arial;
  vertical-align: top;
  padding: 3px;
  width: 150px;
  cursor: pointer;
}

#ourpeople td img {
  margin-bottom: 5px;
}

#ourpeople td div.name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 9pt;
  color: rgb(190,36,38);
}


table.detail {
  margin-top: 15px;
  border-collapse: collapse;  
}

table.detail td {
  vertical-align: top;
}

table.detail td.left {
  padding-right: 10px;
    
}
table.detail td.bordered {
  border-right: 1px solid #DDDDDD;
}
table.detail td.right {
  padding-left: 10px;
  width: 500px;
}
table.detail td.right h1 {
  border: 0px;
}

div.submenu {
  border-right: 1px solid #DDDDDD;
  margin-top: 10px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.submenu a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

div.submenu div.title {
  font-family: Verdana;
  font-weight: bold;
  font-size: 10pt;
  padding: 5px;
  padding-right: 10px;
}

div.submenu div.item {
  padding: 5px;
  padding-right: 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;

}

div.submenu div.item_active {
  padding: 5px;
  padding-right: 10px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

div.submenu div.item_selected {
  padding: 5px;
  padding-right: 10px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;  
  /* background-color: black; rgb(190,36,38); */
}
div.submenu div.item_selected a {
    color: rgb(190,36,38);    
}

table.table_form {
  border-collapse: collapse;  
}
table.table_form td {
  color: #808080;
  vertical-align: middle;
  padding: 1px;  
}
table.table_form td input {
  border: 1px solid #DDDDDD;  
}
table.table_form td textarea {
  border: 1px solid #DDDDDD;    
}
table.table_form td select {
  border: 1px solid #DDDDDD;    
}
table.table_form td input.submit {
  cursor: pointer;
  text-transform: uppercase;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  color: white;
  background-color: rgb(190,36,38);  
}

div.messagebox {
    padding: 5px;
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.error {
    background-color: #FFDDDD;
}
div.success {
    background-color: #DDFFDD;
}
div.info {
    background-color: #88DDFF;
}
div.warning {
    background-color: #FFFFDD;
}

#footer {
  background-image: url('/img/footerbg.png');
  background-repeat: repeat-x;
  border-top: 1px solid white;
  height: 1500px;
  background-color: white;
  text-align: center;
  color: gray;
  font-size: 7pt;   
}
