html {
  height: 100%;
}

body {
  font-family: verdana;
  font-size: 10px;
  color: #727272;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}

h2 {
  font-size: 12px;
  font-weight: bold;
}

a {
  color: #2c7db4;
  text-decoration: none;
}

img {
  border: 0;
}

#page_container {
/*  width: 740px; */
  width: 770px; 
  display: block;
  margin: 0px auto;
}

#menu_top_right {
  display: block;
  text-align: right;
  line-height: 50px;
  margin-right: 10px;
}

#divider_above_header {
  width: 100%;
  height: 6px;
  background-color: #d1d2d7;
  margin-bottom: 3px;
}

#header {
  display: block;
  width: 100%;
  height: 282px;
  margin-bottom: 3px;
  background-image: url(/images/menu_bak.gif);
}

#header_logo {
  float: left;
  width: 265px;
  height: 100%;
}

#header_logo img {
  margin-bottom: 20px;
}

#header_menu {
  margin-left: 40px;
}

#header_menu div {
  float: left;
  width: 130px;
  background-repeat: no-repeat;
  background-image: url(/images/menu_bullet.gif);
  padding-left: 20px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

#header_divider {
  float: left;
  width: 14px;
  height: 100%;
  background-color: #08142c;
  margin-left: 3px;
}

#header_banner {
  float: right;
  text-align: right;
  width: 458px;
  height: 100%;
}

#divider_below_logo {
  float: left;
  height: 4px;
  width: 282px;
  background-color: #08142c; 
}

#divider_below_banner {
  float: right;
  height: 4px;
  width: 458px;
  background-color: #437495;
}

#divider_below_main {
  clear: both;
}

.divider_grey {
  float: left;
  width: 100%;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #d4d4d4;
}

.menu_top_right_divider {
  display: inline;
  background-color: #d3d3d3;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 18px;
  margin-right: 18px;
}

#main {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 3px;
}

#main_left {
  float: left;
/*  width: 255px; */
  width: 285px;
  height: 100%;
  padding-left: 10px;
  padding-right: 3px;

}

#main_right {
  float: right;
  width: 443px;
  height: 100%;
  margin-right: 10px;
  padding-left: 12px;
  border-left: solid 1px #d3d3d3;
}

#main_divider {
  float: left;
  width: 13px;
  height: 250px;
  background-color: #fff;
  margin-left: 3px;
  border-left: solid 1px #d3d3d3;
}

#footer {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 3px;
}

#footer_copyright {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url(/images/footer_bak.gif);
}

#footer_grey {
  float: right;
  width: 472px;
  height: 100%;
  background-color: #959595;
}

.header_blue {
  font-size: 14px;
  /* color: #2c7db4; */
  color: #555555;
}

.header_gray {
  font-size: 14px;
  color: #555555;
}

.header_green {
  font-size: 14px;
  /* color: #81ad24; */
  color: #555555;
}

.job_image {
  float: left;
/*  width: 72px; */
  width: 90px;
}

.job_info {
  float: left; /* right; */
/*  width: 160px; */
  width: 160px;
}

.divider_thin {
  float: left;
  width: 100%;
  height: 1px;
  line-height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: solid 1px #d3d3d3;
}

.divider_thin_jobs {
  float: left;
  width: 100%;
  height: 1px;
  line-height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#find_us_left {
  float: left;
  width: 110px;
}

#find_us_right {
  float: right;
  width: 140px;
}

#welcome_image {
  width: 124px;
  float: left;
}

#welcome_text {
  width: 310px;
  float: right;
}

#company_services {
  width: 184px;
  float: left;
}

#services_cv_divider {
  float: left;
  width: 13px;
  height: 145px;
  background-color: #fff;
  margin-left: 3px;
}

#cv_info {
  width: 242px;
  float: left;
}

.contact_photo {
  float: left;
  width: 159px;
}

.contact_info {
  float: right;
  width: 275px;
}

.form_left {
  float: left;
}

.form_left input {
  width: 182px;
}

.form_right {
  float: right;
}

.form_right input {
  width: 182px;
}

.form {
  float: left;
  width: 100%;
}

.form input {
  width: 394px;
}

.form textarea {
  width: 394px;
}

#form_div {
  width: 400px;
}

.scrollbox {
	padding: 4px; 
	height: 180px; 
/*	width: 284px;  */
	width: 274px;  
	border: 1px solid #999999; 
	overflow: auto; 
	background-color: #ffffff;
	overflow-x: hidden;
}
