@charset "windows-1252";

body, form {

  margin: 0;
  padding: 0;
  font: 11px verdana 

}
                            
body {

  background: #204040;
  overflow-x: auto; 
  overflow-y: auto;

}
                            
#header {
  
  position: relative;
  margin: 0;
  padding: 0;
  background: #204040; 
  height: 100px;
  width: 100%;

}

#logo {
  
  position: absolute;
  margin: 0;
  padding: 0;
  background: #204040; 
  height: 100px;
  width: 244px;

}

#navig {
  
  position: absolute;
  margin: 0;
  background: #204040; 
  height: 90px;
  width: 500px;   
  top: 7px;
  left: 260px;

}

#edit_page {

  position: absolute;
  width: 244px;
  left: 516px;
  top: 16px;
  text-align: center; 

}

#service {

  position: absolute;
  left: 760px;
  top: 0;
  padding: 15px;
  height: 300px;
  width: 200px;

}

#main {

  position: relative;
  margin: 0;
  padding: 0;
  background: #FFFFFF; /* #220C00; */
  height: 330px;
  width: 1000px; 
  border-top: solid 2px white;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 2px white;

}

#left_main {
  
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF; 
  height: 312px;
  width: 488px;
  padding: 9px 14px;

}

#right_main {
  
  position: absolute;
  left: 244px;
  top: 0;
  background: #FFFFFF; 
  height: 312px;
  width: 488px;
  padding: 9px 14px;

}

#right_col {
  
  position: absolute;
  left: 516px;
  top: 0;
  background: #FFFFFF; 
  height: 312px;
  width: 216px;
  padding: 9px 14px;

}

#left_col {
  
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF; 
  height: 312px;
  width: 216px;
  padding: 9px 14px;

}

#copyright {
  
  color: silver;
  padding: 9px;
  width: 748px;
  position: absolute;
  top:432px;

}

#footer {

  background: #204040; 
  height: 64px;
  width: 100%;

}
 
/* navigation */

.main_nav, .main_nav a {
  
  background: #204040;
  border: 1px solid #204040;
  font: normal 11px verdana, sans-serif;
  color: #E2EEDD;
  text-decoration: none;
  line-height: 15px;

}

.sub_nav {
  
  background: #204040;
  color: #E2EEDD;
  text-decoration: none;
  line-height: 15px;

}

#lang_nav {

  position: absolute;
  left: 376px;
  top: 76px;
  width: 516px; 
  text-align: right;

} 

#lang_nav, #lang_nav a, .intro_text {

  font: 13px verdana; 
  color: #E2EEDD; 
  line-height: 16px;
  text-decoration: none; 

} 

.intro_text a {

  color: #E2EEDD; 

}

.home_links, .home_links a {

  font: bold 13px verdana;
  color: #E2EEDD; 
  line-height: 50px;
  text-decoration: none;

}

.home_links a:hover {

  text-decoration: underline;

}
 
.service_links, .service_links a {

  font: bold 13px verdana;
  color: black; 
  line-height: 50px;
  text-decoration: none;

}

.service_links a:hover {

  text-decoration: underline;

}
 
#lang_nav a:hover {

  text-decoration: underline;

}

#proj_nav {
  
  background: url(../img/subnav_bg.gif);
  position: absolute;
  left: 244px;
  top: 76px;
  width: 516px; 


}

#proj_nav, #proj_nav a {
  
  font: 13px verdana; 
  color: #000000; 
  line-height: 16px; 
  text-align: center;
  text-indent: 15px;
  
} 

.main_nav a:hover {

  color: #FFE244;

}
 
a.selected {

  color: #FFE244;

}  

#phone {
 
  float: right;
  color: #FFE244;
  font: 22px verdana, helvetica;

}
  
.portfolio {
  
  float: left;
  width: 172px;
  height: 146px;

}
