/* General
-----------------------------------------------------------------*/
body { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; }
h2 { margin-bottom:10px; line-height: 36px; }
h3 { margin-bottom:10px; }
.front h2 { font-size: 36px; }
h3 { color: #333 !important; }

/* Gradient Background */
#body_wrapper { background: url("gradient.gif") repeat-x !important; }
#branding, #site-navigation { background: #fff; }
.limiter { background: transparent !important; }

/* Center Nav
-----------------------------------------------------------------*/
#site-navigation ul.links    { text-align: center; }
#site-navigation ul.links li { float:none; display:inline; margin-bottom:0; }
#site-navigation ul.links a  {
  display:inline;
  padding-top:8px;
  padding-bottom:8px;
  line-height: 32px;
  font-size: 13px;
  font-weight:bold;
  color: #fff;
}


/* Header
-----------------------------------------------------------------*/
#header .limiter { padding-bottom:20px; }
#header .column{
  background-image: url("header-img.jpg");
  background-position: top;
  background-repeat:no-repeat;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
/* .front #header .column{ height:300px; } */

.front #header .region { padding:20px 0; }

#header .block {
  width: 160px;
  height:200px;
  padding:20px;
  padding-top:40px;
  margin-right:20px;
  margin-bottom:0;
  float:right;
  background: #0570ac;
  color: #fff;
/*
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
*/
}

#header ul { list-style-type: none; margin:0; padding:0; }
#header li { list-style-image: none; font-size:15px; color: white; padding-bottom: 18px; }
#header a { color: white; }


/*Blocks
-----------------------------------------------------------------*/
#block-ec_pro_contact_form-0 h2{ background-color:#0170ac !important; background-image: url("phone.png"); }
#block-ec_pro_contact_form-0   { background-color:#add1e4 !important; font-family: Helvetica, Arial, sans-serif; }

#certifications-list { border:3px solid #72dc32; }