/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:0px;
	min-height:1px;
	
	}
.welcometxt_box h1 {
	margin-bottom:10px;
	}
.welcometxt_content{
	display:block;
	padding:0 0 15px 0;
	font-size:14px;
	color:#3B3B3B;
	font-family:"Trebuchet MS";
	height:357px;
	overflow:auto;
	}
.welcometxt_content strong {
	font-size:15px;
	}
.welcometxt_content .color {
	color:#0A1270;
	font-weight:bold;
	}
.welcometxt_conten .elink {
	color:#0A1270;
	font-weight:bold;
	}
/*.welcometxt_box .morebar {
	display:block;
	position:relative;
	height:37px;
	background-color:#526A50;
	}
.welcometxt_box .morebar .morebtn1 {
	position:absolute;
	right:10px;
	top:10px;
	}
*//*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	margin-bottom:20px;
	min-height:1px;
	}
.infobox {
	width:50%;
	} 
.infoboxcontent {
	font-size:12px;
	background-color:#F3F3F3;
	border-right:1px solid #cccccc;
	}
/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	color:#000000;
	font-weight:normal;
	font-size:20px;
	padding:0 0 16px 0;
	}
/*==================================
INFO BOX IMAGE CSS
==================================*/
.infoboximg {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 0;
	min-height:1px;
	background-color:#FFFFFF;
	margin-bottom:15px;
	}
.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:74px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	height:15px;
	background-color:#F3F3F3;
	text-align:right;
	padding:4px 15px 6px 15px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;

	}
.infobox .morebar a {
	color:#0A1270;
	font-weight:bold;
	}

/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5 .infoboxcontainer_bg {
	margin:0 -15px 0 0;
	}
.design5 .infoboxcontainer .clear {
	height:20px;
	}
.design5 .infobox {
	width:33.3%;
	}
/*=============*/
.design5 .infoboxcontent {
	padding:0px 15px;

	}
.design5 .infoboxcontent .hor_line {
	height:1px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	border-bottom:1px solid #BFBFBF;
	}
.design5 .left .infoboxcontent,
.design5 .left .morebar {
	margin:0 15px 0 0px;
	}
.design5 .right .infoboxcontent,
.design5 .right .morebar {
	margin:0 15px 0 0px;
	}
/*=============*/
.design5 .infoboxcontent h3 {
	padding:10px 0;
	font-size:13px;
	color:#0A1270;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	background-color:#F3F3F3;
	margin:0px;
	letter-spacing:1.5px;
	}
/*=============*/
.design5 .infoboxcontent .infoboximg{
	margin:0 0 10px 0;
	padding:0px;
	border-top:1px solid #C00000;
	border-bottom:1px solid #C00000;
	}
/*=============*/
.design5 .infoboxcontent .infoboxtxt{
	color:#3B3B3B;
	min-height:210px;
	font-family:"Trebuchet MS";
	line-height:14px;
	}
/*=============*/
.design5 .infobox span.morebar {
	
	}
