﻿body {
  font-family:"Trebuchet MS";
  color: black;
  background-color: white }
ul.navbar {	
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 2em;
  left: 1em;
  width: 9em }
h1 {
  font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  display:inline;
  margin: 1em;
  padding: 0.3em;
  border-bottom: 0.2em solid #1E82C4;
  position: relative;
  list-style-type:none;
  font-family:"Trebuchet MS";
}
ul.navbar a {
  text-decoration: none }
a:link {
  color: black }
a:visited {
  color: black }
a:hover{
   background-color:#1E82C4;
   color:white;
}
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
hr {
	width:47.6em;
	height: 2px;
	color: solid black;
	border-style:outset;
	margin:auto;
}
#myGallery{
    position:relative;
    width:450px; /* Set your image width */
    height:350px; /* Set your image height */
}
#myGallery img{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:400px; /* Set your image width */
    height:300px; /* Set your image height */

}
#myGallery img.active{
    display:block;
}
#leftcolumn {width: 178px; height: 278px; border: none; float:left}
#rightcolumn { width: 629px; height: 316px; border: none; float:right}
#container{
	margin:0 auto;
}
#gallery_note{
	position:inherit;
}
#bottom-info{
	font-family:"Trebuchet MS";
	font-size:small;
	margin:auto;
}
#top-info-container{
	margin:auto;
	width:50em;
	hight:83px;
	background: -moz-linear-gradient(left, #ffffff 3%, #192742 93%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3%,#ffffff), color-stop(93%,#192742));
	background: -webkit-linear-gradient(left, #ffffff 3%,#192742 93%);
	background: -o-linear-gradient(left, #ffffff 3%,#192742 93%);
	background: -ms-linear-gradient(left, #ffffff 3%,#192742 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#192742',GradientType=1 );
	background: linear-gradient(left, #ffffff 3%,#192742 93%);
}
.top-table{
	padding:none;
	margin:none;
}
table.top-table td{
	font-family:"Trebuchet MS";
	color:white;
	font-weight:bold;
}
#about-container{
	margin:0 auto;
}
#about-container h2{
	font-family:"Trebuchet MS";
	font-size:medium;
	text-align:left;
}
#about-container p{
	font-family:"Trebuchet MS";
	font-size:small;
	text-align:left;
}
#about-container li{
	text-align:left;
	margin:auto;
	font-family:"Trebuchet MS";
	font-size:small;
}
#contact-container{
	margin:0 auto;
}
#contact-container h2{
	font-family:"Trebuchet MS";
	font-size:large;
	text-align:left;
}
#contact-container p{
	font-family:"Trebuchet MS";
	font-size:medium;
	text-align:left;
}
#services-table{
	width: 200%;
	border: 1px solid #000000;
}
#services-table td{
	font-family:"Trebuchet MS";
	font-size:medium;
	text-align:center;
}
#services-column { width: 629px; height: 316px; border: none; float:right}
#services-column h2{
	font-family:"Trebuchet MS";
	font-size:medium;
	text-align:left;
}
#services-column p{
	font-family:"Trebuchet MS";
	font-size:small;
	text-align:left;
}
#services-column li{
	text-align:left;
	margin:auto;
	font-family:"Trebuchet MS";
	font-size:small;
}
#services-column img{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:400px; /* Set your image width */
    height:300px; /* Set your image height */

}
#services-column img.active{
    display:block;
}
#language-bar{
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:small;
	width:55em;
	hight:83px;
	margin:auto;

}
