@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
table { 
border-collapse: collapse; 
border-spacing: 0; 
}  
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
} 
*{
	margin:0;
	padding:0;
}
p{
	margin-bottom: 12px;
}
body{
	font-size:12px;
	color:#333333;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#707070;
}
/*------main css----------*/
#wrap{
	margin:0 auto;
	width:100px%;
}
#header{
	width:100%;
	margin:0 auto;
}
.tophead100{
	width:100%;
	margin:0 auto;
	background:url(../images/topheadbg.jpg) repeat-x top center;
	height:87px;
}
#tophead{
	width:902px;
	margin:0 auto;
}
#logo{
	float:left;
}
.phone{
	font-size:14px;
	color:#fff;
	text-align:right;
	padding-top:25px;
	line-height:18px;
	font-weight: bold;
}
.nav100{
	width:100%;
	margin: 0 auto;
	margin-top:3px;
	background:#94979b;
}
#nav{
	width:897px;
	height:24px;
	margin:0 auto;
	line-height:24px;
	color:#fff;
	text-align:right;
	font-size:9px;
	padding-right:5px;
	font-weight: bold;
}
#nav ul li{
	float:left;
	line-height:24px;
	margin-right:30px;
}
#nav ul li a{
	font-size:14px;
	color:#fff;
}
.clear{
	clear:both;
}
.banner100{
	width:100%;
	margin:0 auto;
	margin-top:3px;
	background:#d9d9d9;
}
#banner{
	border:3px solid #fff;
	border-width:0 3px;
	width:896px;
	margin:0 auto;
}
#container{
	width:100%;
	margin:0 auto;
	background:#94979b;
	margin-top:3px;
}
.location{
	height:24px;
	width:896px;
	margin:0 auto;
	background:#d9d9d9;
	font-size:10px;
	line-height:24px;
}
.location a{
	color: #333333;
}
.location a:hover{
	color: #FF6600;
}
.container{
	width:902px;
	margin:0 auto;
	background:#fff;
}
.leftimg{
	width:190px;
	float:left;
	padding:5px 10px;
	background:#fff;
}
.mainpart{
	float:right;
	width:688px;
	line-height:22px;
}
.mainpart2{
	float:right;
	width:888px;
	line-height:22px;
}.mainpart h1{
	color:#ed5d1c;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.mainpart2 h1{
	color:#ed5d1c;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.content, .contact{
	margin:15px 25px 0 5px;
	width:650px;
}
.content2{
	width:850px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: justify;
}.boxes{
	padding-top:20px;
}
.box1, .box2, .box3{
	width:224px;
	height:117px;
	margin-right:5px;
	float:left;
}
.box3{
	margin-right:0;
}
#footer{
	height:85px;
	background:#091a40;
	margin-top:3px;
}
.footer{
	width:892px;
	margin:0 auto;
	color:#fff;
	padding:25px 5px 0;
	font-size:11px;
}
.tel{
	float:left;
	width:230px;
}
.copyright{
	width:400px;
	float:right;
	text-align:right;
}
.contact{
	line-height:30px;
	padding-left:20px;
	width:630px;
}
.contactinfo{
	width:200px;
	float:right;
	background:#d9d9d9;
	padding:10px;
	line-height:25px;
}
.cr-yellow{
	color:#ed5d1c;
}
input.submit{
	width:40px;
	height:25px;
	cursor:pointer;
}
.content2 a{
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.inputfields {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.submitbut {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	background-color: #FF6600;
	border: thin solid #FF6600;
	font-weight: bold;
	padding: 3px;
}

.content2 a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

