/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:15px;
	min-height:1px;
	}
.welcometxt_box h1 {
	margin-bottom:10px;
	color:#0B3E9F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	}
.welcometxt_content{
	display:block;
	font-size:100%;
	color:#666666;
	border-bottom:1px solid #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:15px;
	}
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	/*margin-bottom:15px;*/
	min-height:1px;
	}
.infobox {
	width:50%;
	} 
.infoboxcontent {
	font-size:13px;
	min-height:200px;
	}
	
.infoboxcontent .lefttop, 
.infoboxcontent .leftbot{
	left:-1px;
}
.infoboxcontent .leftbot, 
.infoboxcontent .rightbot {
	bottom:-1px;
}
.infoboxcontent .rightbot, 
.infoboxcontent .righttop {
	right:-1px;
}
.infoboxcontent .righttop, 
.infoboxcontent .lefttop {
	top:-1px;
}
* html .infoboxcontent .leftbot, 
* html .infoboxcontent .rightbot {
	bottom:-1px;
}
* html .infoboxcontent .righttop, 
* html .infoboxcontent .rightbot {
	right:-2px;
}
/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#003399;
	font-weight:bold;
	font-size:20px;
	padding: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:94px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .callmeback {
}
.infobox .callmeback a {
	background-image:url(../images/callmebackbtn.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	text-align:right;
	height:26px;
	width:96px;
	float:right;
}
.infobox .callmeback a:hover {
	background-position:right -26px;
}
.infobox .callmeback a span {
	display:none;
}
/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5 .infoboxcontainer_bg {
	margin:0 -10px 0 0;
	}
.design5 .infoboxcontainer .clear {
	height:1px;
	}
.design5 .infobox {
	width:33.3%;
	}
/*=============*/
.design5 .infoboxcontent {
	min-height:200px;
	background-image:url(../images/curveboxbg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	background-color:#FFFFFF;
	position:relative;
	border:1px solid #CCD6EB;
	padding:15px;
	}
* html .infoboxcontent {
	height:200px;
	}
.design5 .left .infoboxcontent {
	margin:0 15px 0 0px;
	}
.design5 .right .infoboxcontent {
	margin:0 15px 0 0px;
	}
/*=============*/
.design5 .infoboxcontent h3 {
	padding:0px 0px 5px 0px;
	font-size:18px;
	color:#003399;
	}
.design5 .infoboxcontent h4 {
	padding:0px 0px 5px 0px;
	font-size:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	}
/*=============*/
.design5 .infoboxcontent .infoboximg{
	margin:0 0 10px 0;
	padding:3px;
	border:1px solid #000000;
	}
.design5 .infoboximg img {
	width:100px;
	height:94px;
	}
/*=============*/
.design5 .infoboxcontent .infoboxtxt{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:170px;
	}
/*=============*/
