@import url(common.css); 
/**********************************************/
/*            CONSTANTS PAGE WIDE            */
/**********************************************/
h1{
  font-size: 22px;
}

h2{
  font-size: 20px;
  color: #000;
}

h3{
  font-size: 16px;
}


.col_1 p, .col_2 p, .col_3 p{
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 13px;
}

.col_1{
  width: 300px;
  padding: 20px 20px 20px 20px;
  float: left;
}

.col_2{
  width: 280px;
  padding: 20px 20px 20px 20px;
  float: left;
}

.col_3{
  width: 280px;
  padding: 20px 20px 20px 20px;
  float: left;
}

/**********************************************/
/*            MAIN CONTENT MAIN PAGE          */
/**********************************************/
#wrap_middle{
 clear: both; 
 margin-top: 10px;
}

#left_section{
  width: 660px;
  float: left;
}

#right_section{
  width: 320px;
  float: left;
}

#headline{
  height: 90px;
  background: url(../img/headline_gradient_bg.jpg) repeat-y;
  padding: 40px 0 0 40px;
/*  padding: 10px 230px;*/
}

#headline h1{
  color: #fff;
}

#headline h3{
  color:#dc9d9d;
  margin-top: 5px;
}

#contact_box{
  background: #e7e5e5;
  padding: 13px 20px 15px 20px;
  position: relative;
}

#___plusone_0{
  position: absolute;
  right:30px;
  z-index: 9;
}

#contact_box h2{
  color: #000;
}

#contact_box p{
  margin-top: 15px;
  line-height: 21px;
  background: url(../img/contact_icons.png) no-repeat top left;
  padding-left: 30px;
  color: #564f4d;
  font-size: 11px;
}

#left_section .col_2{
  width: 320px;
  padding: 0;
}

#grey_box{
  background: #918987;
  height: 95px;
  padding: 15px 20px 20px 20px;
}

#grey_box h2{
  color: #fff;
  margin-bottom: 10px;
}

#grey_box p{
  color: #fff;
  line-height: 14px;
  font-size: 11px;
}

#grey_box a{
  color:#4c3f3e;
}

#latest_news{
  padding: 15px 20px 20px 20px;

}

#latest_news h2{
  margin-bottom: 15px;
}

#latest_news .cell{
  float: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cell{
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.cell *{
  font-size: 11px;
}

.cell h3{
  font-weight: bold;
  color: #000;
}

.cell p.date{
  display: block;
  float: right;
  width: 57px;
  height: 13px;
  text-align: center;
  margin-left: 5px;
  background: url(../img/date.gif) no-repeat top center;
}

.cell p.intro{
  padding: 10px 0;
}

a.more{
  float: right;
}

.broad{
  position: absolute;
  width: 320px;
  padding: 10px;
  border: 1px solid #918987;
  line-height: 14px;
  background: #fff;
  top: 15px;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 4px, rgba(0, 0, 0, 0.0976562) 0px 0px 40px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 4px, rgba(0, 0, 0, 0.0976562) 0px 0px 40px inset;
}

#latest_news .cell a:hover{
  text-decoration: none;
}

#wrap_bottom h2{
  margin-bottom: 20px;
}

#wrap_bottom .col_1,
#wrap_bottom .col_2,
#wrap_bottom .col_3{
  padding-top: 0;
}

#wrap_bottom .col_1 p,
#wrap_bottom .col_2 p,
#wrap_bottom .col_3 p{
  line-height: 16px;
}


/**********************************************/
/*            MAIN CONTENT FOOTER             */
/**********************************************/
#footer .container h3{
	font-size: 0.9em;
}

#footer .container .logos{
  float: left;
}

#footer .container .logos.first{
  margin-right: 165px;
  margin-left: 20px;
}

#footer .container #clients li,
#footer .container #partners li{
  display: inline;
  height: 46px;
  margin-left: 23px;
  margin-right: 23px;
  margin-bottom: 20px;
}

#footer .container #clients li.last,
#footer .container #partners li.last{
	margin: 0px !important;
}

#footer .container #clients,
#footer .container #partners{
	padding: 20px 0px 30px 20px;
}

