#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
	min-width:320px;
	min-height:100%;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
}

#header_container {
	width:100%;
	max-width:1240px;
	height:100px;
	margin: 0 auto;
	padding:10px 0 0 0;	
}

#header_top {
	width:100%;	
	height:auto;
	min-height:5px;
	padding:0;
}

#header_top_inner {
	width:98%;
	max-width:1240px;
	margin:0 auto;
	padding:0 1% 0 1%;
	height:auto;	
}

#head_content {
	width:380px;
	height:80px;
	margin-top:10px;
	float:left;
	text-align:center;
}

#head_bx_content {
    float: left;
    height: 90px;
    margin-top: 0;
    text-align: center;
    width: 380px;
}

#head_bx_content a {
	font-size:30px;
	line-height:35px;
	font-weight:bolder;
}

#head_bx_content a:hover {
	text-decoration:none;	
}

#head_bx_content a .text_color1 {
	font-size:40px;	
}


/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_top { 
	height:50px;
	width:100%;
	overflow:hidden;
}

#content_top_border {
	width:100%;
	height:5px;
	margin-top:2px;	
}

#content_container { 
	width:100%;
	max-width:1240px;
	margin: 0 auto;
	margin-top:10px;
}

#content_bottom { 
	font-size:0;
	height:15px;
	width:100%;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:20%;
	padding-left:0;	
}

.box_left_full {
	width:100%;
	height:auto;
}

#box_left {
	width:100%;
	position:relative;
	z-index:10;
}

.box_left_title { 
	width:100%;
	height:auto;
	text-align:left;			
}

.box_left_title h3 { 
	font-size:16px;
	padding:3%;
	text-transform:uppercase;
	font-weight:bold;
}

.box_left_container {
	width:94%;
	padding:8px 3% 8px 3%;
	overflow:hidden;
	margin-bottom:10px;	
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:77%;
	padding-left:2%;
	padding-right:1%;	
}

#center.alone {
	width:100%;
	padding-left:0;
	padding-right:0;	
}

#body { 
	width:100%;
	position:relative;
	z-index:1;
}

#body_title { 
	width:100%;
	height:37px;
}

#title_content {
	width:100%;
	height:37px;
	text-align:left;
}

#title_content h2 {
	float:left;
	margin:0;
	padding:9px 10px 0 10px; 
	font-size:15px;
	font-weight:bolder;
	display:block;
	height:28px;
	text-transform:uppercase;
}

#title_content h1 {
    float:left;
    margin:0;
    padding:9px 10px 0 10px;
    font-size:15px;
    font-weight:bolder;
    display:block;
    height:28px;
    text-transform:uppercase;
}

#body_container { 
	width:100%;
	padding-top:16px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:100%;
	height:45px;
	position:relative;
	text-align:center;
}

#bottomlink_content {
	padding-top:12px;
	padding-bottom:5px;
	text-align:center;
}


#bottomlink_content ul {
	margin:0;
	padding:0;
}

#bottomlink_content li {
	display:inline;
}

#bottomlink_content ul li .text_normal {
	font-size:15px;	
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:100%;
	position:relative;
}

#provider_top { 
	height:15px;
	font-size:1px;
}

#provider_content {
	padding-bottom:5px;
	width:100%;
	margin:0 auto;
}

#provider_content_left {
	width:10%;
	float:left;
	text-align:left;
	padding-top:4px;
	height:20px;
	padding-left:0;
}

.provider_content_text {
	float:left;
	margin-right:5px;
	text-align:center;
	padding-right:1%;
	padding-left:1%;
}

#provider_content_right {
	width:90%;
	float:right;
	text-align:right;
}

/****************** PROVIDER END******************/
