@charset "UTF-8";

* {
    padding:0;
	margin:0;
} 

body{
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	min-width:944px;
	background-color: #3B5770;
}  

/*=======================================Header=====================================*/

header{
	position: absolute;
	display: block;
	top:0px;
	width: 100%;
	min-width:944px;
	margin: 0px auto;
	padding: 0px;
	align: center;
	height: 50px;
	background-color: #3B5770;
	overflow: hidden;
	z-index: 5000;
}

.headerInnerWrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	align:center;
	height:100%;
}

.headerInnerLeft{
	position: relative;
	display: inline-block;
	float:left;
	align:left;
	width: 40%;
	height:200px;
	/*border:1px solid white;*/
}

.headerInnerMiddle{
	position: relative;
	display: inline-block;
	align:center;
	margin:0px auto;
	text-align:center;
	width:18%;
	height:100px;
	/*border:1px solid white;*/
}

.headerInnerRight{
	position: relative;
	display: inline-block;
	float:right;
	align:right;
	text-align:right;
	width: 40%;
	height:100px;
}

.email{
	position: relative;
	display: inline-block;
	float:left;
	margin:7px 0px 0px 30px;
}

.phone{
	position: relative;
	display: inline-block;
	float:right;
	margin:7px 30px 0px 0px;
}

/*======================================================*/

.container{
	position: relative;
	display: inline-block;
	clear:both;
	margin:0px auto 0 auto;
	padding: 0px;
	align:center;
	min-width:944px;
	min-height:600px;
	width:100%;
	background-color: #fff;
	background-image: url("../images/contentBg.jpg")
}

#logoWrapper{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width: 944px;
	text-align:center;
	/*border:1px solid red;*/
}

#logo{
	position: relative;
	display: inline-block;
	align: center;
	margin: 0px auto;
	width: 884px;
	height:280px;
	/*border:1px solid green;*/
}

#topPics{
	position: relative;
	display: block;
	clear:both;
	align: center;
	margin: 100px auto 40px;
	width: 1400px;
	height:210px;
	overflow: hidden;
}

#bottomPics{
	position: relative;
	display: block;
	clear:both;
	align: center;
	margin: 40px auto 50px;
	width: 1400px;
	height:210px;
	overflow: hidden;
}



/*=======================================Footer=====================================*/

footer{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-width:944px;
	margin: 0px auto;
	padding: 0px;
	align: center;
	min-height: 300px;
	background-color: #3B5770;
	overflow: hidden;
	z-index: 5000;
}

.footerInnerWrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 40px auto 0px;
	align:center;
	height:100%;
}

.footerInnerLeft{
	position: relative;
	display: inline-block;
	float:left;
	align:left;
	width: 15%;
	height:200px;
	/*border:1px solid white;*/
}

.footerInnerMiddle{
	position: relative;
	display: inline-block;
	align:center;
	margin:0px auto;
	text-align:center;
	width:68%;
	height:100px;
	/*border:1px solid white;*/
}

.footerInnerRight{
	position: relative;
	display: inline-block;
	float:right;
	align:right;
	text-align:right;
	width: 15%;
	height:100px;
	/*border:1px solid white;*/
}