/* css layout */
#toptool, #header,#usetop, #mainnav, #subnav, #banner, #breadcrumbs, #content, #usebottom, #footer{
	
}
.wrap {
	clear:both;
	width:100%;
}
.exp_center{
	background:#fff;
	width:980px;
	margin:0 auto;
}
.divnone{
	display:none;
	line-height:0;
}
/* CONTENT'S GRIDS
--------------------------------------------------------- */
.article_column { position: relative; }

.cols1 .article_column { width: 100%; }
.cols2 .article_column { width: 50%; }
.cols3 .article_column { width: 33.33%; }
.cols4 .article_column { width: 25%; }
.cols5 .article_column { width: 20%; }

/* ------------- Colunm style ------------- */
.article_column .contentpaneopen {
/* for article columns, we only need to add margin or padding to this div  */
	padding-left: 10px;
	padding-right: 10px;
}

.leading { }

.article_row {
/* minus the spacing of the article row to macth with the Gutter & global grid */
	margin-left: -10px;
	margin-right: -10px; 
}
/* -------------Toptool------------- */
#toptool{
	
}
#exp_font{
	width:100px;
	float:left;
}
#exp_font ul{
	list-style-type:none;
}
#exp_font ul li{
	float:left;
	display:block;
	padding:0 2px;
}
/* -------------Header------------- */
#header{
	
}
#logo {
	padding:20px 0px 16px 11px;
}
#logo_right {
	padding:14px 52px 14px 0px;
}
#logo{
	width:150px;
	float:left;
}
#logo_right  {
	float:right;
	text-align:right;
	width:auto;
}
/* -------------Mainnav------------- */
#mainmenu {
}
#mainmenu .exp_center{
	background:#000;
}
#subnav{
	position:relative;
	z-index:9;
}

/* -------------Slideshow------------- */
#slideshow .slideshow{
	overflow:hidden;
}

/* -------------Banner------------- */
#banner{
}
#banner .exp_center{
	background:#fff;
	padding:15px 0px 0px 0px;
}

#banner .exp_center .banner{
	width:728px;
	height:90px;
	margin:0 auto;
}
/* -------------Usetop------------- */
#usetop{
	
}
/* -------------Breadcrumbs------------- */
#breadcrumbs{
	
}
/* -------------Content------------- */
#content{
}
#content .exp_center  .inner{
	width:950px;
}
#content .exp_center {
	width:980px;
	padding:6px 0 20px 0px;		
}
#exp_content{
	padding:0 10px;
}
#exp_content{
	padding:0 10px;
}
/*  Collapse Divs */
/* Has all */
#content #col_left_wrap{
	float:left;
}
#content #col_right_wrap{
	float:right;
}
#content #exp_left_wrap{
	float:left;
}
#content #exp_content_wrap{
	float:right;
}
#content.ha #col_left_wrap{
	width:700px;
}
#content.ha #exp_content_wrap{
	width:500px;
}
#content.ha #exp_left_wrap{
	width:200px;
}
#content.ha #col_right_wrap{
	width:200px;
}
/* Has left */
#content.hl #col_left_wrap{
	width:950px;
}
#content.hl #exp_content_wrap{
	width:810px;
}
#content.hl #exp_left_wrap{
	width:125px;
}
#content.hl #col_right_wrap{
	width:0px;	
}
/* Has right */
#content.hr #col_left_wrap{
	width:700px;
}
#content.hr #exp_content_wrap{
	width:700px;
}
#content.hr #exp_left_wrap{
	width:0px;
}
#content.hr #col_right_wrap{
	width:200px;
}
/* no left and right */
#content.na #col_left_wrap{
	width:950px;
}
#content.na #exp_content_wrap{
	float:none;
	margin:0 auto;
	width:843px;
}
#content.na #exp_left_wrap{
	width:0px;
}
#content.na #col_right_wrap{
	width:0px;
}

/* -------------Usebottom------------- */
#usebottom{
	
}
/* -------------Footer------------- */
#footer .exp_center{
	padding:0px;
	text-align:center;
	background:#000;
	color:#fff;
	padding:4px 0px;
}
#footer .exp_center small{
	padding:4px 0px;
}
/* -------------Box------------- */
.boxa, .boxa_ct, .boxa_top, .boxa_bottom, .boxb, .boxb_ct, .boxb_top, .boxb_bottom{
	width:100%;
}

