*{
  margin: 0;
  padding: 0;
}
body{
  color: #555;
  font: normal 12px tahoma;
  background: #aad3ee;
}
h1,h2,h3,h4,h5,h6{
  font-family: helvetica, arial, sans-serif;
}
#wrap{
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#header{
  padding-top: 75px;
}
a img{
  border: none;
}
#nav{
  float: right;
  margin-right: 20px;
}
#nav ul li{
  float: left;
  list-style-type: none;
  padding-bottom: 5px;
}
#nav ul li a{
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
#nav ul li a:hover{
  color: #1ac532;
  background: #fff;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#ct{
  clear: both;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#ct, #gf, #gf_front{
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
#gf, #gf_front{
  background: #aad3ee url('img/front_header.jpg') no-repeat;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
#gf_front{
  background: #aad3ee url('img/gf_front_header.jpg') no-repeat;
}
#gf p, #gf_front p{
  display: block;
  margin-left: 560px;
  margin-top: 40px;
  font-size: 36px;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
}
h1{
  line-height: .65;
  color: #fff;
  font-size: 120px;
  padding-top: 120px;
  float: left;
}
h1.start{
  font-size: 90px;
  padding-top: 140px;
}
h1.front{
  text-indent: -3999px;
}
h2,h3,h4,h5,h6{ /**/
  color: #534741; 
}
h2, h3{
  font-weight: normal;
  border-bottom: 1px solid #aad3ee;
  margin-bottom: .2em;
  text-transform: capitalize;
}
h3{
  font-weight: bold;
  font-size: 1.3em;
  border: none;
}
h4{
  font-size: 1.2em;
}
#ct ol, #ct ul{
  margin-left: 1.5em;
  padding-bottom: 1em;
}
#ct ul{
  list-style-image:url('img/li.gif');
  list-style-type:square;
}
#ct li{
  padding-bottom: .25em;
}
#ct p{
  line-height: 1.4;
  margin-bottom: 1em;
}
img.f_img{
  float: left;
}
#ct a{
  color: #3d9db0;
  font-weight: bold;
  text-decoration: none;
}
#ct a:visited{
  color: #b6c315;
}
#ct a:hover{
  color:  #1ac532;
}
#l_col, #r_col{
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
#l_col{
  width: 600px;
  float: left;
}
#r_col{
  float: left;
  width: 280px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: #eef6fc;//#e9f9eb;//#d1f3d6; //
  padding: 10px;

  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
#footer{
  clear: both;
  border-top: 1px dashed #ddd;
  padding-top: .3em;
}
#footer p, #footer address{
  text-align: right;
}
#bnav{
  float: left;
  margin-left: -19px;
}
#bnav ul li{
  float: left;
  list-style-type: none;
  list-style-image: none;
  padding-right: 20px;
  padding-top: 2px;
  
}
img.front_li_img{
  float: left;
  margin-right: 1em;
  padding-top: 10px;
  padding-bototm: 5px;
}
.front_link{
/*
  display: block;
  float: right;
  height: 72px;
  padding-right: 3em;
//  padding-top: 4em;
  background: url('img/arrow.png') right no-repeat;
*/
}

.front_li{
  clear: both;
  border-bottom: 1px solid #aad3ee;
 // padding-top: 5px;
 // padding-bottom: 5px;
  height: 90px;
}
.front_li h3{
  padding-top: .5em;
  font-size: 1.3em;
}
.front_li p{
 // width: 43em;
}


#front_tile_row{


}
.front_tile, .front_tile_r{
  float: left;
  width: 290px;
  margin-right: 25px;
}
.front_tile_r{
  margin: 0;
}
h3.front{
  border-bottom: 1px solid #aad3ee;
}
address{
  margin-top: -.5em;
  padding-bottom: 1em;
}



