﻿body {
}

#team_wrapper {
  background: url(team_wrapper.gif) repeat-y center;
  min-height: 1px;
  margin: 40px 0;
}

* html #team_wrapper {
  height: 1px;
}

#team_wrapper:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.item {
  width: 350px;
  margin: 0 0 40px;
  line-height: 16px;
  background: #fff;
  padding: 10px 0;
}

.person {
  margin: 0 0 40px 180px;
  float: none;
  padding-left: 100px;
  position: relative;
}

.person img {
  position: absolute;
  top: 5px;
  left: 0;
}

.odd {
  background: #eee;
}

#content .item p {
  line-height: 16px;
  margin: 0 0 5px 0;
}

.item h3 {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #327225;
  display: block;
  min-height: 1px;
  visibility: visible !important;
}

.item h3 a {
  padding: 0;
  color: #327225;
}

.item h4 {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #327225;
  font-weight: bold;
  visibility: visible !important;
}

.item h4 a {
  color: #327225;
  padding: 0;
}

.item h5 {
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: none;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #50a701;
  font-weight: bold;
}

.item a {
  border: none;
}

.item a:hover {
  background: none;
  text-decoration: underline;
  border: none;
  color: #327225;
}

.item .contacts {
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 5px;
}

.item .contacts a img {
  position: relative;
  top: 2px;
}

.division {
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	}
	
.division .brief {
	cursor: pointer;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0;
	min-height: 1px;
	position: relative;	
	}
	
* html .brief {
	height: 1px;
	}
	
.division .hover {
	border: 1px solid #999;
	background: #ffffcc;
	color: #50a701;
	}
	

.division .full {
	overflow: hidden;
	position: relative;
	min-height: 1px;
	background: #fff;
	padding: 0 5px;
	}

#divisions_left {
  width: 350px;
  float: left;
}

#divisions_right {
  width: 349px;
  float: left;
  margin-left: 1px;
}

#divisions_right .item {
  width: 300px;
  padding-left: 49px;
  background: url(division_right_item.gif) no-repeat left 10px;  
}

#divisions_left .item {
  padding-right: 50px;
  width: 300px;
  background: url(division_left_item.gif) no-repeat right 10px;
}

.brief .toggle {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url(draw_details_show.gif) no-repeat right center;
	}
	
.brief .toggle_open {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url(draw_details_hide.gif) no-repeat right center;
	}

