﻿* {
margin: 0;
padding: 0;
}

body {
font-family: Georgia, serif;

background-color: #ebdbb1;
color: #000;
font-size: 14px;

}
#top_bar 
{
   position: absolute; 
   top: 110px;  
   left: 50%; 
   margin-left: -100px;  
   width: 1060px;
}
#home_bar 
{
 position: relative;
 float: left;
 width: 400px;
 text-align: right;   
  
}
#lang_bar 
{
   position: relative;
   float: right;
   width: 650px;
   text-align: left; 
}

#home_bar a, #home_bar a:link, #home_bar a:visited 
{
    color: Black;
}
#home_bar a:hover, #home_bar a:active
{
    color: White;
}
#lang_bar a, #lang_bar a:link, #lang_bar a:visited
{
   color: Black;
}
#lang_bar a:hover, #lang_bar a:active
{
  color: White;
}
.wrapper {
 width: 1024px;

}

#navigator {
	margin-top: 230px;
}

#navigator ul {
	list-style: none;	
	
}

#navigator ul li {
	display: inline-block;
}

#navigator ul li a {
	display: inline-block;
	font-size: 16px;
	color: #000;
}

.content_col 
{
    width: 700px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 140px;
}
.content_col p
{
    line-height: 18px;
    font-size: 16px;
    text-indent: 40px;
    margin-bottom: 8px;
    text-align: justify;
}

.center_content {
width: 850px;
margin-top:35px;
margin-left: 40px;
margin-right: auto;
 

}
.center_content p
{
    line-height: 18px;
    font-size: 16px;
    text-indent: 40px;
    margin-bottom: 8px;
    text-align: justify;
}
.img_slider_col 
{
    position: relative;
    float: right;
    width: 280px;
    margin-right: -30px;
    margin-top: 0px;
     
   
}

h3 
{
    text-transform: none;
}
.tooltip 
{
display: none; 
position: absolute; 
width: 1014px; 
min-height: 75px;
height: auto;
left: 50%; 
margin-left: -512px; 
top: 200px; 
padding: 5px; 
background-color: #fcefcd;
vertical-align: middle;

}
.tooltip h3 
{
    font-size: 15px;
    color: #b20116;
}
.tooltip p 
{
    line-height: 15px;
}
.tooltip p b 
{
    font-size: 15px;
    color: #b20116;
}
a:link, a:visited  
{
    text-decoration: none;
    color: black;
}
a:active, a:hover 
{
    text-decoration: none;
    color: white;
}