@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg) #FFF repeat-x top left;
	min-width:1024px;
	margin:0;
	padding:0;
	font-family:Century Gothic,'CenturyGothic',Arial;
	font-size:18px;
	color:#272727;
}
*{
	
}
p{
	line-height:24px;
	margin:15px 0px;
	padding:0;
	text-align:justify;
}
a{
	text-decoration:none;
}
img.img00{
	margin:15px 15px 10px 0px;

}
img{
	border:0;
}
.title2{
	height:auto;
	width:100%;
	margin-bottom:20px;
}
#cf {
  position:relative;
  height:31px;
  width:101px;
  margin:0 auto;
  float:right;
}

#cf img {
  position:absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
h1{
	background:url(../images/bg-title.jpg) no-repeat left top;
	font-weight:normal;
	font-size:24px;
	padding:0;
	margin:0;
	padding-left:28px;
	line-height:40px;
}
#outerWrap{
	width:1000px;
	height:auto;
	margin:auto;
	display:block;
}

#header{
	width:100%;
	height:95px;
	position:relative;
	overflow:visible;
}

.fb{
	position:absolute;
	top:16px;
	right:80px;
}
.twitter{
	position:absolute;
	top:16px;
	right:39px;
}
.logo{
	position:absolute;
	z-index:9999;
	left:0;
	top:52px;
}
#banner{
	margin-bottom:15px;
}
/**menu start**/
#menuWrap{
	position:absolute;
	width:877px;
	height:44px;
	right:0px;
	top:52px;
}
.allMenu{
	display:table;
	margin:0 auto;
	height:43px;
}
.menuLink{
	text-transform:uppercase;
	color:#FFF;
	font-size:15px;
	line-height:18px;
	display:block;
	padding:13px 25px;

}
.menuLink:hover{
	background:url(../images/menu-hover-bg.png) center center no-repeat;
	
}
.menu{
	float:left;
	background:url(../images/bg-topmenu.jpg) right top no-repeat;
}
.about{
	position:relative;
}
.submenu{
	display:none;
	background:url(../images/bg-submenu.png);
	width:246px;
	height:35px;
	position:absolute;
	z-index:99999;
	top:34px;
}
.about:hover .submenu{
	display:block;
}
.submenu:hover{
	display:block;
}
.submenu a{
	background:url(../images/bg-submenu-dot.png) no-repeat left center;
	display:block;
	font-size:13px;
	color:#4e4e4e;
	padding-left:12px;
	margin:13px 15px 0px 15px;
	float:left;
}
.submenu a:hover{
	color:#000;
	font-weight:bold;
	
}
/**menu end**/

/**leftbar start**/
#leftbar{
	width:269px;
	height:auto;
	display:block;
	float:left;
	text-transform:uppercase;
}
#leftbar img{
	margin-bottom:20px;
}
#leftbar .listitem{
	background:url(../images/bg-hr.jpg) repeat-x;
	background-position:left 0px bottom 11px;
	font-size:18px;
	margin-left:15px;
	width:254px;
	height:auto;
	padding-bottom:20px;
}
#leftbar a{
	color:#272727;
}
#leftbar a:hover{
	color:#396a0a;
}
/**leftbar end**/

/**right start**/
#right{
	width:702px;
	height:auto;
	display:block;
	float:right;
	margin-top:26px;
	
}
.title{
	background:url(../images/bg-hr.jpg) repeat-x left bottom;
	display:block;
	width:100%;
	height:40px;
	text-transform:uppercase;
}
/**right end**/

/**footer start**/
#footer{
	display:block;
	width:1000px;
	height:95px;
	margin-top:50px;
	background:url(../images/bg-footer.jpg) top left no-repeat;
	text-align:center;
	color:#808080;
	font-size:12px;
}
#footer a{
	display:inline-block;
	color:#808080;
	padding:25px 20px 15px 20px;
}
#footer a:hover{
	color:#000;
}
/**footer end**/
.noBackground{
	background:none;
}
.noBackground:hover{
	background:none;
}