/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	min-height:1px;
	background-image:url(../images/welcomebg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#008BCB;
	padding:15px;
	margin-bottom:20px;
	}
.welcometxt_content{
	display:block;
	font-size:12px;
	color:#FFFFFF;	
	}
.welcometxt_box h1{
	margin:0;
	color:#FFFFFF;
	font-size:170%;
	font-weight:normal;
	padding:0 0 1px 0;
	}
/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	margin-bottom:20px;
	min-height:1px;
	}
.infobox {
	width:50%;
	} 
.infoboxcontent {
	font-size:13px;
	min-height:288px;
	}
.infobox .infoboxcontent .green {
	color:#72A830;
	}
/*==================================
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 MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	height:26px;
	position:relative;
	}
.infobox .morebar .morebtn {
	position:absolute;
	left:0px;
	top:5px;
	}
/*==================================
DESIGN-6 = INFO BOX DESIGN-5 CSS
==================================*/
.design6 .infoboxcontainer_bg {
	margin:0 -10px 0 0;
	}
.design6 .infoboxcontainer .clearfloat {
	height:20px;
	}
.design6 .infobox {
	width:25%;
	}
/*=============*/
.design6 .infoboxcontent {
	min-height:255px;
	}
.design6 .left .infoboxcontent,
.design6 .left .morebar {
	margin:0 15px 0 0px;
	}
.design6 .right .infoboxcontent,
.design6 .right .morebar {
	margin:0 15px 0 0px;
	}
/*=============*/
.design6 .infoboxcontent h3 {
	padding:7px 0 3px 0px;
	font-size:100%;
	line-height:1.2;
	font-weight:bold;
	color:#0099D1;
	border-top:1px solid #D8D8D8;
	min-height:35px;
	}
/*=============*/
/*=============*/
.design6 .infoboxcontent .infoboxtxt{
	padding:7px 0 12px 0px;
	color:#333333;
	letter-spacing:0px;
	line-height:17px;
	border-top:1px solid #D8D8D8;
	}
/*=============*/
.design6 .infobox span.morebar {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	}
