@charset "UTF-8";

/* CSS Document */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 



body {
	margin: 0px;
	pading: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0px auto;
	width: 953px;
	border: 1px solid #afafa6;
}

#header {
	display: block;
	background: #dfdfbb;
	height: 69px;	
	border-bottom: 2px solid #afafa6;
}

#header-left {
	position: absolute;
	margin: 10px 0px 0px 15px;
}

#header-right {
  float: right;
	margin: 17px 10px 0px 0px;
}

#nav {
	display: block;
	height: 19px;
	background: url(../images/bg-nav.gif) top left repeat-x;
}

#content,
#content-internal {
	display: block;
	width: 953px;
	min-height: 401px;
	background: url(../images/bg-content-home.jpg) top left no-repeat;
}

#content-internal {
	background: url(../images/bg-content-internal.jpg) top left no-repeat;
	position:relative;
}

#content-block {
	position: absolute;	
	width: 650px;
	margin: 30px 0px 0px 200px;
}

#column-left {
	position: relatve;
	width: 384px;
	float:left;
	margin: 30px 0px 0px 200px;
}

#column-left-serv {
	position: absolute;
	width: 490px;
	margin: 30px 0px 0px 200px;
	height: 332px;
}

#column-left-env {
  position: absolute;
	width: 740px;
	margin: 30px 0px 0px 200px;
	height: 332px;
}

#column-left-cont {
  position: absolute;
	width: 200px;
	height: 332px;
	margin: 30px 0px 0px 190px;
	text-align: center;
}

#column-right-cont {
	position: absolute;
	width: 230px;
	height: 332px;
	margin: 25px 0px 0px 400px;
}

#column-right {
	width: 358px;
	float:right;
	margin-top:30px;
}

#column-right-2 {
	position: absolute;
	width: 230px;
	height: 332px;
	margin: 30px 0px 0px 707px;
}

#column-right-2 img {
	display: block;
	padding: 0px;
	margin: 0px 0px 17px 0px;
}

#footer {
	display: block;
	background: #dfdfbb;
	border-top: 1px solid #FFF;
	height: 69px;
}

#nav ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	color: #FFF;
	height: 19px;
	position: absolute;
}

#nav ul li {
	float: left;
	padding: 3px 6px 0px 5px;
	height: 19px;
	overflow: hidden;
	background: url(../images/bg-nav-divider.gif) top right no-repeat;
}

#nav ul li.active,
#nav ul li:hover {
	background: url(../images/bg-nav-active.gif) top left repeat-x;
	color: #424242;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
}

#nav ul li.active a,
#nav ul li:hover a	 {
	color: #424242;
}

ul#subnav {
	position: absolute;
	padding: 0px;
	margin: 30px 0px 0px 18px;
	list-style: none;
	width: 144px;
	font-size: 11px;
	color: #FFF;
}

ul#subnav li {
	margin: 1px 0px 0px 0px;
	background: url(../images/bg-subnav-item.gif) top left no-repeat;
	height: 23px;
	padding: 0px 0px 0px 18px;
	color: #000;
	overflow: hidden;
}

ul#subnav li#title {
	background: none;
	color: #FFF;
	font-size: 10px;
	overflow: hidden;
	padding: 4px 0px 0px 18px;
}

ul#subnav a {
	text-decoration: none;
	color: #000;
	display: block;
	margin: 4px 0px 0px 0px;
}

ul#subnav li.active,
ul#subnav li:hover {
	background: url(../images/bg-subnav-item-active.gif) top left no-repeat;
}

#footer-left {
	margin: 10px 0px 0px 15px;
}

#footer-left h2 {
	font-size: 27px;
	margin: 0px 0px 0px 0px;
}

#footer-left {
	font-size: 11px;
}

#footer-right {
	float: right;
}

#footer-right {
	font-size: 11px;
	margin: 20px 15px 0px 0px;
}

.item {
	display: block;
	border: 1px solid #afafa6;
	margin: 0px 0px 12px 0px;
	padding: 0px 1px 0px 0px;
}

.text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  float:left;
  width:245px;

}

.imgHolder{min-height:100px; padding:10px 0 0 10px; width:117px; float:left;}


.item:hover {
	background: #ebebd4;
}

.item img {
	float: left;
	margin: 0px 8px 0px 0px;
}

#page {
	position: absolute;
	top: 12px;
	left:205px; 
	
}

#page a {
	color: #000;
	text-decoration: none;
}

.plain {
  color: #000;
	text-decoration: none;
}

.plain:hover {
  text-decoration: underline;
}

.underlined {
	color: #000;
}

#page a:hover {
	text-decoration: underline;
}

#next {
	position: absolute;
	top:12px;
	left: 480px;
	width:100px;
	text-align:right;


}

#next a {
	color: #000;
	text-decoration: none;
	text-align: right;
}

#next a:hover {
	text-decoration: underline;
}

.index-title {
  font-size: 18px;
	font-weight: bold;
}

.index-head {
  font-size: 14px;
	font-weight: bold;
}
