/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { 
	width: 100%; 
	clear: both; 
}
.main { 
	width: 850px;
	margin: 0 auto; 
	position: relative;
}

/* -------------Toptool------------- */
#toptool{
	
}
#je_font{
	width:100px;
	float:left;
}
#je_font ul{
	list-style-type:none;
}
#je_font ul li{
	float:left;
	display:block;
	padding:0 2px;
}
/* -------------Header------------- */
#header{
    background: url(../images/bg-header.jpg) repeat-x left top;
    height: 120px;
    float: left;
}
#logo{
    left: 342px;    position: absolute;    top: 0;
}
/* -------------Mainnav------------- */
#mainnav{
    padding-top: 50px;	float: left;
}
#subnav{
	position:relative;
	z-index:9;
}

/* -------------Banner------------- */
#banner{
	
}
/* -------------Usetop------------- */
#usetop{
	
}
/* -------------Breadcrumbs------------- */
#breadcrumbs{
	
}
/* -------------Content------------- */
#content{
    background: url(../images/bg-content.jpg) repeat left top;
    float: left;
    margin-top: 7px;
    padding-top: 80px;
}
#je_content ul, #je_content ol{
	margin-left: 20px;
}
#je_content ul{list-style: disc;}
#je_right_wrap{
	float:right;
}
#je_left_wrap{
	float:left;
}
#content #col_left_wrap{
	float:left;
}
#content #col_right_wrap{
	float:right;
}
#content #je_content_wrap{
	float:right;
}
#je_left{
	padding:0 10px;
}
#je_content{
	padding:0 10px;
}
#je_right{
	padding-left: 30px;
}
/*  Collapse Divs */
/* Has all */

#content.h_all #col_left_wrap{
	width:570px;
}
#content.h_all #je_content_wrap{
	width:370px;
}
#content.h_all #je_left_wrap{
	width:200px;
}
#content.h_all #col_right_wrap{
	width:280px;
}
/* Has left */
#content.h_left #col_left_wrap{
	width:850px;
}
#content.h_left #je_content_wrap{
	width:650px;
}
#content.h_left #je_left_wrap{
	width:200px;
}
#content.h_left #col_right_wrap{
	width:0px;
}
/* Has right */
#content.h_right #col_left_wrap{
	width:570px;
}
#content.h_right #je_content_wrap{
	width:570px;
}
#content.h_right #je_left_wrap{
	width:0px;
}
#content.h_right #col_right_wrap{
	width:280px;
}
/* no left and right */
#content.n_all #col_left_wrap{
	width:850px;
}
#content.n_all #je_content_wrap{
	width:850px;
}
#content.n_all #je_left_wrap{
	width:0px;
}
#content.n_all #col_right_wrap{
	width:0px;
}
/* -------------Usebottom------------- */

#bottom{
    background: url(../images/bg-bottom.jpg) repeat-x left top;
    margin-top: 4px;
    margin-bottom: 2px;
    border-top: 1px solid #b3e2f4;
}
#bottom_top{	background: url("../images/bg-content.jpg") repeat scroll left top transparent;}#bottom_top .main{	border-top: 2px solid #cbdee2;	padding-top: 10px;}
#usebottom{
	padding-top: 10px;
}
/* -------------Footer------------- */
#footer .main{
	
}
/* -------------Box------------- */