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

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

strong{
font-weight:bold;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:#b98d6f;
line-height:18px;
}


h2{
font-size:18px;
line-height:normal;
font-weight:bold;
color:#000000;
margin-bottom:10px;
}

a{
color:#015fb7;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#header{
height:45px;
line-height:normal;
background-color:#d15d1b;
}

.headContainer{
width:1000px;
padding:5px 0px;
margin:0px auto;
text-align:right;
}
.headContainer span{
margin-left:20px;
}
.headContainer span strong{
position:relative;
top:-7px;
padding-left:3px;
}
.headContainer a{
color:#fff;
text-decoration:none;
font-size:13px;
font-weight:bold;
}
.headContainer a:hover{
color:#ffe600;
text-decoration:none;
}

.container{
width:960px;
margin:0 auto;
background-color:#fff;
padding:20px;
}

.head{
background-image:url(../images/lotus.jpg);
background-repeat:no-repeat;
background-position:right center;
margin-bottom:5px;
line-height:normal;
}
.logo{}


#homeBanner{
position:relative;
}
#homeBanner .item img{
	display: block;
	width: 100%;
	height: auto;
}

.owl-controls{
position:absolute;
width:100%;
bottom:5px;
left:0;}

#navigation{
background-color:#de5304;
background-image:url(../images/navBg.jpg);
background-repeat:repeat-x;
background-position:left top;
height:50px;
margin-bottom:12px;
}
#navigation ul li{
list-style:none;
display:inline;
float:left;
line-height:normal;
padding:16px 30px 16px 28px;
background-image:url(../images/navSep.jpg);
background-position:right center;
background-repeat:no-repeat;
}
#navigation ul li a{
color:#fff;
text-decoration:none;
font-size:14px;
font-weight:bold;
text-shadow:1px 1px 1px rgba(0,0,0,0.7);
-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.7);
-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.7);
}
#navigation ul li a:hover{ color:#000; text-decoration:none;}
#navigation ul li a.active{ color:#000!important}

.adBanner{ margin-bottom:12px;}

.homeLeftSide{
width:635px;
float:left;
}

.lifeBox{
width:265px;
padding:15px;
float:left;
line-height:20px;
border:#dddddd solid 1px;
border-top:#0ac0c2 solid 10px;
height:237px;
}
.lifeBox h2{
color:#0ac0c2;
}
.PpPhoto{
float:left;
margin-right:10px;
}

.speahes{
width:265px;
padding:15px;
float:right;
line-height:20px;
border:#dddddd solid 1px;
border-top:#f87d06 solid 10px;
}
.speahes h2{
color:#f87d06;
}

.speBox{
padding:5px 0px;
border-bottom:#ccc solid 1px;
}

.spePic{
width:83px;
float:left;
}

.speContent{
width:165px;
float:right;
line-height:17px;
}

.photoGallery{
padding:15px 15px 20px;
border:#dddddd solid 1px;
border-top:#7fc041 solid 10px;
position:relative;
}
.photoGallery h2{
color:#7fc041;
}
#galSlides{
}

#galPrev, #galNext{
position:absolute;
cursor:pointer;
top:14px;
right:20px;
}
#galPrev{
right:55px;
}


.sidebar{
float:right;
width:284px;
}
.events{
padding:15px;
border:#dddddd solid 1px;
border-top:#2293cf solid 10px;
position:relative;
height:237px;
margin-bottom:20px;
background-image:url(../images/eventBg.jpg);
background-repeat:repeat-x;
background-position:center bottom;
}

.inqform{
padding:2px;
border:#dddddd solid 1px;
border-top:#2293cf solid 10px;
position:relative;
height:390px;
margin-bottom:20px;
background-image:url(../images/eventBg.jpg);
background-repeat:repeat-x;
background-position:center bottom;
}

#evePrev, #eveNext{
position:absolute;
cursor:pointer;
top:14px;
right:20px;
}
#evePrev{
right:55px;
}

.events h2{ 
color:#2293cf;
}

#eventSection{
text-align:center;
font-size:16px;
margin-top:35px;
}

#eventSection .item img{
margin-bottom:15px;
}


footer#footer{
background-color:#d15d1b;
padding:15px 0;
color:#fff;
}
footer#footer a{
color:#fff;
}

.footerCont{
width:1000px;
margin:0px auto;
}

.footerCont .copyright{
width:300px;
float:left;
}

.designBy{
float:right;
}