/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_outerbg{	
	padding:0 0 0 0px;
	min-height:1px;
	margin:0 0 0 -8px;
	/*position:relative;*/
	}
.infoboxcontainer{
	margin:0 0 0 0px;
	padding:0 0 0 7px;
	position:relative;
	background-image:url(../images/leftborder.gif);
	background-repeat:repeat-y;
	background-position:left bottom;	
	}

.borderimage{
	position:absolute;
	left:0px;
	top:0px;
	height:44.37em;
	}
.infoboxtab{
	border-left:3px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	vertical-align:top;
	background-color:#ACD9F4;
	height:46.92em;/*611px add to solve the height transistion*/
	}
.infoboxtab .maintd{
	border-right:3px solid #FFFFFF;	
	padding-bottom:23px;
	/*min-height:50.38em*/ /*655px*/;
	}
.infoboxtab .maintd  #my_flash {
	height:400px;
	width:229px;
	background-color:#67c2fa;
	}
#home .infoboxtab{
	height:47.90em; /*562px for 569px add to solve the height transistion*/
	}
.infoboxtxt{
	padding:5px 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#464646;
	margin:0px;
	background-image:url(../images/infoboxtxtbg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#67c2fa;
	min-height:190px;
	}
.infoboxtxt h3{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:2px 0px 19px 0px;
	background-image:url(../images/h5bg.gif);
	background-repeat:no-repeat;
	background-position:-5px 21px;
	margin:0 0 0px 0;
	}
.infoboxtxt h3 a{
	color:#FFFFFF;
	text-decoration:none;
	}

