/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:16px;
	min-height:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:30px;
	margin-top:10px;
	}
.welcometxt_content{
	display:block;
	font-size:13px;
	color:#3E3E3E;
	}
.welcometxt_content h1 {
	margin-bottom:22px;
	}
.midbar {
	background:url(../images/midbar_bg.gif) repeat-x 0 0;
	margin:0px;
	padding:1px;
	
	}
.midbarimg {
	width:968px;
	margin:0 auto;
	}
#topbar .navigationbg {
	position:absolute;
	left:168px;
	bottom:-1px;
	}
/*#################################### 
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:10px;
	padding:0px;
	}
/*==================================
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 .morebar {
	background-color:#F2F2F2;
	display:block;
	height:37px;
	position:relative;
	}
.infobox .morebar .morebtn {
	position:absolute;
	right:10px;
	top:10px;
	}

/*==================================
DESIGN-5 = INFO BOX DESIGN-5 CSS
==================================*/
.design5 .infoboxcontainer_bg {
	margin:0 -17px 0 0px;
	}
.design5 .infoboxcontainer .clear {
	height:15px;
	}
.design5 .infobox {
	width:33.33%;
	}
/*=============*/
.design5 .infoboxcontent {
	min-height:291px;
	}
.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 {
	background-color:#ffffff;
	padding:0px;
	font-size:15px;
	color:#484844;
	}
/*=============*/
.design5 .infoboxcontent .infoboximg{
	margin:0 0 2px 0;
	padding:0px;
	border:none;
	}
.design5 .infoboxcontent .infoboximg .imgborder{
	padding:0px;
	}
/*=============*/
.design5 .infoboxcontent .infoboxtxt{
	padding:8px 10px;
	background-color:#ffffff;
	color:#FFFFFF;
	min-height:100px;
	}
.design5 .infoboxcontent {
	min-height:100px;
	border:1px solid #DEDEDE;
	}
/*=============*/
.design5 .infobox span.morebar {
	background-color:#607D5E;
	}
