@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'DroidSansRegular', sans-serif;
	font-weight:normal;
/*	background-image: url(../images/eurobg.gif);
	background-position: top center;
	background-repeat: repeat; */
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none; !important
}
h1
{
    font-family: 'BebasNeueRegular', arial;
	font-size: 30px;
	padding:5px 15px 0px 5px;
	color:#6f6f6f;
/*	background-color:#fff; */
	margin:5px 0 0 5px;
	display:inline-block;
	font-weight:normal;
}
h2
{
    font-family: 'DroidSansRegular', sans-serif;
	font-size: 18px;
	padding:10px 0 10px 5px;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	margin:0;
}
#container
{
	width:957px;
	margin: 0 auto; 
	height:auto;

}
#header{
	width:947px;
	height:175px;
	margin:0px;
	padding:0px;
}
.logo{
	width:287px;
	height:94px;
	padding-top: 9px;
	margin-left: 9px;
	float:left;
}
img, a img { 
	border:none; 
	outline:none;
}


.clearfix {
	clear:both;	
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { 
	zoom: 1; 
}
*:first-child+html .clearfix {
	zoom: 1; 
} 
#tmenu
{
	height:25px;
	color:#333333;
	padding:60px 0 0 0;
	text-align:right;
	float:right;
	
}
	
	
	
#tmenu	a:link, #tmenu a:visited
{
	color: #333333;
	text-decoration: none;
}

#tmenu a:hover,#tmenu  a:active
{
	color: #333333;
	text-decoration: none;

}
	
	
	#tmenu ul
	{
		display:inline;
		list-style-type: none;
		margin: 0;
		padding:0;
		font-size:14px;
		font-weight:normal;
	}
	#tmenu li
	{
		display:inline;
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
	/*
#menu
{
	width:940px;
	height:62px;
	color:#fff;
	padding:0px;
	margin-top:18px;
	text-align:right;
	float:right;
	background-color:#575d5e;
	
}
	
	
	
#menu	a:link, #menu a:visited
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover,tmenu  a:active
{
	color: #c2c5c5;
	text-decoration: none;

}
	
	
	#menu ul
	{
		width:810px;
		display:inline-block;
		list-style-type: none;
		margin: 0;
		padding-top:11px;
		padding-right: 22px;
		font-size:15px;
	}
	#menu li
	{
		display:inline-block;
		list-style-type: none;
		margin: 0;
		padding: 10px 21px;
		
}
*/
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:15px;
}
#menu {
	width:850px;
	height:49px;
	color:#fff;
	padding:13px 15px 0 0;
	margin-top:0px;
	text-align:left;
	float:right;
	background-color:#575d5e;
	background-image: linear-gradient(#575d5e, #575d5e);
}
#menu li {
	float: right;
	position: relative;
/*	padding: 13px 14px 0 0; */
	padding: 0;

}

#menu a {
	float: right;
	padding: 12px 30px;
	color: #fff;
	text-decoration: none;

}

#menu li:hover > a {
	color: #999;
}

*html #menu li a:hover { /* IE6 only */
	color: #fff;
}
#menu ul {
	margin: 0; 
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden; 
	position: absolute;
	top: 48px;
	left: 25px;
	z-index: 1;    
	background: #575d5e;	
	background: linear-gradient(#444, #111);
	border-radius: 3px;
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
}

#menu ul li {
	float: none;
	display: inner-block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding:10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
	color:#fff;
}
#inside{
	margin:0 auto;
	padding:0;
	text-align:right;
	float:right;
	height:62px;
	background-color:#575d5e;
	width:940px;
}

#footer{
	width:940px;
/*	height:45px; */
	background-color:#049cdb;
	margin:0 auto;
	padding:0;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding:3px 0 3px 0 ;
	font-weight:normal;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
.hbanner{
	width:940px;
	height:336px;
	margin:0 auto;
	padding:0;
}
.forhelp{
	width:940px;
	height:150px;
	margin:0 auto;
	border:solid 1px #dcdcdc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	background-image: url(../images/forhelp.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.surveyorsb{
	background-image:url(../images/surveyorsb2.gif);
	background-repeat:no-repeat;
	width:365px;
	height:50px;
	margin:39px 0 0 10px;
	padding:70px 0 0 575px;
	text-decoration:none;
}
.surveyorsb a:link{
	text-decoration:none;
}
#surveyorsbut{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:10px;
	text-align:center;
	width:110px;
	height:15px;
	text-decoration:none;
}
#surveyorsbut:hover{
	background-color:#002261;
	text-decoration:none;
}
.gotb 
{
	font-family: 'DroidSansRegular', sans-serif;
	font-weight:normal;
	font-size:40px;
	color:#333333;
	text-align:center;
	padding-top:10px;
	margin-top:20px;
}
.bbanner{
/*	width:900px; */
	height:109px;
	margin:0 0 20px 75px;
	padding-top:30px;
	text-align:center;
}
.bbanner1 {
	background-image:url(../images/sca-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.bbanner2 {
	background-image:url(../images/exor-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.bbanner3 {
	background-image:url(../images/bf-g.jpg);
	width:135px;
	height:109px;
	float:left;
	margin:0 20px 0 20px;
}
.bbanner4 {
	background-image:url(../images/chas-g.jpg);
	width:155px;
	height:109px;
	float:left;
	margin:0 20px 0 20px;
}
.bbanner5 {
	background-image:url(../images/cp-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.bbanner1:hover {
	background-image:url(../images/sca.jpg);
	cursor:pointer;
}
.bbanner2:hover {
	background-image:url(../images/exor.jpg);
	cursor:pointer;
}
.bbanner3:hover {
	background-image:url(../images/bf.jpg);
	cursor:pointer;
}
.bbanner4:hover {
	background-image:url(../images/chas.jpg);
	cursor:pointer;
}
.bbanner5:hover {
	background-image:url(../images/cp.jpg);
	cursor:pointer;
}
.bbanner1n {
	background-image:url(../images/sca-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.bbanner2n {
	background-image:url(../images/exor-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.bbanner3n {
	background-image:url(../images/bf-g.jpg);
	width:135px;
	height:109px;
	float:left;
	margin:0 20px 0 0;
}
.bbanner4n {
	background-image:url(../images/chas-g.jpg);
	width:155px;
	height:109px;
	float:left;
	margin:0 0 0 20px;
}
.bbanner5n {
	background-image:url(../images/cp-g.jpg);
	width:155px;
	height:109px;
	float:left;
}
.ptitle{
	padding:10px 0 0 10px;
	font-size:18px;
	color: #333333;
	font-weight:500;

}
p
{
	font-size:14px;
	line-height:17px;
	padding:0 5px 0 5px;
	margin:10px 0;
	}
.indes{
	width:940px;
	margin:0 auto;
	padding:10px 0 0 0 ;
	color:#1e1e1e;
}
.indes img{
	float:right;
	padding:0 0 20px 0;
}
.p1{
	font-size:14px;
	padding-right:350px;
	margin-top:20px;
	line-height:17px;
	text-align:justify;
}
.p2{
	font-size:18px; 
	color:#666666;
	margin-left:25px;
	padding:3px 350px 0 15px;
	line-height:20px;
	text-align:justify;
	background-image:url(../images/obs.gif);
	background-repeat:repeat-y;
}
.p2 span{
	float:left;
	padding-right:10px;
	
}
.p3{
	font-size:18px;
	color:#666666;
	margin-left:30px;
	padding-top:15px;

}
.p3 span{
	float:left;
	padding-right:10px;
}
.p4{
	padding:20px 0 0 10px;
	font-size:14px;
	line-height:17px;
}
.commonc{
	width:940px;
/*	height:155px; */
	border-top: 2px solid #627690;
	border-bottom:2px solid #627690;
	background-color:#fff;
	margin:0 auto;
	margin-top:20px; 
	clear:both;
	padding:10px 0;
	font-size:14px;
	line-height:17px;
	text-align:justify;
}
.commonc ul{
	list-style:none; font-size:14px; margin:0; text-align:left;
}
.commonc li{
	padding:3px 0 3px 0 ;
	margin:0 0 0 0;
	list-style-position:outside;
	list-style-image:url(../images/lib.gif);
}
.commonc1{
	width:940px;
	height:195px;
	border-top: 2px solid #627690;
	border-bottom:2px solid #627690;
	background-color:#fff;
	margin:0 auto;
	margin-top:55px;
	font-size:14px;
	line-height:17px;
}
.b1{
	width:470px;
/*	height:145px; */
	float:left;
	margin:0;
	padding:0;
	font-size:14px; 
	line-height:17px;
}
.b2{
	float:left;
	width:470px;
/*	height:145px; */
	margin:0;
	padding:0;
	font-size:14px; 
	line-height:17px;
}
.b3{
	float:left;
	width:400px;
	height:155px;
	margin:0;
	padding:0;
/*	font-size:13px; */
}
.tel{
	width:866px;
	height:162px;
	margin:0 auto;
	padding:0;
}
.forhelpbottom {
	font-size:14px;
	padding:5px 15px 5px 15px;
}
.contactp {
	padding:0 0 0 10px;
}
.address{
	font-size:18px; 
	color:#666666;
	margin-left:25px;
	padding:3px 350px 0 15px;
	line-height:20px;
	text-align:center;
}