/* styles specific to home pages go here */
/* blank border and put in right border */
#body_container {
	border: 0px;
	background-image: none;
	background:  url(../images/orange_right.gif) repeat-y 493px 0px;
	width: 980px;
}

/* top image is static for home page*/
#topimage {
	height: 66px;
	width: 980px;
	background: url(../images/MSTelcom_topImage.jpg) repeat-x;
	float: left;
}

/* main left column */
#homepage_content_left {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 493px;
	float: left;
	margin-top: -1px;
}

#homepage_content_left a, #homepage_content_right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ED1C24;
	padding: 0px;
	line-height: 12px;
	text-decoration: none;
}

#homepage_content_left a:hover, #homepage_content_right a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

a img {border: none; }

#homepage_content_left .list_text, #homepage_content_right .list_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:  #000000;
	line-height: 13px;
	margin: 0 10px 0 0px;
	padding-bottom: 8px;
}

#homepage_left_top_img_en, #homepage_left_top_img_pt {
	height: 134px;
	background-position: 0 2px;
	text-align: right;
}
#homepage_left_top_img_en {
	background:  url(../images/MSTelcom_homepageImg_en.jpg) no-repeat;
}
#homepage_left_top_img_pt {
	background:  url(../images/MSTelcom_homepageImg_pt.jpg) no-repeat;
}
#homepage_left_body_container {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFCB05;
	padding: 0;
	width: 100%;
	float: left;
}

#homepage_left_body_container .list_text ul {
	padding: 0;
	margin: 5px 0 0 15px;
}

.itemLabel a:hover {text-transform: none;}
.itemText a:hover {text-transform: none;}

/* left column inside main left column */
/* TODO: add arrow image background */
#homepage_left_body_container .left_column {
	position:relative;
	float: left;
	width: 240px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
	padding: 0 0 0 10px;
}

#homepage_highlight_titleArrow {
	height: 15px;
	background: url(../images/title_highlightArrow.gif) no-repeat;
	background-position: 0 0;
	padding: 0px;
	margin-left: -20px;
}

#homepage_left_body_container .title {
	line-height: 20px;
	padding: 0px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;	
	margin-left: 20px;
}

#homepage_left_body_container .top_edgeA {
	height: 12px;
	background:  url(../images/top_edgeA.gif) no-repeat;
	font-size: 1px;
}
#homepage_left_body_container .left_column_content {
	background: #FFDB50;
	padding-left: 30px;
}
#homepage_left_body_container .left_column_picture { 
	background: #FFCB05; 
	width: 243px; position: relative;}

#homepage_left_body_container .bottom_edgeA {
	height: 11px;
	background:  url(../images/bottom_edgeA.gif) no-repeat;
	font-size: 1px;
}
/* end left column in main left column */
/* start right column in main left column */
#homepage_left_body_container .right_column {
	position:relative;
	margin-left:130px;
	width: 240px;
	z-index:1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* float: left; */
	padding: 0 0 0 10px;
}

#homepage_left_body_container .right_column_content {
	background: #FFCB05;
	padding: 0 10px 0 30px;
}

/* end right column in main left column */

#homepage_left_bottom_bar {
	height: 17px;
	background:  url(../images/orange_bottom.gif) no-repeat 0px 0px;
	clear: both;
}

/* main right column (recent news) */
#homepage_content_right {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-right:-600px;
	width: 487px;*/
	float: left;
	margin-top: -2px;
}

#homepage_right_top_bar {
	height: 19px;
}

/*** highlight text on right column ***/
#homepage_highlightContent_right {
	-moz-box-sizing: border-box;
	background-position: 0 2px;
	float: right;
	width: 487px;
	margin-top: -2px;
	padding: 10px 25px 10px 25px;
}

#homepage_content_right_body {
	padding: 4px 25px 10px 25px;
}

#homepage_content_right_body .title {
	padding: 0 0 8px 10px;
	text-transform: uppercase;
}

#homepage_content_right_body .list_text {
	color:  #666666;
}
#homepage_content_right_body .list_text ul {
	padding: 0;
	margin: 0 0 0 0px;
	list-style-type: none;
}
#homepage_content_right_body .list_text li {
	padding: 9px 0 9px 11px;
	margin: 0 0 0px 0;
	list-style-image: none;
	background:  url(../images/leftnav_arrow_rt.gif) no-repeat 0px 12px;
	border-bottom: 1px dashed #D0CDBD;
	display: block;
}

#homepage_content_right_body .read_more {

}

#homepage_content_right_body .list_text li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#homepage_content_right_body .list_text li a:hover {
	color: #ED1C24;
	text-decoration: underline;
}
#homepage_content_right_body .list_text b {
	font-weight: bold;
}

