/* ---------------------------------------- */
/* --------- GENERALS --------------------- */
/* ---------------------------------------- */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7E7E7E;
	background-color:#285d7c;
}

a {
	color:#00B0F4;
	text-decoration:none;
}

a:hover {
	color:#FFC20E;
}

a.HomePageReadMore4 {
	display: block;
	float:left;
	margin: 45px 0px 0px 10px;
	padding:0px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
}

a.HomePageReadMore4:hover {
	color:#FFC20E;
}

a.HomePageReadMore5 {
	display: block;
	float:left;
	margin: 30px 0px 0px 10px;
	padding:0px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
}

a.HomePageReadMore5:hover {
	color:#FFC20E;
}

a.HomePageReadMore6 {
	display: block;
	float:left;
	margin: 15px 0px 0px 10px;
	padding:0px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
}

a.HomePageReadMore6:hover {
	color:#FFC20E;
}

a.LatestNewsReadMore {
	padding-left:14px;
	font-size:11px;
	text-decoration:underline;
}

p.LatestNewsReadMore {
	text-align: right;
}

.clearer {
	clear:both;
}

div#Container {
	margin:0 auto;
	width:999px;
}
	
/* ---------------------------------------- */
/* --------- PAGE TOP --------------------- */
/* ---------------------------------------- */

div#PageHeader {
	background-image:url(../images/header_background.gif);
	background-repeat:no-repeat;
	height:173px;
	overflow:hidden;
}

/* --- PAGE HEADER LEFT --- */

div#PageHeaderLeft {
	float:left;
	width: 122px;
	padding:58px 0px 0px 45px;
}

/* --- PAGE HEADER RIGHT --- */

div#PageHeaderRight {
	float:left;
	width:780px;
	margin:58px 0px 20px 0px;
}

div#PageHeaderRight #Baseline {
	float:right;
	padding:0px 10px 9px 0px;
	margin:0px;
}

div#PageHeaderRight h1 {
	clear:both;
	font-size:18px;
	color:#FFBA00;
	padding:11px 0px 0px 95px;
}

div#PageHeaderRight ul{
	margin:0px 0px 0px 97px;
	padding:0px;
	clear: both;
}

div#PageHeaderRight ul li {
	display:inline;
	list-style:none;
}

div#PageHeaderRight ul li a {
	float:left;
	display:block;
	background-image:url(../images/header_btn_off.gif);
	background-repeat:no-repeat;
	width:111px;
	height:35px;
	padding:15px 2px 0px 0px;
	color:#176A97;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;	
	text-align:center;
}

div#PageHeaderRight ul li a:hover {
	background-image:url(../images/header_btn_on.gif);
	color:#FFC20E;
}

/* ---------------------------------------- */
/* --------- PAGE CENTER ------------------ */
/* ---------------------------------------- */

div#PageCenter {
	overflow: hidden;
	width: 999px;
	background-image:url(../images/center_background.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:15px 0px 0px 0px;
	clear:both;
}

div#PageCenter ul.DecalLeft {
	margin-left:43px;
	clear:both;
}

div#PageCenter ul.DecalLeft li {
	display:inline;
	list-style:none;
}

div#PageCenter ul.DecalLeft li h1 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#ADADAD;
	padding:6px 6px 6px 12px;
}

div#PageCenter ul.DecalLeft li h2 {
	font-size:15px;
	font-weight:bold;
	color:#1B81BD;
	padding:135px 0px 25px 12px;
}

div#PageCenter ul.DecalLeft li ul li {
	color:#767676;
	line-height:15px;
	margin-left:24px;
	padding:0px;
	list-style:url(../images/bullet_services.gif);
	display:list-item;
}


div#PageCenter ul.DecalLeft li #BoxManaged {
	height:355px;
	width:222px;
	float:left;
	background-image:url(../images/center_box_managed.gif);
	background-repeat:no-repeat;
	margin-right: 4px;
}

div#PageCenter ul.DecalLeft li #BoxManaged a.BoxManagedCenter{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_managed_img.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxManaged a.BoxManagedCenter:hover{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_managed_img_over.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxOnSite {
	height:355px;
	width:222px;
	float:left;
	background-image:url(../images/center_box_onsites.gif);
	background-repeat:no-repeat;
	margin-right:4px;
}

div#PageCenter ul.DecalLeft li #BoxOnSite a.BoxOnSiteCenter{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_onsites_img.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxOnSite a.BoxOnSiteCenter:hover{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_onsites_img_over.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}


div#PageCenter ul.DecalLeft li #BoxOffice {
	height:355px;
	width:222px;
	float:left;
	background-image:url(../images/center_box_office.gif);
	background-repeat:no-repeat;
	margin-right:4px;
	
}

div#PageCenter ul.DecalLeft li #BoxOffice a.BoxOfficeCenter{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_office_img.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxOffice a.BoxOfficeCenter:hover{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_office_img_over.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxVoip {
	height:355px;
	width:222px;
	float:left;
	background-image:url(../images/center_box_voip.gif);
	background-repeat:no-repeat;
	margin-right:4px;
	margin-bottom: 15px;
}

div#PageCenter ul.DecalLeft li #BoxVoip a.BoxVoipCenter{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_voip_img.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li #BoxVoip a.BoxVoipCenter:hover{
	height:213px;
	width:222px;
	background-image:url(../images/center_box_voip_img_over.gif);
	background-repeat:no-repeat;
	display:block;
	margin:3px 2px 7px 2px;	
}

div#PageCenter ul.DecalLeft li a:hover h1{
	color:#FFFFFF;		
}



/* -- CONTENT PAGE -- */

div.PageCenterContainerMenu {
	float:left;
	width:265px;
	overflow:hidden;
}

div#PageCenterMenu {
	width: 219px;
	margin-left: 40px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

div#PageCenterMenu h1 {
	background-color: #ffc20e;
	margin: 2px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 8px;
}

div#PageCenterMenu ul {
	background-color: #f6f6f6;
	margin: 2px;
	padding-left: 5px;
	line-height: 1.75;
	list-style: none;
}

div#PageCenterMenu ul.menuAbout li {
	font-weight: bold;
	padding: 3px 0px 3px 35px;
	background-image: url(../images/content_menu_arrow_background.gif);
	background-repeat: no-repeat;	
	
}

div#PageCenterMenu ul li a {
	color: #929292;
}

div#PageCenterMenu ul li a:hover {
	color: #1b81bd;
}

div#PageCenterMenu ul li.underline {
	border-bottom: 1px solid #e7e7e7;
	width: 173px;
	
}

div#PageCenterMenu ul.menuServices {
	margin: 0px;
	padding: 2px 0px 0px 4px;
}

div#PageCenterMenu ul.menuServices li {
	font-weight: bold;
	background-image: none;
	list-style: none;
}

div#PageCenterMenu ul.menuServices li a {
	padding: 5px 0px 0px 40px;
}

div#PageCenterMenu ul a.datacenter {
	display: block;
	height: 32px;
	background-image:url(../images/content_menu_datacenter.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.datacenter:hover {
	background-image:url(../images/content_menu_datacenter_over.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.onsiteserv {
	display: block;
	height: 32px;
	background-image:url(../images/content_menu_onsitesserv.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.onsiteserv:hover {
	background-image:url(../images/content_menu_onsitesserv_over.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.officeserv {
	display: block;
	height: 32px;
	background-image:url(../images/content_menu_officeserv.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.officeserv:hover {
	background-image:url(../images/content_menu_officeserv_over.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.voip {
	display: block;
	height: 32px;
	background-image:url(../images/content_menu_voip.gif);
	background-repeat: no-repeat;
}

div#PageCenterMenu ul a.voip:hover {
	background-image:url(../images/content_menu_voip_over.gif);
	background-repeat: no-repeat;
}

div#PageCenterDashboard {
	height: 227px;
	width: 221px;
	margin-left: 40px;
	background-image: url(../images/content_menu_dashboard.gif);
	background-repeat: no-repeat;
}

div#PageCenterDashboard h3 {
	color: #176A97;
	font-size: 18px;
	padding: 45px 0px 0px 12px;
}

div#PageCenterDashboard p.PageCenterDashboardSubTitle {
	font-weight: bold;
	color: #81C8EE;
	padding: 15px 5px 0px 12px;
}

div#PageCenterContent {
	float: right;
	width: 640px;
	padding-right: 80px;
}

div#PageCenterContent ul {
	margin: 20px 20px 20px 80px;
	list-style: circle outside;
	font-size: 15px;
	font-style: italic;
}

div#PageCenterContent p {
	margin: 10px;
	text-align: justify;
	font-size: 15px;
}

div#Quote p {
	margin: 30px 20px 30px 50px;
	text-align: justify;
	font-size: 15px;
	font-style: italic;
	color: #1b81bd;
}

div#PageCenterContent h5 {
	clear: both;
	color: #1b81bd;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 5px;
}

div#PageCenterContent hr {
	color: #1b81bd;
	padding: 0px 0px 0px 0px;
}

div#PageCenterContent hr.ServerList {
	color: #a0a0a0;
	padding: 0px 0px 0px 0px;
	height: 1px;
}

div#PageCenterContent img.imgleft {
	float: left;
	margin: 10px 20px 10px 20px;
}

div#PageCenterContent img.imgright {
	float: right;
	margin: 10px 20px 10px 20px;
}

div#PageCenterContent .centeredimg {
	float: right;
	margin: 10px 20px 10px 20px;
}

div#Maps {
	display: block;
	width: 500px;
}

div#References img a td {
	text-align: center;
}

div#PageCenterContent img {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

div#PageCenterContent h5.CurrentMembersTitle {
	clear: both;
	color: #1b81bd;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
}

div#PageCenterContent h6 {
	clear: both;
	color: #1b81bd;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#PageCenterContent img {
	float: left;
	margin-left: 5px;	
}

div#PageCenterContent table {;
	border: 1px;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

div#PageCenterContent td {
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	vertical-align: middle;
}

div.CurrentMembers {
	clear: both;
	overflow: hidden;
	width: 640px; 
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

div.CurrentMembersTop {
	float:right;
	margin-top: 25px;
	font-size:9px;
}

div.CurrentMembersTop a {
	display: block;
}

div.CurrentMembersTop a Img {
	padding-right:5px;
}

div#PageCenterContent .AboutContent {
	float: left;
	padding-left: 10px;
	width: 480px;
}

div#PageCenterContent h5.AboutContentTitle {
	clear: both;
	padding: 15px 0px 20px 0px;
	margin: 0px 0px 20px 10px;
	border-bottom: 1px solid #d9d9d9;
}

/* --- PAGE CENTER CLICK 2 CALL --- */

div#ClicktoCall {
	clear: both;
	overflow: hidden;
	height: 40px;
	padding-top: 15px;
}

div#ClicktoCall h1 {
	float: left;
	font-size: 23px;
	color: #FFBA00;
	padding-right: 15px;
	padding-left: 40px;
}

div#ClicktoCall .ClicktoCallSearch {
	float:left;
	margin-bottom:35px;
}

div#ClicktoCall input.NumberZone {
	margin-right:15px;
	margin-bottom:2px;
	width:200px;
	border: 1px solid #929292;
	font-size:11px;
	color: #929292;
}

div#ClicktoCall input.ButtonSend {
	margin-right:15px;
	padding.bottom:2px;
	width:62px;
	height: 21px;
	border:0px;
	background-image:url(../images/btn_enter_background.gif);
	font-size: 11px;
	color: #929292;
}

div#ClicktoCallContent {
	clear: both;
	overflow: hidden;
	height: 40px;
	width: 700px;
	font-size: 12px;
	margin-left: 98px;
}

div#ClicktoCallContent h1 {
	float:left;
	font-size:15px;
	color:#FFBA00;
	padding-right:15px;
	padding:0px;
	margin:5px 10px 0px 0px;
}

div#ClicktoCallContent h1 a {
	color:#FFBA00;
}

div#ClicktoCallContent .ClicktoCallSearch {
	float:left;
	margin: 3px 0px;
}

div#ClicktoCallContent input.NumberZone {
	margin-right:3px;
	margin-bottom:3px;
	width:150px;
	border: 1px solid #929292;
	font-size:11px;
	color: #929292;
}

div#ClicktoCallContent input.ButtonSend {
	margin-right:5px;
	padding-bottom:2px;
	width:62px;
	height: 21px;
	border:0px;
	background-image:url(../images/btn_enter_background.gif);
	font-size: 11px;
	color: #929292;
}

.downloadfieldform {
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E7E7E;
}

/* --- PAGE CENTER USERTOOL --- */

div#UserTool {
	clear:both;
	margin:0px 0px 15px 40px;
	background-image:url(../images/dashboard_background.gif);
	background-repeat:no-repeat;
	height:160px;
}

div#UserTool h3 {
	color:#176A97;
	font-size:18px;
	padding:15px 0px 0px 12px;
}

div#UserTool p {
	padding:5px 12px;
	
}

div#UserTool p.UserToolSubTitle {
	font-weight:bold;
	color:#81C8EE;
	padding-top:15px;
}

div#UserTool .LeftPart {
	height:160px;
	width:233px;
	float:left;
}

div#UserTool .CenterPart {
	height:160px;
	width:219px;
	float:left;
}

div#UserTool .RightPart {
	height:160px;
	width:445px;
	float:left;
}

div#UserTool .RightPart span {
	color:#FFC417;
}

/* --- USER TOOL FORM --- */

div#UserTool fieldset {
	height:160px;
	border:none;
}

div#UserTool fieldset label {
	float:left;
	font-weight: bold;
}

div#UserTool fieldset input {
	float:right;
}

div#UserTool fieldset input.FormInput {
	width:120px;
	border: 1px solid #929292;
	font-size:11px;
	color: #929292;
}

div#UserTool fieldset input.FormSend {
	width:62px;
	height: 21px;
	border:0px;
	margin: 10px 0px 0px 50px;
	background-image:url(../images/btn_enter_background.gif);
	font-size: 11px;
	color: #929292;
}

div#UserTool fieldset .FormLogZone {
	margin-top:7px;
	padding:10px 10px 0px 10px;
	overflow:hidden;
}

div#UserTool fieldset .FormPassZone {
	overflow: hidden;
	padding: 10px 10px 0px 10px;
}

div#UserTool fieldset .FormBottom {
	overflow: hidden;
	padding: 10px 10px 0px 0px
}

/* --- CONTENT DASHBOARD FORM --- */

div#PageCenterDashboard fieldset {
	height: 160px;
	border: none;
}

div#PageCenterDashboard fieldset label {
	float: left;
	font-weight: bold;
}

div#PageCenterDashboard fieldset input {
	float: right;
	margin-right: 7px;
}

div#PageCenterDashboard fieldset input.FormInput {
	width: 110px;
	border: 1px solid #929292;
	font-size: 11px;
	color: #929292;
}

div#PageCenterDashboard fieldset input.FormSend {
	width: 62px;
	height: 21px;
	border: 0px;
	margin-left: 25px;
	background-image: url(../images/btn_enter_background.gif);
	font-size: 11px;
	color: #929292;
}

div#PageCenterDashboard fieldset .FormLogZone {
	margin-top:7px;
	padding:10px 10px 0px 10px;
	overflow:hidden;
}

div#PageCenterDashboard fieldset .FormPassZone {
	overflow:hidden;
	padding:10px 10px 0px 10px;
}

div#PageCenterDashboard fieldset .FormBottom {
	overflow:hidden;
	padding:10px 10px 0px 0px
}

/* --- PAGE CENTER PARTNERS --- */

div#Partners {
	clear:both;
	margin:0px 0px 0px 40px;
	background-image:url(../images/partners_background.gif);
	background-repeat:no-repeat;
	height:105px;
}

div#Partners img {
	margin:5px 15px 0px 1px;
}

div#Partners img.PartnersImgStart {
	margin-left:15px;
}

div#Partners h3 {
	font-size:18px;
	font-weight:bold;
	color:#A9A9A9;
	padding:15px 0px 0px 23px;
}

/* ---------------------------------------- */
/* --------- PAGE BOTTOM ------------------ */
/* ---------------------------------------- */

div#PageBottom {
	clear: both;
	height:76px;
	background-image:url(../images/bottom_background.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
}

table.collectorlist {
	width: 100%; 
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

th.TitleCell {
	font-weight: bold;
	color: #ffffff;
	background-color: #285d7c;
	font-size: 11px;
	line-height: 15px;
}

th.collectorlist {
	font-weight: bold;
	background-color: #ffffff;
	font-size: 10px;
}

/* :::: UPDATE ::::::::::::::::::::::::::::::::::::::: */


/* -- HEADER -- */

#PageHeaderRight h2{
	color:#6bbbe6;
	font-size:21px;
	font-family:"Trebuchet MS";
	font-style:italic;
	font-weight:normal;
	text-align:right;
	margin:0 10px 0 0 ;
	padding:0 0 15px 0;
}



/* -- CONTENT PAGE LEFT MENU -- */

div#PageCenterLeft{
	margin:0 0 0 40px;
	padding:0;
	width:219px;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}

div#PageCenterLeft ul.MenuServices{
	list-style:none;
	margin:0;
	padding:3px 0 0 3px;
	width:215px;
}

div#PageCenterLeft ul.MenuServices li{
	margin:0;
	padding:0;

}

div#PageCenterLeft ul.MenuServices li a{
	display:block;
	background:url(../images/update/menu_left_background.gif) no-repeat;
	width:195px;
	line-height:32px;
	padding:0 0 3px 18px;	
	margin:0 0 0 0;
	color:#7e7e7e;
	font-weight:bold;
}

div#PageCenterLeft ul.MenuServices li a:hover{
	color: #ffc20e;
}


div#PageCenterLeft h1{
	background-color: #ffc20e;	
	margin:2px;	
	font-size: 12px;
	color: #ffffff;
	padding: 5px 8px;
}

div.MenuTop ul{
	background-color: #f6f6f6;
	margin: 2px 2px 15px 2px;
	padding-left: 5px;
	line-height: 1.75;
	list-style: none;
}

div.MenuTop ul.menuAbout li {
	font-weight: bold;
	padding: 3px 0px 3px 35px;
	background-image: url(../images/content_menu_arrow_background.gif);
	background-repeat: no-repeat;	
	
}

div.MenuTop ul.menuAbout li a{
	color:#929292;
}

div.MenuTop ul.menuAbout li a:hover{
	color:#1b81bd;
}


div.MenuTop ul li.underline {
	border-bottom: 1px solid #e7e7e7;
	width: 173px;
	
}

div.MenuTop ul li a{
	background:none;
}

/* -- CONTENT PAGE RIGHT -- */

#PageCenterRight{
	float:right;
	width:667px;
	margin:0 67px 0 0;
}

#PageCenterRight h3{
	background:url(../images/update/content_box_header.gif) no-repeat;
	height:36px;
	font-family:"Trebuchet MS";
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	padding:12px 0 0 25px;
}

#RightContent{
	border:1px solid #e4e4e4;
	overflow:hidden;
	width:665px;
}

#RightContent h4{
	color:#1b81bd;
	font-size:15px;
	margin:0 0 20px 7px;
	padding:35px 0 0 0;
}

#RightContent h5{
	background:#daecf5 url(../images/update/boxes_testi_img.gif) no-repeat right;
	padding:10px 0 10px 9px;
	font-size:14px;
}

#RightContent p{
	margin:10px 10px;
}

#RightContent span{
	display:block;
	font-style:italic;
	margin:0 10px;
	
}

#RightContent span.name{
	color:#84bbd7;
	font-weight:bold;
}

#RightContent span.society{
	color:#929292;
	padding:0;
}	

#RightContent #RightContentSupport, #RightContent #RightContentCustomization, #RightContent #RightContentReliability{
	float:left;
}

#RightContent #RightContentSupport{
	width:236px;
	background: #ffffff url(../images/update/boxes_header_support.gif) no-repeat;
	
}

#RightContentSupport #SupportContainer{
	margin:37px 0 0 0;
	padding:0;
	border-right:1px dotted #92bdd2;	
}

#RightContentSupport #SupportContainer span.name{
	margin-top:25px;
}

#RightContent #RightContentCustomization{
	width:220px;
	background: #ffffff url(../images/update/boxes_header_custimization.gif) no-repeat;
}

#RightContentCustomization #CustomizationContainer{
	margin:37px 0 0 0;
	padding:0;
	border-right:1px dotted #92bdd2;
}


#RightContent #RightContentReliability{
	width:209px;
	background: #ffffff url(../images/update/boxes_header_reliability.gif) no-repeat;
}

#RightContentReliability #ReliabilityContainer{
	margin:37px 0 0 0;
	padding:0;
}

#RightContentReliability #ReliabilityContainer span.name{
	margin-top:25px;
}

.Container{
	background:#ebf7fd;
	height:175px;
		
}

#PageCenterRight #RightLatestNews{
	overflow:hidden;
	height:132px;
	margin:8px 0 0 0;
	background:url(../images/update/content_latestnews_background.gif) no-repeat;
}

#RightLatestNews #LatestNewsLeft{
	width:147px;
	float:left;
}

#RightLatestNews #LatestNewsLeft h4{
	color:#ffc20e;
	font-size:18px;
	margin:15px 0 0 15px;
}

#RightLatestNews #LatestNewsRight{
	width:489px;
	float:right;
}

#RightLatestNews #LatestNewsRight h6{
	font-size:14px;
	color:#81c8ee;margin:15px 0 15px 0;
}

#RightLatestNews #LatestNewsRight h6 span{
	color:#ffc20e;
	
}

#RightLatestNews #LatestNewsRight p{
	width:451px;
}

#RightLatestNews #LatestNewsRight a{
	float:right;
	display:block;
	padding:5px 45px 0 10px;
}

/* :::: UPDATE ::::::::::::::::::::::::::::::::::::::: */