@import "header.css";

html{
  overflow: -moz-scrollbars-vertical;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, Sans-Serif;
  background: #e6eef3 url(../img/body_background.jpg) repeat-y center;
}

a:active{
  outline: none;
}

a:focus{
  -moz-outline-style: none;
}

div.content{
  margin: 18px auto;
  padding-top: 0;
  width: 940px;
  background-color: #fff;
}

div.front_photo{
  margin: 0;	
}

div.front_photo img{
  border: 0;
  padding: 0;
  margin: 0;	
}

div.front_main{
  border-top: 1px solid #c4c4c4;
}

div.front_main_content{
  width: 920px;
  margin: 0 10px;
  background-color: #fff;  
}

#main_left{
  float: left;
}

#main_left img{
  position: relative;
  z-index: 100;
  margin-top: -30px;
}

#main_right{
  float: right;
  margin: 15px;
  width: 490px;
}

div#front_services_head{
  margin: 5px 3px;
  padding: 10px;
  background-color: #e6e6e6;
  font-size: 11px;
  color: black;	
}

div#front_links{
  margin: 10px;
  font-size: 12px;
  color: #525252;
}

div#front_links a{
  font-size: 12px;
  color: #38639c;
  text-decoration: none;
}

div#front_links a:hover{
  color: #eca426;
}

div#front_links img{
  vertical-align: bottom;
  margin-right: 4px;	
}

div#front_links div{
  clear: both;
  float: right;
  margin-bottom: 8px;	
}

div.content_main{
  clear: both;
  padding: 12px 14px;
}

div.content_main p{
  color: #252525;
  font-size: 13px;
  text-align: justify;
  padding-left: 22px;	
}

div.content_main ul{
	
}

div.content_main li{
  color: #252525;
  font-size: 13px;	
}

img.section_title{
  display: block;
  margin: 0 0 16px 4px;
}

img.sub_section_title{
  display: block;
  clear: both;
  margin: 30px 0 16px 4px;	
}

span.ph_left{
  float: left;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  width: 320px;
}

span.ph_left span.number{
  color: #e20e0e;
  margin-right: 8px;	
}

span.ph_right{
  float: right;
  width: 590px;
  color: #252525;
  font-size: 13px;
  text-align: justify;
}

div.thumb_section{
  margin: 8px;	
}

div.thumb_section img{
  float: left;
  border-style: solid;
  border-color: #181818;
  border-width: 14px 3px 14px 3px;
  margin-right: 18px;
  margin-top: 14px;
}

div.corner_img img{
  float: right;
  margin-top: 30px;
}

div.clearer{
  clear: both; line-height: 0; height: 0;
}

hr.bottom_hr{
  border: 1px solid #ccc;
  color: #eee;
  background-color: #ccc;
  margin: 30px 10px;	
  height: 1px;
}

.ph_clearer{
  height: 30px !important;	
}

div.footer{
  clear: both;
  position: relative;
  font-size: 9px;
  text-align: right;
  color: #999;
  margin: 4px 10px;
  padding: 20px 0;
} 
