﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#9fa1a4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:905px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
#mobilenews-centerbox{
	width:851px;
	background-color:#fcfcfc;
	clear:both;
	margin-top:8px;
}
/* ========== Mobile News Right Side Class */
#newsright-container{
	width:601px;
	height:auto;
	float:right;
}

#news-container{
	width:589px;
	height:auto;
	margin-top:10px;
}
.news-topbar{
	background-image:url('../images/news-topbar.gif');
	background-repeat:no-repeat;
	height:28px;
}
.news-bgbar{
	background-image:url('../images/news-bg.gif');
	background-repeat:repeat-y;
	padding:10px;
}
.news-bottombar{
	background-image:url('../images/news-bottom.gif');
	background-repeat:no-repeat;
	height:7px;
}
.news-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.newsarchive-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.newsarchive-title a{
	color:#666666;
	text-decoration:none;

}
.newsarchive-title:hover{
	color:#0066CC;
	text-decoration:none;

}
/* ========== Mobile News Left Side Class */
#left-newsbox{
	width:250px;
	height:auto;
	float:left;
}
.lt-newsbartop{
	width:230px;
	background:url('../images/leftnewsbox-top.gif') no-repeat bottom;
	height:26px;
}
.lt-newsbartop h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:30px;
	padding-top:5px;
}
#newsdetails{
	width:570px;
	height:auto;
}
#newsdetails h1{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:center;
	text-decoration:none;
}
#newsdetails h1 a{
	color:#000000;
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------*/

#mobiletop-bar{
	background-image:url('../images/top-gradbar.gif');
	background-repeat:no-repeat;
	height:29px;
	clear:both;
	}
#mobiletop-bar h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1e6d9f;
	padding-top:4px;
	padding-left:15px;
}
#mobilebg-bar{
	background-image:url('../images/bg-gradbar.gif');
	background-repeat:repeat-y;
	padding:8px;
}
.global-btn{
	width:auto;
	height:auto;
	clear:both;
	text-align:center;
}
#textmessaging-container{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-top:10px;
	text-decoration:none;
}
/*-------------------------------Right Description Bar---------------------------------------------------------------------*/
#rightmsg-text{
	width:250px;
	height:auto;
	float:right;
}
#rightmsg-text ul{
	margin:0;
	list-style:none;
	padding:5px 5px 7px 5px;
}
#rightmsg-text li{
	display:block;
	padding:0 1px 2px 15px;
	border-bottom:1px #ebe9e9 solid;
	line-height:20px;
}
#rightmsg-text a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#576509;
	display:block;
	height:21px;
	text-decoration:none;
}
#rightmsg-text li a:hover{
	color:#821900;
	}
	
	
/*-------------------------------Left Description Bar-----------------------------------------------------------------------*/	
#leftmsg-text{
	width:250px;
	height:auto;
	float:left;
}
#leftmsg-text ul{
	margin:0;
	list-style:none;
	padding:5px 5px 7px 5px;
}
#leftmsg-text li{
	display:block;
	padding:0 1px 2px 15px;
	border-bottom:1px #ebe9e9 solid;
	line-height:20px;
}
#leftmsg-text a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#576509;
	display:block;
	height:21px;
	text-decoration:none;
}
#leftmsg-text li a:hover{
	color:#821900;
	}
