/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:20px;
	min-height:1px;
	padding:10px;
	background-image:url(../images/welcometxt_box_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
	margin-right:2px;
	}
.welcometxt_box h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-weight:normal;
	margin-bottom:7px;
	}
.welcometxt_content{
	display:block;
	padding:10px;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	}
.welcometxt_content .imgright {
	border:1px solid #CDCDCD;
	padding:5px;
	}
.welcometxt_content .imgright td{
	width:332px;
	height:123px;
	}
.welcometxt_content .points {
	margin:0 0 15px 0px;
	}
.welcometxt_content .points li {
	background-image:url(../images/welcometxt_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#666666;
	}
.imgbot {
	position:absolute;
	left:0px;
	bottom:0px;
	}
.welcometxt_box .morebar {
	display:block;
	position:relative;
	height:37px;
	background-color:#526A50;
	}
.welcometxt_box .morebar .morebtn1 {
	position:absolute;
	right:10px;
	top:10px;
	}

/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	margin-bottom:20px;
	min-height:1px;
	}
.infobox {
	width:49%;
	} 
.infoboxcontent {
	font-size:13px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:"Trebuchet MS";
	color:#981B1F;
	font-weight:normal;
	font-size:20px;
	padding:0 0 4px 0;
	}
.infoboxcontent h2 {
	font-family:"Trebuchet MS";
	color:#981B1F;
	font-weight:solid;
	font-size:12px;
	padding:0 0 4px 0;
	}
.infobox .infoboxtxt {
	padding:10px;
	position:relative;
	font-size:100%;
	background-image:url(../images/infobox_imgbg.gif);
	background-repeat:repeat-x;
	background-position:left top;
		}
.infoboxtxt .left {
	position:absolute;
	left:0px;
	top:0px;
	}
.infoboxtxt .right {
	position:absolute;
	right:0px;
	top:0px;
	}
/*==================================
INFO BOX IMAGE CSS
==================================*/
.infoboximg {
	padding:0px 0 4px 0;
	min-height:1px;
	margin:0 -8px;
	margin-bottom:3px;
	position:relative;
	}

.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:113px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	position:relative;
	min-height:26px;
	height:26px;
	margin:0 10px;
	border-bottom:1px solid #E2E0E0;
	border-top:1px solid #E2E0E0;
	}
.infobox .morebar .morebtn {
	position:absolute;
	top:5px;
	min-height:16px;
	}

