/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:20px;
	min-height:1px;
	}
.welcometxt_box h3 {
	display:block;
	position:relative;
	}
.welcometxt_content{
	display:block;
	padding:10px 0 10px 0;
	font-size:13px;
	color:#005D90;
	}
.welcometxt_box .morebar {
	display:block;
	position:relative;
	height:20px;
	}
.welcometxt_box .morebar .morebtn1 {
	position:absolute;
	left:0px;
	top:0px;
	}
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	margin-bottom:20px;
	min-height:1px;
	}
.infobox {
	width:50%;
	} 
.infoboxcontent {
	font-size:13px;
	min-height:288px;
	}
/*==================================
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;
	margin-bottom:15px;
	}
.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:94px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	height:37px;
	position:relative;	
	}
.infobox .morebar .morebtn1 {
	position:absolute;
	left:0px;
	top:10px;
	}

/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5 .infoboxcontainer_bg {
	margin:0 -15px 0 0;
	}
.design5 .infoboxcontainer .clear {
	height:5px;
	}
.design5 .infobox {
	width:32%;
	float:left;
	margin-right:10px;
	}
/*=============*/
.design5 .infoboxcontent {
	min-height:250px;
	
	}
/*=============*/
.design5 .infoboxcontent h3 {
	padding:6px 0px;
	font-size:17px;
	color:#3A97C1;
	}
.design5 .infoboxcontent h3 a{
	font-size:17px;
	color:#3A97C1;
	}
.design5 .infoboxcontent h3 a:hover{
	color:#000000;
	}
/*=============*/
.design5 .infoboxcontent .infoboximg{
	margin:0 0 0px 0;
	padding:2px;
	border:1px solid #A2D2E8;
	}
.design5 .infoboximg td {
	width:308px;
	height:130px;
	}

/*=============*/
.design5 .infoboxcontent .infoboxtxt{
	padding:8px 0px;
	color:#3D647E;
	position:relative;
	}
.design5 .infoboxcontent .infoboxtxt .name {
	display:block;
	height:15px;
	width:90px;
	right:5px;
	position:absolute;	
	}
.design5 .infoboxcontent .infoboxtxt .name a{
	color:#3D647E;
	font-weight:bold;
	}
.design5 .infoboxcontent .infoboxtxt .name a:hover{
	color:#000000;
	}
/*=============*/
.design5 .infobox span.morebar1 {

	}

